technohacker

joined 1 year ago
[–] technohacker@programming.dev 4 points 3 months ago

Just gotta invoke skynetctl

[–] technohacker@programming.dev 9 points 5 months ago (3 children)

Doesn't that already exist as the Factory Reset Protection (FRP) partition?

[–] technohacker@programming.dev 5 points 5 months ago

It was initially intended to be a video stream handler, but they had concerns with audio syncing. They figured they might as well also handle audio in one cohesive AV server instead

[–] technohacker@programming.dev 10 points 5 months ago (1 children)

It really lips the whamma's ass

[–] technohacker@programming.dev 5 points 5 months ago* (last edited 5 months ago)

Unreal Engine is a major example, you get access to a private repo containing the engine's source code but you're bound by an agreement regarding what you can do with it IIRC. Of course anyone is allowed to apply for access though

[–] technohacker@programming.dev 4 points 5 months ago (1 children)

Hyprland, Wayland native Tiling WM

[–] technohacker@programming.dev 1 points 5 months ago

For 2, the issue is most phones have a lock screen overview sorta effect, where the phone can wake up from sleep with movement or gestures. Actions on the lock screen can hence trigger things, like media playback and emergency dialling

[–] technohacker@programming.dev 3 points 6 months ago

Specific to JS, due to the double equals being type oblivious

[–] technohacker@programming.dev 14 points 7 months ago* (last edited 7 months ago)

'tis how LLM chatbots work. LLMs by design are autocomplete on steroids, so they can predict what the next word should be in a sequence. If you give it something like:

Here is a conversation between the user and a chatbot.

User:

Chatbot:

Then it'll fill in a sentence to best fit that prompt, much like a creative writing exercise

[–] technohacker@programming.dev 47 points 8 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 3 points 8 months ago

That might be more due to them not supporting HDR on Linux yet, but I'll wait for someone else to confirm that

[–] technohacker@programming.dev 2 points 8 months ago

The firmware has to allow it, so if you've got physical access to the machine that's possible. Remote access root, on the other hand, can't tell the firmware to register new keys as long as it's configured correctly

view more: ‹ prev next ›