opensource

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Enkers, (edited ) in The issue to create a new main menu for Minetest has been open for 6 years.

I’m a long time heavily modded minecraft player, and I’ve never heard of this issue. If you want proper feedback, I’d suggest adding more context. (That is to say, an outline of the feedback, so we don’t have to wade through 6 years of discussion.)

Minecraft has always had a janky aesthetic, so this doesn’t seem like it’s particularly out of the ordinary.

rufus,

Hehe, this is about MineTEST, a “clone” of Minecraft. So it’s probably understandable you’ve not heard of the issue. 😏

Enkers,

That explains it! Lol.

Rocketpoweredgorilla,
@Rocketpoweredgorilla@lemmy.ca avatar

Wrong game. Minetest, not Minecraft.

Enkers, (edited )

Ah, I assumed it was part of some sort of OSS mod suite for minecraft. My mistake.

django,
@django@discuss.tchncs.de avatar

I am somewhat of a Warcraft player myself and have played lots of custom maps. I too never heard of this issue.

robolemmy, in OSS-Blacklist: A blacklist for keeping track of OSS hostile companies/organizations
@robolemmy@lemmy.world avatar
qaz,
Kidplayer_666, in Will the new judicial ruling in the Vizio lawsuit strengthen the GPL?

I now want to become a kernel contributor just so that it would be possible for me to use the copyright excuse too

eldritch_lich,

If I understand correctly, this applies to users, not just contributors. As a user of the software you are entitled to a copy of the source code.

Eldritch,

Exactly. What are contributors? If not, also users?

joeldebruijn, in OSS-Blacklist: A blacklist for keeping track of OSS hostile companies/organizations

The new owner of Simple Mobile Tools? Buying it and then adware stuffing? ZipoApps?

alice_mac, in OSS-Blacklist: A blacklist for keeping track of OSS hostile companies/organizations

I’m shocked that the list only contains one

qaz, (edited )

I created it less than an hour ago. If you have any other suggestions please share (or send a pull request).

EDIT: The list contains 3 companies now

ConstipatedWatson, in Will the new judicial ruling in the Vizio lawsuit strengthen the GPL?

This was well written and makes me miss Groklaw once more

phx, in Haier, the air conditioner maker, takes down open source third-party Home Assistant integration

From what I read, this project does help integrate with HA to avoid using the Haier app, but still uses Haier’s cloud. Can anyone confirm if this was true?

MrMcGasion,

Based on the documentation on the GitHub, it looks like it does use Haier’s cloud. Which, doesn’t make Haier’s actions any less shitty, but I can understand a company not wanting a bunch of users using their undocumented API, especially if there’s potential to have automations hitting it more frequently than their own app does (not that I have any reason to believe this project was actually being inefficient with API calls).

baseless_discourse, (edited )

EDIT: sorry, I read it wrong, I thought the reply says the addon “doesn’t” use the remote API.

I digged a bit on the code, and every command indeed go through the cloud. So even if you use this addon, Haire can still collect a fair bit of data about you, since there is no way to communicate locally and directly to the AC.

But the addon only sends the minimum amount of data to achieve functionality, so definitely not as much data as using Haire’s app.


Can you link to where the documentation that specify they don’t use API?

Because I am looking at pyhOn (dependency of hon, and also being taken down), it seems like when executing a command, they do contact the cloud. Specefically


<span style="color:#323232;">url: str = f"{const.API_URL}/commands/v1/send"
</span><span style="color:#323232;">    async with self._hon.post(url, json=data) as response:
</span><span style="color:#323232;">        ...
</span>

github.com/Andre0512/pyhOn/blob/…/api.py#L215 . The call to API is later used to send command:


<span style="color:#323232;">result = await self.api.send_command(
</span><span style="color:#323232;">                self._appliance,
</span><span style="color:#323232;">                self._name,
</span><span style="color:#323232;">                params,
</span><span style="color:#323232;">                ancillary_params,
</span><span style="color:#323232;">                self._category_name,
</span><span style="color:#323232;">            )
</span>

github.com/Andre0512/pyhOn/blob/…/commands.py#L14…

And the API_URL indeed points to a remote API:


<span style="color:#323232;">API_URL = "https://api-iot.he.services"
</span>

github.com/Andre0512/pyhOn/blob/…/const.py#L2

phx,

Yeah, so I can kinda understand Haier’s position here though they probably could have just set/quoted some ToC’s on using their cloud services.

It also means that IMO the plugins weren’t offering much other than integration, and this probably would have been a product I’d have avoided even before they started acting like dicks.

Local control or bust (or ability to reprogrammed with FOSS firmware)

RvTV95XBeo, in Haier, the air conditioner maker, takes down open source third-party Home Assistant integration

Bit of a tangent, but I hear Haier’s legal department can be reached at cybergovernance@haier-europe.com, if anyone has any questions about the legal grounds they’re claiming, I’m sure they’d be happy to elaborate - they clearly have plenty of free time on their hands.

slacktoid, in Will the new judicial ruling in the Vizio lawsuit strengthen the GPL?
@slacktoid@lemmy.ml avatar

Now do John Deer

Admetus, in Haier, the air conditioner maker, takes down open source third-party Home Assistant integration

Haier is Hai Er in Chinese, just saying.

assembly, in Will the new judicial ruling in the Vizio lawsuit strengthen the GPL?

Thanks so much I had not been tracking this case but it pissed me off to no end when I heard that Vizio was refusing to uphold the GPL. They are more than happy to greatly benefit from the labors of open source development but the second they have to do the smallest step in support of the GPL, they fight it. I doubt there is anything overly interesting that they could release. My mind is assuming they don’t want anyone to see the actual level of their data gathering.

eldritch_lich,

The best outcome would be setting a precedent that allows FOSS organisations to send threatening letters to companies that violate the license. An individual dev maintaining a small library may theoretically be able to win a lawsuit, but practically? lmao good luck

Eldritch,

It might be worth something for the open source community to consider open funding for a group that would help devs to do just that. It wouldn’t help everyone. But it might help enough to make an impact for everyone.

eldritch_lich,

I think this could even be related to the idea of post-open source that Bruce Perens talked about. An organisation which helps its members handle the business-y parts of running large community projects. They could handle funding, legal representation, marketing and any other support that members may want. A large number of members would make it that much more effective as well.

ResoluteCatnap, in Will the new judicial ruling in the Vizio lawsuit strengthen the GPL?

Fascinating read. Thanks for sharing.

anon5621, in Will the new judicial ruling in the Vizio lawsuit strengthen the GPL?
@anon5621@lemmy.ml avatar

Thanks for sharing.This is really important.

DeltaTangoLima, in Haier, the air conditioner maker, takes down open source third-party Home Assistant integration
@DeltaTangoLima@reddrefuge.com avatar

Forked, and mirrored to my Forgejo server. As someone else pointed out on a different community, this is a great example of the Barbra Streisand effect in action.

People like me, without Haier appliances, are now aware of this fuckwittery, and have actively taken steps to preserve the code, before it gets taken down.

Dickheads.

sparr,

And, since we don’t own or use any Haier appliances, we aren’t subject to their TOS.

JoeKrogan, in Haier, the air conditioner maker, takes down open source third-party Home Assistant integration
@JoeKrogan@lemmy.world avatar

Another one to the boycott list

  • All
  • Subscribed
  • Moderated
  • Favorites
  • opensource@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #