I use Debian for any of my servers. Its stability is unparalleled.
My personal computers are a playground though.
I use Debian for any of my servers. Its stability is unparalleled.
My personal computers are a playground though.
Subscription for Internet access is the one that’s always baffled me. What a stupid business model. I guess devices not belonging to their buyers is not a new thing.
How close to vim’s functionality is evil mode? I’ve been toying with the idea of learning Emacs but I rely on Vim’s langmap and that is rarely implemented in Vim emulations / bindings.
You can learn Emacs in one day. Every day.
Even if you use arrows, you still have to reposition your hand.
One week later and I’ve since looked into, ordered, and received a few pebblebee trackers. I’m very pleased with them so far. I might check how they track by leaving one at my partner’s place and checking if I can find it on the map.
The reviews I had taken a look at as chipolo came out unfortunately made it clear that those trackers didn’t… Well, track very well. I haven’t researched pebblebees yet, thanks for the hint. One feature that I believe no Google find my device trackers have yet, though, is utilizing UWB for close-range tracking, like the Samsung ones do in their ecosystem. I’ll take a look at the trackers you mentioned, but I’d like to see some more development from other companies.
All the times I checked, there isn’t any hardware yet that would be worth it. Chipolo sounded promising, but the reviews really disagree. I wish Samsung adopted Google’s network. Their trackers are fantastic and offer features no other company does.
Only some of it. The ones at the bottom of the picture can be rubbed off with a wet finger.
Besides what everyone else already said: Vimium-C. It lets you use Vim bindings in your browser. It’s also extremely customizable and even works with my bizzare keyboard setup.
For a server for hosting services like in this meme? I always go Debian. Incredibly stable.
But but but virtual DOM /s
I was a huge C++ fan back when I was doing a bunch of competitive programming. If I need a performant project nowadays, I look to golang first. It gives me the speed of a compiled language with the usability of high-level language. I still solve the occasional Advent of Code in C++, though :)
Oh yeah you’re right!
Yeah, I take my laptop with me daily for university work. I don’t need the huge processing power of my gaming computer. If I need to run some expensive code, then I put it on my 24/7 server, but that is rarely needed. The powerful gaming computer serves, well… gaming purposes.
The generative fill has been around for way longer than the AI craze.
What does Firefox Gold include?
I’m an Arch user flirting with the idea of NixOS. Is it too late to save me?
Absolute joke of a comment. You are assuming the browser is a holy grail completely isolating the internet from the operating system.
First of all. The browser runs on the operating system’s services. In particular, the isolation that you implicitly cite is done entirely by the kernel. (That’s for example why you cannot run chrome in an unprivileged docker container - the crucial isolation-centered system calls are not available) The whole network stack is managed by the operating system. Cryptography can also partially be done OS-sided. The simplest example is CSPRNG, which is usually provided by the OS. (Advanced systems may rely on external physical generators, see Cloudflare’s lava lamps).
Secondly. Completely and utterly wrong. The linked video displays the execution of Meltdown/Spectre within a browser. Using JavaScript. This allows the attacker to gain access to any data they want on your computer simply by running some JavaScript code. Easily remotely executed via XSS on a poorly written website. You may read the full article here. Or inform yourself about Meltdown and Spectre here. How is that relevant? Combating this vulnerability was primarily done via critical OS updates. The exploits are inherit to certain CPUs and are therefore not fully fixable. Still, the combination of BIOS, Chipset, OS, and browser updates help prevent very serious attack vectors. (That’s the reason why the browser’s time measurement is only accurate to about the millisecond.)
So no. Browsers aren’t the magic solution to everything (sorry Ubuntu Snap). They very much depend on the OS providing the assumed security guarantees. And even assuming no direct vulnerabilities in the OS, we can never exclude side-channel attacks, like what Meltdown and Spectre were (or still are if you refuse to update your system).
Have you ever tried Linux on photosynthesis?