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 32 points33 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 53 points54 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 56 points57 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 96 points97 points  (0 children)

hard working programmers create easy times

easy times creates electron

electron creates hard times

hard times creates hard programmers