✍︎ arscyni.cc: modernity ∝ nature.


Other Lemmy account at https://lemmy.ml/u/arsCynic because Beehaw is blocking a bit too much from the outside world for my taste.

  • 4 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: November 14th, 2024

help-circle






  • …weird. I don’t understand why drop-down terminals are a thing? I can bring up Konsole with a hotkey too, only it just opens a window instead fo doing a fancy animation. That’s such a tiny part of its functionality that I can’t imagine how ‘drop-down’ became a descriptor for a terminal instead of just a bullet point on a feature list somewhere, much less a whole-ass category of terminals, lol.

    But, fair enough.

    Totally agree that objectively it’s a tiny part. However, for one, I’𝗆 simply used to it because that how terminals behave in games, and two, because terminals with drop-down as a feature were the only ones that introduced me to a one-button hotkey, just like in a game.



  • AutoKey automation / word expander tool.

    • I reconfigure ALT + i/j/k/l to ↑←↓→ globally, and more similar shortcuts.
    • It expands abbreviations of one’s choice like “gCo” to git commit -m '
    • One can assign scripts to abbreviations and hotkeys. E.g., when I press CTRL + Shift + [ it surrounds the selected text with a tag:
    text_selected = clipboard.get_selection()
    text_input = dialog.input_dialog(title="Wrap with a tag.", message="E.g., type cite to get <cite>x</cite>.", default="")
    keyboard.send_key("<delete>")
    clipboard.fill_clipboard(f"<{text_input[1]}>{text_selected}</{text_input[1]}>")
    keyboard.send_keys("<ctrl>+v")
    

    I’m likely not even harnessing AutoKey’s full capabilities and it’s already absolutely indispensable for being a huge time-saver and annoyance reducer.

    - -
    ✍︎ arscyni.cc: modernity ∝ nature.








  • If you lived in Africa you would say that Bitcoin is godsend, as you can hear it from many africans

    “[…] As already mentioned, imposing technology doesn’t work; struggling people know their needs far better than anyone. On the contrary, it seems that the “developing” countries should be telling us what do:

    • “The East African region has cemented its position in the digital economy as the global leader with the highest penetration rate of mobile money in the world.” —Daily Monitor (2021)[49]
    • “Finally, a number of telcos have managed to develop a superior client experience early in the evolution of mobile financial services in Africa. M-Pesa’s client experience is remarkably simple: it takes only three inputs and six clicks to send funds, on any type of handset. Registration is straightforward; merchant acceptance is widespread, and there are no transaction fees on bill payments.” —McKinsey (2017)[50]

    All without blockchain. Who would’ve thunk? For first world countries we sure think third-rate. […]” —Crypto Cult Science

    – – – – –
    Simply copy-pasting from my own website because of POSSE: “Publish (on your) Own Site, Syndicate Elsewhere.”


  • Faulty generalization That some scammers or greedy people in rich countries are promoting it like a ponzi scheme to benefit themselves doesn’t mean every person use it in the same way. Some people use it for its savings in a highly devaluating currency (my use case), others for money laundering, or to send money to Palestine, or to flee a collapsing country because of war and avoiding their money being seized by the policy at the borders, for ransomware, or creating circular economies in poor countries, to donate to human rights activists in dictatorships, to buy drugs, etc, etc these are just some of the dozens of verified uses cases. That’s what happens when a technology is free and permissionless, it’s not good or bad by itself, it’s as good or as bad as the person that uses it. AI is being used to scam people and to detect cancer more precisely than the best experts. That’s and inherent feature of free software. Lemmy is a perfect example, would you promote not using it because there is an instance used for child porn?

    It would’ve been a faulty generalization if, like knives or Lemmy, most use cases were benign. Unfortunately crypto"currencies" are predominantly speculative and malignant to society.








  • “Can you use dd to create multiboot USB drives?”

    No. But in my case that’s just a minor inconvenience considering the infrequency of having to use a live USB. And at work I just use separate USBs for wiping drives and OS installs. I much prefer the peace of mind that comes with knowing there’s no Ventoy blob that could potentially infect all its installed operating systems with malware.

    In any case, it seems it is possible to manually make a multiboot USB drive manually. Haven’t tried it yet though.

    “Even the link you shared lists Ventoy as an option.”

    I know. I simply linked that website because it’s where I learned dd from and because for novices it might be less overwhelming than the Arch Wiki.