NostraDavid

joined 2 years ago
[–] NostraDavid@programming.dev 6 points 10 hours 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 1 week 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 1 week ago

No need for ~ - just cd works as well.

[–] NostraDavid@programming.dev 2 points 1 week 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 weeks ago

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

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

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

Don't do drugs, kids!

[–] NostraDavid@programming.dev 15 points 2 weeks 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 weeks 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 weeks ago* (last edited 2 weeks ago) (2 children)

the message still needs to be said.

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

 

Ladybird, the browser from SerentityOS, now has a non-profit behind it! The guy in the video is not Andreas, but Chris Wanstrath (former CEO from Github), and he's pumping some financial backing into this non-profit.

I for one am happy we're getting an alternative to the Chrome/Firefox duality we're stuck with.

https://ladybird.org/

view more: next ›