Salta al contenuto principale






Israeli security minister pushes to resume Gaza war




Hamas acting in good faith – senior US negotiator





in reply to ☆ Yσɠƚԋσʂ ☆

I'm surprised to see you (of all people) posting an article glorifying the capitalism.
in reply to ThirdConsul

I'm posting it for the numbers. Just because I post an article, doesn't mean I agree with the conclusions and opinion expressed by the author.

in reply to ☆ Yσɠƚԋσʂ ☆

Well there's definitely socialist dynamics in FOSS development. Most drivers in the Linux kernel were implemented because someone needed them, not for profit. The same is true for most things in the Debian repository. Also people generally own the means of producing that software. How do proprietary systems produced to maximize profit compete with software written to just work and cost nothing? FOSS is doing software product dumping! 😁 And the rest of the software economy has grown tremendously as a result. Imagine having to pay good money for a compiler. There were huge barriers back in the day.
Questa voce è stata modificata (1 giorno fa)


Why does a Local AI Voice Agent Running on a Super-Cheap Soc Matter?




Ethiopia in Talks With China to Convert Dollar Loans Into Yuan


archive.ph/vPpiI
in reply to ☆ Yσɠƚԋσʂ ☆

Funny federated comment:

And so Peter Navarro (remember him?) got hold of the monkey’s paw, and he said, “I wish we didn’t have a trade deficit with China,” and then the finger curled over.


The Crushing Cost of U.S. Sanctions on Cuba


cross-posted from: lemmy.ml/post/37811665

[from Cuba In Context - weekly newsletter of the BellyOfTheBeast news/video collective]

Cuba has released its annual report on the impact of U.S. sanctions on the island's economy. According to the Ministry of Foreign Affairs, the damages amount to $7.5 billion, the single biggest loss in a year since Cuba began issuing these reports.

Also:
* Farm near Havana pioneers #agroecology
* Cuba wins gold at the Tokyo Athletics World Championships
* Almost 1,000 same-sex marriages in Cuba last year
* Cuban reggaeton artist returns home after emigrating to #US
* Cuba extends tax exemptions on medicine and food imports
* Millions of Cubans struggle to get water



The Crushing Cost of U.S. Sanctions on Cuba


[from Cuba In Context - weekly newsletter of the BellyOfTheBeast news/video collective]

Cuba has released its annual report on the impact of U.S. sanctions on the island's economy. According to the Ministry of Foreign Affairs, the damages amount to $7.5 billion, the single biggest loss in a year since Cuba began issuing these reports.

Also:
* Farm near Havana pioneers #agroecology
* Cuba wins gold at the Tokyo Athletics World Championships
* Almost 1,000 same-sex marriages in Cuba last year
* Cuban reggaeton artist returns home after emigrating to #US
* Cuba extends tax exemptions on medicine and food imports
* Millions of Cubans struggle to get water


https://groups.io/g/cubanews/message/43380



The Crushing Cost of U.S. Sanctions on Cuba


cross-posted from: lemmy.ml/post/37811665

[from Cuba In Context - weekly newsletter of the BellyOfTheBeast news/video collective]

Cuba has released its annual report on the impact of U.S. sanctions on the island's economy. According to the Ministry of Foreign Affairs, the damages amount to $7.5 billion, the single biggest loss in a year since Cuba began issuing these reports.

Also:
* Farm near Havana pioneers #agroecology
* Cuba wins gold at the Tokyo Athletics World Championships
* Almost 1,000 same-sex marriages in Cuba last year
* Cuban reggaeton artist returns home after emigrating to #US
* Cuba extends tax exemptions on medicine and food imports
* Millions of Cubans struggle to get water



The Crushing Cost of U.S. Sanctions on Cuba


[from Cuba In Context - weekly newsletter of the BellyOfTheBeast news/video collective]

Cuba has released its annual report on the impact of U.S. sanctions on the island's economy. According to the Ministry of Foreign Affairs, the damages amount to $7.5 billion, the single biggest loss in a year since Cuba began issuing these reports.

