“then” is used to depict time, sequence or a causal relationship. “than” is used with comparative adjectives, to depict comparison.

  • 6 Posts
  • 527 Comments
Joined 1 year ago
cake
Cake day: November 12th, 2024

help-circle

  • Yeah. The current job market shows a different trend.

    With people saying “people using AI will replace people not using AI”.
    And the reason for that is not because people using AI will produce better work, but because AI usage will be preferred over usable output.

    And because the flow of money is such that all those having money can easily choose to give most of it to AI users[1] while non-AI users don’t have the same ability once most providers turn to AI use.

    Now as long as you get the Governments on board (they are already buying up GPUs too) you can get all taxes into AI use, hence starving the non-AI market of ability to procure computing hardware (or anything else to work on) and that is how you get AI supremacy without providing anything better.


    1. with the only exception being base material products like agricultural produce, which has a much lower margin and their costs again go to AI users ↩︎











  • While Python seems fine to me, JS is where it becomes too un-hard for me.
    I have to use QML quite frequently in my work (which is based on JS) and make a point of including as less program logic as possible in QML and transfer any input to C++ code in as few steps as I can. Essentially keeping QML just for Markup and leaving the program to C++.


  • Wasn’t the real reason for that, that all of those things still require the user to treat it is a logic system and feed proper logic in some or the other way (which might be not coding, but is still programming)?
    And since the non-technical people are actually bad at logic itself, it was useless to them. I would see those tools being useful to any other kind of engineer that is not into coding (like a civil/mechanical engineer), who can do logic, but not into coding or even computers.
    On the other hand, the user treats AI is a non-logical system, kinda like another person. And I see the business/marketing/hype types getting better at it. I, for one, find it much easier and faster using a hard logic system (the harder, the better) and programming suits me, while I find AI exhausting.





  • Code quality will not improve.

    1. People’s expectations will go down.
    2. Normal programmers will be phased out of the industry.
    3. Educational systems will change, leading to no normal programmers for OSS.
    4. Once Gen AI companies get enough power, they will start increasing rates, citing costs.
    5. Vibe coding will become as expensive and time taking as current programming, but giving worse output.
    6. It will be tagged “inflation”.

    Source?
    The same thing is currently happening with all factory type industries, which were originally workshop based and customisation friendly.

    1. They got overthrown by mass-production models, due to lower costs.
    2. Now mass produced stuff has lower creation costs but has higher shipping costs, so no real benefit after forgoing quality for quantity.
    3. All stuff is more expensive to buy than it would have been with the workshop based industries being dominant.
      • This causes increase in living expenses for everyone including the people working in the few remaining workshop producers
    4. Now workshop stuff is again more expensive than mass-produced stuff and can only be considered when one has enough stability and saving ability.
      • And lack of workshops will mean that even those are hard to find.


  • We also have very little in the way of error correction, since it’s mostly not human readable

    This is the main point.
    Most well working OCR systems have a dictionary-check pass, which goes a long way into fixing the errors.

    On the other hand, if all those files are the same font and size, it should be possible to tune the OCR to better match the requirements. Also reduce the possibilities to the character set used by the encoding.


    I was recently using OCR for an unrelated project and it was totally unusable as is, because unlike what it expected (plain text documents), it got text on top of pictures. So now I have to find ways to preprocess and single out the text, removing the graphic lines that might be behind it, to make it readable.