• 6 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: September 1st, 2023

help-circle





  • So there are more than 9000 apps that take screenshots because somehow that’s in the permissions list that neither Apple nor Google check when they claim to provide security - especially Apple when they claim that locking you in is better for you.

    There are news reports of people getting add before babies were born simply because of what people were buying. Sometimes the people didn’t know they were pregnant themselves! That’s how embedded they are in our lives and people go “well, nothing to hide, right?” and don’t even flinch. Imagine being sent to jail because an SD agency detected you were pregnant but aborted it and you live in an antiabortion state.

    “Nothing to hide”

    Anti Commercial-AI license


  • Very likely that the people involved in the deal were corrupt. It wouldn’t surprise anybody if they got a nice sum deposited into an offshore account, a free house, expensive art, or whatever else is used to hide corruption.

    Unfortunately the opensource community is heavily disorganised. We don’t have a group to represent us, market opensource, push for its use in public office, fight for compensation for maintainers and developers, and so much more. A concerted effort could possibly accelerate adoption and make it possible for more people to earn a living from opensource, not just the lucky few who can do it in their free time and transition to a paid/funded position.

    Anti Commercial-AI license



  • After reading this, I’m kinda curious how it compares to JetBrains. It’s becoming more and more VSCode like and I’m not a fan.

    Does Kate support or have plugins for renaming symbols, presenting documentation, formatting files, showing code diagnostics beyond syntax errors (for example code smells or so), have AI integration (explain this, rewrite this, replace this with prompt output, …), specific framework integrations (reactjs, django, actix, …), and stuff like expanding macros in C/C++ and Rust?

    Anti Commercial-AI license


  • As you said, it’s out of the box/bag. The thing I’ll push for is open sourcing all code. Being able to copy opensource code and hide it in proprietary code is to me the biggest problem. Were everything opensource, I doubt anybody would bat an eye. “You copied my code and put it out there publicly, free of charge? Good. Do it again”.

    Personally, I license everything as restrictively as possible for companies and would love an enforcable opensource license that figures out how to make companies contribute back or pay for use of the code.

    Anti Commercial-AI license


  • Not specially you, just a comment about the license: OP’s problem with attribution is minor. The major problem they have is that Microsoft took his time to get a personal intro to the project, forked it and didn’t contribute back. That’s what he’s unhappy about. That there was no attribution is barely important.

    Yes, choosing MIT doesn’t require hem to contribute back and it should’ve been a restrictive opensource license, but it seems he really thought they asked for a call in order to join in on the development.

    Anti Commercial-AI license





  • I’ve had relatives and friends share this, but IMO the biggest reason for sharing is probably because it speaks negatively about the US elite, not because people actually hear or understand the message. The anti-US sentiment is the vessel for the pro-privacy message and it’s the vessel that’s attractive. If the anti-US movement can keep it up, more privacy aware products available to the public might be the result.

    Most nontechnical people aren’t going to give up their iPhones and shiny Macs unless shinier, non-US products show up. So let’s hope that the US elite keeps fucking up.

    Anti Commercial-AI license









  • Composition over inheritance has become a meme that people repeat without understanding. Both have their uses, but if composition is all you use, then you’re using a hammer on everything. There is no silver bullet in life and most undeniably not in programming.

    Also, electron has a reason for existing. If it didn’t have a use, it wouldn’t have the number of users it has. You can’t tell me in all seriousness that Qt, Gtk, Swing, Tkinter is easier to use than electron for the common developer.