HN user

adito

1,538 karma
Posts54
Comments78
View on HN
scattered-thoughts.net 6y ago

Select Wat from SQL

adito
3pts2
www.videlibri.de 7y ago

Xidel – HTML/XML/JSON data extraction tool

adito
2pts1
siskam.link 7y ago

Minimalistic Blog

adito
1pts0
weeb.ddns.net 9y ago

Modern software is at its worst

adito
62pts52
jvns.ca 11y ago

Senior Engineering and Fantasy Heroes

adito
1pts0
jvns.ca 11y ago

How I Learned to Program in 10 Years

adito
9pts2
mainisusuallyafunction.blogspot.com 11y ago

151-byte static Linux binary in Rust

adito
191pts57
cdsmith.wordpress.com 12y ago

CodeWorld Rises Again

adito
2pts0
github.com 12y ago

Learn Haskell

adito
1pts0
gist.github.com 12y ago

A Whirlwind Tour of Combinatorial Games in Haskell

adito
3pts0
www.sarahmei.com 12y ago

Speak Ruby in Japanese (2010)

adito
1pts0
gist.github.com 12y ago

It's hard to troll #haskell

adito
2pts0
github.com 12y ago

Turn any application that uses stdin/stdout into a WebSocket server

adito
311pts88
blog.dustinkirkland.com 12y ago

It's Go Time - Kirkland 13.11 LTS Released

adito
1pts0
zonca.github.io 12y ago

How to automatically build your Pelican blog and publish it to Github Pages

adito
1pts0
gist.github.com 12y ago

IR_Black Theme for Chrome Developer Tools

adito
1pts0
therealkatie.net 12y ago

Teaching: The OS Divide

adito
5pts1
superuser.com 12y ago

What are the Windows A: and B: drives used for?

adito
1pts1
allgood38.github.io 13y ago

A snapshot of your computer with dd, pv and gzip - Part 1

adito
60pts32
github.com 13y ago

A start screen for Vim

adito
2pts0
github.com 13y ago

A maze generator for practising hjkl in Vim

adito
1pts0
nathany.com 13y ago

Go Object Oriented Design

adito
3pts0
dscript.org 13y ago

DIY Keyboardless Typing

adito
2pts0
blogs.msdn.com 13y ago

What would Feynman do? - Fabulous Adventures In Coding - Site Home - MSDN Blogs

adito
2pts0
secure.openttd.org 13y ago

OpenTTD 1.3.1 released

adito
3pts0
hyperboleandahalf.blogspot.com 13y ago

The Alot is Better Than You at Everything (2010)

adito
2pts0
preshing.com 13y ago

A Lock-Free… Linear Search?

adito
2pts0
www.internetnews.com 13y ago

No more open source download in Google code

adito
2pts0
think-like-a-git.net 13y ago

Epic Mode - Think Like (a) Git

adito
3pts0
gist.github.com 13y ago

The evolution of a Python Programmer

adito
7pts0

I was wondering why newer OS doesn't bundle games with their default installation anymore? Even on smartphone. I remember on old dumb phone (nokia I think), you can play snake and some racing game. It even has multiplayer via bluetooth.

What got me really mad is searching your own history. There's this "search watch history" on the https://www.youtube.com/feed/history

I remember watching video that contains certain word in the title. A minecraft contraption from a small channel (4 videos, 93 subs). I searched that word in the title. But youtube can't find it. Fortunately, I saved the world download that listed in the video with the name of the channel. So I searched the channel name + the word, it still can't find it.

So I searched only the channel name instead, in the search page. It works, and checking their videos, youtube mark one of them as watched. With the exact same title I searched. But it didn't show me in the history search. WTF youtube.

I don't know why you just handpicked the covid trutherism without quoting the full thing, here the full quote from the link above:

Additionally, in recent years it has become increasingly clear that Jon’s beliefs/priorities and mine are not aligned. He’s adversarial to people talking about privilege and representation, is dismissive of diversity efforts, has dabbled in covid trutherism, and is pro-MAGA.

Here the post after just for a full picture

I believe Trump is a self serving authoritarian who's dismantling democracy, trying to make trans people illegal, and wanting to set up concentration camps for immigrants - whereas Jon in February called him "the best President we have had in my entire life".

I beg to disagree with you. I'm newbie and I still found that zig standard library still daunting to read. When people said it's very accessible, I'm curious what people mean by that? What makes it very accessible?

Firefox Voice 6 years ago

That's first time I heard that, not to mean that I didn't believe you, but what's the exact text you sent that is made them censor and banned you?

My personal favorite variant of this is sorting 1M 32-bit integers using 2MiB of RAM. This is possible and I coded it up for fun a few years ago.

Is it possible for you to share the code? Still don't quite get how that encoding related/helps in sorting the numbers.

But the readme says:

The payload executable is extracted to a temporary file. When running as root, this is done by mounting a tmpfs file system and lazily unmounting it before the extraction.

A noob question here.

As it turns out, the first 8 pages on our hydra machines are void. This means that trying to read to or write from any address from 0 to 0xffff will result in a segmentation violation.

I have similar issue. I was following "A Whirlwind Tutorial on Creating Really Teensy ELF Executables for Linux"[0]. And decided to put the start of .text section at virtual address 0x0:

    ; tiny.asm
    BITS 32

    org     0x0
    
    ;
    ; (the same as the one in the teensy elf tutorial)
    ;
It results in segmentation fault when ran as normal user. But fine when ran as super user. Changing the code to use address 0x10000 fix the problem.

My question: Is my issue because I create an elf that has .text section inside that void region? Is this void region documented somewhere? What purpose does it serve?

[0] https://www.muppetlabs.com/~breadbox/software/tiny/teensy.ht...

Honest question, where does one learn that skill? If it doesn't take that much time, how long it usually takes? I have no clue about art, design, and stuff. Where does I even start?

The Cloud 7 years ago

Completely worthless advice from a text file written by... I'm sorry who is this person and what authority do they have?

I know you hate their opinion, but also attacking the character is kinda unnecessary. Can we just not?

If you don't know much about ADHD , it's not what you think it is.

Honest question, I don't know much about ADHD. What's ADHD actually is?