Viewing profile — x1n13y84issmd42
x1n13y84issmd42
HN member- Joined
- Wed, Dec 26, 2012, 11:32 AM UTC
- HN karma
- 7
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About x1n13y84issmd42
No profile information was provided.
Recent public activity
-
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.
-
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…
-
comment
Comment #48520447
Having the gullible herd like this is the whole point of modern democracy.
-
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 …
-
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…
-
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…
-
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…
- story
-
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…
- story
-
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…
-
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 …
- story