arsCynic
- 6 Posts
- 71 Comments
arsCynic@beehaw.orgto
Asklemmy@lemmy.ml•Are you a feminist? (If so why, if not why not?)
3·8 months ago“Ecofeminists examine the effect of gender categories in order to demonstrate the ways in which social norms exert unjust dominance over women and nature. The philosophy also contends that those norms lead to an incomplete view of the world, and its practitioners advocate an alternative worldview that values the earth as sacred, recognizes humanity’s dependency on the natural world, and embraces all life as valuable.” —https://www.britannica.com/topic/ecofeminism
Yes. Because it goes hand in hand with Cynicism, my main guiding philosophy:
Cynic: “an adherent of an ancient Greek school of philosophers who held the view that virtue is the only good and that its essence lies in self-control and independence” —Merriam-Webster
arsCynic@beehaw.orgto
Linux@lemmy.ml•What problems does Linux have to overcome to get more users
9·8 months agoEither:
- A smarter and wiser population able to discern and care enough that they’re being cucked by Microsoft, overcoming the inertia to install Linux.
- Linux invents a game/feature that is so goddamn appealing that everyone wants in on the action.
- Preinstallation.
arsCynic@beehaw.orgto
Technology@beehaw.org•OpenAI claims new GPT-5 model boosts ChatGPT to ‘PhD level’
22·8 months ago

🎓 PhB level checks out.
🚫 Blockchain level uselessness and waste as well.🎈📌💥
arsCynic@beehaw.orgto
Technology@beehaw.org•Australia’s attempt to join the space race lasts 14 seconds
2·9 months agoThough, kangaroo biomimicry proved a great success.
The title is misinformation. It should be “someone made a RAT downloadable on Arch Linux” because the Arch User Repository (AUR) ≠ official repository. From the Arch wiki:
The Arch User Repository (AUR) is a community-driven repository for Arch Linux users. It contains package descriptions (PKGBUILDs) that allow you to compile a package from source with makepkg and then install it via pacman. The AUR was created to organize and share new packages from the community and to help expedite popular packages’ inclusion into the extra repository. This document explains how users can access and utilize the AUR.
A good number of new packages that enter the official repositories start in the AUR. In the AUR, users are able to contribute their own package builds (PKGBUILD and related files). The AUR community has the ability to vote for packages in the AUR. If a package becomes popular enough — provided it has a compatible license and good packaging technique — it may be entered into the extra repository (directly accessible by pacman or from the Arch build system).
Warning: AUR packages are user-produced content. These PKGBUILDs are completely unofficial and have not been thoroughly vetted. Any use of the provided files is at your own risk.
arsCynic@beehaw.orgto
Asklemmy@lemmy.ml•Lemmy, what's the meaning, or point if you prefer, of life? I know 42, but I'm serious. Nothing lasts, everything is meaningless - are we just amusing ourselves until death?
1·9 months ago“Ambition is overrated. Whether a janitor or surgeon, being virtuous is what matters [1]. Avoid contempt and envy because we each have our part to play [2], powerless to choose our upbringing. Often there’s more than meets the eye so hold off on passing judgement. Everything is borrowed [3], so avoid craving credit too. The meaning of life is sharing (and) laughter [4], helping each other through peaks and throughs. Bref, GLHF.
- Dr. Michael Sugrue: Marcus Aurelius’ Meditations: The Stoic Ideal.
- Nicky Case: Fireflies.
- The Streets: Everything Is Borrowed.
- YouTube: The Meaning of Life.”
[Quoting my own website arscyni.cc because POSSE: “Publish (on your) Own Site, Syndicate Elsewhere.”]
TL;DR: It’s worth whatever a greater fool is willing to pay for it.
Bitcoin is a cult, therefore it’s invaluable to the cult members. In reality they’re all multi-level marketing pyramid schemes which is what the stock market has degenerated into as well. The former just has more overtly obnoxious shady unethical proponents. It’s easier to succumb to greed, selfishness, and seclude oneself from the rest of society by simply buying something that confirms one’s fallacy riddled beliefs than it is to question oneself and actively improving society with all of Earths inhabitants, ecosystems, and posterity in mind. Technologically humankind has made great strides, but mentally the majority still thinks like cavemen.
Crypto Cult Science
“Money corrupts; bitcoin corrupts absolutely. Disregarding all of bitcoin’s shortcomings, a financial instrument that brings out the worst in people—greed—won’t change the world for the better.” —https://www.arscyni.cc/file/crypto_cult_science.html
Changed my mind. Thanks.
- POSSE: Publish (on your) Own Site, Syndicate Elsewhere.
- It’s a signature just like on any other forum.
I didn’t mean AI slop by you, but by those toxic users.
Fascists and Nazis
Wild Conspiracy Theories that make Qanon jealous
“Concerned” Trolling about the Accessibility of the Wayland session
A culture war where Wayland is Gay, and X11 is the glorious past they stole from youThis all seems like AI slop not worth discussing.
- -
✍︎ arscyni.cc: modernity ∝ nature.
…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.
Surprised that there’s so few drop-down terminals being mentioned; I use Tilda but I guess they are all fine as long as they work on one’s distro config. It’s so handy to always have the console locked and loaded invisibly, but toggled by the press of a button.
“Impractical. Why would anyone ever need so many screens on the go?”
For the same reason why cars that can’t ride over the slightest speed bumps are sold: low self-esteem and a high urge to stroke one’s own ego.
- -
✍︎ arscyni.cc: modernity ∝ nature.
arsCynic@beehaw.orgto
Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?
9·10 months agoAutoKey automation / word expander tool.
- I reconfigure
ALT + i/j/k/lto ↑←↓→ 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.- I reconfigure
arsCynic@beehaw.orgto
Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?
2·10 months agoYou mean Qalculate, right? If so, I agree.
- -
✍︎ arscyni.cc: modernity ∝ nature.
arsCynic@beehaw.orgto
Technology@beehaw.org•Telegram is indistinguishable from an FSB honeypot
12·10 months agoAggression isn’t toxicity.
Subjective. “A toxic person is anyone whose behavior upsets you and adds negativity to your life.”
Asking a simple question and out of the blue getting a response intermixed with full caps and “fucking” would be enough to add negativity to many if not most people’s lives. Also the unyielding need to defend one’s doing so doesn’t help to convey the converse.Do most of those strangers know that you are receiving hundreds of requests? They’re strangers, so I’m betting on no.
Sure they do, because I tell them. The screenshot you posted is proof that I inform them.
You “inform” them afterwards, therefore they didn’t know.
The rest of this is needless language policing.
Not sure what the definition of “language policing” is, but welcome to the Internet. You’re free to be crude or toxic while others are free to point out it out, which is rarely needless.



⚜︎ arscyni.cc: modernity ∝ nature.