HackerLangs
トップ新着トレンドコメント過去質問紹介求人

parasti

1,478 カルマ登録 4 年前

投稿

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

youtube.com
3 ポイント·投稿者 parasti·一昨日·0 コメント

コメント

parasti
·3 日前·議論
They worked on the reboot games which are considered widely successful relative to other games released around the same time.
parasti
·9 日前·議論
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 日前·議論
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 日前·議論
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 日前·議論
You're still falling back on "what the standard says". It's not a correctness question.
parasti
·12 日前·議論
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 日前·議論
It's a header file not a library.
parasti
·12 日前·議論
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 日前·議論
Just ask it to "use a workflow" and it'll spin un dozens of agents burning your token allowance in parallel.
parasti
·13 日前·議論
"after the client" and "in front of client" can mean the same thing depending on your viewpoint.
parasti
·26 日前·議論
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
·先月·議論
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
·先月·議論
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
·先月·議論
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
·先月·議論
> 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
·2 か月前·議論
Google really outdid themselves this time. They killed not one but two tools (Gemini CLI and Antigravity) with one stone.
parasti
·2 か月前·議論
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
·2 か月前·議論
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
·2 か月前·議論
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
·2 か月前·議論
> 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?