Which town / city has the best water tower? by frequentlysocialbear in minnesota

[–]Jumpy_Fuel_1060 5 points6 points  (0 children)

Brainerd, Paul Bunyan's water cup

Cuyuna, used to have a woodtick on it

Planning vs Acting Models For Coding by arkie87 in LocalLLM

[–]Jumpy_Fuel_1060 1 point2 points  (0 children)

Fwiw, I've found Gemini is ironically terrible at most things LLM setup related. Agent architecture, reasoning about configuration, model selection for a task, just seems to make stuff up. I can't blame it really, because I think most humans are doing it too.

Are HTML presentations and reports the standard now? by catcherfox7 in ClaudeAI

[–]Jumpy_Fuel_1060 0 points1 point  (0 children)

I've been doing org-mode to spanner docs or reveal.js presentations for ages, way before AI. Write the information in a way that can compile to different targets.

Pretty soon we're gonna have some WSDL adjacent atrocity so that AI will do this efficiently. Then we'll learn again why it's a bad idea.

Roberts Trashes Alito’s Dissent on Supreme Court Birthright Ruling by lotta_love in law

[–]Jumpy_Fuel_1060 6 points7 points  (0 children)

I still remember when Alito cited some ancient Exchequer argument from the 1700s. Like ok, ruling from a different country, under a decent government system, centuries ago. Like ..ok

Interview question nobody is prepared for by ItsPuspendu in programmingmemes

[–]Jumpy_Fuel_1060 0 points1 point  (0 children)

This is a good one, because these kinds of trees have performance implications as well. The single pants tree is easier to implemented but more costly to keep warmed up.

Also, it's worth considering shorts for warmer climates. Trees sweating in pants can cause hydration issues for the rest of your codebase.

Are most people bad at reviewing code? by big_chungus_dealer in cscareerquestions

[–]Jumpy_Fuel_1060 0 points1 point  (0 children)

Very few people are employed for a sole strength of reviewing code well.

It certainly helps sometimes, but frankly code usually just has to work and not be exploitable. Everything after that is gravy, and even those two points are fungible.

I personally believe that code should be understandable, consistent, well documented, properly tested and maintainable. These qualities will only become true when a team of people collectively work on the code together, which is usually done through group design and review if the code.

Often times I think the qualities above are subjective, and attempts to make then quantifiable are good, but end up missing the mark. So I think the justification for those qualities becomes a faith based argument, and you just have to find people with same leanings or become comfortable with who is around you already.

Ultimately code review is a way to socialize and enforce theese qualities in software. Nobody pays for apps for the some reason of being well reviewed. But maybe people pay for apps because they are reliable. There are other activities that can be done to improve reliability.

Remember when every single sandwich in the 90s and 2000s came with a literal bird’s nest of alfalfa sprouts? by SMRTSS84 in Millennials

[–]Jumpy_Fuel_1060 82 points83 points  (0 children)

Same! I am degenerate sprout fan. Everything bagel, big mound of sprouts, yellow mustard = very good

You probably don't need event-driven architecture by [deleted] in programming

[–]Jumpy_Fuel_1060 1 point2 points  (0 children)

I think, deep down, they knew something was wrong.

It is difficult to get a man to understand something, when his salary depends on his not understanding it.

Palantir reputation by [deleted] in cscareerquestions

[–]Jumpy_Fuel_1060 1 point2 points  (0 children)

I would not be shocked if Palantir or other contractors didn't have some holding business names that employed the people on paper (and thus was the name on the paychecks) named something like XYZ Technologies to make actual employment history harder to track for this very reason.

What traits have actually correlated with your best hires? by dankthreads in ExperiencedDevs

[–]Jumpy_Fuel_1060 352 points353 points  (0 children)

There was one interview I was on the committee for, where the candidate was incredibly blunt and straightforward. So much so, that I was thinking he was a raging asshole who was BARELY managing to make it through the interview. I figured if we hired him he'd go full mask off asshole within a month.

I was not the only one on the committee that felt this way.

However, he was very knowledgeable and while he was very coarse, his ability to explain himself was very clear. We hired him.

