HackerLangs
TopNewTrendsCommentsPastAskShowJobs

parasti

1,478 karmajoined قبل 4 سنوات

Submissions

The math behind "AI will take your job" is wrong [video]

youtube.com
3 points·by parasti·أول أمس·0 comments

comments

parasti
·قبل 3 أيام·discuss
They worked on the reboot games which are considered widely successful relative to other games released around the same time.
parasti
·قبل 9 أيام·discuss
What do you disagree with? Your third sentence disagrees with your second sentence, and I can't tell which part of my comment your first sentence disagrees with.
parasti
·قبل 9 أيام·discuss
This made me realize that forums existed only because there was somebody willing to pay for domain, hosting and maintenance with money and time. As a result most had a bus factor of 1. All the forums I know died with their maintainer moving on - and even forums "resurrected" by a community member had that exact problem. There is space for a fully distributed forum that can't die with its maintainer.
parasti
·قبل 11 يومًا·discuss
What a blast from the past. Seeing Knoppix on my room mate's PC in 2004 is what led to a 20+ year ongoing adventure with Linux, Debian, gaming on Linux, compiling games with a friggin compiler and automake, programming, it all started with that distro.
parasti
·قبل 12 يومًا·discuss
You're still falling back on "what the standard says". It's not a correctness question.
parasti
·قبل 12 يومًا·discuss
My point isn't about that, though. My point is if you start a blog post with "The C string library", my confidence in your ability to discuss the topic is shot before I even finish reading the sentence.
parasti
·قبل 12 يومًا·discuss
It's a header file not a library.
parasti
·قبل 12 يومًا·discuss
Starting with "The C string library" made me instantly tune out. C has a standard library, which has some string-related functions. There is no "C string library".
parasti
·قبل 13 يومًا·discuss
Just ask it to "use a workflow" and it'll spin un dozens of agents burning your token allowance in parallel.
parasti
·قبل 13 يومًا·discuss
"after the client" and "in front of client" can mean the same thing depending on your viewpoint.
parasti
·قبل 26 يومًا·discuss
This seems to be a critique of "Can Tech Legends Find the Liar? (Mafia Episode 1)" on Youtube but critiqued from a "nerd subculture" angle, which is a thing in the USA, I guess? As a European, this took me a moment to figure it out.
parasti
·الشهر الماضي·discuss
You have to use "Add to home" menu item on Firefox for Android. But this web app doesn't seem to be a PWA.
parasti
·الشهر الماضي·discuss
I asked it how to configure haproxy, a tool that I had heard in passing about, and it gave me back exact working configuration syntax for my use case. Today that seems very mundane, but first time that happened, and I didn't have to google, read docs, or worst case sift through code, that blew my mind.
parasti
·الشهر الماضي·discuss
Paper went over my head but is this in any way related to my experience of Claude Opus 4.8 using increasingly terse language with very short, overloaded words? Lately I've been having trouble parsing the things it writes about my own code, it's using the kind of compressed language that you see typically in git commit message subject lines but relentless, always on.
parasti
·الشهر الماضي·discuss
> I think $my_species deserves to be debased in part because it's awfully egocentric and insist on being special in the universe.

This is a scary viewpoint to hold, for a human. If you despise humans, that's scary for me, as a human reader of Hacker News. Surprised to see this take unchallenged. I think we can recognize flaws in parts of humanity without wanting it "debased".
parasti
·قبل شهرين·discuss
Google really outdid themselves this time. They killed not one but two tools (Gemini CLI and Antigravity) with one stone.
parasti
·قبل شهرين·discuss
Started in 2005. Never ever did anyone complain about UB in my years of writing C code and patching other people's C code. I knew it exists - as a spec quirk. (Admittedly, never wrote a compiler and never used anything except gcc and clang.)
parasti
·قبل شهرين·discuss
Tried making an MCP server with Antigravity CLI. Antigravity CLI suffers from an identity crisis caused by a tool/ecosystem change: "I am unsure if I should be reading Gemini documentation, Gemini CLI documentation, Antigravity documentation or Antigravity CLI documentation". It couldn't really correctly answer how I should be registering the MCP server in its own system until I googled it.
parasti
·قبل شهرين·discuss
I have never in my 20 years of writing C heard so much about undefined behavior as I have in the past 6 months on Hacker News. It has never entered the conversation. You write the code. If it doesn't work, you debug it and apply a fix or a workaround. Why does the idea of undefined behavior in C get to the front page so consistently?
parasti
·قبل شهرين·discuss
> These agentic AI's are already smart enough to figure out a highly optimized path to code exploration or search.

Hasn't been my experience. We used to use Augment Code at work which has a thing called Context Engine - basically an MCP that can answer natural language queries about pre-indexed code. Then we switched to Claude Code, which for some reason prefers to use sed to read from files using line ranges from its own memory (this despite having a range-capable read tool). I don't know, does that really mean that sed is the highly optimized path?