Sure, but then the wait staff expects you to tip at least 20% for simply being given one, and if you don’t you’re an asshole.
Sure, but then the wait staff expects you to tip at least 20% for simply being given one, and if you don’t you’re an asshole.
This actually explains some of the formulas in research papers I’ve read.
In the specific case the “boss” happens to be a timer, this is a more or less accurate description of speedrunning.
Security questions don’t care what you put in there. It’s not an exam. It’s basically just an alt password.
I just generate a string of alphanumeric text from my password generator and stuff those in there. If I lose my password vault somehow I’m cooked anyway, so.
Worse still, the pattern does not continue like one would expect.
There’s just an arbitrary point where they decided to take an extra 1/4" bite out of it. I’m not sure whether that’s more of an effect of shrinkage from kiln drying being proportional to the original length or an effect of industry practice to mill smaller boards to eke out more cuts per tree.
And for the record, yes, I am aware the discrepancy is not entirely explained by shrinkage. They do a planing step after drying. But the shrinkage is a not insignificant part of it. They have to round down to the nearest convenient dimension from wherever the shrinkage stops.
If longer boards shrink more, the finished boards would necessarily have to be smaller. I question whether that’s the effect at play, though, because I believe there was a phase in the industry where that extra quarter inch wasn’t taken off, and they changed their minds about it later.
I’ve yet to see any open lemm.ee prejudice anywhere. AFAIK it’s the largest completely inoffensive instance and that’s exactly what I was looking for.
I started on .ml and had the same experience.
The only reason I quit is because the 0.19 update finally made TOTP not suck ass, I decided to activate it on my account, I had a skill issue with my digital keyring that caused me to lose my secret, and my session cookie in my Lemmy app eventually expired. Didn’t sign up with an email either so no account recovery was in the cards.
Generally, I don’t think most people bother to read the instance suffixes on usernames at all unless the comment is somehow inflammatory. I sure don’t.
Of the people who say anything about it, there seems to be two mutually exclusive camps of people on Lemmy in regards to how it should be structured.
There’s those who want it to be a drop-in replacement for whatever platform they migrated from (Reddit, ususally), with everything cultured in one simple, easy-to-browse place where there’s enough activity to support diversity, just without the enshittification, even though the centralization they crave is exactly what invites the enshittification…
…and then there’s those who specifically want the site to stay fragmented, because that’s the whole point of federation, it keeps out all the riff raff, and prevents the platform from losing what makes it so great. But many of them complain about why it isn’t growing as fast as they’d like it to, despite the fact that the fragmentation of community is by far the single greatest barrier preventing the mass adoption they yearn for.
Each one seems to want a piece of what the other has.
I got a 1U rack server for free from a local business that was upgrading their entire fleet. Would’ve been e-waste otherwise, so they were happy to dump it off on me. I was excited to experiment with it.
Until I got it home and found out it was as loud as a vacuum cleaner with all those fans. Oh, god no…
I was living with my parents at the time, and they had a basement I could stick it in where its noise pollution was minimal. I mounted it up to a LackRack.
Since moving out to a 1 bedroom apartment, I haven’t booted it. It’s just a 70 pound coffee table now. :/
I think my purest moment of gaming bliss was experiencing completely blind the last handful of worlds in Super Mario Odyssey while buzzed with a few whiskeys. God, my soul was in orbit with that experience. Pure, unfettered joy and whimsy through and through and cinematically epic when it wanted to be. I wouldn’t call it the best game ever or even my favorite game ever, but god damn it, it struck me just right way at just the right time. It was something truly special.
More games I will cherish will certainly follow, and have followed. But for that specific set of vibes and circumstances, I don’t know if I’ll ever top that peak from playing a video game ever again.
Ah, a gellow Ghost Trick enjoyer!
perhaps they should just lay square eggs
I think the phrasing they wanted was “The person with the least disincentive to do the ethical thing”.
These people aren’t inherently more ethical. They simply have the fewest barriers standing in the way of turning it into action.
Technically all you need is a DNS server.
No computer knows where <whatever.tld> is located, unless that route is hard-coded in a host file somewhere. It always has to ask a DNS server for that information. If that DNS server doesn’t know, it will probably try asking some other DNS server, and so on up a chain. Eventually, it reaches a master DNS server that either has the answer on-hand somewhere in a database, or it says, “lmao, that doesn’t exist”. All the DNS servers and your PC down the chain take that answer. They might memorize it for a little while and hand it out to anyone who asks them, but after a while they’ll ask their way up the chain again to see if the answer has changed since the last time they asked.
In order to “create” a TLD, all you have to do is make a DNS server that doesn’t ask up the chain. Just pre-program the list of valid domains yourself. You can make them anything you want. You can even “steal” existing domains and make them point to anywhere you want. Nothing is stopping you. Your DNS server will confidently report its pre-programmed answers to anyone who asks.
The catch is that any Internet-enabled device that you want to be able to use your fancy new custom domains needs to be configured to ask your DNS server in particular. People would have to manually set your DNS server as their master server to ask, or they’d have to set it to ask some other DNS server that is itself pointed through some chain up to your DNS server. This is an explicitly opt-in system, and getting a significant mass of people to do that voluntarily is practically impossible. But it’s not technically impossible.
The only reason you don’t have to do this manually with every single device you buy is because most devices either come from the manufacturer with a hard-coded list of DNS servers they should trust by default, or a device on the local network whispers in their ear and tells them who the local DNS server is and the device just goes along with it. It’s still technically an opt-in system; devices are simply either already “pre-opted in”, or there’s a system running on your network that auto-opts-in every device that connects, and most devices are designed to accept that auto-opt-in the moment they detect it.
Provided you manage to get the devices you want to listen to your DNS server, you may additionally want to set up a root certificate authority. The thing that makes the little padlock show up in your browser URL box to let you know the connection is secure. Kind of like the DNS server thing, this is also very simple–just run a cheeky little OpenSSL command or two and you can be a root CA in no time–but it suffers from the same “opt-in” problem. You have to manually configure any device you want to use your system to trust your certificates. Most devices just come with a list of “acceptable authorities” built-in, and those defaults are all most people are using. But nothing is stopping you from adding anything you want to that list at any time. You’re just limited to doing it on a device-by-device basis.
At my company, we’ve set up our own custom DNS server and our own root CA. We serve internal websites at a custom TLD we made up, and we sign them with our custom certificates to keep the connections secure. But that only works because we’ve manually configured our workstations to ask our internal DNS server for DNS requests, and we’ve manually configured all the workstations to trust our root certificate authority. A random device that connects to our network that isn’t configured with either of those things will not resolve any of our custom domains, nor will it securely connect to them. It also breaks if the configured devices aren’t on the local company network, since the DNS server isn’t reachable from the public web. Which is fine for us, since those internal websites aren’t reachable on the public web either. But yeah, that’s an example of the limitations.
If you want to create a TLD that will be auto-accepted by everyone who is already running the default chains of trust (which is probably what most people actually mean when they ask something like this), you have to seek out the big daddy at the root of that chain of trust and ask them to poof your TLD into existence for you. That would be ICANN, and they probably won’t do anything like that without a big fat check and a lot of corporate lobbying.
tl;dr - The tech is built in such a way that nothing is stopping you from making your own toy, and anyone can play with your toy without needing to do much. But if you want your TLD to “just work” for everyone in the world without asking every single one of them to explicitly opt-in, which is probably what you actually want, then no, you basically can’t do that.
As for memory management, macOS is the better option due to its fully integrated virtual memory system which is often on and continuously provides addressable space up to 4 per process.
Wow, 4 whole memories per process?!
What is “holiday” on this list for?
I imagine telling an Arch user you use Gentoo is like telling a Texan that if you cut Alaska into two halves Texas would be the third largest US state.
Does it even count if you’re advertising on your own platform? If I’m able to see the “ads” in the first place, I’m already using it.
I also wouldn’t exactly call a donation drive “advertising” either. They’re not trying to onboard more users to the service, they’re nagging people who already use the service to give them money. Which is itself leaning a bit on the wall of what is and isn’t “free”.
Wow, I found the one other MATE user. Cheers.