[-] technohacker@programming.dev 22 points 1 month ago

I can't tell if the coaxing thing was an intended pun after the fiber optic thing before it

[-] technohacker@programming.dev 47 points 3 months ago

Containers, the concept that Docker implements, lets app developers give a self-contained environment for distribution. For devs that means consistency in deployments across environments, which in turn means sysadmins can deploy each of these apps as fully isolated units.

With that, you get really clean installs/updates/uninstalls, and your deployments get done with a well-defined, declarative definition file which can also handle multi service dependencies (a la Docker Compose/K8s)

[-] technohacker@programming.dev 21 points 3 months ago

Missed opportunity for her to delta outta there instead

[-] technohacker@programming.dev 24 points 4 months ago

Oh man, moments like this when my faith in humanity is restored. I am sorry for your loss

[-] technohacker@programming.dev 27 points 4 months ago

They did engage in buying out studios to make their games exclusive to their platform. One prominent example was Rocket League, they bought Psyonix and made them discontinue macOS and Linux support, along with delisting the game on Steam

[-] technohacker@programming.dev 19 points 5 months ago

To add on to this explanation, you generally use source ~/.bashrc to reload your shell whenever you want to make changes to your user config. Tab completion weakens the barrier to destruction significantly (esp. in my case)

[-] technohacker@programming.dev 150 points 5 months ago

source ~/.bash_history

[-] technohacker@programming.dev 74 points 6 months ago
> typeof NaN
"number"
239
quite calming (programming.dev)
[-] technohacker@programming.dev 35 points 7 months ago

As an Indian myself this makes me happy :D

[-] technohacker@programming.dev 27 points 9 months ago

I remember facing this once on a site, so i peeked at the source. Turns out they have an event handler for the pinch gesture, preventing the browser from doing its usual zoom

[-] technohacker@programming.dev 20 points 10 months ago

Android has an Enterprise feature that allows devices to have an isolated "Work" profile from their Personal profile, complete with separate accounts and apps (though your device IDs are still likely shared due to it being the same device)

There's this project called Island that allowed anyone to set it up on their own devices

[-] technohacker@programming.dev 26 points 10 months ago

Oh that just made it click in my head why they would do it as sign, exponent, mantissa and not sign, mantissa, exponent. I mean yes I've been taught it's for sorting purposes, but this really helped it fit better. Thanks!

view more: next ›

technohacker

joined 1 year ago