HackerTrans
TopNewTrendsCommentsPastAskShowJobs

parasti

1,479 karmajoined hace 4 años

Submissions

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

youtube.com
3 points·by parasti·anteayer·0 comments

comments

parasti
·hace 9 horas·discuss
Claude Code CLI has an agents view that lets you manage multiple sessions in parallel. I literally only ever start claude with `claude agents` these days, and use left arrow to go back to that view from any single session.
parasti
·hace 4 días·discuss
They worked on the reboot games which are considered widely successful relative to other games released around the same time.
parasti
·hace 9 días·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
·hace 10 días·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
·hace 11 días·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
·hace 12 días·discuss
You're still falling back on "what the standard says". It's not a correctness question.
parasti
·hace 12 días·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
·hace 13 días·discuss
It's a header file not a library.
parasti
·hace 13 días·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
·hace 13 días·discuss
Just ask it to "use a workflow" and it'll spin un dozens of agents burning your token allowance in parallel.
parasti
·hace 13 días·discuss
"after the client" and "in front of client" can mean the same thing depending on your viewpoint.
parasti
·hace 26 días·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
·el mes pasado·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
·el mes pasado·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
·el mes pasado·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
·el mes pasado·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
·hace 2 meses·discuss
Google really outdid themselves this time. They killed not one but two tools (Gemini CLI and Antigravity) with one stone.
parasti
·hace 2 meses·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
·hace 2 meses·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
·hace 2 meses·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?