Also:
* Farm near Havana pioneers #agroecology
* Cuba wins gold at the Tokyo Athletics World Championships
* Almost 1,000 same-sex marriages in Cuba last year
* Cuban reggaeton artist returns home after emigrating to #US
* Cuba extends tax exemptions on medicine and food imports
* Millions of Cubans struggle to get water


https://groups.io/g/cubanews/message/43380

#cuba


The Crushing Cost of U.S. Sanctions on Cuba


[from Cuba In Context - weekly newsletter of the BellyOfTheBeast news/video collective]

Cuba has released its annual report on the impact of U.S. sanctions on the island's economy. According to the Ministry of Foreign Affairs, the damages amount to $7.5 billion, the single biggest loss in a year since Cuba began issuing these reports.

Also:
* Farm near Havana pioneers #agroecology
* Cuba wins gold at the Tokyo Athletics World Championships
* Almost 1,000 same-sex marriages in Cuba last year
* Cuban reggaeton artist returns home after emigrating to #US
* Cuba extends tax exemptions on medicine and food imports
* Millions of Cubans struggle to get water

https://groups.io/g/cubanews/message/43380




Dolphin gets serious


You are going to fuck this up. Don't come crawling back to me when you lose all your data since the dawn of time and you completely brick this goddamn computer. This is your one and only warning.
Questa voce è stata modificata (1 giorno fa)
in reply to Skullgrid

With this ~~character's~~ file's death, the thread of prophecy is severed. Restore a ~~saved game~~ backup to restore the weave of fate, or persist in the doomed world you have created.


ELI5: Is browsing on 4g/5g networks less secure than on your own wifi?


And does that change whether using a VPN or not? With VPN I'd assume its the same.
in reply to bridgeenjoyer

It's going to depend on what types of data you are looking to protect, how you have your wifi configured, what type of sites you are accessing and whom you are willing to trust.

To start with, if you are accessing unencypted websites (HTTP) at least part of the communications will be in the clear and open to inspection. You can mitigate this somewhat with a VPN. However, this means that you need to implicitly trust the VPN provider with a lot of data. Your communications to the VPN provider would be encrypted, though anyone observing your connection (e.g. your ISP) would be able to see that you are communicating with that VPN provider. And any communications from the VPN provider to/from the unencrypted website would also be in the clear and could be read by someone sniffing the VPN exit node's traffic (e.g. the ISP used by the VPN exit node) Lastly, the VPN provider would have a very clear view of the traffic and be able to associate it with you.

For encrypted websites (HTTPS), the data portion of the communications will usually be well encrypted and safe from spying (more on this in a sec). However, it may be possible for someone (e.g. your ISP) to snoop on what domains you are visiting. There are two common ways to do this. The first is via DNS requests. Any time you visit a website, your browser will need to translate the domain name to an IP address. This is what DNS does and it is not encrypted by default. Also, unless you have taken steps to avoid it, it likely your ISP is providing DNS for you. This means that they can just log all your requests, giving them a good view of the domains you are visiting. You can use something like DNS Over Https (DOH), which does encrypt DNS requests and goes to specific servers; but, this usually requires extra setup and will work regardless of using your local WiFi or a 5g/4g network. The second way to track HTTPS connections is via a process called Server Name Identification (SNI). In short, when you first connect to a web server your browser needs to tell that server which domain it wants to connect to, so that the server can send back the correct TLS certificate. This is all unencrypted and anyone inbetween (e.g. your ISP) can simply read that SNI request to know what domains you are connecting to. There are mitigations for this, specifically Encrypted Server Name Identification (ESNI), but that requires the web server to implement it, and it's not widely used. This is also where a VPN can be useful, as the SNI request is encrypted between your system and the VPN exit node. Though again, it puts a lot of trust in the VPN provider and the VPN provider's ISP could still see the SNI request as it leaves the VPN network. Though, associating it with you specifically might be hard.

