HackerTrans
TopNewTrendsCommentsPastAskShowJobs

import_awesome

no profile record

comments

import_awesome
·letztes Jahr·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
·letztes Jahr·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
·vor 2 Jahren·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
·vor 2 Jahren·discuss
Most of your steam games will run on linux with proton.
import_awesome
·vor 2 Jahren·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
·vor 2 Jahren·discuss
There will be a lot more competition in five years when the cost of running a company is much lower.
import_awesome
·vor 2 Jahren·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.
import_awesome
·vor 3 Jahren·discuss
Meta's customers are advertisers. Their tools for advertisers are the best in the business. Facebook and Instagram users are the product.
import_awesome
·vor 3 Jahren·discuss
If you had a little more software in your car it could automatically remediate the issue and you'd be on your way with no repairman involved or at least tell the repairman exactly what to fix. Maybe you could fix it with the step-by-step workflow on your console.
import_awesome
·vor 3 Jahren·discuss
Oh no. I wrote a mini-language with a PEG parser and an AST. I guess I'm a compiler engineer now.