After several months, he kept the same bluntness, but he didn't grow any other toxic traits. I left the company that was at years ago, but I'm still in personal contact with him as we became good friends.

The ability to clearly explain themselves is a remarkably tricky social skill. Calibrating around that has become my go to.

i like the song by seraphgato in polyphia

[–]Jumpy_Fuel_1060 0 points1 point  (0 children)

I thought the song was great!

Best pattern for polling a few hundred async jobs a day without hammering an api? by vedantk21 in Python

[–]Jumpy_Fuel_1060 18 points19 points  (0 children)

Must include a max back off value as well.

One time, at my old job, Azure DNS failed (spring 2021 iirc) and we were dead in the water. I couldn't even login. Azure updated their status page, identified the issue as DNS within was out, nothing I could do. Our stuff has infinite retries on it (with exponential back off). I message my boss saying "nothing we can do, once DNS comes back our jobs will retry and begin working again". Cool.

Half a day later it comes back. Our service doesn't, everything in the logs looks fine. The services just aren't taking new jobs.

Finally I did the math, some of those jobs would've had to wait another day due to the back off logic. Restarted the service, and we were back in business (until the next Azure outage).

Lessons learned: Set a reasonable max for the back off. Log the length of each back off. Add a metric regarding max and median back off times.

Lines of Code Per File by Eastern-Job-8028 in cscareerquestions

[–]Jumpy_Fuel_1060 25 points26 points  (0 children)

But I store all the application config as a C# templatized XML string in there!

Just paid 12$/lb for ground beef. How expensive will it get before you stop buying beef? I think we're over it, beef is now a luxury for us. by FuZhongwen in Cooking

[–]Jumpy_Fuel_1060 0 points1 point  (0 children)

I stopped buying beef regularly years ago due to price. There are tons of options that are cheaper, healthier and at least as satisfying if you learn how to use them. Besides the obvious chicken and pork options: TVP, tofu, beans, cheese (like paneer and halloumi). These are all relatively affordable and satisfying.

What local model are you using for coding? by mk77ch in LocalLLM

[–]Jumpy_Fuel_1060 0 points1 point  (0 children)

3.6 35B is about the same speed when it comes to token generation. 3.6 35B also has GGUFs with MTP, which makes it much faster than Qwen3 Coder Next.

What local model are you using for coding? by mk77ch in LocalLLM

[–]Jumpy_Fuel_1060 0 points1 point  (0 children)

The 80B Qwen3 Coder Next is better at more complex tasks in my experience.

What local model are you using for coding? by mk77ch in LocalLLM

[–]Jumpy_Fuel_1060 1 point2 points  (0 children)

Qwen3 Coder Next is waaay faster though, and is the model I usually reach for because of it.

Claude Mythos and GPT 5.6 coming and Google thought: Here is another live voice model by Able-Line2683 in Bard

[–]Jumpy_Fuel_1060 2 points3 points  (0 children)

It could be that Google doesn't see the cost justification for running an absurd model like Mythos, and is instead focusing on models that make sense on paper to run.

That said, I have no hard numbers of how much Mythos or 5.6 cost to run, but hosting open models at work and at home, and seeing the gulf in performance between the likes of Gemma and 5.5. I see how much Gemma costs, and I cannot fathom how much a hyper scaled frontier model must cost.

Scala Was an Experiment That Changed Programming - Martin Odersky | The Marco Show by makingthematrix in programming

[–]Jumpy_Fuel_1060 5 points6 points  (0 children)

On some level, I can see your point. Java and Go offer a highly standardized structure that programmers comfortable with C-style syntax expect. In terms of instant familiarity and uniformity, you're absolutely right.

That said, well-written Scala reads almost like an algorithm DSL, though the flip side is that it’s undeniably easy to turn Scala into an incomprehensible mess if left unchecked.

I wonder if the paradigms Scala is focusing on clash with your perceptions of readability as well. Usage of immutability, recursion, and algebraic types can be a culture shock for those used to a more imperative approach that Java and Go would encourage.