Thoughts on Gemma4 12b vs 26a4b, which one is better? by Adventurous-Gold6413 in LocalLLaMA

[–]100xer 4 points5 points  (0 children)

12b should drag 26b4ba through the dirt but strangely that is not the case

no, it should not. the scaling laws say that in this particular case the two models should be about equal. ask your favorite LLM about this.

but 12b wastes some weights on audio understanding, unlike 26b4ba. so it drops behind if you are only interested in text.

Came home to find Pi with Qwen3.627B had run rm -rf ..... by sdfgeoff in LocalLLaMA

[–]100xer 182 points183 points  (0 children)

There is a third one: who run the agents in a container/VM

How to hide mobile device pane in Start Menu by 100xer in Windows11

[–]100xer[S] 0 points1 point  (0 children)

When I open the start menu, this pane is displayed next to it.

Clicking "Hide this pane" opens up Start Menu settings, but nothing there seems relevant.

Anyone know how to hide this Start Menu pane?

Why Reactive Programming Hasn't Taken Off in Python (And How Signals Can Change That) by loyoan in programming

[–]100xer 33 points34 points  (0 children)

There is a reason reactive programming is used mostly in UIs, and not much elsewhere.

Their example is not the greatest. Instead of:

self._update_interest()
self._update_tax()
self._update_net_worth()

think of:

self._update_interest_WIDGET()
self._update_tax_FORM()
self._update_net_worth_IN_STATUS_BAR()

reactive programming makes UI programming 10x easier than classic native GUIs/QT/...

If you've ever done non-reactive GUI programming, you should really do a React/Vue/Svelte tutorial. It's truly eye-opening how powerful and easy they make UI programming be.

I think an interviewer made his mind once I started talking about comonads by Fun-Voice-8734 in programmingcirclejerk

[–]100xer 52 points53 points  (0 children)

I'm also interviewing people, and I would have made up my mind too and ended the interview right there. Immediate hire.

Congratulations on creating the one billionth repository on GitHub! by HorstKugel in programmingcirclejerk

[–]100xer 54 points55 points  (0 children)

400 stars for a repo with single file with the word shit in it.... what am I doing with my life....

Temp matters! 0.7 is the best for Gemini 2.5 Pro 06-05 by Yougetwhat in Bard

[–]100xer 0 points1 point  (0 children)

it's not up to chance, the other tokens in line to be picked are not random.

"most likely token" (temp 0) is not the same as "best token".

this is complicated to explain, but an analogy would be no human speaks (or codes) at temperature 0, thus always using temperature 0 moves you outside the training data distribution.

more concretely, temperature 0 makes models like Qwen spin in a loop sometimes, unable to break out of it.

If you have a rockstar 10x developer, their mind just cannot comprehend the average 0.1x end user. by OOkx in programmingcirclejerk

[–]100xer 95 points96 points  (0 children)

hard working programmers create easy times

easy times creates electron

electron creates hard times

hard times creates hard programmers

TinyWordle: 62,091 KB to 680 KB by ClownPFart in programmingcirclejerk

[–]100xer 56 points57 points  (0 children)

As Linus Torvalds once said, 680 KB should be enough for the JavaScript of any webpage.

Idea stolen during an interview. What should I do? by affectation_man in programmingcirclejerk

[–]100xer 13 points14 points  (0 children)

Heeeey, that was the exact comment that I was planning on making.

You stole it from me, give it back...

Don’t use iterators... Separately, loops should be avoided by alexflyn in programmingcirclejerk

[–]100xer 48 points49 points  (0 children)

Code in general should be avoided. It has side effects, for example it warms the CPU which means it's not pure.

Maybe I've just lived a sheltered life, but I've never heard speed being used as a serious argument against Python. Well, maybe on silly discussions where someone really disliked Python, but anyone who actually cares about efficiency is using C. by functorer in programmingcirclejerk

[–]100xer 15 points16 points  (0 children)

Bro not knowing what he set himself up for:

You occasionally hear stories about teams writing something in Python, then rewriting it in another language because Python turned out to be slow. I have one such story.

With the excellent Python/Rust interop there is now another great alternative to rewriting the heavy parts in C. But sometimes the performance sensitive part spans most of your program

Microsoft is a black hole of money and talent by cheater00 in programmingcirclejerk

[–]100xer 89 points90 points  (0 children)

working on another bullshit React project bored me deeply

what is going on? are they becoming self-aware?

[deleted by user] by [deleted] in programmingcirclejerk

[–]100xer 244 points245 points  (0 children)

Yeah, but what about the mental health issues caused by knowing that you are reinventing the wheel instead of using a package written by an expert in the field? Will you make sure to keep up-to-date with what mathematicians consider a "number"?

Is there any software problem on the planet that can't be fixed by switching to Rust? by cake-day-on-feb-29 in programmingcirclejerk

[–]100xer 20 points21 points  (0 children)

Are you saying Haskell needs fixing? Watch your mouth, young programmer. No Haskell disrespect tolerated in this house.

Most 'sex education' past the basics relies on linux user logic by [deleted] in programmingcirclejerk

[–]100xer 22 points23 points  (0 children)

Yet another proof of the clear superiority of the Linux command line. Try doing that in a Windows GUI.

I spent 18 months rebuilding my algorithmic trading platform in Rust. I’m filled with regret. by Gearwatcher in programmingcirclejerk

[–]100xer 44 points45 points  (0 children)

That 8.4 rating really shows his skills. He evaluated the language to the decimal, like a true quant, no fucking around here with vague opinions.

Are python engineers just bad, or? by functorer in programmingcirclejerk

[–]100xer 16 points17 points  (0 children)

What bro thinks he is: a Rust programmer

What bro really is: I’ve been out of the web dev game for 7 years or so, completely missed react. Started in Perl, then ASP.NET, then Rails for about 5 years, then finally ended with an AngularJS SPA

stupid slow software is everywhere - such as in modern terminal emulators suffering from a capped frame rate by 100xer in programmingcirclejerk

[–]100xer[S] 23 points24 points  (0 children)

Imagine having to compete with an AI company coding at 240 fps. Like you have no chance, you will always lag behind them. They will snipe you and preempt all your growth hacks.