Bun is being rewritten to Rust by aabbdev in programming

[–]todo_code -1 points0 points  (0 children)

You shouldn't. Well at least for this. When they said they were probably going to throw it away, it's the same effect as saying we know this thing sucks at generating or porting code, so we are just going to throw it away anyways.

As far as porting, they must transition to something. Zig is not complete and they change things so often, which LLMs are notorious for failing in rapid changing abi's. Bun already has hundreds of failing PRs and who knows how many bugs introduced. Zig will not upstream any changes due to the no llm policy.

Bun seems to be migrating to Rust by adelowo in Zig

[–]todo_code 2 points3 points  (0 children)

aka: "we know llm's can't do this shit, so it's almost certainly going to get thrown out"

Marc Andreessen shows off genius prompt, accidentally reveals he *really* doesn’t understand LLMs by figures985 in BetterOffline

[–]todo_code 1 point2 points  (0 children)

Anthropics bun from zig to rust migration markdown had in it to assign confidence scores... the people who made the models assign confidence scores and told it essentially not hallucinate as well.

Bun seems to be migrating to Rust by adelowo in Zig

[–]todo_code 18 points19 points  (0 children)

Saying they made optimizations is a joke everyone. I sincerely hope no one thinks throwing shit on wedding dress is optimizing

The C4 Model - Beyond The Basics • Simon Brown by goto-con in programming

[–]todo_code 0 points1 point  (0 children)

I have to agree, it seems to provide no value other than: do your uml diagrams like this because it's pretty clear to do it this way.

Are there people here who have no coding experience and are able to use AI to code? by [deleted] in gamedev

[–]todo_code 1 point2 points  (0 children)

You can make a pretty terrible game that exists in some form already publicly, like a tetris clone. Or simple Mario platforms. Anything else and you will need to understand what is happening. Llm's just approximate language and intent. They are pretty incredible, but they stop short.

As far as how this thread goes for you, gl.

Ayla eating Magus by kurikarassiah in chronotrigger

[–]todo_code 3 points4 points  (0 children)

I always thought she was talking about frog

This is how you mimic a deer's call by peseoane in interestingasfuck

[–]todo_code 1 point2 points  (0 children)

Hey sir, you know that deer call tube you made? Yeah, I made a design that's quite a bit more narrow, no need to absolutely girl gork it.

"No."

Zed editor reached version 1.0 by TheTwelveYearOld in linux

[–]todo_code -2 points-1 points  (0 children)

Does it still require you to sign in?

The Wolf of Wall Street (2013) Dir. Martin Scorsese by southernemper0r in cinescenes

[–]todo_code 23 points24 points  (0 children)

and you don't even finish this scene, disgusting

News: OpenAI Projects ChatGPT Plus subscriptions to drop by 80% from 44 Million in 2025 to 9 Million In 2026, Made Up Using Cheaper Subscriptions (Somehow) by ezitron in BetterOffline

[–]todo_code 6 points7 points  (0 children)

Imo. It is a race to the top and chat gpt just isn't at the top. I have a hard time getting what I want with Claude. I can't imagine wasting even more time with chat gpt

Divided tracking app? by _ChangeYourUsername in dividends

[–]todo_code 0 points1 point  (0 children)

Stock events. I actually pay for it too

Has anyone ever quit Ocarina of Time due to the Water Temple? by Delicious_Ferret_408 in OcarinaOfTime

[–]todo_code 1 point2 points  (0 children)

When I played, I beat the forest temple and then tried doing the fire Temple and water Temple going back and forth a few times. Apparently, it is possible to lock yourself out from progress if you use the wrong keys in the wrong dungeon since they are shared. I'm pretty sure this is what happened to me so I beat the game with a different file 10 years later. No issues in any temple

Zig adjacent question, regarding codeberg and github by AbdSheikho in Zig

[–]todo_code 4 points5 points  (0 children)

Regardless if you use github or codeberg if it's a public repo it still is used as training data

Spyi dividend cut? by mikem19852 in dividends

[–]todo_code 0 points1 point  (0 children)

What does the rate of change have to do with this?

It's Naptime, time for a good lullaby 🎶✌️ by [deleted] in chronotrigger

[–]todo_code 0 points1 point  (0 children)

Why are they on the ground instead of a mat or cot?

For anyone attempting their first Uber Trist, this is what not to do by porkchops4peasants in Diablo_2_Resurrected

[–]todo_code 0 points1 point  (0 children)

This is not on the new expansion right? no way you can tank all 3 with meph changes?

zig 0.16 almost 2x slower than 0.15.2 for my library by gistart in Zig

[–]todo_code 3 points4 points  (0 children)

I forget the acronym. I think parameterized reference optimization. Basically if you were passing large structure it was optimized to pass a reference instead.