As for the encrypted data of an HTTPS connection, it is generally safe. So, someone might know you are visiting lemmy.ml, but they wouldn't be able to see what communities you are reading or what you are posting. That is, unless either your device or the server are compromised. This is why mobile device malware is a common attack vector for the State level threat actors. If they have malware on your device, then all the encryption in the world ain't helping you. There are also some attacks around forcing your browser to use weaker encryption or even the attacker compromising the server's certificate. Though these are likely in the realm of targeted attacks and unlikely to be used on a mass scale.

So ya, not exactly an ELI5 answer, as there isn't a simple answer. To try and simplify, if you are visiting encrypted websites (HTTPS) and you don't mind your mobile carrier knowing what domains you are visiting, and your device isn't compromised, then mobile data is fine. If you would prefer your home ISP being the one tracking you, then use your home wifi. If you don't like either of them tracking you, then you'll need to pick a VPN provider you feel comfortable with knowing what sites you are visiting and use their software on your device. And if your device is compromised, well you're fucked anyway and it doesn't matter what network you are using.

in reply to bridgeenjoyer

Secure against whom?

If it's from a random thief, both are about equality secure, they rely on proven cryptographic methods.

If it's from somebody powerful enough to make an ISP bend the knee, then they are equally insecure because those cryptographic methods assume you trust the underlying infrastructure. If you do not though, then yes using a VPN will help as you are adding your own level of encryption on top.



Windows privacy: AtlasOS vs Amelabs Privacy+?


I use a Windows VM for apps not available on Linux and just want to cut out all the telemetry possible.

AtlasOS is installed as a Ameliorated Playbook and makes a ton of opinionated changes that aren’t privacy or necessarily performance related. Disabling the Windows 11 right click menus in favor of the legacy one, disabling window shadows, changing the wallpaper, etc. Privacy+ looks appealing, I wanna know if anyone has tried both and can tell me differences, like if one or the other improves privacy more.

in reply to TheTwelveYearOld

Could you please use the cross-post feature instead of making a separate post in each community? That way our front-ends can consolidate multiple cross-posts into one post instead of it being listed multiple times.

Honestly, doing it your way looks like spam. This is what I see in my feed:

in reply to eleijeep

Oh sorry, I had heard that was fixed awhile ago but apparently not.

What I don't like about lemmy crossposts is having the whole post text inside block quotes, and sometimes isn't formatted properly. I think that and showing a link to the original post is bad design, like why would it matter if a post is a crosspost or not?




How China fostered growth, innovation amid global uncertainties in the past five years






CNN anchor apologizes for saying freed Israeli hostages were 'treated better' than Gazans


CNN anchor Christiane Amanpour apologized Monday after claiming that Israeli hostages freed from Hamas captivity were “treated better” than Gazans — remarks that provoked furious backlash from Israel supporters.

The longtime international correspondent retracted her statement on air just hours after Hamas released the final 20 living hostages under a cease-fire agreement brokered by the United States and Egypt.

Amanpour’s mea culpa came after she earlier told CNN anchor Kaitlan Collins that the hostages “were probably being treated better than the average Gazan, because they are the pawns and the chips that Hamas had.”

“That was insensitive, and it was wrong,” Amanpour said during a broadcast on Monday.

#USA


CNN anchor apologizes for saying freed Israeli hostages were 'treated better' than Gazans


CNN anchor Christiane Amanpour apologized Monday after claiming that Israeli hostages freed from Hamas captivity were “treated better” than Gazans — remarks that provoked furious backlash from Israel supporters.

The longtime international correspondent retracted her statement on air just hours after Hamas released the final 20 living hostages under a cease-fire agreement brokered by the United States and Egypt.

Amanpour’s mea culpa came after she earlier told CNN anchor Kaitlan Collins that the hostages “were probably being treated better than the average Gazan, because they are the pawns and the chips that Hamas had.”

“That was insensitive, and it was wrong,” Amanpour said during a broadcast on Monday.

in reply to goferking (he/him)

They are kind of right because NYPost is a rag outlet. I just find the headline funny.
Questa voce è stata modificata (9 ore fa)


DeepSeek releases DeepSeek OCR


