For $100, it better have a strip club achievement that comes with a coupon for a free actual lap dance.
For $100, it better have a strip club achievement that comes with a coupon for a free actual lap dance.
I don’t believe Elon. I believe in the process. Look back through NASA’a history of testing rockets and you’ll find plenty of stuff that blew up on the pad.
SpaceX has launched several missions into gto, Lagrange points, and even Europa.
Zelda 64 on the Switch was a mess at release, but the emulator has improved greatly since then.
What a brilliant racket. Have people do all the work of getting a channel going, then claim the money for yourself.
I think I’m anarchist in terms of personality, but I’m not quite there politically. Like you, I’m not quite sure how to get there from here. If we do things like mutual aid and support unions, I don’t think we’ll go wrong, and that could end up leading to anarchism at some point in the future.
Where I’m anarchist in personality is that I fundamentally don’t understand why you would want to be an authoritarian. When I first read 1984 in high school, and there’s the bit from O’Brien about how the system is there for power as an end to itself, I didn’t understand why anybody would want that. I can kinda see power as a way of gaining a comfortable life for yourself–usually at the expense of others–but not as its own end. I still don’t understand it, but have come to accept that there are people like that.
Some of those people are draped in thin blue line flags, and some of those people are draped in a hammer and sickle.
Game Cube had a network adapter, but few games used it. It did let you do 8 player Mario Kart.
Compared to NASA, SpaceX is developing at a breakneck pace. The SLS has its roots in the Constellation program from 2005 which itself came from the 2004 report “Vision for Space Exploration”. That was when NASA finally admitted the Shuttle was never going to live up to its original goals and it had to go.
Ares V is a reconfiguration of Shuttle hardware into a more traditional rocket. It’s still taken two decades and has one test launch to show for it.
SpaceX is the only Musk company I’ll defend, and it also seems to be the one that’s best at keeping Elon from fucking around with them internally.
That said, the whole point of commercial launch systems is that it’s not just one company doing it. Blue Origin might finally have something to show off soon, but there’s nobody else at a reasonable development level. Virgin Galactic only seems interested in space tourisim. (Edit: for completeness sake, I should also add that ULA is a joke.) A bunch of small companies are doing R&D, but few have even a single small launch yet. If it’s just going to be SpaceX, might as well make it a government-run company like the USPS.
Each of his companies has to have a layer of management that’s simply about directing his attention somewhere that won’t hurt the company. SpaceX seems to do this best, Tesla is OK to bad, and Xhitter is by far the worst.
If it’s Jira, the answer is always yes, it can do that, but good luck figuring out how.
Lots, but only a few that are worth a damn. I’ve come to call them “Han Solo Simulators”.
Its a genre that seems to attract a lot of half baked game designers. Make a big universe sandbox where you fly a spaceship to space stations and planets and moons and trade stuff and do pirate shit or anti-pirate shit. Lots of people have this idea, only a few make anything good out of it. Doesn’t seem like it can go wrong, and yet . . .
Battlecruiser 3000 AD is a particularly infamous case of 90s Internet lore. By all accounts, it did eventually patch the game up enough to be decent, but it took years to get there. At release, the game’s installer would crash for most people. However good it might have ended up, the Internet drama was better than the game ever could be. Look up “Derek Smart” if you’re interested.
The X series is one I want to like, but it’s been really buggy for me. Like rage quit when it destroys my progress kind of buggy. I haven’t played X4, though.
No Man’s Sky was an infamous mess at launch. Unlike Battlecruiser 3000 AD, it did eventually change its reputation, but it was a long, hard road. I played it a few years ago and found it uninteresting, but basically playable.
And then there’s Star Citizen. I’ll just leave it at that.
Anyway, the Elite series is probably the most successful for single player or smaller multiplayer, and Eve: Online for massively multiplayer.
I believe that the problem with agile is that it’s not enough like waterfall. That’s why SAFe is for me.
So glad we dropped that shit.
Yeah, that’s my thinking, too. But the library only takes b64.
Edit: also, if anything, this system reduces the benefit of strong typing. You can feed whatever string you want into it and the compiler will say it’s OK, even if it would fail at run time. If it were a Vec<u8>
, then the compiler can check things. Especially if you do something to let the compiler enforce the length (if possible).
Or hand over a UUID object directly. Yeah, it ties it to a specific library, but it’s either that or you’re not taking full advantage of strong typing.
Or just have a sensible default implementation.
None of this has much to do with type safety at all. A dynamically typed language might have a Salt object that has a constructor that takes a base64 string. If its common uuid library doesn’t output base64, then you can’t use it directly.
Nor does a specific uuid library matter much. It just needs to be able to output base64 strings, which is an uncommon uuid encoding, but it’s out there.
Nor does type safety prevent providing a sensible default implementation.
The crate uses phc strings, which store the salt together with the hashed password, so no, it can handle it all on its own.
There was just no thought into how components work together.
Just wait until you come across an XS library that uses a scalar reference for its objects (like LibXML).
Edit: for any possible future readers, there is a sensible default that I hadn’t found yet during this work in progress. It’s just in a different struct: SaltString::generate()
.
I’d like it better if things were designed to work together better.
Right now, I’m working on a password storage system using the password_hash
crate. You need to provide the salt yourself; this is already a bit silly for not providing a simple default that just gives you 16 bytes from a CSPRNG, but let’s continue.
You read the Salt struct documentation, and it talks about UUIDs being pretty good salts (well, using v4, anyway). So that pushes you toward the uuid
crate, right? Except no. That crate doesn’t produce formats that the functions on the Salt struct will accept, like base64. So maybe the uuid_b64
crate will do it? I don’t think so, because that crate uses a URL-safe version of base64, and it’s not clear Salt will take that, either.
You’re now forced to use a cumbersome interface from the rand
crate to make your salt. I’m still working through some of the “size not known at compile time” errors from this approach.
All of which would work better if there was a little thought into connecting the pieces together, or just providing a default salt generator that’s going to do the right thing 90% of the time.
Don’t get me started on how Actix hasn’t thought through how automated testing is supposed to work.
It’s common for autistic people to be called “retarted”, and that’s probably what this is.
Fuck Musk, but this is a thing that happened and still does. If anything, Musk using the term shows a lack of introspection and sympathy.
You probably grew up brushing your teeth with modern toothpaste, and had fluoride in the water.
This isn’t universally true, even today, in the United States. So says the diner in Indianapolis I went to where almost all the staff were missing teeth.
There’s nothing that points to Mary Magdalene being a prostitute. She’s conflated with another character who was, but they aren’t directly connected in the text.
Hell, I got GTA V for free (legally, yes). It was the first GTA game I played, and I think its launch reviews were massively overrated.
I doubt I’ll find a free deal for GTA VI, but I ain’t buying it new.