Comments

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

baseless_discourse, to linuxmemes in Xenia says that it's ok to use any browser!! (original meme)

And people actually use them.

old.lemmy.sdf.org/post/4334436

baseless_discourse, (edited ) to linux in Can someone ELI5 why some apps need to support X11/wayland?

Typically the abstraction to draw elemnts inside a app window is in the application framework, like GTK, Qt, Electron (chromium), etc.

This is also why apps built with the same framework typically have the same problem on wayland (looking at you, electron).

The abstractions you are thinking of is not in the window manager, which only controls things outside of the main app window, like tiling, border, window top bar, etc.

baseless_discourse, (edited ) to linux in Flathub Grows Past One Million Active Users

It is also much easier to install and update, since it don’t require restarting the computer, and also works on all distro.

baseless_discourse, (edited ) to piracy in Feeling the lack of moderation now Reddit?

Finally, the rail system U.S. deserves, old, loud, slow, never on time, and is under maintenance EVERY! F**KING! WEEKEND!

baseless_discourse, to opensource in Thoughts on Post-Open Source?

That still sounds like a lot of confusion for small companies. especially given most FOSS is provided as-is without any legal consultant avaliable.

baseless_discourse, (edited ) to memes in The other inflation issue

The government is always up to no good!

Proceed to bite the obesity fuel purchased at a billion-dollar company.

baseless_discourse, (edited ) to memes in Let 'em COOK!

I dont know anyone who uses decimal when they use celsius, and almost everyone I know uses celsius.

.3 degree is not going to change anything, just like you wouldn’t put on your jacket just because the temperature lowers half a fahrenheit.

baseless_discourse, (edited ) to memes in It's just a coffee

FLAC! Long live songs you can actually own! Long live open source audio format!

baseless_discourse, to lemmyshitpost in Restaurant order preferences in Africa
baseless_discourse, to lemmyshitpost in See? You still have a chance!

Is this how tankies are made?

baseless_discourse, (edited ) to privacy in iPhone is listening

It can be the website you are browsing have trackers that share data with facebook, and facebook was able to infer you guys are in the same household via IP information (ISP also sales you info BTW), and push the ad to her. Or facebook might think that you guys could be the same person or have similar interest etc.

baseless_discourse, to science_memes in We don't judge here. :)

I suck at math too!

baseless_discourse, to science_memes in Kid's going places

That would be the hypothesis.

baseless_discourse, to piracy in Feeling the lack of moderation now Reddit?

Let us know when it is setup. I would appreciate some shitty map in my day.

baseless_discourse, (edited ) to opensource in Haier, the air conditioner maker, takes down open source third-party Home Assistant integration

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

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #