Skip Navigation

User banner
Posts
1
Comments
357
Joined
2 yr. ago

  • you can seamlessly switch from gitea without needing to completely reset it.

    For now; Forgejo is hard forking, which may break things soon.

  • Forgejo used to be built on top of Gitea (soft fork) but since this year have been starting to go their own way, which may break things (hard fork).

  • never given the time to do it

    It's easier to ask for forgiveness than to get permission.

  • We had humans eat detergent. It's 1-1 humans-LLMs as far as I'm concerned 😂

  • Is that a typo, or are we talking cunnilingus?

  • No sarcasm allowed >:(

  • That was a fun read! Seeing the graph drop after switching from Python to Go was pretty amazing as well!

  • I don't see why not. It has a sublanguage which can be used to query - same with SQL. You can do other things in SQL besides querying as well, so why not?

  • The fact that Blizzard was able to piece together a reconstruction of WoW Classic v1.12 is more of the exception to the rule.

  • I wish they had a separate Query Language list - it's weird seeing SQL sit between Python and Typescript...

    I also think it would be a good way to introduce more people to non-SQL query languages (like Quel, PRQL, ISBL, jq, Alpha (even though it's still not been implemented), SaneQL, EdgeQL, and many more), because it generally feels like it's the only query language available ever... Which it's not.

  • This includes the Python extension, so no Python for you (or at least no Pylance ;_;)

  • Edge does that shit too with JSON... It made me switch to Firefox, so good for me (other than that Firefox has a tendency to enshittify too, but in different ways).

  • How dare you forget Sophie Wilson, inventor of the ARM chip (which exists in literally every phone pretty much since... 1997?) 😆

    She also partakes in Europython (though not sure if she joined this year, but she was there last year, even though I missed both xD), for the Python nerds.

  • Same for cd -. Nice if you want to go to /etc/blah, and then back to where you were.

    You can also use pushd and popd which will push and pop directories from a stack, if you need to do something more complex.

    Also, if you want to switch faster between branches, slap this in your ~/.gitconfig under [alias]:

    co = !git checkout $(git for-each-ref refs/heads/ --format='%(refname:short)' | fzf)

    Presuming you've got fzf installed, you can now git co (co = checkout) to get a menu with fuzzy find capabilities to switch between branches. Nice if branch names are long/similar/only-different-at-the-end.

    fzf is dope.

  • Kids these days….

    These Ctrl keys are shortcuts from Emacs - there's a Bash settings to switch to vi-mode if you so wish. Anyway, the first Emacs was written in 1981, probably on a PDP-11, which did not have Home and End! Same reason Neovim uses "yank" instead of "copy". ctrl-c/ctrl-v did not exist as a shortcut back when vi was being written!

    I know you didn't intend to be mean or anything, but maaaaaan kids these days don't know their history (not entirely your fault, btw)😆

  • You didnt say he was wrong though.

  • I believe shift-insert and shift-del can function as copy and paste in case your ctrl button doesn't work.

    This is from the top of my head, so might not be correct.

    These go back to windows 3.11, I believe. Ran into them when my ctrl button once didn't work via remote control, IIRC.

  • She can morph into a spaceball - I can believe the detached shoulders.

  • No, because she'd be a new character instead of a lazy, crappy rewrite of already established characters. Which is why I hate current Luke Skywalker, but not Miles Morales. It's why I hate current Klingons, but not Baldur's Gate 3 (haven't played it (yet)).