• 1 Post
  • 11 Comments
Joined 3 years ago
cake
Cake day: June 17th, 2023

help-circle
  • I assume they didn’t mean seasonal as in “can only be used in certain seasons”, rather that you occupy it for vacation or summer or whatever. Not sure if you are from a non-mountany or very populated country, but where I come from, mountain “hüttes” are a thing and do not contribute to the housing crisis - or at least not in the usual way I can think of. Some people choose to live in those areas, I am very envious of their courage and peace :) But 99% do not make this choice, just use it for winter/summer long get-aways.


  • Wow, this map is very interesting and cool! But I must state the obvious: cardinal directions very much lose meaning on this one haha, not even just a little like in some other good candidates :) And yes, we don’t need precise latitudes and longitudes anymore in these days for every-day map use - hence it is even possible to talk about changing to a more “fair” projection - , but looking in a school room at this map and trying to identify with children which direction Mexico is to Cuba becomes non-trivial. This is also a form of sacrifice in this context, which of course is up to discussion.



  • KexPilot@lemmy.worldtolinuxmemes@lemmy.worldWe have a problem
    link
    fedilink
    arrow-up
    2
    arrow-down
    3
    ·
    10 days ago

    More than just “being an asshole”

    Yeah, might be true, their discord is a toxic cesspool. And yes, there was that case of the power tripping transphobic mod. But c’mon, “nazi”… If anything, it weakens the nazi tag of a literal nazi.

    Not sure if you are aware, but hyprland even has a code of conduct now (check on github) due to those events. It could be argued that it is a bit lax or not as enforced as we would want, but it is a step in the correct direction. Compare that to DHH who seems to be on a straight downward trend with no signs of stopping…



  • KexPilot@lemmy.worldtolinuxmemes@lemmy.worldWe have a problem
    link
    fedilink
    arrow-up
    15
    arrow-down
    7
    ·
    10 days ago

    I read through all the comments here, and at time of writing I kind of don’t like that Hyprland and Omarchy are both labelled as nazi software… It is mentioned in multiple comments that being an asshole developer is not the same as being a nazi, yet people still call Hyprland “nazi software”. Why? Vaxry is an asshole, but according to this nazi<->asshole categorisation, I don’t find it accurate that people here (with many likes on each such comment) rightfully call Omarchy nazi software and give examples why that is true, and then just casually attach Hyprland into the nazi category because… (???) the dev is an asshole?



  • I should have been clearer with the intent of my post. The intent was more along the lines of asking people to help point out to me some detail on the topic which I might have missed, because this loophole seems to be too obvious and dangerous to FOSS…

    As the EUPL FAQ (written by EU lawyers) also points out, Directive EC 2009/24 states in point 15:

    Nevertheless, circumstances may exist when such a reproduction of the code and translation of its form are indispensable to obtain the necessary information to achieve the interoperability of an independently created program with other programs. It has therefore to be considered that, in these limited circumstances only, performance of the acts of reproduction and translation by or on behalf of a person having a right to use a copy of the program is legitimate and compatible with fair practice and must therefore be deemed not to require the authorisation of the rightholder. An objective of this exception is to make it possible to connect all components of a computer system, including those of different manufacturers, so that they can work together.

    However, there is a last sentence in this point, which I only realised now that it might be the answer to my question! So good that you questioned it.

    Such an exception to the author’s exclusive rights may not be used in a way which prejudices the legitimate interests of the rightholder or which conflicts with a normal exploitation of the program.

    Maybe in court the exploitative nature of the hypothetical in my post would be covered by this. Though, this moves the matter towards some gray zone, where the question is where the line of explotiation lies. Is a plugin system, where by default the software functions as before, but functionality can be expanded with “premium” plugins that make algorithms in the software more precise or fast considered exploitative?



  • It might be not this simple in case of notification providers, the notifications are somehow sent in the name of the app I guess. And don’t forget: in general, this principle is true for most of your apps that send notifications. I.e. if you are getting Signal or Facebook notifications, it uses the same principle.

    Btw, google is not the only notification service for android. Check up on Unified Push, there are many alternatives to do this, and there are some apps that support these alternatives in their non-play-store builds.


  • In general, notifications on Android don’t go through apps, that would require apps to run all the time and consume too much battery. They instead are going through a notification provider (google in the default case). This is why your notifications arrive, but you have no other connections to your HA.

    Edit for clarification: HA uploads it to google servers (which of course doesn’t need port forwarding) and your phone then polls them from google.


  • It’s my turn to do the obligatory mention of SourceHut :)

    It is in alpha, but it is really promising. It is going all-in on email based git workflows (which was the original way of doing it before the github-style PR based workflow). I love the style and it’s minimalism - but don’t let that fool you, it has many features that you might not see at first glance. Imagine if cgit or gitweb was extended into a software forge with built-in support for email patches, mailing lists, issue tracking and CI.

    If you are the type of person who attracts garbage issue tickets and often has to reject low-effort PRs on your projects, it forces a really good minimum entrance bar. Of course this comes at the cost of visibility of your projects, less networking effect, so I would suggest to not use it if you want easy visibility and 3rd party contribution on your projects.