HackerTrans
TopNewTrendsCommentsPastAskShowJobs

import_awesome

no profile record

comments

import_awesome
·geçen yıl·discuss
Become healthier through diet and exercise. Don't worry about your weight. Gaining muscle through weight lifting will increase your weight. Cardio exercise will increase your weight due to increasing blood volume.

Just cut the sugar calories. You probably eat the appropriate amount of calories for you, just eliminate the calories you drink.
import_awesome
·geçen yıl·discuss
Why not both? LLMs are hilarious when they aren't trying to be funny. They are pretty bad at jokes normally, but when LLMs hallucinate more than normal it has the right amount of absurdity to be funny.
import_awesome
·2 yıl önce·discuss
Another great feature of Tcl for writing servers it that you can reload the code while it is running and keep all the state and connections open. Code up/bootstrap your server while it is running the whole time. Sure this is a security nightmare, but it is fun to code.
import_awesome
·2 yıl önce·discuss
Most of your steam games will run on linux with proton.
import_awesome
·2 yıl önce·discuss
I worked the Rete algorithm into ansible-rulebook for condition matching events. https://ansible.readthedocs.io/projects/rulebook/en/stable/r... This does use Drools underneath now.
import_awesome
·2 yıl önce·discuss
There will be a lot more competition in five years when the cost of running a company is much lower.
import_awesome
·2 yıl önce·discuss
I have half a MUD that uses TTS and speech-to-text as the interface with LLMs generating the content and a database keeping the context. It works surprisingly well.