LLMs totally choke on long context because of that O(n2) scaling nightmare. It's the core scaling problem for almost all modern LLMs because of their self-attention mechanism.

In simple terms, for every single token in the input, the attention mechanism has to look at and calculate a score against every other single token in that same input.

So, if you have a sequence with n tokens, the first token compares itself to all n tokens. The second token also compares itself to all n tokens... and so on. This means you end up doing n*n, or n^2, calculations.

This is a nightmare because the cost doesn't grow nicely. If you double your context length, you're not doing 2x the work; you're doing 2^2=4x the work. If you 10x the context, you're doing 10^2=100x the work. This explodes the amount of computation and, more importantly, the GPU memory needed to store all those scores. This is the fundamental bottleneck that stops you from just feeding a whole book into a model.

Well, DeepSeek came up with a novel solution to just stop feeding the model text tokens. Instead, you render the text as an image and feed the model the picture. It sounds wild, but the whole point is that a huge wall of text can be "optically compressed" into way, way fewer vision tokens.

To do this, they built a new thing called DeepEncoder. It’s a clever stack that uses a SAM-base for local perception, then a 16x convolutional compressor to just crush the token count, and then a CLIP model to get the global meaning. This whole pipeline means it can handle high-res images without the GPU just melting from memory activation.

And the results are pretty insane. At a 10x compression ratio, the model can look at the image and "decompress" the original text with about 97% precision. It still gets 60% accuracy even at a crazy 20x compression. As a bonus, this thing is now a SOTA OCR model. It beats other models like MinerU2.0 while using fewer than 800 tokens when the other guy needs almost 7,000. It can also parse charts into HTML, read chemical formulas, and understands like 100 languages.

The real kicker is what this means for the future. The authors are basically proposing this as an LLM forgetting mechanism. You could have a super long chat where the recent messages are crystal clear, but older messages get rendered into blurrier, lower-token images. It's a path to unlimited context by letting the model's memory fade, just like a human's.

in reply to ☆ Yσɠƚԋσʂ ☆

That's a really clever, interesting solution. DeepSeek seems to be leaning hard into optimization and efficiency where other AI companies are just throwing more money at more hardware.
in reply to null

Yeah, it's refreshing to see the focus being on actual efficiency.
in reply to ☆ Yσɠƚԋσʂ ☆

Honestly effenciy, more hardware options and federated are the only real AI advancements that makes huge waves to me. Like getting a reasonable output out of a hundreds of billion dollar DC just isn't as cool as: your PC, phone, toaster can now do xyz or contribute to xyz
in reply to fruitycoder

Yeah, I'm mostly excited about LLMs that can be run locally. And it really does look like there's a lot more optimizing that can happen going forward. Stuff like this is also really exciting. It'd be pretty amazing if we get to the point where models that perform as well as current 600+ billion parameter ones could run on a phone.
in reply to ☆ Yσɠƚԋσʂ ☆

Interesting. We're coming full circle to text being read as images. Like all text was before computers.
Questa voce è stata modificata (1 giorno fa)
in reply to HiddenLayer555

Does it add Egyptian hieroglyphes to CS major or should I just learn Babylonian akkadian like every new freshman?



Hamas EXECUTES Collaborators as "Israel" Violates All Terms of Ceasefire


Sensitive content




Stubsack: weekly thread for sneers not worth an entire post, week ending 26th October 2025


Want to wade into the sandy surf of the abyss? Have a sneer percolating in your system but not enough time/energy to make a whole post about it? Go forth and be mid: Welcome to the Stubsack, your first port of call for learning fresh Awful you’ll near-instantly regret.

Any awful.systems sub may be subsneered in this subthread, techtakes or no.

If your sneer seems higher quality than you thought, feel free to cut’n’paste it into its own post — there’s no quota for posting and the bar really isn’t that high.

The post Xitter web has spawned soo many “esoteric” right wing freaks, but there’s no appropriate sneer-space for them. I’m talking redscare-ish, reality challenged “culture critics” who write about everything but understand nothing. I’m talking about reply-guys who make the same 6 tweets about the same 3 subjects. They’re inescapable at this point, yet I don’t see them mocked (as much as they should be)

