• 0 Posts
  • 148 Comments
Joined 9 months ago
cake
Cake day: January 5th, 2024

help-circle



  • There is no option for a tiny warning icon, all AFs get the same treatment - this might be a bad design, but there’s no bad intentions behind it.

    This isn’t about what they like devs doing. It’s about informing users about how the app works and what it does.

    If they didn’t want Organic Maps on F-Droid, they’d just kick them off. There have been plenty of opportunities for them to do it and seem justified, i.e. “we are removing Organic Maps from F-Droid forever because its devs are constantly complaining, causing us extra work and drama in long fruitless discussions”. The opportunity to do that was explicit in the discussions and they didn’t take it.





  • Organic Maps thinks that F-Droid has it in for them. (Untrue).

    F-Droid labels anti-features, properties of an app which are contrary to the philosophy of FOSS in some way. Organic Maps is labeled for two things:

    1. Promoting a proprietary hotels website called Kayak, by inserting links to it when looking at any hotel in the app. This is considered promotion of a non-free network. OM did not like being labeled with this anti-feature.
    2. Relying on Organic Maps’s servers for downloading maps, without giving the user the option to change the server URL. This is called Tethered Network Service.

    Tethered Network Service is a newly introduced anti-feature. This is besides the point, but before it was added, instances of this were labeled just “Non-Free Network Service”, which was ambiguous and caused a lot of confusion. The important thing is that it’s a new way to label apps.

    The F-Droid app has a filter that hides apps based on their anti-features. The filter lists various anti-features to select, and an “Other” category for everything not listed. The new TetheredNet is part of Other.

    Here’s the problem: the default filter used to hide apps with “Other” AFs. This default was changed some months ago, but only for new installations. Old installations, even if updated, will stick to whatever was the default when they were installed, therefore they will hide Organic Maps. Organic Maps made a big deal out of this, basically trying to shame F-Droid.

    According to the latest F-Droid news, this should be resolved already or soon. I don’t know what the solution is, but I have a couple of guesses.









  • I think we’re going to have to agree to disagree. If any project in any language has well-organized code, it’s down to a ton of effort.

    Assembly is harder to code in, period. It’s even harder when your code is a total mess and you didn’t plan ahead. For a large assembly project to survive at all, some structure is as necessary as oxygen. And not to mention, there are far fewer projects written in assembly anyway.


  • Okay, I’ll grant you brainfuck… As for assembly, I don’t think it’s inherently spaghetti. You can split it up into functions just like you can with an actual programming language. It’s not impossible to make structured code.

    That said, I never coded assembly outside of a mandatory university course, so I don’t feel super confident in saying that. But I don’t think of it as a programming language anyway - it’s a 1:1 translation to/from machine code, and machine code isn’t meant to make programming easy or scalable.



  • I firmly believe that every language has an equal proportion of spaghetti code to clean code. The only factor that might screw with this is how much a language is used in industry, which I’d expect raises the ratio. However, there’s plenty of hobbyists writing spaghetti code too so I don’t think even that factor has much effect.