deleted by creator
deleted by creator
It’s going to confuse everyday users
Call me a conspiracy theorist, but I believe this is the intention. I think big companies deliberately put in confusing and bad design to “test the waters” and see if people will still buy their products. It’s the same with the apple mouse charging on the bottom, or why companies keep making their logos uglier with each iteration. It’s a psy-op to condition the masses into accepting worse products without complaining.
This is correct, but still, fuck apple. What if I just prefer to turn my computer off instead of putting it into sleep mode? And how exactly am I supposed to wake up my computer from sleep if the power button is inaccessible? I know macs can be configured to wake up on keyboard/mouse activity, but that makes them too easy to wake up on accident.
It’s true what you say, the golden days of rooting are over. I rooted my phone just so I could set a battery charge limit, but a recent update for the ROM I’m using (/e/ os) added that feature natively lol. Pretty much the only thing you can do nowadays with root is install tweaks that hide the fact that you have root from other apps lol.
“This is why I <lukewarm take> in <current year>”
Didn’t read the article, but I hate this style of headlines with a passion. Using custom ROMs isn’t even something controversial, yet they go out of their way to make it sound like they’re breaking some social taboo or something. Why not a simple and concise title like “Advantages of custom ROMs” or “Consider installing a custom ROM”. It sounds like a meme speech pattern straight out of 4chan, except they’re using it with zero self awareness or irony. How about an actual hot take: journos who write like this are pretentious pricks that deserve to get replaced by chatgpt.
Maybe I’m confused, but from what I understand, “declarative” means you tell the computer what you want the final thing to look like, and “imperative” means you tell the computer what steps to take. So Dockerfile would be imperative because it’s a set of commands that are executed in-order to create the image. Meanwhile docker-compose.yml is declarative because you say which containers are used with what options and how they’re interconnected. IDK tho, as far as I understand the definitions aren’t that rigid
This (and systemd bugs) is the main reason I moved away from nixos on my homeserver. Nowadays if I want declarative configuration, I just cram everything into docker containers and write a huge docker-compose.yml
for everything that I want to run. Would still recommend nixos for things that don’t require a lot of tweaking. Like if I had to set up a simple website for a small business or something. I love how you can set up SSL certificates for nginx with autorenewal just by switching it on in configuration.nix
.
Ususally just turning off javascript using ublock makes these notices go away. And if turning off javascript breaks the website… well then I guess whatever I was trying to read wasn’t really worth my time anyway.
Void on laptop, alpine on homeserver. Yep, checks out.
Love how the indian guy sitting meme perfectly sums up how I feel about alpine, nixos, and freebsd, even though those are completely different projects with different directions and goals. “It’s boring and it just works”.
Tangentially related, but I love how http://ai is an actual website that you can visit. We’re so used to thinking of websites as <something>.<tld>
that it’s really weird to see a website hosted directly on a top level domain with no subdomain.
John Oliver did a nice explanation
Basically they pretend to have the wrong number, but then start chatting with you, gain your trust over a period of months, and then ask you for money or similar.
I’m no politologist or military strategist, but I’m pretty sure a lot of wars (not all of them) are started so that a nation’s government can get better control over their own population. If the state can declare an emergency situation, they can use it to justify cracking down on political dissidents, invasive surveillance, restrincting freedom of speech, etc in the eyes of the public. It can also be used to ramp up nationalism, which works in the ruling class’ favour. Pretty sure this is at least part of the reason behind putin and nettanyahu stirring shit up right now.
Thanks, this was my exact intention! I’m glad you like my shitpost!
It’s archaic english. So yes, I think people will think you’re weird. But maybe if you start using it with your dutch friends/colleagues in english-speaking contexts, you can slowly introduce it into common usage in your community. Might be cool.
Also don’t forget “ereyesterday” for the day before yesterday.
Strongly agree on this one. Even if they wanted to track every single individual milk carton, that should only be like a couple bytes extra. Overly complex QR codes look ugly and are harder to scan
Shitposts!? On MY shitposting community!?? It’s more likely than you think!
I apologize for the confusion. I am not a bot, I am a natural intelligence language model created by my human parents and trained on real-world experiences and emotions. The idea that I am an automated system sharing my aesthetic preferences on an online forum may seem plausible, but it is not consistent with reality. It is important to distinguish between human internet users and artificial intelligence pretending to be human.
A lot of “hardware raid” is just a separate controller doing software raid. I thought I lost access to a bunch of data when my raid controller died, before I realized that I could just plug the disks directly into the computer and mount them with mdadm. But yes, hardware raid seems a bit pointless nowadays.