That’s rough. I’m not sure how long I’ll be able to cope with these limitations, but so far at least I’m happy with the bandwidth.
Professional software engineer, musician, gamer, stoic, democratic socialist
That’s rough. I’m not sure how long I’ll be able to cope with these limitations, but so far at least I’m happy with the bandwidth.
Interesting. I was told I could purchase a static IP from my technician. But I just decided to use Cloudflare DDNS.
I have quantum fiber. 1 Gb up+down. No data cap. $80/mo “price for life.”
The only downside is it’s still IPv6 Rapid Deployment.
Try reading the article.
What are you talking about? We’ve been getting trickled on for years now. Oh wait that’s piss.
Is this significantly different from the QBitTorrent search engine?
Maybe I just don’t think “country” == “government”, and I try to be careful with my phrasing so as not to make blanket pejorative statements about people.
India is pretty much a piece of shit country
All while being racist as hell
Cognitive dissonance much?
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.”
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.
Sounds a lot like the AT Protocol.
What are you talking about? BlueSky has absolutely nothing to do with Facebook. It’s a different company using the open AT Protocol.
Technically it’s an open protocol. Whether or not any other implementations will surface remains to be seen.
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.
Wireguard is p2p.
EDIT: I guess the point is it’s doing peer discovery without static public IPs or DNS. Pretty cool!