It’s the same as glxgears but for EGL and Wayland. It tests that OpenGL works.
It’s the same as glxgears but for EGL and Wayland. It tests that OpenGL works.
The issue DNS solves is the same as the phone book. You could memorize everyone’s phone number/IP, but it’s a lot easier to memorize a name or even guess the name. Want the website for walmart? Walmart.com is a very good guess.
Behind the scenes the computer looks it up using DNS and it finds the IP and connects to it.
The way it started, people were maintaining and sharing host files. A new system would come online and people would take the IP and add it to their host file. It was quickly found that this really doesn’t scale well, you could want to talk to dozens of computers you’d have to find the IP for! So DNS was developed as a central directory service any computer can request to look things up, which a hierarchy to distribute it and all. And it worked, really well, so well we still use it extensively today. The desire to delegate directory authority is how the TLD system was born. The host file didn’t use TLDs just plain names as far as I know.
There’s definitely been a surge in speculation on domain names. That’s part of the whole dotcom bubble thing. And it’s why I’m glad TLDs are still really hard to obtain, because otherwise they would all be taken.
Unfortunately there’s just no other good way to deal with it. If there’s a shared namespace, someone will speculate the good names.
Different TLDs can help with that a lot by having their own requirements. .edu for example, you have to be a real school to get one. Most ccTLDs you have to be a citizen or have a company operating in the country to get it. If/when it becomes a problem, I expect to see a shift to new TLDs with stronger requirements to prove you’re serious about your plans for the domain.
It’s just a really hard problem when millions of people are competing to get a decent globally recognized short name, you’re just bound to run out. I’m kind of impressed at how well it’s holding up overall despite the abuse, I feel like it’s still relatively easy to get a reasonable domain name especially if you avoid the big TLDs like com/net/org/info. You can still get xyz for dirt cheap, and sometimes there’s even free ones like .tk and .ml were for a while. There’s also several free short-ish ones, I used max-p.fr.nf for a while because it was free and still looks like a real domain, it looks a lot like a .co.uk or something.
Because if they’re not owned, then how do you know who is who? How do we independently conclude that yup, microsoft.com
goes to Microsoft, without some central authority managing who’s who?
It’s first come first served which is a bit biased towards early adopters, but I can’t think of a better system where you go to google.com
and reliably end up at Google. If everyone had a different idea of where that should send you it would be a nightmare, we’d be back to passing IP addresses on post-it notes to your friends to make sure we end up on the same youtube.com
. When you type an address you expect to end up on the site you asked, and nothing else. You don’t want to end up on Comcast YouTube because your ISP decided that’s where youtube.com
goes, you expect and demand the real one, the same as everyone else.
And there’s still the massive server costs to run a dictionary for literally the entire Internet for all of that to work.
A lot of the times, when asking those kinds of questions, it’s useful to think about how would you implement it such that it would work. It usually answers the question.
In case you didn’t know, domain names form a tree. You have the root .
, you have TLDs com.
, and then usually the customer’s domain google.com.
, then subdomains www.google.com.
. Each level of dots typically hands over the rest of the lookup to another server. So in this example, the root servers tell you go ask .com at this IP, you go ask .com where Google is, and it tells you the IP of Google’s DNS server, then you query Google’s DNS server directly. Any subdomain under Google only involves Google, the public DNS infrastructure isn’t involved at that point, significantly reducing load. Your ISP only needs to resolve Google once, then it knows how to get *.google.com
directly from Google.
You’re not just buying a name that by convention ends with a TLD. You’re buying a spot in that chain of names, the tree that is used to eventually go query your server and everything under it. The fee to get the domain contributes to the cost of running the TLD.
Mostly because you need to be able to resolve the TLD. The root DNS servers need to know about every TLD and it would quickly be a nightmare if they had to store hundreds of thousands records vs the handful of TLDs we have now. The root servers are hardcoded, they can’t easily be scaled or moved or anything. Their job is solely to tell you where .com is, .net is, etc. You’re supposed to query those once and then you hold to your cached reply for like 2+ days. Those servers have to serve the entire world, so you want as few queries to those as possible.
Hosting a TLD is a huge commitment and so requires a lot of capital and a proper legal company to contractually commit to its maintenance and compliance with regulations. Those get a ton of traffic, and users getting their own TLDs would shift the sum of all gTLD traffic to the root servers which would be way too much.
With the gTLDs and ccTLDs we have at least there’s a decent amount of decentralization going, so .ca is managed by Canada for example, and only Canada has jurisdiction on that domain, just like only China can take away your .cn. If everyone got TLDs the namespace would be full already, all the good names would be squatted and waiting to sell it for as much as possible like already happens with the .com and .net TLDs.
There’s been attempts at a replacement but so far they’ve all been crypto scams and the dotcom bubble all over again speculating on the cool names to sell to the highest bidder.
That said if you run your own DNS server and configure your devices to use it, you can use any domain as you want. The problem is gonna get the public Internet at large to recognize it as real.
WireGuard works great for that.
Not sure if Voyager exposes such a setting (probably?), but on Tesseract I’d do something like this:
Voyager for Lemmy, at least for me, pushes political content like crazy.
No content is being pushed to anyone, Lemmy’s algorithms are very simple. It’s just there’s a lot of it.
You can unsubscribe from or block the politics and news communities, especially worldnews, and it should get rid of a lot of it. I find the experience to be better when subscribing to the stuff you want rather than remove the stuff you don’t want.
It does need both. Requires=
alone will only pull the unit as a dependency and will activate it, but doesn’t define a hard dependency. You need the After=
to also declare that the unit must be started after its dependencies are finished loading, not merely being activated. Otherwise they will start in parallel, it just guarantees that both units will be activated. There’s an even stronger directive, BindsTo=
, that will tie them such that if its dependency is stopped, this unit will be deactivated too. If SMB is a hard dependency that might be preferable. Requires+After still allows the mount to fail, but ensures if it’s mountable it’ll be mounted before Docker, whereas with BindsTo+After, failing the SMB mount would also shut down Docker.
BlueSky is its own thing with its own federated protocol called ATproto. They have an explanation in their docs on how it works, different features. There’s a bridge between the two as well, a bit janky but effective.
You just put both in the server_name
line and you’re good to go.
I think a part of it is that english is just the default language and strongly leans american already, so there’s just no demand for a USA instance and people just use the popular or thematic ones for that content. There’s no advantage in laws to prefer US hosting.
The country ones make sense because they’re also a different language, like jlai.lu in french, and the feddits for European languages.
It’s nicknamed the autohell tools for a reason.
It’s neat but most of its functionality is completely useless to most people. The autotools are so old I think they even predate Linux itself, so it’s designed for portability between UNIXes of the time, so it checks the compiler’s capabilities and supported features and tries to find paths. That also wildly predate package managers, so they were the official way to install things so there was also a need to make sure to check for dependencies, find dependencies, and all that stuff. Nowadays you might as well just want to write a PKGBUILD if you want to install it, or a Dockerfile. Just no need to check for 99% of the stuff the autotools check. Everything it checks for has probably been standard compiler features for at least the last decade, and the package manager can ensure you have the build dependencies present.
Ultimately you eventually end up generating a Makefile via M4 macros through that whole process, so the Makefiles that get generated look as good as any other generated Makefiles from the likes of CMake and Meson. So you might as well just go for your hand written Makefile, and use a better tool when it’s time to generate a Makefile.
(If only c++ build systems caught up to Golang lol)
At least it’s not node_modules
I’ve had my phone for at least 4 years but it runs well,
What’s the exact phone model? I’d be really surprised such a phone wouldn’t support LTE, 5G was about to come out 4 years ago. Even the OG pixel should support LTE. Unless your issue is lack of VoLTE support, which sometimes can be remediated with root or custom roms. Although I find the Internet portion to be more useful anyway, as you can just route the calls over regular VoIP and use Signal or Matrix or Discord or whatever.
Unless it’s a Samsung, then you’re kind of SoL into the fix by modding department, you’re stuck with what regular Android apps can do.
Depending on the use case there’s usually a temporary system that’s there only to take the update from the user partition and apply it to the system partition. So even if you bork the update it’ll still boot into that environment and install the system again. Valve does provide bootable images to put on a USB stick if you do break it pretty bad. It’s just a PC, it doesn’t do much to stop you from wiping the disk. The route Android took is A/B devices, when you’re using A you update B and then reboot into B, then the next update you’ll be updating the A partition and reboot into it. Plus if the next one fails to boot for some reason you can revert to the old version as if nothing happened, and retry the update from scratch. Except Samsung, because I don’t know I guess they want to turn the updating into a whole experience of anticipation or whatever crap reason they have for it.
Yes, pretty much always has too. /system
is normally mounted read-only and all use data is in /data
, so when you want to factory reset, you just format /data
and reboot and voilà, brand new. Later versions also have a /vendor
and a bunch of other partitions but the idea remains the same, as a user you only get to change /data
(and /sdcard
back before they had any meaningful internal storage, now it’s an overlay mount to /data/media/0
).
Fight for your perceived purpose in this world, my perceived purpose is the preservation of truth.
The real truth is that being transgender is much more nuanced and complicated than “there’s men and women”. It’s a mental health issue, and the treatment for it happens to be to transition to match the gender your brain developed into. Because you have XX chromosomes doesn’t mean you can’t grow a man’s brain and vice-versa. Like come on those people don’t even recognize themselves as themselves in the mirror because of gender dysphoria. Who would wish that on anyone?
And that’s it, it’s that simple. All it costs other people is to not be assholes about it.
Everything people fear with their transphobia is that, phobia, fear that’s not based in reality or vastly disproportional to reality. Trans people aren’t there to take over and make cis people illegal, they’re not there to make your cis kids trans, they’re not there to trap you into having gay sex. They just want the same basic respect everyone else gets. Conservatives fear that because that’s how their conservative agendas work: gaslight people into “it’s not that bad” and then proceed to strip as many people’s rights as they can. There is no trans agenda, just like there’s never been a gay agenda. Nobody but cis straight usually white republicans are out there trying to convert everyone to their religion and version of reality.
It’s pretty clear cut too. If you give hormones to a cisgender person, they’ll start experiencing the same kind of mental distress as a trans person until you reverse it back. Thus, even if they wanted to, they couldn’t “groom” cis kids into becoming trans kids. It just doesn’t work that way. Some end up trying it and quickly realize they aren’t trans and that answers their question right there. That’s why we use puberty blockers for kids: if they change their mind they’re only like a year or two behind on puberty and that’s the end of it. Those are used by a wide variety of non-gender related growth issues too, for decades. Just try it yourself: try to imagine yourself as if you woke up the opposite gender. If it freaks you out, congratulations you’re cis. That’s what trans people feel until they transition.
Actually smart people care about much more important issues, because trans people aren’t and never have been an issue. The affordability crisis is much, much more important than oppressing a group of people that literally doesn’t cause any problem to anyone except bigots who just make up whatever nonsense reason to hate them.
I wish too, it’s only deployed for family and family businesses because I’m a couple thousand miles away from them. I cobbled this together for the explicit purpose of being able to reinstall Windows remotely. It works wonderfully though!
My real job is DevOps and 100% Linux, and most of the cloud servers are disposable and can be simply be rebuilt at the push of a button in some dashboard.
Same for KDE https://apps.kde.org/fr/kjournaldbrowser/