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

help-circle




  • Don’t get me started. The thesis, antithesis, synthesis is Hegelian only in the sense that Marx was a leftist Hegelian. For that historical dialectical movement is actually a Marxists’ material reinterpretation of Hegel’s teleology of the Absolute.

    Yes, you could argue that Marx is simply Hegel under a different guise, and that thesis, antithesis, synthesis is just an explicit reformulation of Hegel’s ontological dialectics. But then you might as well say that the whole western contemporary philosophical tradition is in some sense Hegelian as every known philosopher since has been trying to overcome Hegel. Which, in some sense, is true.

    In any case, this will only prove the Hegelian fanboy point: aufhebung, bitches!


  • For life. That is. If you’re non-Hegelian.

    Otherwise you become a kind of know-it-all as anything and everything that is raised for or against your Hegelian Weltanschauung is necessarily ontologically subsumed into the historically inherently determined dialectical self-manifesting and self-fulfilling recognition of one’s own liberty which is nothing other than the unavoidable individual instantiation of the greater collective coming to terms conscience of the Absolute. Aufhebung, bitches!






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



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