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

help-circle





  • All my friends that have been to Europe said the racism there is worse than US, because people in US are at least not racist to your face, (or maybe there’s more diversity here and people live in bubbles, this could be significant reason that my friends didn’t think of; they mostly interact with international people).

    Most of the time when I hear and see a country being great about society and such, it seems to be great for their own citizens. Which is understandable. But that means we don’t really have much choice of other countries accepting us (I’m brown and have an accent so I can’t fit in in Europe).



  • thevoidzero@lemmy.worldtoShowerthoughts@lemmy.world[Deleted]
    link
    fedilink
    arrow-up
    10
    arrow-down
    2
    ·
    20 days ago

    Same way people in the past probably said there’s no way you can make anything work without a mechanical mechanism? Can you imagine what an electronic device/chip would look to someone from far past? People thought humans couldn’t fly.

    Those “fundamental science” is just us making sense of the universe in a way we can observe it and even then we don’t know everything. Can you imagine how different the universe looks if you just shift the electro magnetic waves you can see.



  • 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.







  • 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.