• 9 Posts
  • 15 Comments
Joined 7 months ago
cake
Cake day: December 11th, 2023

help-circle


  • Linux lacks GUI configuration tools for many things, you have to edit text files often using guidance for obsolete versions of software and hope it works. Every single config file can have thousands of lines and if you wrote something wrong it will crash or start acting weirdly, very fragile design. GUI config tools mostly allow valid inputs like checkbox true/false and complain if the path isn’t valid.

    Edit: to clarify, i’m exclusively using linux since 2008 and i’m not ‘afraid of editing config files’, downvoting me doesn’t fix the problem. I’m also not fond of fixing your header files for them to compile.








  • Numerous examples: 1.Newer version of software mutating into buggy, crashy mess, while old versions worked perfectly. Forced upgrades and stealth upgrade that remove functionality(e.g. cloud-only/online-only service)

    2.Newer versions of products dropped quality, even using cheaper materials. The subreddit /r/Chinesium has lots of these.

    3.Websites redesigned to load much slower and waste tons of memory without any benefits, just because it fashionable to load 3-4MB of js framework code.

    4.Websites breaking on older browsers and demanding latest Chrome/Firefox to run(Web Components,latest JS features), with functionality declining.

    5.Companies intentionally crippling products and offering the older functionality as premium services.

    6.Technology regressing towards simpler and more primitive forms because complexity requires quality(and its more expensive).

    7.Software development regressing towards forms where its built by composing code copied from Stack Overflow and AI generation.

    8.Environmental degradation increasing despite more stringent laws, regulation and enforcement. Microplastics, endocrine disruptors, even a regression in ozone layer due some Chinese factories.




  • AI that designs a room-temp superconductor,quantum CPU,some new chemical that allows cheap/easy solar panel construction, water desalination method/materials,new drugs/compounds,etc. The most important areas are fundamental physics/chemistry/material inventions, if those could be brute-forced by AI search/filtering.

    The next area where i think we could replace dangerous jobs with finer robotics: Currently the robot AI is too primitive for fine movement and precise grasping, but imagine automating everything from chemical experiments to nuclear reactor repair with micron-level precision.

    A third area: AI could reinvent software testing/debugging, instead of “debugging” some AI module could trace every error and provide clues as to what happening, no more chasing stack traces and adding print to every single line. I can envision 99% of manual debugging drudgery can be automated, even crash analysis. AI doesn’t have to understand code or to write it, just understand the control flow and what is currently executing. AI-generated fuzzing, unit tests and automated cross-platform testing, instead of arcane scripts that break every second release and have to be fixed for each new features, it could be unified into some AI service that recognizes unique requirements and run automatic tests/analysis tailor-made for the target code.

    On the creative side, i hope the content generation will stop being so energy-wasteful and slow, i don’t want to buy graphics cards for this but it seems every neural network/image generator even simple upscaling apps and voice generators require a NVIDIA card(AMD seem to have problems).