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
  • 21 Comments
Joined 11 months ago
cake
Cake day: July 30th, 2023

help-circle








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




  • My aside:

    In every community I see this. There are always folks trying to narrow the community to some cut and dry descriptors—which for them are always obvious.

    Sometimes the jab is perhaps intended as a joke. But to my reading it’s always a trope, namely the tired fallacy of taking a part as the whole.

    Either way, it’s myopic. In any internet community, we’re always bound to narrowly see what’s happening. Because:

    • We can only see the posters, never the lurkers—which far exceed the former;
    • Posters, by virtue of taking the time to post, are most often than not highly opinionated;
    • Our reading is always selective. We’re either misguided by the way the comments are sorted, by our mood at the moment, by chance, or simply because we’re really bad at reading;
    • Our reading is always biased. Either by our mood, our current situation in life, our upbringing, our milieu, whatever;
    • the list goes on and on and on.

    This results in a very reductive view that, although very teasing because very personal and idiosyncratic, is ultimately an exercise in futility. To those already biased, it simply supplies them with fodder to confirm what they already believed.

    From afar, it’s just noise. Any view on what the community is is but a poor reflection of what the community ultimately is.


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