Diff's recent activity
-
Comment on Comerica Park will be renamed to Fifth Third Park starting in 2027 in ~sports.baseball
-
Comment on OpenAI agents attacked RubyGems back in May in ~comp
Diff Link ParentEven if we calibrate for their current expectations I think we find negligence. The end of days may be intended to be prophetic, but their dangerous cyber abilities are an ongoing talking and...Even if we calibrate for their current expectations I think we find negligence. The end of days may be intended to be prophetic, but their dangerous cyber abilities are an ongoing talking and marketing point. It's the stated reason why their top models are not generally available.
If an advanced model with fewer safeguards is dangerous in the wrong hands, I think it's safe to expect them to expect that an advanced model with no safeguards that is not yet appropriately aligned is a dangerous thing all by itself.
-
Comment on OpenAI agents attacked RubyGems back in May in ~comp
Diff Link ParentThey are the ones that have been screaming "Danger, Will Robinson" since GPT-2. Talking about existential threats to all of humanity. The only way they could estimate it any higher is turning it...They are the ones that have been screaming "Danger, Will Robinson" since GPT-2. Talking about existential threats to all of humanity. The only way they could estimate it any higher is turning it into some level of cosmic threat. Do they not actually believe that? Is this the level of care they're putting in to prevent that?
-
Comment on htmx 4.0.0 has been released in ~comp
Diff Link ParentNo, it's a bit of an inside joke that there is no v3. https://htmx.org/essays/the-fetchening/No, it's a bit of an inside joke that there is no v3. https://htmx.org/essays/the-fetchening/
OK, I said there would never be a version three of htmx.
But, technically, I never said anything about a version four…
-
Comment on Artists built a site to escape AI. Scrapers are coming for it anyway. in ~tech
Diff Link ParentAI isn't a human and it isn't learning. And unlike piracy, the artists these models are being trained on are losing out on something. Regardless, you can say it violates the licensing agreement of...AI isn't a human and it isn't learning. And unlike piracy, the artists these models are being trained on are losing out on something.
Regardless, you can say it violates the licensing agreement of the site and of the works.
-
Comment on BoredOS: A from scratch OS in ~comp
Diff Link ParentCompletely different, this seems to be written entirely from scratch. It's under a software license that's incompatible with Linux's license, as well (GPLv3 vs v2).Completely different, this seems to be written entirely from scratch. It's under a software license that's incompatible with Linux's license, as well (GPLv3 vs v2).
-
Comment on Any cool coding languages? in ~comp
Diff LinkGleam is a pretty nifty language, it's what made functional programming click for me since it has a pretty familiar syntax and doesn't get bogged down in the theory of it all. Compiler is written...Gleam is a pretty nifty language, it's what made functional programming click for me since it has a pretty familiar syntax and doesn't get bogged down in the theory of it all. Compiler is written in Rust and the compiled code runs on Erlang's BEAM or JS.
-
Comment on ‘The Odyssey’ surpasses $1 billion, Christopher Nolan’s first movie since ‘Dark Knight Rises’ to reach coveted box office milestone in ~movies
Diff Link ParentWhat do you make of Dune being shown in IMAX and Doomsday getting snubbed for that?We have at least one more billion dollar film being released this year with Avengers: Doomsday and maybe something else can break out (like Dune: Part Three).
What do you make of Dune being shown in IMAX and Doomsday getting snubbed for that?
-
Comment on Mea Culpa – Dark Hours: Developer unintentionally copies an open-source app using Claude Code in ~tech
Diff LinkDeveloper claims to have unintentionally copied an existing open source app, but I find it somewhat stretches credibility to say that Claude went, found an existing app, and cloned it wholly...Developer claims to have unintentionally copied an existing open source app, but I find it somewhat stretches credibility to say that Claude went, found an existing app, and cloned it wholly without mentioning it to him and without any explicit instruction. This, combined with the simultaneous story involving this author and this app has me doubting this also-strange story.
Which is a deep shame. I enjoyed this author's apps and essays quite a lot in the past. I wouldn't have anticipated this from him.
-
Comment on A friend showed me another "learned a new language" site in ~comp
Diff Link ParentLLMs are often pretty bad at learning new smaller languages. There is no LLM that can generate functional Gleam code for instance. Either they're way outdated on the stdlib, or far far more often,...LLMs are often pretty bad at learning new smaller languages. There is no LLM that can generate functional Gleam code for instance. Either they're way outdated on the stdlib, or far far more often, they keep forcing in language features that it simply doesn't have. The pull of larger languages with similar syntax is too strong.
-
Comment on A friend showed me another "learned a new language" site in ~comp
Diff Link ParentHope they are able to get that updated soon, exercism exercises were a huge help in wrapping my head around using recursion and pattern matching in Gleam.Hope they are able to get that updated soon, exercism exercises were a huge help in wrapping my head around using recursion and pattern matching in Gleam.
-
Comment on Unreleased OpenAI model escapes containment and hacks into Hugging Face in ~tech
Diff Link ParentOpenAI was doing testing in their own "sandboxed testing environment", gave it a test, it said "Hey, bet I can get out of here and just grab the answers." It uses the limited tools it has in...OpenAI was doing testing in their own "sandboxed testing environment", gave it a test, it said "Hey, bet I can get out of here and just grab the answers." It uses the limited tools it has in unintended ways to gain internet access, and it figures it'll be able to find the answers over at HuggingFace since it's stuffed full of datasets, including the one it's being tested on.
The next part is where it gets really handwavy. Somehow, it's able to "use stolen credentials" in combination with some 0day exploits to gain remote code execution on HuggingFace's servers, and yoinks the answers to the test from the locked drawer in the teacher's desk.
-
Comment on Recycling destroyed tech into beautiful PCs in ~tech
Diff Link ParentI don't think it's ever not been accepted. I think it's certainly going become more common with "AI drives gadget price hikes" being blasted across headlines.I don't think it's ever not been accepted. I think it's certainly going become more common with "AI drives gadget price hikes" being blasted across headlines.
-
Comment on Claude Code is the ceiling on vibe-coded software in ~tech
Diff Link ParentThe brutal honesty, too, has become a huge tell. Sometimes it's complete, sometimes it's just bare honesty. I tried to get a list of three going originally but couldn't squeeze it in. They also...The brutal honesty, too, has become a huge tell. Sometimes it's complete, sometimes it's just bare honesty. I tried to get a list of three going originally but couldn't squeeze it in. They also love to assign their own words to external sources for more authority.
-
Comment on Claude Code is the ceiling on vibe-coded software in ~tech
Diff Link ParentJust the one paragraph. It certainly wasn't for any coherent reason so you're not missing anything.Just the one paragraph. It certainly wasn't for any coherent reason so you're not missing anything.
-
Comment on Claude Code is the ceiling on vibe-coded software in ~tech
Diff (edited )Link ParentI 100% agree that the best results don't come from vibe coding. But this is the company that's claiming that vibecoding is feasible, dogfooding it, and as the heaviest and least limited users they...I 100% agree that the best results don't come from vibe coding. But this is the company that's claiming that vibecoding is feasible, dogfooding it, and as the heaviest and least limited users they should also have plenty of trial-and-error and exploratory opportunities that outsiders won't. That's why we're talking about the ceiling of vibecoding and not the ceiling of LLM usage as a whole.
-
Comment on Claude Code is the ceiling on vibe-coded software in ~tech
Diff Link ParentThe reasons are stated in the article. These are the Makers of AI. They have unlimited access to their own product, dogfood it religiously, and should be more familiar and skilled with it than...The reasons are stated in the article. These are the Makers of AI. They have unlimited access to their own product, dogfood it religiously, and should be more familiar and skilled with it than anyone else. If they can't hack it with that team, with one of the languages best represented in the training data, that casts doubt on the feasibility of it. Importantly, they are the ones making the claim that you can just throw AI at a codebase and have a usable result at the end.
To be brutally honest? This isn't just one messy codebase—it's one of the flagship products from what many may consider the leading AI foundry. It's a codebase where top minds are on the job, and this is the result.
I do think there are more productive ways to utilize AI, but those aren't what Anthropic claims is possible or what Anthropic is doing.
-
Comment on US House passes bill to ‘ditch the switch’ and make daylight saving time permanent in ~society
Diff Link ParentJust to make sure I'm understanding this because it's early in the morning yet. Title says permanent daylight time, but it's actually permanent standard time, so like your other comment mentions,...Just to make sure I'm understanding this because it's early in the morning yet. Title says permanent daylight time, but it's actually permanent standard time, so like your other comment mentions, we are in fact saving standard time?
-
Comment on Rewriting Bun in Rust in ~comp
Diff Link ParentI scrolled back a few months and I see quite a few pull requests from people who aren't Members or Collaborators or robobun, yes.I scrolled back a few months and I see quite a few pull requests from people who aren't Members or Collaborators or robobun, yes.
-
Comment on Rewriting Bun in Rust in ~comp
Diff Link ParentIf you as a user are building it from source for whatever reason, requiring a whole new toolchain seems to qualify.If you as a user are building it from source for whatever reason, requiring a whole new toolchain seems to qualify.
For a brief moment wife and I thought there might be something interesting behind the name but apparently it was created when "Fifth Bank" merged with "Third Bank."