NostraDavid

joined 2 years ago
[–] NostraDavid@programming.dev -2 points 1 month ago (3 children)

OK, and? A car doesn't run like a horse either, yet they are still very useful.

I'm fine with the distinction between human reasoning and LLM "reasoning".

[–] NostraDavid@programming.dev 1 points 1 month ago

If your ISP is blocking this website, set a DNS in windows to 1.1.1.1 (Cloudflare), 8.8.8.8/8.8.4.4 (Google), 9.9.9.9 (Quad9), https://www.dns0.eu/, or DNS4EU.

Yes, blocking certain sites is done in the Netherlands, due to Stichting BREIN using/abusing our legal system. Nobody likes them, but it is what it is.

PS: I'm using rargb, since it hasn't been blocked (yet - BREIN has to sue per website being blocked).

[–] NostraDavid@programming.dev 4 points 1 month ago

7 months ago: https://web.archive.org/web/20241210232635/https://openlm.ai/chatbot-arena/ Now: https://web.archive.org/web/20250602092229/https://openlm.ai/chatbot-arena/

You can see that o1-mini, a silver (almost gold) model, is now a middle-of-the-road copper model.

Note that Chatbot Arena calculates its score relatively - they'll show two outputs (without the model names), and people select the output they prefer. The preferences are ordered. Not sure what accounts for gold/silver/copper.

[–] NostraDavid@programming.dev 2 points 2 months ago (1 children)

Double-bang repeats the previous command. Great if you forget sudo.

$ rm -rf <folder>
permission denied
$ sudo !!
[–] NostraDavid@programming.dev 2 points 2 months ago

No need for ~ - just cd works as well.

[–] NostraDavid@programming.dev 2 points 2 months ago

The first two options (autocd and cdspell) have been a lifesaver in fixing my frustrations with the default bash settings (and even lets me stick with bash, instead of feeling I should move to zsh or any other shell.

I can just type a foldername, tabcomplete it and press enter to go there. It's great.

# == shopts ==
# https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html
shopt -s autocd         # cd into folder without cd, so 'dotfiles' will cd into the folder
shopt -s cdspell        # attempt spelling correcting on folders
shopt -s direxpand      # expand a partial dir name
shopt -s checkjobs      # stop shell from exit when there's jobs running
shopt -s dirspell       # attempt spelling correcting on folders
shopt -s expand_aliases # aliases are expanded
shopt -s histappend     # append to the history file, don't overwrite it
shopt -s histreedit     # lets your re-edit old executed command
shopt -s histverify     # I'm confused.
shopt -s hostcomplete   # performs completion when a word contains an '@'
shopt -s cmdhist        # save multiple-line command in single history entry
shopt -u lithist        # multi-lines are saved with embedded newlines rather than semicolons; explictly unset
shopt -s checkwinsize # update LINES and COLUMNS to fit output
[–] NostraDavid@programming.dev 2 points 2 months ago

I'm single... (also not American, but that's besides the point).

[–] NostraDavid@programming.dev 8 points 2 months ago

What if... WSL is a gateway drug to Arch?

Don't do drugs, kids!

[–] NostraDavid@programming.dev 12 points 2 months ago (1 children)

Look what they have to do to mimic a fraction of our power

I think that sounds more like Cygwin.

[–] NostraDavid@programming.dev 1 points 2 months ago

I've not seen a ton of reactions, but the only people shitting on Biden for having cancer is Hasanabi & friends (the second-largest political streamer, BTW).

[–] NostraDavid@programming.dev 6 points 2 months ago* (last edited 2 months ago) (2 children)

the message still needs to be said.

No it doesn't, because this shit is just ragebait.

view more: ‹ prev next ›