• 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: August 11th, 2023

help-circle




  • LLM completely whiffed on this one:

    • It’s not a poorly implemented app. It’s a well-implemented app that in the early stages is not monetized
    • The issue is not that limitations and costs are becoming apparent. The issue is that after the honeymoon period ends, developers seeking return on investment start locking features critical for business behind a paywall, and charge a very high premium fee for services that used to be free.
    • It’s not the restrictive nature of freemium software that becomes the issue. It’s the increasing enshittification of platforms to squeeze business customers for as much as they can before the platform collapses, betting on the established dependency making it too costly to switch to another platform.











  • Dpkg is the low level tool for Debian packages.

    Apt-get is the original frontend for dpkg. It is a full featured tool that lets the user give commands to dpkg, along with apt-cache, which displays information to the user.

    Apt is a high level tool for user friendliness. It combines some features from apt-get and apt-cache, as well as adds progress bars and other quality of life features. It also strips down some features the average user doesn’t use.

    So neither is a wrapper for the other. They are two similar tools that do the same job. Apt-get is better for scripting due to being a more rigid tool while apt is nicer for end users.


  • Sure you can!

    Get a coin, and flip it 100 times. Record each time it lands on heads/tails.

    Now get a devout believer, and have the believer continuously say devout prayers petitioning God to make the coin read heads. Then, flip the coin 100 times, and record heads/tails.

    Do statistical analysis to see whether there is a statistically significant difference between the control group and the prayer group. Pretty easy to verify if true.