I always took it that Morgoth spent too much of himself to create bullshit and that’s why an elf could topple a Vala, otherwise it doesn’t really make sense.
Our government a few years ago made a cool new system to sniff on small businesses because they don’t have enough money to defend themselves properly in court track cash transactions and it was so hip and new that it used SOAP. That was the first* time I worked with SOAP, until then I managed to avoid it.
* I technically worked with SOAP once before but the part I worked on was like ten abstractions away from the protocol.
No idea, I found it on my phone.
Excuse me, his name is Teleporno. In original Quenya of course.
This. The story is generic as fuck, makes little sense and is full of inconsistencies. It was fine when I was a kid because kids really don’t have high literary standards but I always feel a little embarrassed when adults like them. Especially those who reread them in their adulthood.
True, but only because it actually is. Except weirdos who saw php code 20 years ago say it sucks.
Everyone who writes C# uses Nuget.
There’s no Java past version 8. Everyone knows that.
cat ~/.ssh/*
perhaps?
I use ssh regularly, I just use a different key for each server. And thus I don’t use the default name (id_rsa) because it doesn’t make sense.
Here you go!
~ $ cat ~/.ssh/id_rsa
cat: /data/data/com.termux/files/home/.ssh/id_rsa: No such file or directory
~ $ cat ~/.ssh/id_ed25519
cat: /data/data/com.termux/files/home/.ssh/id_ed25519: No such file or directory
Did you know that badgers keep their homes in tip-top shape by creating a latrine pit as a bathroom? They won’t defecate in their homes, instead making a pit out of dried grass and leaves just outside their burrow.
deleted by creator
deleted by creator
Not OP, but what puts me off is that it calls itself badger, but really it’s just a software that has nothing in common with those glorious animals. Did you know that badgers’ keen sense of smell is about 800 times sharper than our own?
Nah, php over python any day. Equally easy to start, equally fucked up core, but the ecosystem around it is so much saner and easier. And I’d argue it’s even easier for beginners.
Unless you need something that only has python bindings, I’d never choose python.
Isn’t that relatively old news? I’ve been using them in Symfony for a few years, already.
Not the same thing, I’m pretty sure something like that is in almost any language, but here it’s the official word for male masturbation, not some niche word that’s not really used much.
I know the story and you’re right, it’s pretty dumb how it’s used.
In my language, onanování is masturbating. And onan is a mild insult insinuating that someone wanks a lot.
Yeah, I’ve got it configured well enough, but this is a project I took over from an ex-coworker. It’s overly “clever” and complicated, so untangling that mess is gonna take a while and I didn’t really wanna start it before the end of the year. But I had to do some work on that project and the cache that slows deployment down was just the latest of the gifts he left us.
Basically, to avoid pulling and pushing docker images, he exports them to some archive that gets stored in the cache and loaded into docker on restore. Sounds smart, right? To achieve the lowest traffic, the compression algorithm is fucking aggressive and takes more than the rest of the job. As a bonus, we store the cache in S3, so the pull and push of the docker image pretty much still happens, except much slower.