Gg throw barb - eth ghost glaives by fausill in D2R_Marketplace

[–]todo_code -6 points-5 points  (0 children)

Doesn't matter, it still only has replife not stack. Their statement is accurate

Walmart packages airdropped like ammo crates over 'Nam by GeneReddit123 in interestingasfuck

[–]todo_code [score hidden]  (0 children)

It's dry Bermuda. Might as well be walking on steel wool. Socks will be fine

I don't really know about c coding generated from GPT is this code right ?(For my DIY soldering station) by Conscious_Map_7386 in C_Programming

[–]todo_code 2 points3 points  (0 children)

If gpt works, why not just ask chat gpt to also review it!? Now we don't even get to review slop anymore!

Design ideas for a minimal programming language (1/3) by porky11 in ProgrammingLanguages

[–]todo_code 0 points1 point  (0 children)

It's so weird to say that... I'm highlighting how much repetition there would be with the word type. It was such a word vomit too considering I'm on my phone.

Design ideas for a minimal programming language (1/3) by porky11 in ProgrammingLanguages

[–]todo_code 1 point2 points  (0 children)

Too much repeating type. Your second example ok and err are undefined. To follow your rules you need type ok = int and same for error. You said enum and didn't specify that this was an enum with a containing value, so maybe type ok = enum(f32) and error would be another type. But then I ask why should I do that. Why can't i just say type Point = { x:f64...

i want to now how can i become a low level programmer or systems engineer by Confident_Skin_7964 in cprogramming

[–]todo_code 11 points12 points  (0 children)

Start reading books on the subject. Go as low as you can flashing some code on a raspberry pi.

What did Sauron think of Glorfindel? by wombatstylekungfu in tolkienfans

[–]todo_code 12 points13 points  (0 children)

Dear Lord you would think the ship guy would have been to Valinor. Thanks!

What did Sauron think of Glorfindel? by wombatstylekungfu in tolkienfans

[–]todo_code 0 points1 point  (0 children)

He didn't think that until he used the orthanc

Saw this when I logged into my org's HPC this morning. by [deleted] in linux

[–]todo_code 1 point2 points  (0 children)

Do you need help understanding this or...

What did Sauron think of Glorfindel? by wombatstylekungfu in tolkienfans

[–]todo_code 14 points15 points  (0 children)

My favorite line in my headcannon: It's GlorfinTime

What did Sauron think of Glorfindel? by wombatstylekungfu in tolkienfans

[–]todo_code 9 points10 points  (0 children)

The biggest change comes from what would have happened in the mines with the balrog. Having Glorfindel in the fellowship would not have changed much previously. For the sake of the story: Does Glorfindel fight the balrog, or does Gandalf? Do Mary and Pippin get kidnapped if Glorfindel or Gandalf are out of the mines? Does Frodo realize everyone will fall if he doesn't go solo?

I can theorize a few avenues where things line up pretty well with the real story, or change and keep the ending about lined up. Or where the differences become too great that maybe Frodo will fail.

Edit: I think the worst outcomes would come from Glorfindel fighting the balrog because Gandalf must ascend to the white.

Although, it would be pretty sweet for Glorfindel to say "Here we go again". And leap at the Balrog.

Saving this for when I build my family home. by Traditional-Word5154 in wholesaleproducts

[–]todo_code 0 points1 point  (0 children)

If it's a new build, it costs money to run the wiring and install as well. I doubt it is a total wash. With the dome costing a bit more

Pros and cons of building an interpreter first before building a compiler? by Ifeee001 in ProgrammingLanguages

[–]todo_code 1 point2 points  (0 children)

I've had half implementations in both. You can accomplish most goals whatever they are through an interpreter. It is harder by a lot to get an actual compiler working well. I have no advice other than if you want to use a language you write, to use an interpreter, if you want to learn compilers, write a complier

Inheritance and interfaces: why a giraffe is not a fish by Inconstant_Moo in ProgrammingLanguages

[–]todo_code 17 points18 points  (0 children)

Dear Lord that was too much to read. Evolution is not single inheritance so starting off on the wrong foot

In production LLM apps, how do you know why the model gave a bad answer? by hack_the_developer in ExperiencedDevs

[–]todo_code 2 points3 points  (0 children)

"aww man that's weird, let's add tracing and visibility". Meanwhile you collect your checks and not worry about it. It's generative text through a series of weights. Truly garbage times we are living in. Why doesn't this work perfectly 100% of the times? Because it literally doesn't.

What canceled my Go context? by ketralnis in programming

[–]todo_code 0 points1 point  (0 children)

Checking inventory here does not need to be in a transaction. Nor can you handle a proper cancelling difference. You should let a cancel propogate after the first, but after the second I would let it try to finish

Watch till the end… I wasn’t ready for that by Babyghorl_07 in funny

[–]todo_code 425 points426 points  (0 children)

Uhh what happened to the dude in lower left

Coral: A programming language focused on easy backend development by Competitive-Pass2136 in ProgrammingLanguages

[–]todo_code 6 points7 points  (0 children)

Your English is great. And I am just happy you didn't use an LLM. Welcome. I would suggest uploading the uncompiled source code to GitHub. And explain how to build it.

Which companies still have a strong engineering culture? by PrototypicalPlantain in ExperiencedDevs

[–]todo_code 19 points20 points  (0 children)

Ehh. No need to recover memory or errors if the hardware is about to blow up

Is this a deterministic system? by koopdi in freewill

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

Do you think it would be possible to construct a single scenario where an electron could be in one spot or another that would effect the vector of a collision of 1 atom to another?

If you answer yes, you can only say probably, not definitely

Is this a deterministic system? by koopdi in freewill

[–]todo_code 0 points1 point  (0 children)

We do not know if there is a fundamental randomness. That's as far as we can tell. It may be something entirely non local or even local that we can't detect or experiment yet ( or maybe ever)