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

help-circle




  • Something could replace it easily if they tried to use the open standards and decentralized system like email has. But tech companies have gone too greedy, they won’t make anything that works with other tech companies. Every one of them are trying to pull users to themselves. Now we have people with account in 5 different websites to communicate with different people instead.

    It is sad how far the technology has come. It’d allow so much improvements in quality of life and yet it’ll all being used to extract more money, making life shittier.





  • thevoidzero@lemmy.worldtoADHD memes@lemmy.dbzer0.comI wish...
    link
    fedilink
    English
    arrow-up
    40
    arrow-down
    1
    ·
    edit-2
    12 days ago

    People knew. Then everything started being “i need people to work in my factory/office doing the same thing again and again” and everyone had to be the same.

    Edit: Think of all the advancement in science from people that were not “normal”, now they’d have just failed basic school and never had any chances to do academia. I think Einstein failed history and other subjects in a college entrance but excelled in physics and math.








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