Check out my open source game engine! https://strayphotons.net/ https://github.com/frustra/strayphotons

I have been developing this engine on and off for over 10 years, and still have big plans.

  • 0 Posts
  • 25 Comments
Joined 3 years ago
cake
Cake day: July 9th, 2023

help-circle








  • The user does have to log in again to access the second TTY. I don’t know exactly what Hyprland’s settings do, but “allow_session_lock_restore” doesn’t sound like something you want turning on randomly while an attacker is sitting trying to access your computer. It’s very possible the crash itself was caused intentionally by the attacker in that case.

    Edit: Nevermind “allow_session_lock_restore” is just for saving open windows and stuff, so not really an issue. Restarting the lock screen however is very much not something you want to do while trying to keep an attacker out of your computer.









  • I’m not disagreeing with you. I’m just stating that a broken unplayable game objectively has no value. The publisher has forced that value to 0 if they turn off their servers without support, regardless of if there was any value there before or not.

    Edit: I realize we might be talking about different things when saying “stop supporting”. I meant that to mean when the servers are turned off, not when they stop releasing updates or delist it from stores.




  • This graph actually shows a little more about what’s happening with the randomness or “temperature” of the LLM.
    It’s actually predicting the probability of every word (token) it knows of coming next, all at once.
    The temperature then says how random it should be when picking from that list of probable next words. A temperature of 0 means it always picks the most likely next word, which in this case ends up being 42.
    As the temperature increases, it gets more random (but you can see it still isn’t a perfect random distribution with a higher temperature value)