Like, there was one dude a while back who insisted that women couldn’t be surgeons because they didn’t believe in the moon or in stars? I think each and every one of these guys is uniquely fucked up and if I can’t escape them, I would love to sneer at them.


(Credit and/or blame to David Gerard for starting this.)


Stubsack: weekly thread for sneers not worth an entire post, week ending 19th October 2025


Want to wade into the sandy surf of the abyss? Have a sneer percolating in your system but not enough time/energy to make a whole post about it? Go forth and be mid: Welcome to the Stubsack, your first port of call for learning fresh Awful you’ll near-instantly regret.

Any awful.systems sub may be subsneered in this subthread, techtakes or no.

If your sneer seems higher quality than you thought, feel free to cut’n’paste it into its own post — there’s no quota for posting and the bar really isn’t that high.

The post Xitter web has spawned soo many “esoteric” right wing freaks, but there’s no appropriate sneer-space for them. I’m talking redscare-ish, reality challenged “culture critics” who write about everything but understand nothing. I’m talking about reply-guys who make the same 6 tweets about the same 3 subjects. They’re inescapable at this point, yet I don’t see them mocked (as much as they should be)

Like, there was one dude a while back who insisted that women couldn’t be surgeons because they didn’t believe in the moon or in stars? I think each and every one of these guys is uniquely fucked up and if I can’t escape them, I would love to sneer at them.


(Credit and/or blame to David Gerard for starting this.)


https://awful.systems/post/5853532

in reply to BlueMonday1984

Simon Willison writes a fawning blog post about the new "Claude skills" (which are basically files with additional instructions for specific tasks for the bot to use)

How does he decide to demonstrate these awesome new capabilities?

By making a completely trash, seizure inducing GIF...

simonwillison.net/2025/Oct/16/…

He even admits it's garbage. How do you even get to the point that you think that's something you want to advertise? Even the big slop monger companies manage to cherry pick their demos.

Just felt like I got an aneurysm there.

(in unrelated things, first)



Artificial Intelligence: Workers' unions must shape deployment and regulation


reshared this



App e servizi in down per malfunzionamenti AWS: interessate Canva, Alexa, Fortnite, Prime Video e altri


Lunedì 20 ottobre 2025 un maxi-down ha colpito numerose piattaforme globali a causa di problemi ai server di Amazon Web Services (AWS). Il disservizio, partito dal cloud di Amazon, ha generato interruzioni e rallentamenti a catena su applicazioni consumer e strumenti professionali in tutto il mondo, con oltre duemila segnalazioni registrate negli Stati Uniti e problemi di navigazione segnalati anche in Italia.

TUTTI I DETTAGLI: App e servizi in down per malfunzionamenti AWS: interessate Canva, Alexa, Fortnite, Prime Video e altri



GE-Proton10-21 Released


  • wine updated to bleeding edge
  • dxvk updated to latest git
  • vkd3d-proton updated to latest git
  • wine-wayland/em-10 patches updated
  • fixed news not loading in black desert online (revert GL/VK patch in em-10)
  • hotfix added for blue protocol player count crash (gitlab.winehq.org/wine/wine/-/…)
  • re-added accidentally removed wine writecopy options for battlenet. uplay, ea app


Scheduled posts won't let me post images, idk why?


The ones I set up a few days ago have worked but I’ve tried today and they don’t. Any ideas? I’ve tried rebooting
The ones I set up a few days ago have worked but I've tried today and they don't. Any ideas? I've tried rebooting
in reply to Blaze (he/him)

It was a bug with the version of piefed we were running. A typo in the image conversion process logic. Updated and it's working now!


'Cruel, inhuman and degrading': Iran slams Israel’s mistreatment of rights activist


Iran’s Foreign Ministry spokesman has strongly condemned the Israeli regime's mistreatment of a rights activist who stood in solidarity with the Palestinian people, describing its actions as “cruel, inhuman and degrading.”

Esmail Baghaei made the remarks in a post on X, referring to reports that Israel “tortured and sexually humiliated” Greta Thunberg.

