Well, now I want a cervelat sandwich, but vegan sausage is too damn expensive :/
Well, now I want a cervelat sandwich, but vegan sausage is too damn expensive :/
I stand corrected! I’ll have to tune my internal AI detector a bit :)
If you look closesly there’s a lot of nonsensical details, like the quite high water tower in the top right, window layout on the side of the building facing us, different lengths and angles of fire escape stairs, a weird semi-reflective “thing” (scaffolding?) on the left of the image (and if it is indeed reflective, the reflection doesn’t match the original), extremely weird-looking humans on the hoist and artifacts on the hoist railing. None of these are a dead giveaway, but the general vibe is off.
Image likely generated by GenAI, funnily enough
The funny bit is that I’ve seen multiple references to “Meta/Facebook finally stops censorship” from right-wing-ish sources (probably because they stopped fact-checking and removed some moderation guidelines). And now, this…
Honestly, I think I’m mostly set already (as I often go backpacking and there’s no internet there). I have offline maps for the country I’m in and neighboring regions downloaded in OsmAnd and mapy.cz (two sources just in case), Wikipedia in Kiwix, and my custom NixOS setup as a bootable ISO on a flashdrive. I’ll probably miss being able to watch science/maths edutainment on YouTube, but it’s not something I’d download.
Honestly, while fun, those videos don’t provide too much value per GB - and I say that as someone who’s watched almost all of them. Their main actual benefit besides entertainment is (IMHO) getting people interested in the relevant field so they study more thoroughly. They often explain simple yet dazzling concepts which get you hooked but don’t provide much value on their own, and don’t directly enable you to solve real-life problems. Even more involved videos like those by 3blue1brown are still edutainment at their core, as acknowledged by the author. In an apocalypse (which, let’s face it, is the most likely reason the internet would indefinitely go down in a developed country) you would be much better off with engineering (mechanical, electrical, etc) literature and textbooks, maybe a couple science textbooks for good measure (I have a drawer full of the Feynman lectures in case something like this happens).
On the other hand, their software to flash GPU VBIOS is proprietary, requires downloading from some third-party websites, and they are quick to DMCA the shit of anyone hosting it on GitHub. They’re definitely not saints (neither is any capitalist corporation to be fair)
Hmm, right. This makes it somewhat more complicated. If this new name starts being used by many people and organizations, I suppose it would make sense to create a new place=sea
boundary=maritime
, but until then it’d be kind of stupid to pollute the map with a new entity just because it’s in the official records.
Very few things are trully impossible in linux land, but having multiple package managers on a single system is just asking for trouble.
Nix/Guix (and a couple other similar package managers) are specifically designed to not interfere with the rest of your system.
I think the discussion there is quite reasonable given the circumstances, and official_name:en-US
once the GNIS updates is the correct way to go until people actually start calling it the new name.
what a stupid timeline this is
Nah, cheap phones often have their bootloader unlocked/unlockable. Really happy with my POCO M5 running modified AOSP. Also, unlike every expensive phone nowadays, it has 3.5mm jack, SD card slot, and exceptional battery life for hiking/trekking (it survives 5-6 days as just a camera+map phone with all power saving on, in comparison people with flagships typically only last 2-3 days with the same usage and power-saving techniques).
You can almost always replace the battery, even when the manufacturer doesn’t want you to. As for flashlights, they typically come with easily user-replaceable ones, often even sold separately. Worst-case, you can get a AA or AAA flashlight and use rechargeable AA/AAAs.
I’ve paid quite a lot for my second headlamp for hiking, but I am really happy with the purchase as it’s very light (35 g) compared to my first cheapo one (~120 g), while being the same 200 lm max. It doesn’t sound like much, but it’s enough for me to not even notice it, while the heavy one was getting annoying after a while.
I’m not sure you should “cheap out” on headphones per se. The really cheap ones are usually horrible, both in terms of sound quality, usability and comfort (well, except for wired Apple ones, allegedly, though they never fit me right). It’s just that it makes no sense to go for really expensive ones, unless you’re really into audio and love hearing the tiny sound reproduction differences between them, or enjoying the different tech etc. The middle ground of $50-$100 for in-ears and $100-300 for over-ears will often offer you good/great/excellent sound quality and the same usability&comfort as more expensive ones.
Problem is not how weak or strong the encryption is
Here it’s definitely part of discussion. The context was
It’s encrypted anonymous communication capabilities.
It’s barely anonymous, and poorly encrypted. The latter is the reason Durov is in custody while Signal devs are scott free. He could easily turn illegal stuff over to French authorities, but doesn’t.
The bigger problem is that people somehow assume this a huge threat, while all previous cases didn’t involve anything like that.
There have absolutely been cases where a backdoor/weakness/lack of encryption used to catch criminals before: https://en.wikipedia.org/wiki/Operation_Trojan_Shield https://en.wikipedia.org/wiki/Ennetcom https://en.wikipedia.org/wiki/EncroChat . I distinctly remember that there were also arrests of opposition activists in Russia based on personal messages in VKontakte, but can’t find the news right now.
real criminals do their stuff everywhere (especially on telegram) for years, staying safe.
Some are staying safe, others are being caught precisely because of this.
Problem is not how weak or strong the encryption is, but that once you are under oppression and do opposition activities, you’re going to learn by yourself how to deal with it.
Using better encryption schemes is definitely part of that.
Toy may call it TLS but it’s a custom protocol.
Sure, it’s mtproto. The security it provides for non-encrypted chats (which are the absolute majority of chats) is not any different from just having TLS for transport. It’s potentially even worse as it’s not as well-audited.
Data is not kept unencrypted on their servers, according to their docs.
That just means that they store both your data in some encrypted way and the key. They can still read it trivially. You don’t even have to know the protocol to understand why: you can add new devices without having any other device online, and read all non-secret chats. It might also just mean disk encryption, in which case it’s plain-text in RAM while the server is running.
FYI a great way to share your logs (if you have internet on the machine but no GUI) is to use a pastebin like 0x0.st. E.g. do journalctl | curl -F'file=@-' https://0x0.st
and post the link here.
I’d try the kernel version used in 23.11 to see if that fixes it. Add boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_1;
to your config (make sure to add it before the closing }
) and sudo nixos-rebuild switch
. You can also try older versions, like linux_5_19
. If it doesn’t fix the problem it might be that the ACPI error is a red herring and the problem is something else entirely, in which case it’d be more difficult to diagnose, and I’d recommend just staying on 23.11 for now and only taking the new packages that you need from 24.05. There’s a great post on how to do this here: https://discourse.nixos.org/t/installing-multiple-packages-from-unstable-channel-in-configuration-nix/19271/2 (probably also in the docs somewhere but I couldn’t find it easily).
That’s literally just regular browsers, you can interact with any one of billions of webservers
Git is federated by nature, you can add as many remotes as you wish and push/pull to all of them. Add in a mailing list for issue tracking and “pull requests” (patch submissions) and you’re golden. You can look up sourcehut to self-host a well-integrated combination of the two.
Not sure what exactly you mean by this but maybe take a look at IPFS, although it’s more P2P then federation.
Internet is already fairly federated by nature - most commonly used protocols in the OSI stack are open and you can host your own components of critical infrastructure. Getting others to interact with them might be difficult due to security & privacy issues.