

In my opinion, the risk is vulnerabilities in their driver. Threat actors love a signed driver that runs at a level like this. Saw Genshin Impact’s driver in an incident one time.
Shine Get
In my opinion, the risk is vulnerabilities in their driver. Threat actors love a signed driver that runs at a level like this. Saw Genshin Impact’s driver in an incident one time.
Best comment I’ve read on Lemmy in weeks. Thought provoking, enlightening, and incredibly well written. Thank you for hanging out here.
Indeed but we’ve observed that compiled binaries still take actors that little bit longer (~24h) before developing exploits which, when you’re trying to buy time for users to patch, is invaluable.
Hopefully we won’t see widespread exploration before patches are applied as I can imagine a lot of instances’ infrastructure isn’t architected and managed with the level of care you see from larger orgs given how many are hobbyist efforts.
Federated services don’t need negative press this early on. It’ll only serve Meta and enterprise-created and controlled services.
Indeed but I’ve seen too many incidents now where vulns are exploited long before public POCs for FOSS code. This is why major projects have a private repo they commit to and build from before they publish publicly so that fixed builds are available without source visible. It doesn’t stop actors reversing but it does show them down a day or two which is invaluable for defenders.
Script kiddies aren’t the first ones to take advantage of vulns, threat actors are.
Using Ed on an old Unix system feels like talking about WW2 with a veteran in a home except we both have shellshock.
Micro - not quite as fancy as Helix but it’s a static binary, bells and whistles included, and ready to go without config. If you’re still using nano/pico, micro is a nice step up in functionality without the complexity of vim et al.
Multiple cursors, splits and tabs, mouse support, syntax highlighting, keyboard shortcuts that are more noob-friendly / familiar, it’s great.
I’m with you. I have a lot of friends with Aspergers and other ASDs (one of the joys of a life in tech - lots of interesting and intelligent friends). Stallman’s post following his return to the board of FSF and his unnecessary public comments and debate around Epstein, his guests, and child abuse strongly reminded me of some of the troubles my ASD friends have gotten themselves into by not quite groking social cues, “reading the room”, or knowing which topics and situations welcome debate and which ones don’t or will likely get emotional responses from other participants rather than rational.
I think El Reg stated it well at the end of their article. Stallman may be a divisive figure, especially in recent years, however no one deserves to go through an illness that scary and difficult to fight, even with modern medicine on their side.
Fuck cancer.
Although Stallman is a controversial and polarizing figure, he is widely acknowledged as a pioneer. Without his efforts to formalize and promote Free Software, there would be no Open Source world today. There have been multiple expressions of concern across the internet, and many people wishing him the best.
That’s totally understandable. And I’ll admit, I’m still writing a fair few #!/bin/sh headed scripts as I to work on too POSIX systems. I think we’re a long long way off of the POSIX standard being superseded by something else.
You’re absolutely right. Fish isn’t really for scripting but is great for purely interactive use.
Nushell however offers a totally different approach to “scripting” and I can achieve far more in a nushell one-liner than I ever could in a POSIX shell as it’s far more comparable to Python Pandas than a shell.
For instance I can plot a line chart of file modifications over time directly in the shell with a single line of nushell. It’s mind blowing.
Finder > Go > Home
Been that way for decades. Or you can add it to the sidebar by dragging and dropping, or just edit Finder prefs:
Finder > Preferences > Sidebar
Microsoft only started showing the Home folder by default in 11 I believe so it’s a pretty common pattern to not reveal the home folder (for some asinine reason).
First thing I do on any OS is build my own folder structure under my home.
The My Documents / Documents folder on Windows is a dumping ground for game saves and random applications. I no longer use it for saving my documents anymore…
It’s incredible, isn’t it? I’m already working on plugins for a variety of tasks so I can fire things off for malware analysis, push tables to data stores, and more. It’s such an obvious evolution of POSIX, I’m surprised it’s not already a standard across all shells.
Here’s a slightly better list. Call out to nushell and fish, my two modern shell favourites.
Aaah. Fedora recommends GDM anyhow I think, even for Plasma. I imagine they might be packaging things differently given how GNOME is the default (and the distro has a default) DM.
I don’t have this issue on Arch Linux with SDDM, Plasma, GNOME, and Xfce.
This is such a great idea, I never knew I wanted this either (and now I do).
Would be a great bit of feedback for the Arch devs, or even a pull request.
One way to identify libs could be looking at the package contents list since libs would write predominantly to /usr/lib and /usr/include (ignore writes to /usr/share) and probably no writes to /usr/bin. Not perfect but could give you a vague idea how to differentiate between bins and libs.
deleted by creator