• 0 Posts
  • 11 Comments
Joined 1Y ago
cake
Cake day: Jul 01, 2023

help-circle
rss

Hi-fi Rush is really good if you’re into rhythm action, Call of Juarez is one I’m trying now and it feels nice to play


return from subroutine, int3 would be something relating to interrupts off the top of my head.


Might want a sled and a ROPe to have a smooth descent


Huh, I was about to correct you on the use of embarrassment in that the intent was to mean a large amount, but it seems a Wiki edit reverted it to your meaning a year ago, thanks for making me check!


'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. <insert description of chatbot>

<insert chat history here>

User: <insert user message here>

Chatbot:

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


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)


Ahhh the comment misspelled it, yep that’s the one. Thanks!


  1. Env vars (maybe)
  2. Redux
  3. The dude himself
  4. Not sure

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


I find it funny it didn’t point out Active Directory


Rust has an RFC that wants to consider yeet as a keyword for throwing an exception, I think they’re currently keeping it as a placeholder just in case