Readit News logoReadit News
theonething commented on We’re Not So Special: A new book challenges human exceptionalism   democracyjournal.org/maga... · Posted by u/nobet
martindbp · 6 days ago
Humans bad. I think it's an ideological off-shoot from environmentalism. If you recognize that humans are the cause of environmental issues then we are the problem. If we are the problem, then we should try to discredit our specialness so that we can motivate there being fewer of us (anti-natalism).
theonething · 6 days ago
It's such a tired trope.
theonething commented on We’re Not So Special: A new book challenges human exceptionalism   democracyjournal.org/maga... · Posted by u/nobet
mannyv · 6 days ago
Well humans have killed or enslaved 98% of the other species on the planet, so yes humans are exceptional.
theonething · 6 days ago
And other species have killed countless humans, so in the way you're framing it, no humans are not.
theonething commented on Why LLMs can't really build software   zed.dev/blog/why-llms-can... · Posted by u/srid
usrbinbash · 12 days ago
> We don't just keep adding more words to our context window, because it would drive us mad.

That, and we also don't only focus on the textual description of a problem when we encounter a problem. We don't see the debugger output and go "how do I make this bad output go away?!?". Oh, I am getting an authentication error. Well, meaybe I should just delete the token check for that code path...problem solved?!

No. Problem very much not-solved. In fact, problem very much very bigger big problem now, and [Grug][1] find himself reaching for club again.

Software engineers are able to step back, think about the whole thing, and determine the root cause of a problem. I am getting an auth error...ok, what happens when the token is verified...oh, look, the problem is not the authentication at all...in fact there is no error! The test was simply bad and tried to call a higher privilege function as a lower privilege user. So, test needs to be fixed. And also, even though it isn't per-se an error, the response for that function should maybe differentiate between "401 because you didn't authenticate" and "401 because your privileges are too low".

[1]: https://grugbrain.dev

theonething · 11 days ago
> Oh, I am getting an authentication error. Well, meaybe I should just delete the token check for that code path...problem solved?!

Kind of hyperbolic. If you prompt well, generally, it won't do stupid to that extreme.

theonething commented on Why Elixir? Common misconceptions   matthewsinclair.com/blog/... · Posted by u/ahamez
AstroBen · a month ago
Anxious about what? What's your issue with dynamic typing?

Thorough tests of the behavior of your system (which should be done whether the language is dynamic or not) catch the vast, vast majority of type errors. "More runtime errors" in a well designed codebase don't mean errors for the user - it means tests catch them

Seriously.. the secret to writing great dynamic code is getting very good at testing

theonething · a month ago
The thing is most useful for me about types is it serves as forced documentation. I look at function signature with types and know what kinds of values it accepts and what it returns.
theonething commented on Commodore 64 Ultimate   commodore.net... · Posted by u/peterkelly
austinallegro · a month ago
10 PRINT "POOPY PANTS"

20 GOTO 10

RUN

theonething · a month ago
As a kid, when we went shopping at K-mart, I would hangout at the computer department while parents shopped and did stuff like this on the C64. hehe
theonething commented on Linda Yaccarino is leaving X   nytimes.com/2025/07/09/te... · Posted by u/donohoe
joering2 · 2 months ago
As a medicore programmer, other than AI I would imagine the rest of the list would take 2 weeks to program and implement.
theonething · 2 months ago
Yes, you are imagining.
theonething commented on Linda Yaccarino is leaving X   nytimes.com/2025/07/09/te... · Posted by u/donohoe
wredcoll · 2 months ago
Bad luck? Covid was the definition of an easy layup. It's like bush and 9/11, should be a trivial re-election.
theonething · 2 months ago
> Covid was the definition of an easy layup.

I don't understand this at all.

Covid was devastating for the whole world. I don't see how it is an "easy layup" for anybody or any country. Was there any country or scenario where it was an "easy layup"?

theonething commented on Learnings from building AI agents   cubic.dev/blog/learnings-... · Posted by u/pomarie
asdev · 2 months ago
the code reviews can't be effective because the LLM does not have the tribal knowledge and product context of the change. it's just reading the code at face value
theonething · 2 months ago
Isn't it possible to feed that knowledge and context to it? Have it scan your product website and docs, code documentation, git history, etc?
theonething commented on I built an ADHD app with interactive coping tools, noise mixer and self-test   adhdhelp.app/en... · Posted by u/digitalions
captchas · 2 months ago
[flagged]
theonething · 2 months ago
I don't understand this sentiment.

Sure, there might be people out there selling snakeoil, but that's the case for every domain. Does that mean we nobody should try to make apps to solve domain problems at all? Of course not.

So you're asking everyone to stop monetizing ADHD. So the two alternatives are make the apps for free or don't make them at all. The former is not realistic or sustainable and later gives up potential upside.

I mean, do you think all ADHD apps will just be bad and are just people trying rip off ADHDers?

I think a more reasonable premise is yes, just in every domain, there will be snake oil sellers unfortunately and it's up to the consumer to watch out for those. But there will also be genuine people who are trying to solve this problem and that will potentially give people a lot of value for the money they pay for it.

u/theonething

KarmaCake day1313December 11, 2015
About
software engineer like most everyone else here.
View Original