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
  • 31 Comments
Joined 1 year ago
cake
Cake day: July 30th, 2023

help-circle




  • Sorry if I mistake your intention. If that’s the case, it’s just me making a wrong guess.

    You’re probably misreading this.

    I authored THE NAME. If you prefer, I’m the name-giver, the author in this sense.

    Linus is the namer and the creator of that kernel.

    As creator he is by right allowed to name his creation whatever he likes. Just like me, as the cat ‘entity creator as a pet’ am allowed to name it whatever I like.

    No outsiders input required. You get now what I mean by author?

    Whatever your reply may be, let me thank you already for engaging. It’s nice to be pressured to explain something in simpler, more accessible terms.


  • Maybe you’ll like it more under this new guise: I named my cat Goofyball. But since Linnaeus named the species Felis catus, you remind me that my cat’s name should ackchyually be Felis catus/Goofyball. To which I reply, very appropriately, ‘it’s MY cat’. So Goofyball it is.

    Understand now the authority argument? Authority in the sense of authorial, having an author.




  • Not being open source is the great… sin for me. Note taking is an investment in the future, and betting on a closed source platform is a big no no—for me, that is.

    I know the content is safe in Obsidian, since it’s just Markdown files. But the workflow? Not so much.

    And I know the developers behind Obsidian have their reasons to close source it. Nothing against that. But since that’s their way, it’s not my way.



  • 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'