He cited Thunberg’s recent interview with a Swedish newspaper, in which the young activist described being violently assaulted during a protest.

“They grab me, pull me to the ground, and throw an Israeli flag over me,” Thunberg was quoted as saying.

The spokesman said Israel’s behavior reflects a deliberate effort to instill fear and suppress dissent amid its genocide in Gaza.

in reply to geneva_convenience

IRAN FROM THE TOP ROPE! OH MY GOD IRAN JUST SLAMMED ISRAEL.

But what's this? OH MY GOD. IT'S TOOTH DECAY. DOCTORS HATE HIM! AND TOOTH DECAY HITS ISRAEL WITH A STEEL CHAIR!

Questa voce è stata modificata (12 ore fa)
in reply to geneva_convenience

They're not wrong , very much not.

They also know how to mistreat activists.

Let's not act as if Iran is so supportive of human rights as they happily string up activists on cranes to then slowly hang them tontortur them to death

Gay? String em up or throw them from a high building

Female and your hair is a little too visible? Don't worry, morality police will be here soon to torture you to death

Fuck the Iranian and Israeli dictator governments

Questa voce è stata modificata (11 ore fa)

don't like this

in reply to Phoenixz

Damn I did not know Iran was throwing gays from roofs. I'm sure you didn't make that up and just compare all brown people to ISIS.
in reply to geneva_convenience

en.wikipedia.org/wiki/Persecut…

Great way to rant about technicalities and entirely miss the point that pretty much all islamic countries typically are extremely hostile to LGBT, and Iran in particular, lethal.

But oh noes, that particular method of execution actually does not happen in Iran! WHO FUCKING CARES? That is not the point.

You probably are too young to remember the news articles of crane companies having to find out that their products are used for public executions. Being gay or an activist in Iran is simply a very bad idea

Questa voce è stata modificata (10 ore fa)

don't like this

in reply to Phoenixz

Justifying imperialism with a touch of islamophobia by parroting western foreign policy in the name of LGBT rights, despite western countries having persistent homophobia
Questa voce è stata modificata (10 ore fa)
in reply to KimBongUn420

What the fuck are you even talking about? Are you high or off medication or are you just that naive to think that being gay in the middle east is a good idea? Are you one of those crazies that keep on going how well the gays are tested in Islam and that Islam really does embrace the gay? Or moreso, that gays are treated worse in the west than they are in islamic countries? Come on, you can't be THAT daft.

How far down did you go down what hole, I wonder...

But leave it up to types like you to take a legit criticism and use the whataboutism trope "but the west does it too!"

No, they don't. I'm still waiting for the next public execution of a gay man because he's gay. The US has quite a few idiots that would love that, but they're not even close to that happening

in reply to Phoenixz

You're a tone def lib that doesn't understand that while your criticism is true in regards to Iran, it exists in a context where your gullible repeating it is used as a justification to intervene militarily.
in reply to Phoenixz

Continues comparing Iran to literal ISIS which is a terror organisation created by the USA
in reply to Phoenixz

Fuck the Iranian and Israeli dictator governments


You have to choose. You can't just say "fuck everyone!" and pretend like your stance means anything. Pick one.

Questa voce è stata modificata (10 ore fa)
in reply to queermunist she/her

Man, so much to unpack there...

First I don't say fuck everyone. If you read closely, you can clearly see that I said "Fuck the Iranian and Israeli dictator governments". Heck, you even quoted it, so one could mistakenly believe that you actually read it, but you didn't.

I said fuck Teo very specific governments. Not all the governments, not everyone in the world, two governments...

Then; are you really telling me that you've never understood that concept of "two can be wrong"‽ Are you 4? The Israeli government is fucking wrong. The Iranian government is fucking wrong. About what? Just about everything they're doing

Then; who or what law says that I HAVE to chose? I fucking have to breathe, I have to eat. What I do not have to do is look at two evil powers and then make the decision that I can only criticize one of them because some twat on the Internet told me so



Aggiornamento a NodeBB 4.6.1


