• 0 Posts
  • 73 Comments
Joined 1 year ago
cake
Cake day: January 25th, 2024

help-circle

  • Wait people don’t like drinking water? Drinking water (not warm) when you’re thirsty is a really good feeling. I only struggled with forgetting to drink water when I’m not thirsty, but once I am I drink.

    Seeing the sugar addiction and soda problem maybe it was because I didn’t drink those regularly growing up. They were just treats. Also as a child we had fun eating certain fruits that were sour/bitter and then drink water after that, it makes the water taste sweet.

    Maybe you can try eating/licking lemon/lime a bit and drink water later.






  • Classes might help. But the important part is someone with experience doing it for you until you get a hang of it. Someone giving you lession on what to do might give you knowledge but it takes practice, reminders etc. I know you said both is good. I agree with that as things change, some practice in the past might not be good now, but that might also come from every generation resetting the knowledge, if you have generational knowledge passed, and collected and refined with community and science, then the things that work well will stick out longer.

    Also, no paternity leave in many places, and short maternity leave (looking at US with zero federally required maternity leave), means people take those for recovery and do not have as much free time before they have the baby.



  • So why are mothers expected to just figure things out on their own? We humans have women living way past fertile age because they were important for children, and suddenly we decided we don’t need grandma’s help passing along generational knowledge and helping first time mothers. Grandma/Grandpa are supposed to be free and focus on helping the parents so they learn and don’t make mistakes because they don’t know anything.

    And community too. It’s so isolated. Makes me sad, and afraid to have children.


  • My ex did tell me I’m shorter than she wants her bf to be. I was still talker than her by 2-3 inch but she wanted me taller than her in heels. And suggested I do exercises to get taller.

    I ended it with her soon after that. I think if someone has thought like that, there are other common patterns that makes the relationship too much to worth it. My wife now is same height as me and we’re happy about that, height difference of several inches seems weird/difficult to imagine now.




  • And who says AI means neural network? That’s what we use, doesn’t mean that’s the only AI possible to write. There are a lot of different models, neural network is popular right now because it can learn from data without anyone having to teach it actual logic. An AI written by fictional character can be a deterministic kind with very similar logic to humans that you can inspect and write and give weights to things.


  • Yeah but the people who made it like that probably understand whether to trust it to write code or not. The AI Tony wrote, he knows what it does best and he trusts it to write his code. Just because it’s AI doesn’t mean it’s LLM. Like I trust the errors compilers give me even if I didn’t write them because it’s good. And I trust my scripts to do things that I wrote them for, specifically since I tested them. Same with the AI you yourself made, you’d test it, and you’d know the design principles.






  • I use emacs, and it can change font size and font face similar to the font color during syntax highlights. Like in markdown or LaTeX headings are larger font, math formula have their system where superscript and subscript have higher/lower baseline. In org mode it can even convert the whole latex snippet into formula and display as image, or show inline images. And in rust it has type hints and other information overlayed along side the code you wrote, it even adds little buttons on tests you can click to run them.

    So I think what you want can probably be made easily if you have a solid grasp of what you want. Emacs is basically extensible using a programming language (elisp) so technically there’s nothing you can’t do logic wise, there might be some limitations on displaying things though.