I’m many things. Here’s perhaps a few worth knowing.

I’m:

  • an M.A. in #Philosophy
  • a teacher, mostly #teaching #academic #writing
  • a committed #FOSS user
  • a #Fediverse enthusiast

If you’re into Mastodon, you can also find me @UdeRecife@firefish.social.

  • 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: July 30th, 2023

help-circle




  • Logseq user here too.

    However, for a quick, transitory note, I use Kate or, more recently, Xpad. Only then I transcribe the content to Logseq. Why?

    Because while Logseq is great as an outliner and for network thinking, it’s as graceful and agile as an elephant.

    The gist of what I’m saying is: for now, and for me (hardware might be playing a role here, but I don’t think so) Logseq is a good note database. For quick typing, I have to use something else.



  • Not OP, but here’s how. You live-distro yourself to a running command prompt. You then connect to the internet, mount the partitions, finally chrooting to your computer’s storage install. Once there, you clear pacman’s lock from var and run a full update: pacman -Syyu. Wait until it finishes, exit chroot, reboot. 9 out 10 times works as expected.


  • Early 2002. I read about Linux somewhere, and I was trying a Mandrake install. I also read about control+alt+Backpage, which eagerly proceed to try.

    Now I’m on tty, cursor blinking, thinking: I broke Linux.

    Scared, I cleverly undid that mistake by simply… reinstalling the distro. Ignorance is NOT bliss.



  • For arch Linux, there’s Topgrade. All there, in just one command. All. There. Official repos, AUR, even firmware upgrades.

    Here’s my alias to update the whole system. It includes fetching the fastest mirrors, topgrade, and cleaning the update’s packages cache. Tailor it to your own needs.

    alias update='sudo fetchmirrors -q -s 5 -v -c PT && yes | topgrade -c -y --no-retry --disable gem --disable vim --disable emacs --disable gem --disable sdkman --disable rustup --disable cargo --disable remotes && sudo paccache -rk 0'