Details
-
AboutAngry, opinionated. (js stinks). Touched almost everything CS. Master of none. Always on the learn.
Joined devRant on 11/9/2020
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
@kanyewest
Then you weren't really qualified to be the help on git ops, I'd wager. -
@netikras
Well, it was pointless to try your suggestions, because when I replicated the steps, of course it worked as expected so now we'll never know, I guess -.- -
You should have asked for git operation help yourself.
It's almost impossible to completely delete shit from git without explicitly knowing what you are doing. -
@retoor
Well, not really into receiving anal sex, so wouldn't know. -
@retoor
Solana is a cryptocurrency.
And while rust has comparable performance to C, no matter how much they like to parrot it, runtime safety guarantees (which are available in most C runtimes too!) *do* have a runtime overhead. If only by virtue of running additional code. -
@BordedDev
Fuck Hungarian notation with a flaming tire iron.
@kiki
What kind of programming language allows kebab case anyway? -
Hahaha, 7 a week.
I have IBS and can easily do 7 a day on a bad day... -
@kiki
That's not quite what I'd call vertical takeoff. It hardly is vertical when you traverse the runway for 1 km before just taking off and pitching vertical.
Vertical takeoff is what harrier fighters do, which is like an helicopter. -
@BordedDev
AFAIK you can only use the web shell if you have the systems manager agent running on the instance, which wasn't the case.
@netikras
Didn't really push it much further since it worked with absolute so I just replaced the key and handed it over, since that's what was billable.
I have a snapshot of the volume however and will try your suggestions today on another VM. -
And no, commercial aircraft couldn't do vertical takeoff no matter what.
-
Airplanes are designed with redundant systems.
Mind you, a 4 engine plane can't really *fly* with just one engine, but it's designed to glide to a safe landing spot.
And of course commercial planes can do barrel rolls. It's not hard, just fully turn the steering wheel. (Which on an airplane doesn't steer, it actually banks).
The centripetal force would keep passengers glued to their seat anyway. -
Weird happened when I actually ran
ls -la /mnt/old
For some reason, this command showed the actual contents of the drive...
I'm still confused as to why ls with a relative path shows as empty and with an absolute path it works fine... -
Dunno. I've only had sick leave for a total of 70 days over the course of 21 years.
10 of those were after the appendicectomy, 50 when I broke my toe (and I wanted to work, but they wouldn't let me).
Out of the other 10, 4 were kidney stones and 1 food poisoning.
So just 5 days of "sickness", so I guess I ignore them alright. -
@superdupernova
I hate crapple with a passion so I wouldn't know what kind of retarded bullshit they'd implement in their stack.
I know of that option from having to DevOps retarded crapple builds, and as far as I know, having that option disabled (the default) just forces every HTTP request to use TLS (https) with some additional verifications that they sell as "lol aDDeD sEcuRitY" when it's pretty much standard issue, so not really any difference than to what you should be doing anyway. -
It adds the overhead of actually forcing using https rather than http, but that's negligible compared to actual physical network latency.
-
So far, as expected, lots of onboarding, learning about processes and other bullshit.
Really boring to be honest.
But they let me roam in the repos, which I do in my own time, and that has been really enlightening. -
@retoor
Well, I mean, I know what was to be expected.
It's prospectively exciting, but so far still lost mostly in bureaucracy.
If you have any specific questions, (and I'm allowed to answer them), I will gladly do. -
@sandeepbalan
Annoyed cuz I have to do bureaucracy for taxes and such.
I will listen and dance to 80/90's eurobeat, but if you ever say it in public, I'll deny it and make a necklace with your teeth. -
You can maybe also use Kafka, which can do what you want, but that depends on your other requirements.
-
If you want your readers to split the workload, instead of fan-out exchange, set a round robin or similar exchange that also copies to another exchange which has your redis-saving queue, so any message you publish to the main exchange gets copied to the redis exchange and queue, and thus saved, and will go to one of your connected queues, which will split the work.
-
@BordedDev
You can actually do that combining amqp with redis. Have a fan-out exchange with one permanent queue.
This permanent queue is consumed by a service or lambda that stores the message in redis with your desired expire time.
Whenever a new instance of your reader is spun up, you do the following:
- Create a new, non permanent queue in your exchange for the reader to consume using the rabbit API.
- Scan your redis for the last X time messages.
- new messages will arrive to your reader when published until you stop consuming.
There's probably a way to do it directly in rabbit, but I don't know it. -
For communication I'd consider an amqp broker such as rabbitmq before redis.
-
They will do perfectly for my paella.
(Yes, they are food) -
@D-4got10-01
Hahaha, whenever I see AI fingers I can't help but think of facehuggers from Alien. XD -
@D-4got10-01
A Venus flytrap? -
@D-4got10-01
@retoor
The second image is more upsetting IMO. Not just the fact of having 2 opposable thumbs, but I'd expect AI nowadays to at least know which side thumbs are supposed to go on XD -
@rjscratton
This a fucking thousand times.
Gradle is fucking AIDS cancer.
Tho moreso than Gradle itself (which suffers from horrendous back compatibility due to being horrendously immature), it's the android Gradle *plugin*, which suffers from that *and* its own immaturity. -
Indeed it's 10, in base 38 xd
-
@Lensflare
My man, he snorts chaos emeralds and gets such an high that he actually turns super Saiyan and flies! -
You could also simply not have kiddo and do whatever the fuck you want XD.
Good thing I don't really care if a potential partner has kids, because at my age that would severely limit the pool, but then again, I still live like I'm 20, even if my body doesn't like it.