Both Clinton and Reagan were economic neoliberals. It is neoliberal policy that has fucked us.
Professional software engineer, musician, gamer, stoic, democratic socialist
Both Clinton and Reagan were economic neoliberals. It is neoliberal policy that has fucked us.
Is this significantly different from the QBitTorrent search engine?
Not necessarily. Just make sure the best projects are pinned or listed on your resume. Nobody has time to crawl through your entire GitHub anyway.
Today, shipping with X11 is not a negative. Wayland is not a feature complete replacement for X yet. I say this as someone that uses Wayland on my work machine and has a few lingering issues with it which require workarounds or “just dealing with it.”
This makes me so nervous about how AI is going to influence children and adolescents of the coming generations. From iPad kids to AI teens. They’ll be at a huge risk of dissociation from reality.
Agreed.
And sometimes code is not the right medium for communicating domain knowledge. For example, if you are writing code the does some geometric calculations, with lot of trigonometry, etc. Even with clear variable names, it can be hard to decipher without a generous comment or splitting it up into functions with verbose names. Sometimes you really just want a picture of what’s happening, in SVG format, embedded into the function documentation HTML.
Sadly the Android app is no longer maintained, and it hasn’t been released for newer versions of Android.
There’s an unmaintained Windows client.
Actually here is one that’s still active: https://github.com/IJHack/QtPass
One thing I like a lot about Rust is that it rarely does blow my mind.
But one crate that actually did blow my mind is corosensei. It’s not Rust per se that is so crazy here, but the way it’s essentially implementing a new language feature with assembly code. This is how you know Rust really is a systems programming language. I invite you to read the source code.
Clippy will warn you if you don’t use this feature.
My point wasn’t so much that I think RED is shady but that exposing my IP seems like an unnecessary requirement to join. Why can I not have my membership tracked via an anonymous account? If they are concerned about account harvesting or something, then the interview already seems like a good enough measure, accompanied by seed ratio minimums.
There are plenty of good resources online. Here are some topics you probably wouldn’t see in an intro algos course (which I’ve actually used in my career). And I highly recommend finding the motivation for each of these in application rather than just learning them abstractly.
Sir, I estimate the project will be completed in 135 days and 11 hours.
couldn’t you always just run a Linux VM at near-native speed, and get the benefits of both?
The obvious downside is that Linux is no longer the host OS. MacOS or Windows would be closed source code managing your hardware. And any VM could only be as fast as the host OS allows it to be.
It’s been this way for at least a decade.
Talos Principle 2. So far I’m enjoying it just as much as the first one.
I’m not in the market, but I’ve actually had similar thoughts of building a project on top of NixOS that’s focused on self-hosting for homes and small businesses. I recently deployed my own router/server on a BeeLink mini PC and instead of using something like OpenWRT, I used NixOS, systemd-networkd, nftables, etc.
DM me if you want to discuss more. I think the idea has potential and I might be interested in helping if you can get the business model right (even if it just ends up being some FOSS thing).
How can you tell?
Wireguard is p2p.
EDIT: I guess the point is it’s doing peer discovery without static public IPs or DNS. Pretty cool!