Live data from Hacker News

Viewing profile — x1n13y84issmd42

x1n13y84issmd42

HN member
Joined
Wed, Dec 26, 2012, 11:32 AM UTC
HN karma
7
Public activity
13 items

About x1n13y84issmd42

No profile information was provided.

Recent public activity

  1. comment
    Comment #49210764

    One of my favorite childhoods stories was told from a perspective of an arctic fox. It wasn’t a cartoonish “Lion King” type of story but pretty serious and mature stuff.

  2. comment
    Comment #48981599

    Some Captain Obvious stuff. Literally nothing real looks like CG. Shadows and lighting don't look like that. Optical effects don't look like that. People don't move like they do in…

  3. comment
    Comment #48520447

    Having the gullible herd like this is the whole point of modern democracy.

  4. comment
    Comment #48520369

    Maybe I can share an anecdote from my childhood? I was born in the 80s, in USSR, and learned reading at 3 y.o. thanks to my mom who would read stories to me constantly while I was …

  5. comment
    Comment #48437038

    The idea of AI capable of something like that seems to be on the verge of magical thinking. But what would the consequences for the industry be? How many competitors to every major…

  6. comment
    Comment #48433939

    I just don't see much use for AI coding agents beyond PoC and prototypes, that are to be ditched soon. In my 15 years long developer career I've always found ways to automate all k…

  7. comment
    Comment #48433842

    I have a feeling that a prompt accurate enough to cover all the important stuff (functional/non-functional requirements, certain business side restrictions etc) would be close in i…

  8. story
  9. comment
    Comment #22442735

    How do you deal with weird machine-readable values which you'd like to make some sense of yourself, like a Unix timestamp or a base64-encoded value? Some Bash nerds do "echo ABASE6…

  10. story
  11. comment
    Comment #20802545

    A JSON parser in Bash, impressive. I've just finished an HTTP server in Bash and had to rely on jq for parsing JSON requests, but maybe would love a pure POSIX solution instead. Do…

  12. comment
    Comment #20801438

    So, I wanted to learn more about Bash scripting and make something in it for fun & profit, and here it is — a nearly fully featured HTTP server, accompanied with a small framework …

  13. story