It’s not an nft, it has to be hexagonal to be an nft
It’s not an nft, it has to be hexagonal to be an nft
Damn it, all those stupid hacking scenes in CSI and stuff are going to be accurate soon
This exact kind of situation does happen all the time. I don’t believe it’s a majority of men at all, but even if it’s a small percentage, that’s still a lot because of the magnitude of their actions. Even if it’s only a 5% chance that rejecting a guy is going to cause them to go completely off the rails, you’re still not going to want to take that chance because there’s nothing in it for you, and in those 5% of cases it’s going to be extremely upsetting, or in some cases, actually physically dangerous to you.
You need to touch grass and talk to more women if you don’t know that most women have experiences exactly like this.
What matters is consistency and our time system has tons of crazy inconsistent shit in our. Everyone knows about leap years, but do you know about leap seconds? Imagine trying to write a function to convert unix time to a current date and suddenly all your times are a second off.
Just look at this insane bullshit nonsense. The added complexity of time zones and daylight saving time is nothing compared to simply supporting our time system.
A smart VPN will avoid going to jail for you by not storing any of the data law enforcement wants in the first place.
That’s a good point
Apple is by far the most monopolistic tech company you can choose from.
But… While capitalism naturally leads to monopolies, capitalism can’t function under monopolies, so I guess supporting the most monopolistic company is going against capitalism…
Oh, I didn’t know you needed apple products, the most monopolistic tech company to exist, to survive. That explains why their fans are so rabbid. I better switch from Linux otherwise I’ll die.
Sigh, I find this too sad to be funny
In my experience it’s normally frontend programmers that go full stack.
What if you’re the one that was in charge of adding safe guards?
You joke, but there are people that will actually admit crazy shit like this.
I also blame Apple and their walled garden approach to software
That answers some questions then opens up new ones. How does 50 toll booths make sense for a 4 lane highway? Contactless tolls existed back then and of all the countries, surely China of all places would be able to implement it cheaper and easily get drivers to install the contactless device needed as well as set up the license plate surveillance to enforce it.
I think it’s more that the US is a very recent country and was a melding of many cultures, plus the sheer size of the country and diversity of the ingredients found around the country.
They can’t look straight up, and then some genius heard that and morphed it to pigs can’t look up period.
The target user base is much smaller. Most viruses are spread through user error and server administrators are far more competent than a typical OS user. Also, typical server exploits lead to exposing credentials rather than spreading viruses.
I find the Linux ecosystem has far better updating mechanisms than Windows and it doesn’t have as much backwards compatibility cruft as Windows. That and the open source nature I think is better at having exploits uncovered. I’m not saying Linux is perfectly secure, but that it’s more secure than Windows. But I think the biggest reason it’s less likely to get viruses is just that it’s a smaller target and that hackers aren’t spending as much time trying to attack it, plus the users are more tech savvy meaning any attacks will be less lucrative.
It’s just not worth it until your monolith reaches a certain size and complexity. Micro services always require more maintenance, devops, tooling, artifact registries, version syncing, etc. Monoliths eventually reach a point where they are so complicated that it becomes worth it to split it up and are worth the extra overhead of micro services, but that takes a while to get there, and a company will be pretty successful by the time they reach that scale.
The main reason monoliths get a bad rap is because a lot of those projects are just poorly structured and designed. Following the micro service pattern doesn’t guarantee a cleaner project across the entire stack and IMO a poorly designed micro service architecture is harder to maintain than a poorly designed monolith because you have wildly out of sync projects that are all implemented slightly differently making bugs harder to find and fix and deployments harder to coordinate.