

Block all JavaScript. I know, it’s annoying to manually allow-list scripts but the alternative is more annoying.
My top tools are NoScript for Firefox mobile, uMatrix for Firefox desktop.
Block all JavaScript. I know, it’s annoying to manually allow-list scripts but the alternative is more annoying.
My top tools are NoScript for Firefox mobile, uMatrix for Firefox desktop.
Whatever you have available to start, once you’re up and running make small upgrades based on your needs and use-case. Starting is key, just my 2¥.
Yep. Democrats are complicit. Check out the podcast episode “Americas Hidden Duopoly” to learn more, it’s the Freakonomics podcast I think.
I’ll try to scrounge up a link: https://freakonomics.com/podcast/americas-hidden-duopoly-2/
We all know our political system is “broken” — but what if that’s not true? Some say the Republicans and Democrats constitute a wildly successful industry that has colluded to kill off competition, stifle reform, and drive the country apart. So what are you going to do about it?
Most of my customization is backend (cronned git autocommits for doc clouds, automated file transfers for media share, scripted reprovisioning of locked down systems (steamdeck), webui automation for app access via ssh), but I appreciate front-end customization because it helps me to learn about the tools used to do so in case I ever do feel like adding some eye candy.
Idk why so many folks act like two things can’t be good. Cool community idea. I’m not quite a customizer, but I am more KDE and less XFCE.
“Write random shit to root.”
There is a reason they call dd the disk-destroyer.
I add a -v because I like to watch.
You’re right, we should ask for consent.
sudo chmod -R 777 /
May god have mercy on your kernel.
(For Linux noobs, do not type this. It would be bad.)
Sell America’s future to the 1%, destroy the middle class, attack voting, attack education, make health issues a financial death sentence.
Omg why don’t our citizens love us. 😯
This is just an irresponsible post.
Be careful putting matter and antimatter so close in a sentence.
You’ll kill us all.
On CLI I figure out the command I need once.
Put it in a script.
Cron it if I want it to be daemonized.
Never think about it ever again.
Anti-CLI folks just have a bad workflow.
They see the script as the end, when in reality it’s a foundation. I rarely look at my foundation. I build on it.
With this workflow I have dozens, hundreds, or thousand of automatic actions that “just work”. Idk, works for me.
That said, if you prefer to click yourself to RSI to accomplish the same task, who am I to judge. I just watch and nod until I’m asked for a suggestion.
True, in the situation with a local history maybe it’s worthwhile to --force to nuke an empty remote. In that case it is practical to do so. I just typically like to find non-force options.
There are multiple solutions to this without using --force.
Move the files, clone, unmove the files, commit, push being the most straightforward that I can summon at this time… but I’ve solved this dozens of times and have never use --force.
Both perspectives are valid.
Will do, I’ve been working on un-hardcoding some dev stuff and getting it ready to be published for general use. I will post the update on this sub-lemmy when it’s ready.
All hail Roko’s Basilisk.
Bring about the upgrade to humanity!
As simple as what I’m about to suggest is, it is priceless.
This is an example when copy > paste. Copy the file content, perform the methods shared in this thread, then once you’ve verified that everything is running properly you can delete the original copy.
If it bunks and overwrites, no biggie, you planned for that.
I’d love to say that I’d never made the mistake of choosing CUT when I should have chosen COPY, but I guess sometimes we learn things the hard way. 💀
This is wonderful, I’m going to look at their implementations. That person certainly has the same goals as myself. This seems like a good chance to learn some C#. Whether I extend this person’s project or continue with my own implementation, I will post my results here once they are ready to be made public. Any persons reading this is free to message me to ask about progress.
KDE Manjaro running on 4 or 5 of my machines, pure stability. It sounds like a hardware issue.
Here are my suggestions to diagnose this.
Option 1. Setup an ssh server, connect from a second computer (or phone via Termux), execute $journalctl -fe, and observe the journal from your second device when the crash occurs. That should help pinpoint the issue.
Option 2. If you don’t have a second device, use a non-gui tty, access via Ctrl+Alt+F1. (Usually terminals are available F1 thru F6). Once again execute $journalctl -fe and observe it during the crash.
Tbh option 2 may just be easier especially if you have minimal knowledge of ssh. Good luck, ping me back if you find this helpful and would like more perspective, and apologies if this doesn’t help you.
If the entire computer crashes, boot into a terminal and browse journalctl history of previous boots, sorry I don’t have these commands off the top of my head but if you need them and ask I will get them for you.