Stamattina siamo passati a NodeBB 4.6.1, è una release principalmente di [em]bug fixes[/em] tra cui uno particolarmente fastidioso che metteva un carattere strano [code]'n'[/code] nell'oggetto perdendo della formattazione dai post che arrivavano da Mastod

Stamattina siamo passati a NodeBB 4.6.1, è una release principalmente di bug fixes tra cui uno particolarmente fastidioso che metteva un carattere strano 'n' nell'oggetto perdendo della formattazione dai post che arrivavano da Mastodon e da Friendica.

In realtà avevo già sistemato questo bug qualche giorno fa perché avevo aggiornato prima del rilascio della 4.6.1 e non appena avevo visto che questo bug era stato risolto ma ora ne ho approfittato per allinearci con la release stabile.

Questo il changelog:

  • do not include image or icon props if they are falsy values (ecf95d1)
  • #13705, don't cover link if preview is opening up (499c50a)
  • logic error in image mime type checking (623cec9)
  • omg what. (ec39989)


Kohler Wants to Put a Tiny Camera in Your Toilet and Analyze the Contents


Kohler unveiled Dekoda, a $599 toilet sensor that uses a tiny camera and spectroscopy to analyze bodily waste and provide health insights12. The device clamps onto the toilet bowl rim and monitors hydration levels, bowel movements, and checks for blood in the toilet.

Users sign in with a fingerprint sensor before use, allowing multiple household members to track their individual data through the companion app. The system requires a subscription costing between $70-156 per year1.

"Kohler Health isn't just another app or product. It's a promise that your home can play a more active role in your well-being," said CEO David Kohler at the launch event2.

The company emphasizes privacy protection through end-to-end encryption. The camera uses "discreet optics" aimed only at bowl contents, not body parts1. The technology works best with light-colored toilets, as dark bowls can interfere with the sensors1.

Dekoda represents Kohler's entry into the digital health space, joining other smart toilet sensors from companies like Withings and Vivoo that appeared at CES 20232.


  1. CNET - Kohler Wants to Put a Tiny Camera in Your Toilet and Analyze the Contents ↩︎ ↩︎ ↩︎ ↩︎
  2. ZDNet - This new Kohler sensor is like a health detective in your toilet ↩︎ ↩︎ ↩︎
in reply to Zerush

Questa voce è stata modificata (1 giorno fa)
in reply to Zerush

End to end really depends on which end to which end is being connected.

Butt seriously I WANT THIS, I want poop analysis, I want fecal spectrometry. I do not want it to be a god damn enshitifued from the drop app and crapware has to have big "We aren't recording you TRUST US" stuck to it.



Amazon cloud platform and other websites experiencing outages


Multiple online platforms including Amazon's cloud unit AWS, Robinhood, Snapchat and Perplexity are all experiencing outages, according to the Downdetector website monitor.
Questa voce è stata modificata (1 giorno fa)


Google Fonts alternative


Was hoping if anyone wouldbe kind enough to tell me if there was a good alternative to Google-Fonts ?
I wish to use all those cool fancy HTML/CSS fonts without going to Google


Tip #759

iOS 版 Vivaldi でリーダービューを有効にして、快適に記事を読もう

iOS 版 Vivaldi のリーダービューは、ウェブページ上の気が散る要素をすべて取り除き、記事の内容に集中して落ち着いて読むことができるようにします。

リーダービューに切り替えるには:

  1. リーダービューに対応した内容のウェブページを開く
  2. アドレスバーの「リーダービュー」ボタンをタップする

リーダービューを終了するには、同じボタンをタップする
iPhone 上の Vivaldi ブラウザで、ウェブページにリーダービューが有効になっています。矢印がアドレスバーのリーダービューボタンを指しています。<br&gt;
#iOS #vivaldi #VivaldiBrowser #ウェブページ #リーダービュー

vivaldi.com/ja/blog/tips/ios-t…


in reply to phdeeznuts

Anti-China propaganda has gotten real lazy these days. This is what the Americans are getting for 1.6 billion dollars?