Song Lyrics... Does any app (preferably FOSS) actually work on Android?
like this
GitHub - OuterTune/OuterTune: A Material 3 Music Player for Android with local file & YouTube Music support. Forked from InnerTune
A Material 3 Music Player for Android with local file & YouTube Music support. Forked from InnerTune - OuterTune/OuterTuneGitHub
GitHub - Lambada10/SongSync: Android app to download lyrics for songs in your music library.
Android app to download lyrics for songs in your music library. - Lambada10/SongSyncGitHub
Servo 0.0.1 Release
Servo 0.0.1 Release - Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
A brief update on the goals and plans behind the new Servo releases on GitHub.Servo
Fitik likes this.
Chinese firm thanks ‘sales consultant’ Trump as tariff threat spurs orders
Chinese robotics firm thanks ‘sales consultant’ Trump as tariff threat spurs orders
Source at small robotics exporter says 100 per cent tariff warning has led to surge in purchases: ‘taken the pressure off’ annual sales target.Luna Sun (South China Morning Post)
Israeli security minister pushes to resume Gaza war
Israeli security minister pushes to resume Gaza war
Israeli National Security Minister Itamar Ben-Gvir has called for the resumption of the Gaza offensive despite a US-brokered truceRT
Hamas acting in good faith – senior US negotiator
Hamas acting in good faith – senior US negotiator
Hamas has been acting in good faith and seeking to fulfill its obligations under the US-brokered Gaza deal, Jared Kushner believesRT
Two charged in assassination plot against RT chief – Investigative Committee
Two charged in assassination plot against RT chief – Investigative Committee
Neo-Nazi thugs were offered $50,000 to attempt to kill Margarita Simonyan, the agency has saidRT
☆ Yσɠƚԋσʂ ☆ likes this.
Why does a Local AI Voice Agent Running on a Super-Cheap Soc Matter?
Why does a Local AI Voice Agent Running on a Super-Cheap Soc Matter?
Most recent news about AI seems to involve staggering amounts of money. OpenAI and Nvidia sign a $100b data center contract. Meta offers researchers $100m salaries. VCs invested almost $200b in AI …Pete Warden's blog
Ethiopia in Talks With China to Convert Dollar Loans Into Yuan
Ethiopia in Talks With China to Convert Dollar Loans Into Yuan
Ethiopia started talks with China to convert at least part of the $5.38 billion it owes Beijing into yuan-denominated loans, following an example set by Kenya that bolsters China’s efforts to internationalize its currency.Matthew Hill (Bloomberg)
like this
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.
like this
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
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
ELI5: Is browsing on 4g/5g networks less secure than on your own wifi?
like this
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.
like this
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+?
- AtlasOS: atlasos.net/
- Amelabs Privacy+: docs.amelabs.net/privacy/_plus…
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.
Privacy+ Playbook
Completely transform your computer in minutes. Simply download a verified Playbook, or use your own, and run it in AME Wizard.Ameliorated Documentation
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?
President Xi Jinping's remarks on the formulation of 15th Five-Year Plan
President Xi Jinping's remarks on the formulation of 15th Five-Year Plan
President Xi Jinping has made instructions on the formulation of China's 15th Five-Year Plan (2026-2030) on different occasions.CGTN
copymyjalopy likes this.
How China fostered growth, innovation amid global uncertainties in the past five years
Explainer: How China fostered growth, innovation amid global uncertainties in the past five years
With the fourth plenary session of the 20th Communist Party of China Central Committee scheduled on Monday to review proposals for the 15th Five-Year Plan (2026-2030), it is an opportune moment to reflect on how the country has navigated its developm…CGTN
copymyjalopy likes this.
La tecnologia nel solarpunk è fatta dalle decisioni di una comunità che codifica i suoi strumenti.
Technology as crystallized community
"Ice Crystals" photo CC-BY spurekar For a few years now, I've been analyzing how technology is represented in fiction and popular culture.alxd - solarpunk hacker
Giacomo Tesio likes this.
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.
CNN’s Christiane Amanpour apologizes for saying freed Israeli hostages were 'treated better' than Gazans
“That was insensitive, and it was wrong,” Christiane Amanpour said during a broadcast on Monday.Ariel Zilber (New York Post)
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.
CNN’s Christiane Amanpour apologizes for saying freed Israeli hostages were 'treated better' than Gazans
“That was insensitive, and it was wrong,” Christiane Amanpour said during a broadcast on Monday.Ariel Zilber (New York Post)
copymyjalopy likes this.
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.
deepseek-ai/DeepSeek-OCR · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.huggingface.co
like this
GitHub - BICLab/SpikingBrain-7B
Contribute to BICLab/SpikingBrain-7B development by creating an account on GitHub.GitHub
Hamas EXECUTES Collaborators as "Israel" Violates All Terms of Ceasefire
Sensitive content
like this
rain_0521 doesn't like this.
I found a YouTube link in your post. Here are links to the same video on alternative frontends that protect your privacy:
BassedWarrior likes this.
[Video] Father of released captive Omri Miran says Hamas took him to the beach for fun days
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.)
look at the depth of this grifting
a whole One (1!) H100! in space!
note how it mentions nearly absolute fucking nothing about the supporting cast. about storage and networking, about interface capabilities, what kind of programmatic runtimes you could have! none of it. just gonna yeet a sat into space, problem solved! space DCs!
compute! in space! "what do you mean 'compute what'? compute!" I hear, as the jackass rapidly packs up their briefcase and starts edging towards the door. who needs to care about getting data to and from such a device? it'll run Gemma![0] magic!
SAR, in particular, generates lots of data — about 10 gigabytes per second, according to Johnston — so in-space inference would be especially beneficial when creating these maps.
scan-time "inference", like you'd definitely know every parameter you'd want to query and every result you'd want to have, first-time, at scan! there's a fucking reason this shit gets turned into datasets, and that the tooling around processing it is as extensive as it is.
and, again, this leaves aside all the other practical problems. of which there are many. even just the following ones should make you wince: launch, maintenance, power, heat dissipation (vacuum is an insulator!), repair, (usable) lifetime, radiation. and that's before even touching on the nuances in those, or going further on the list
good god.
I guess the one good bit here is that it isn't the "we're gonna micromachine them in orbit!" bullshit fantasy, but I bet that's not far behind
[0] - "multimodal and wide language support" so literally a Local LLM, but that means it needs... input... and... response... which again goes back to all those pesky "interaction" and "network" and "storage" questions.
How Starcloud Is Bringing Data Centers to Outer Space | NVIDIA Blog
The NVIDIA Inception startup projects that space-based data centers will offer 10x lower energy costs and reduce the need for energy consumption on Earth.Angie Lee (NVIDIA Blog)
New paper on LLMs just dropped, titled LLMs Can Get "Brain Rot"!
Currently a novelty at this point, but could prove useful to make the likes of Iocaine and Nepenthes more effective - especially since the paper notes:
the damage is multifaceted in changing the reasoning patterns and is persistent against large-scale post-hoc tuning.
It does also suggest doing some actual quality control to prevent damage to the LLMs, but that sure ain't happening
LLMs Can Get Brain Rot
New finding: LLMs Can Get Brain Rot if being fed trivial, engaging Twitter/X content.llm-brain-rot.github.io
Artificial Intelligence: Workers' unions must shape deployment and regulation
Artificial Intelligence: Workers' unions must shape deployment and regulation
The ITUC has released a new report on the impacts of artificial intelligence (AI) on working people, with a clear call for trade unions to be fully involved in shaping how AI is deployed and regulated.www.ituc-csi.org
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
AWS down 20 ottobre 2025: disservizio globale, app e giochi in tilt (Canva, Alexa, Fortnite)
Down AWS 20 ottobre 2025: problemi ai server anche per Canva, Alexa, Fortnite, Prime Video, Venmo e altri. Stato, impatti e cosa fare.Redazione (Atom Heart Magazine)
reshared this
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
Release GE-Proton10-21 Released · GloriousEggroll/proton-ge-custom
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 e...GitHub
Scheduled posts won't let me post images, idk why?
'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.
like this
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!
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
don't like this
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
don't like this
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
like this
Continues comparing Iran to literal ISIS which is a terror organisation created by the USA
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.
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 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.
- CNET - Kohler Wants to Put a Tiny Camera in Your Toilet and Analyze the Contents ↩︎ ↩︎ ↩︎ ↩︎
- ZDNet - This new Kohler sensor is like a health detective in your toilet ↩︎ ↩︎ ↩︎
This new Kohler sensor is like a health detective in your toilet - tiny camera and all
Kohler's Dekoda toilet sensor will test your urine for hydration, blood, and more.Nina Raemont (ZDNET)
like this
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
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.
ABC News
ABC News provides the latest news and headlines in Australia and around the world.ABC News (Australian Broadcasting Corporation)
copymyjalopy likes this.
einkorn
in reply to uszo165 • • •loxdogs
in reply to einkorn • • •Tenderizer78
in reply to loxdogs • • •Kami
in reply to uszo165 • • •Windows 10 died a few days ago, leaving users with three options: stick with the OS, upgrade to Windows 11, or switch to an entirely different platform like macOS or GNU/Linux. But months before Microsoft dropped support for the OS, Linux-focused companies were already campaigning to poach Microsoft customers and convert them into Linux users.
The Document Foundation, the folks behind LibreOffice, started its push as far back as June this year, criticizing Microsoft's decision to end support, which would render millions of perfectly functional PCs obsolete, and presented Linux as a cost-effective and secure alternative. We have also seen initiatives like The "End of 10" Campaign by KDE, making the case for Linux and providing guides and info on how to switch.
Of all the projects trying to poach Windows users, Zorin Group might be the most aggressive, launching its biggest OS upgrade, Zorin OS 18, on the very day Windows 10 died.
In a recent post on X, Zorin Group celebrated the launch of version 18, claiming that it hit 100,000 downloads in "a little over 2 days". The company called it its "biggest launch ever" and claimed that over 72% of those downloads came from Windows.
So what's the big deal with Zorin OS 18? The new version comes with a redesigned desktop that feels a lot more modern. It uses a lighter color palette and a taskbar that has a floating, rounded style by default. The developers also introduced a much better window tiling system. If you drag a window to the top of the screen, a layout manager pops up, similar to Windows 11's Snap Layouts. The main difference here is that Zorin allows you to create your own custom tiling layouts.
As for Windows app compatibility, Zorin OS 18 now includes an updated version of WINE 10 for better support of Windows software. On top of that, there's also an expanded database that helps when it detects a Windows installer. The system checks the file and suggests the best way to run over 170 popular apps, whether that means installing a native Linux version, using the web-based alternative, or firing it up through WINE.
Romkslrqusz
in reply to Kami • • •Windows 10 didn’t “die”
Microsoft isn’t offering support for it, but their help was barely useful to begin with.
There’s a few small hoops to jump through to enroll in the Extended Security Updates program, after which Windows 10 devices will continue to be functional and secure for at least another year.
Ultimately, I’m all for folks going out and dabbling in Linux. Unfortunately, most consumers are interpreting this situation as a requirement to rush out and buy a new Windows 11 PC and that’s bad.
Attacker94
in reply to Romkslrqusz • • •WhatGodIsMadeOf
in reply to Attacker94 • • •TrickDacy
in reply to WhatGodIsMadeOf • • •Goretantath
in reply to Attacker94 • • •Attacker94
in reply to Goretantath • • •I'm not all too familiar with mass grave, but it does seem like a similar loophole to the win11 updates without TPM 2.0, in that it works but ms doesn't want it to, so you may run into the issue of your system bricking or ms holding your data hostage. Also as far as I can decipher ltsc only fixes the security issue, as far as I am aware the one drive push is still there regardless of version.
All in all, I believe that there are workarounds, but if ms is so keen on making it this hard to stay on win 10 I would rather just take the adjustment period to a Linux distro.
altkey (he\him)
in reply to Attacker94 • • •DarkAri
in reply to Romkslrqusz • • •unexposedhazard
in reply to Kami • • •Attacker94
in reply to unexposedhazard • • •Bloefz
in reply to Attacker94 • • •Bloefz
in reply to Kami • • •"Zorin Group" never heard of that. Seems to be a shop that just wants to lift along with the Windows 10 discontinuation tbh.
And if their selling point is running windows apps then they have no chance. You can't get better at being windows than windows already is. You'll always be one step behind the real thing.
And really you don't need to, most linux apps are much better now that windows apps are more and more dumbed down. Look at the "new outlook" for example. It doesn't even do local storage anymore, you must import all your email into the microsoft cloud overlord.
fckreddit
in reply to uszo165 • • •HakunaHafada
in reply to fckreddit • • •tensorpudding
in reply to uszo165 • • •I guess it is the year of the Linux desktop for at least some people.
I've used Linux desktop in various forms for just over two decades, this has to be the fourth time it felt like Linux was having its chance to seize marketshare. Each time it ends up not being the mass adoption that people hope for but it feels like the community grows each time so I think it is neat nonetheless.
Fmstrat
in reply to tensorpudding • • •MonkeMischief
in reply to Fmstrat • • •Exactly! Like the Internet, Linux is for anybody! . . .but not necessarily everybody.
other_cat
in reply to tensorpudding • • •Da Oeuf
in reply to uszo165 • • •deadcream
in reply to Da Oeuf • • •Whitebrow
in reply to Da Oeuf • • •Exec
in reply to Whitebrow • • •myster0n
in reply to Exec • • •snekmuffin
in reply to myster0n • • •Miles O'Brien
in reply to myster0n • • •addie
in reply to Miles O'Brien • • •YaxPasaj
in reply to addie • • •PerogiBoi
in reply to YaxPasaj • • •Bombastic
in reply to addie • • •HakunaHafada
in reply to Bombastic • • •cryptix
in reply to Exec • • •inzen
in reply to cryptix • • •HiddenLayer555
in reply to inzen • • •thethunderwolf
in reply to cryptix • • •fschaupp
in reply to Exec • • •thethunderwolf
in reply to fschaupp • • •Starkon
in reply to Exec • • •DoGeeseSeeGod
in reply to Exec • • •Jay🚩
in reply to Exec • • •Ultraword
in reply to uszo165 • • •I'm all for Linux adoption. However, seeing less tech-literate people feel as if they have to choose between an unsecured device and spending money they don't have on a new Windows 11 machine really makes me angry.
Most won't understand what no more security updates mean, and some overreact and get really worried.
like this
TVA likes this.
HiddenLayer555
in reply to uszo165 • • •don't like this
Kami doesn't like this.
Luffy
in reply to HiddenLayer555 • • •This.
For Years, you had the Option to use Linux. Since the release of the win 11 beta, Linux has not made any relevant big steps. The leopards have simply decided to eat your face this time.
A refugee would be someone losing their home in a bombing. A windows 10 turned Linux user is more like a Trump voter turned no kings protestor because he though sending the government emails will sure stop the anti trans laws.
And no, sOmE uSeRs hAvE tO uSe WinDoWs is not an argument. If everyone who was still on windows until now was reliant on it, why are they installing and switching to Linux? Every new Linux user is someone who was simply too ignorant to install it.
Nora
in reply to Luffy • • •I mean I switched my work computer to Linux and risked being reprimanded/ losing my job because I'm never using windows ever again in any capacity.
I feel like that's a little bit closer to a refugee lol.
Luckily so far no one has seemed to notice or care.
Nibodhika
in reply to Nora • • •I worked for almost 2 years at a company with my Linux PC, until one day I requested a laptop for travel and they were shocked that I didn't had one, I asked for one with Linux but was told that that's not possible, that they only had windows laptops. I thought, okays this is temporary, as soon as I'm back from traveling I'll return the laptop and things will be back to normal... when I came back and wanted to return the laptop they said that that was my work computer that I should use for everything, I was like, "you do realize our work runs on a Linux server, right?". But nope, I had to use the Windows laptop until I quit a few months later. I knew of at least a couple other devs who were running Linux, but didn't say anything because then they would be forced to switch too, but at my exit interview I remarked that forcing me to use Windows was part of the reason I had left.
I guess my point is maybe don't make a big fuss and don't try to convince HR people about it, they just don't understand.
Bloefz
in reply to Nibodhika • • •I work in IT (security). The reason they are so adamant on Windows at least in our place, is because it offers so many opportunities to go BOFH and lock everything down so much so the user can hardly do their job 😀 No other OS offers that, even Mac.
They think they need this to be secure. I beg to differ but unfortunately Microsoft is constantly feeding them with 'best practices' and other BS.
Bloefz
in reply to Luffy • • •I would argue it doesn't need to. It's pretty perfect these days as it is, especially with KDE (and the great thing about it having so much control over how your computer works and feels, Windows can never offer that).
Luffy
in reply to Bloefz • • •Thats what I mean, in the last few weeks/months, there was no big thing that win users needed to be able to switch.
Linux in a vacuum is a great OS, and what it cant do in the context of Windows is more a „Proprietary formats and software being Industry standard” problem than a Linux problem.
I'm not saying that everyone should just abandon the standards , but that if you need to have these standards, nothing is going to change in a production envoirment that magically makes Linux work for you (in home you can argue about VMs and proton, but that's not a valid tactic for companies), and you need to keep using windows.
And the other way around, if you don't need any of these standards, you don't have any reason to still use Windows, except that you don't want to change.
Standards
xkcdBloefz
in reply to Luffy • • •JoshCodes
in reply to Luffy • • •So we're bashing the people who installed Linux now if they used something else first? What, if they've ever used windows we should send them to the Gulag? Wtf is this take? Like hey you dumb fucking person who finally figured out how to get away from the corporate software you were taught to use in high school, you are FuCkInG iGnOrAnT for putting yourself in this position in the first place!!1!
Let's not talk about the multi billion dollar industry spent locking people into an ecosystem from day 1, because blaming high schoolers and teenagers for not switching to an OS best know for running web servers is an awesome use of our time.
Speaking from experience: no one thinks about operating systems as much as we do. We are not the norm. Most people don't want to use the computer to begin with, but conceded its faster than hand writing everything. The guy who paved my driveway will never install Arch, because he only uses the computer to get paid. My office's cleaner doesn't understand how computers can even be unsafe.
When I went to primary school we had windows computers. Same thing in high school. In uni, because I did comp sci, I used Linux and found it was better for me. 350 people went through first year with me. Most of them continued using Windows, although a good chunk used Mac too. Like 10 of us used Linux. It is easier not to switch and that's not going to change. So can we stop having a go at people for not having the same interests as us, because that's the only difference.
daggermoon
in reply to HiddenLayer555 • • •like this
TVA likes this.
DarkAri
in reply to HiddenLayer555 • • •HiddenLayer555
in reply to DarkAri • • •DarkAri
in reply to HiddenLayer555 • • •AbeilleVegane
in reply to DarkAri • • •DarkAri
in reply to AbeilleVegane • • •Quazatron
in reply to uszo165 • • •poke
in reply to Quazatron • • •Quazatron
in reply to poke • • •Chloé 🥕
in reply to Quazatron • • •many people will go back, but of these, i’m sure many will also come back eventually
i’ve tried a bunch of distros in my last 2 years with windows. many didn’t satisfy my needs at the time, so i stayed on windows.
but now, it’s been over a year since I definitely switched to linux, and over 6 months since i nuked (accidentally, but shhh) my windows partition. and i don’t plan on going back anytime soon.
peoflor
in reply to Chloé 🥕 • • •JasonDJ
in reply to Chloé 🥕 • • •Sarcasmo220
in reply to Chloé 🥕 • • •Chloé 🥕
in reply to Sarcasmo220 • • •Damage
in reply to Chloé 🥕 • • •P03 Locke
in reply to Sarcasmo220 • • •Zoot
in reply to P03 Locke • • •miraclerandy
in reply to Quazatron • • •Nibodhika
in reply to miraclerandy • • •Sir_Premiumhengst
in reply to Quazatron • • •MrScottyTay
in reply to Sir_Premiumhengst • • •eldavi
in reply to MrScottyTay • • •this was so surprising to me; my favorite game (tropico) didn't have blinking tiles/polygons on my linux rig than it did on windows.
it was super strange because i put linux on my old windows laptop and it also got the blinking; but the game got better when i bought a linux-only laptop with zero proprietary stuff on it (not even the bios). go figure.
Manifish_Destiny
in reply to Quazatron • • •Linux is a lot better than the last few times.
It might just be 'good enough' at this point.
P03 Locke
in reply to Manifish_Destiny • • •I agree. This time, it's actually different. Big name streamers and YouTubers are showing their support. Not just people in the tech industry, but random channels like EmKay and PewDiePie.
Linux is better than ever. Steam is a breeze. Wine support has never been better.
Meanwhile, Windows has more nasty surprises, underhanded backstabs, and security nightmares than ever before.
balance8873
in reply to P03 Locke • • •4am
in reply to balance8873 • • •And updates that break hardware.
balance8873
in reply to 4am • • •SSUPII
in reply to balance8873 • • •balance8873
in reply to SSUPII • • •Yes, I find Linux terribly unusable on my laptop, way too many driver issues, hard to get into a secure state, and I miss apps like signal (no official build) mpc-hc (the replacements are all trash) and a functional version of thunderbird (lol at the tray icon third party implementation that just doesn't work). Etc, etc. I don't have a ton of unique needs but I do want theto work
^and this is of course with KDE, gnome is all that but with just a trash user interface. How many gestures do I need to use to make my computer treat me like an adult ffs.
It's still of course on my server (an old laptop which ironically can't be used as a laptop because at some point after some random update the login service broke and won't accept input from the keyboard lol) and other headless devices I don't have to actually use, thank god.
SkyeStarfall
in reply to balance8873 • • •balance8873
in reply to SkyeStarfall • • •SkyeStarfall
in reply to balance8873 • • •balance8873
in reply to SkyeStarfall • • •SkyeStarfall
in reply to balance8873 • • •And you also need to trust your OS not taking screenshots of your apps or recording the text displayed onto your screen
There's plenty of links in this chain, there's a lot you need to be aware of if you're going to those lengths. Pick your battles
balance8873
in reply to SkyeStarfall • • •My os does not do that
I don't consider "wanting a secure app to be installed through first party means" to be particularly unusual. I know in Linux it's standard to just install random stuff from the internet with root. I've obviously done that myself, but for secure stuff I want first party. Making a flatpak wouldn't be hard (they probably just need to review someone else's work -- it's like an intern project)
SkyeStarfall
in reply to balance8873 • • •So I went and looked it up, and signal-desktop is listed as a reproducible build, so theoretically you should be able to go and check that it conforms to the source
reproducible.archlinux.org/
But this isn't anything I've looked into myself, so feel free to look into it
Arch Linux Reproducible Status
reproducible.archlinux.orgBloefz
in reply to balance8873 • • •FreddiesLantern
in reply to Bloefz • • •-we heard you like search bars so we added a search bar next to the menu containing a search bar.
-open wide because here comes the unwanted update train.
-you want to do thing with file?
No, bad user. Play candycrush instead.
-that’s an impressive machine you have there. Would be too bad if someone were to slow it down with tons of bloat.
-Telemetry? At good ol MS? Never.
-oh but all the W10 menus you love are still there, it just takes a rainforest expedition to get there.
-Just buy a one drive subscription and walk away.
Bloefz
in reply to FreddiesLantern • • •balance8873
in reply to FreddiesLantern • • •So, to really be sure i get it: adding two search bars is an underhanded backstab?
Now I see why I didn't get it, the definition being used is literally insane.
FreddiesLantern
in reply to balance8873 • • •Please make sure all your drivers are up to date and your screen is set to the correct resolution because it seems to be that you’re missing the bigger picture.
“Underhanded backstab” being the correct expression or not aside=> W11 sucks ass imo, get mad if you want to. (Something tells me this isn’t about proper word choice for you though, but feel free to correct me on that if that is a thing you care about)
balance8873
in reply to FreddiesLantern • • •I mean your point may have been windows sucks ass but I'm aware of where I am and that's a completely uninteresting claim here. Why not rant about water being wet -- it's just as unique or interesting as your take on windows.
What I specifically asked about is underhanded backstabs, because that's a unique and interesting claim I haven't read 464335735 times before on lemmy.
FreddiesLantern
in reply to balance8873 • • •Well, you’ll have to ask the person making that claim to begin with. I just added my take on the list of annoyances about W11.
I find your interest in the expression itself rather uninteresting. I do hope it goes without saying people say these things without meaning them literally.
All in all the step from W10 to W11 is such a letdown one might compare it to a backstab, underhanded or otherwise.
And with that I’m done defending an expression I didn’t use to begin with. Good day.
balance8873
in reply to FreddiesLantern • • •P03 Locke
in reply to FreddiesLantern • • •That implies I want to argue with somebody who is sealioning.
balance8873
in reply to Bloefz • • •djdarren
in reply to P03 Locke • • •Ilandar
in reply to Manifish_Destiny • • •Matriks404
in reply to Manifish_Destiny • • •I think a lot of people expect Linux to work like Windows, and that's why they go back to Windows, even if some stuff is easier on Linux.
Many of us probably remember times when we tried to download random applications through a web browser, because that's what Windows expects you to do. People will try that, and be confused, why stuff breaks or not work at all.
AlfredoJohn
in reply to Manifish_Destiny • • •Holytimes
in reply to Quazatron • • •Desktops only frankly became remotely useable to normal people with recent revisions of things like kde...
Between that and software actually finally started becoming remotely reliable in like 2022-2023 for your avg windows user.
Comparing the past to now is not reliable fair.
More progress towards making things normal user friendly have happened in the last 3-5 years then the last 20.
DarkAri
in reply to Holytimes • • •Nibodhika
in reply to Holytimes • • •Damage
in reply to Nibodhika • • •warmaster
in reply to Quazatron • • •I was one of those nomadic users, every year, since 1998 with Mandrake Linux.
I have always been in love with the idea of an open source OS, but if I couldn't game and work on it, it wasn't ready. Every year, until Valve made it easy to game on Linux.
I made the switch when Proton was released and never looked back.
My point is, every time users go back to Windows, they have their own personal reasons, but those will some day not be the truth anymore.
Bloefz
in reply to warmaster • • •Gaming for me is the only thing I don't use Windows for. But for gaming I still do. Because I mainly game in VR and that's still so far behind on LInux 🙁
But I have 20 odd computers in the house so it's easy to have one with windows around (two in fact, another old one with Win 10 LTSC for programming some old radios).
I love KDE for all the options it gives 🫶 I don't like Gnome, Systemd and all the other redhat influences but they are easy to avoid these days.
MonkeMischief
in reply to Bloefz • • •This is a major sticking point for me too. I've got a dusty Win10 partition I haven't booted in ages, and I was keeping it around mainly for VR, but then Microsoft had to go and just extinguish that too.
Monado is making impressive progress but it's a huge pain because they have to reverse engineer stuff with zero help from the manufacturers, instead of simply interfacing with the hardware.
I refuse to let Meta have any of my money though. I hope a good affordable VR kit comes out that isn't another hyper-proprietary blackbox.
herseycokguzelolacak
in reply to Quazatron • • •pmk
in reply to herseycokguzelolacak • • •mybuttnolie
in reply to Quazatron • • •reddifuge
in reply to mybuttnolie • • •mybuttnolie
in reply to reddifuge • • •HeChomk
in reply to Quazatron • • •I've been trying to switch to Linux for at least 5 years.
I wouldn't say it's any better now than it was then.
I desperately want to love Linux, but it fights me at every step of the way.
As a media pc...
I have had zero success using it as a media pc. My one requirement is an on screen keyboard, but it doesn't come with one, and all the offerings I've found are shit. They won't work in some windows, or at all.
As a laptop...
This has been the most successful. I've not had any real issues with Linux on various laptops, other than finding replacements for certain windows software, but that's not really a Linux problem.
As my main pc...
Gaming has been fine. Hdr has only really recently become a thing, and it seems fine.
However, I'm constantly coming across stupid things are ARE a Linux problem.
Downloading and installing software has too many methods. I understand downloading a file to install something. I understand downloading a script to install something. I even understand why you'd need to make that script executable before it'll work.
I don't understand what to do with a bunch of random files that claim to be an installer but don't seem to have an install script or a .deb package.
I don't understand why once I map/mount a network drive, it fucking disappears after a reboot and needs to have the mount process be automated at every reboot.
Linux is just hostile to users. And while it is, it'll never massively succeed.
LTSC is a much better option.
Stamets
in reply to HeChomk • • •Same. I loathe Linux. I've been trying to use it since I was 19, periodically installing one distro or another, and I hate it. I absolutely hate it. I'm not saying it is bad or anything but I do not have the patience to fight with an OS over every tiny thing or having to look up a guide for every installation or having to double check what will work and won't because you're going to need a container.
Linux, I'm sure, is great but it's also one of the least user friendly operating systems out there, regardless of Distro. I keep trying to use Linux Mint and it keeps driving me up the fucking wall. Either Linux supports nothing without a battle or nothing supports Linux without a battle and I'm not remotely interested in fighting with my PC to do something simple. The second that that shit gets sorted is the second I'll be fine.
Damage
in reply to Stamets • • •Quazatron
in reply to HeChomk • • •Each person knows what it feels more comfortable with.
Linux is not inherently hostile, it just has a very different way of doing things that what you're accustomed, so you perceive it as hostile. It is sometimes easier for someone who never touched a computer to learn Linux that someone who grew with Windows to unlearn the habits.
There's nothing wrong with feeling comfortable in Windows, it's the system you grew up with and know how to work with and maintain.
balsoft
in reply to HeChomk • • •Windows, starting with 8, is inherently hostile to its users in ways that are very difficult or impossible to mitigate. It's a black box of complicated machinery, a lot of which is trying to spy on you, steal your data, show you ads, upsell you on their stupid cloud services so that they can steal more of your data, etc. At this point, disabling all of this is really difficult and unreliable.
Linux on the other hand is like a box of spare parts that you can build whatever you want from. You really do need to read the manual, or else whatever you build will look and work like shit. However, if you do build something good, it's yours now in a way that a proprietary OS never will be.
reddifuge
in reply to HeChomk • • •Thanks for the opinion Bill.
For anyone wondering, linux offers over a dozen virtual keyboards and btw they aren't called on screen keyboards. All of them work great. And lots of distros come with one included.
prunerye
in reply to reddifuge • • •HeChomk
in reply to reddifuge • • •You are the exact personification of why Linux won't catch on, and Linux users are seen as mlady neckbeards.
On screen keyboard is a descriptive term. You're nitpicking to sound superior.
I have tried a number of on screen keyboards and can assure you, that on my system, they do not work.
Go fuck yourself.
reddifuge
in reply to HeChomk • • •Damage
in reply to HeChomk • • •That's a terrible start.
Software installation sources by priority:
1. Package Manager
2. Flatpak
(Graphical utilities like Discover unite these two)
3. AppImages downloaded from the browser
4. Rpm/Deb packages downloaded from the browser, but really should be avoided
5. ONLY IF YOU REALLY KNOW YOUR SHIT YOU CAN RUN SCRIPTS TO INSTALL STUFF
You can add other stuff like toolbox after n.2 once you've got more experience.
HeChomk
in reply to Damage • • •Your reply seems to insinuate that all the software I could ever need will be included in the package manager. That's just stupid.
I agree with your order of preference, but when I start having to scrape the bottom of the barrel to find what I need, it becomes hostile.
Damage
in reply to HeChomk • • •Why would I make it a list if that was true? It would be just "1. Package Manager"
If you smell shit everywhere you go....
variouslegumes
in reply to HeChomk • • •Bluefalcon
in reply to uszo165 • • •BombOmOm
in reply to Bluefalcon • • •TheSambassador
in reply to BombOmOm • • •BombOmOm
in reply to TheSambassador • • •If it's on the distros, don't fret it too much. They all do everything, it's just an initial configuration.
I have been recommending Mint specifically, as it targets the average user with a 'it just works' mentality.
Home - Linux Mint
www.linuxmint.comHakunaHafada
in reply to BombOmOm • • •jivandabeast
in reply to HakunaHafada • • •Third'd
Mint or any other ubuntu-derivative distro is 10000% the move. I've been running ubuntu as my os for a while now, and I've spent nearly the last decade on linux (makes me feel old saying that lol).
The other distros have a lot of strength, but at the end of the day i want to spend my time messing with things i want to mess with. I don't want random weird issues that I have to constantly debug, and everyone can agree that stability is debian's (and therefore ubuntu's) undisputed strength
DarkAri
in reply to Bluefalcon • • •If you are new I suggest bazzite, and get lutris to install windows apps outside of steam. It takes care of most of the stuff and to install software, on bazzite you use "sudo rpm-ostree install " and then reboot because bazzite uses an ostree system, or just get it in a flatpak if available. Between bazzite and knowing how to install packages outside of the flatpak repository, that should cover most of your bases for a few years and you can learn other stuff when you have the inclination. ChatGPT is really knowledgeable about Linux since it's open source. It's often much faster than digging through forums just be specific when you speak to it.
Also if you get your setup in a decent shape, you can shrink the partition and image it with dd with a single command, and then compress it to have a full system backup, which is basically your own image. Then you just write it back with a program like etcher later if you screw up your system and then just reexpand the partition to the full drive. If you get bazzite though you won't have much need to use the terminal or install anything outside flathub which will keep you from breaking the system. Also update the system occasionally, to get security fixes once a week or two is probably fine if you don't have open ports to run a server and aren't running random software.
Hemingways_Shotgun
in reply to DarkAri • • •Is this satire?
Seriously, if I was new to Linux, coming from Windows, asking for a cheat sheet or Linux for dummies manual, everything you wrote would sound like absolute gibberish to me.
If this was someone's response to me when asking for advice I'd immediately reinstall windows where at least (from the perspective of a typical end user) they speak words that make sense.
dev_null
in reply to Hemingways_Shotgun • • •DarkAri
in reply to Hemingways_Shotgun • • •It's the easiest way to get into Linux if you need good GPU support and I assume most people play video games. Bazzite is what finally got me into Linux because it mostly just worked out of the box which is something most Linux distros I tried before that never did. I would always end up breaking them in a day or two trying to get the GPU driver installed or something. Bazzite is really good for beginning users. Not the greatest for mid tier when you are trying to gain a deeper understanding because it replies heavily on containers and file system overlays.
Also you have to remember that for people who aren't ultra Linux nerds. It's an incredible amount of work to get Linux to work. It's often days of painful configuration and research per machine. This, and a lack of gaming support is the main reason I think most people avoid Linux, which is why I suggest bazzite, as the shit just works distro.
MrScottyTay
in reply to DarkAri • • •You shouldn't ever use rpm-ostree to install stuff with, as it can cause issues with future system updates.
First port of call should be flatpaks in the bazaar.
Second, look for flatpaks or appimages online.
Third, use distrobox to install something via a different distro and export it as a shortcut to bazzite. I use arch in a distrobox, btw.
DarkAri
in reply to MrScottyTay • • •MrScottyTay
in reply to DarkAri • • •DarkAri
in reply to MrScottyTay • • •I dont think it matters really for installing little programs. You probably shouldn't change your kernel or something. When you update the system it's just using rpm-ostree and doing a standard update through the repos, then it updates flatpaks. On the steamdeck since it's arch it will break pretty easily if you update the wrong thing, but bazzite is built in fedora.
The rpm-ostree systems is also good for anything that breaks because it's basically a snapshot system. Everytime you install something or update it creates a snapshot of your old working install which you can easily roll back to if anything breaks. You could use containers for stuff but that's not really necessary. It does probably make the system more stable in ways but then you have to deal with the headaches of using containers and having everything isolated from each other. For web services though containers are worth it as it greatly increases the security of the system.
1984
in reply to Bluefalcon • • •Just ask people here, people just love anyone who switches over to Linux and want to learn about it. Because we actually love this operating system. Its so good.
When my kid started using Linux, once he knew how to start programs and install things, we went through where the files are on the file system and how to get there in a terminal. I think thats a good starting point so you understand the foundation of the system.
And then go though a basic Linux command line tutorial to learn about the common tools for listing files, filtering results, renaming and deleting files etc.
You can do that stuff in a graphical file manager too but you dont really get that understanding of how things work until you do it in the command line.
Bluefalcon
in reply to 1984 • • •Kuma
in reply to Bluefalcon • • •Depends on what you feel lost about, if it is the basics in general then I would suggest you start of and read about the basics here labex.io/linuxjourney they write about the very basics in a very simple way. I think they did a good job, they start of with what Linux is, what distros are to commands from the most basics as how to navigate in the terminal to more advanced combinations. They also have vms where you can try out the commands if you haven't switched yet.
If it is a cheat sheet as in commands then i would say it is better to make your own of the commands you care about but you can start of by using other ppls list like this one geeksforgeeks.org/linux-unix/l… but it can be overwhelming for you so use the linuxjouney first. Also it is very important to learn how to look up how to use the arguments in the terminal with man or -h to make it faster and less painful to use.
If you are lost about programs then there are a lot of good GitHub pages that links to useful programs and cli tools, you just need to search for awesome Linux list
Examples:
github.com/luong-komorebi/Awes…
You can use their web pages version too luong-komorebi.github.io/Aweso…
githublists.com/lists/awesome-…
Here is one for distros
github.com/kolioaris/awesome-l…
Here is an example for customizing github.com/fosslife/awesome-ri…
When looking for programs is it very important that you know what distro you are on, what desktop environment (like kde, gnome, xfce) and what window composition you use (usually Wayland or x11, x11 is older and is more compatible).
So in short start of at labex.io/linuxjourney
Then look up distros here
github.com/kolioaris/awesome-l…
For new ppl do I think Ubuntu based is best because almost everything has a Ubuntu version, when you feel ready can you test out other distros. I haven't tried bazzite, I started of many years ago on debian (a few random ones like arch and mint) and then pop os for many years and now cachyos, I liked my journey but that doesn't mean it is correct for others.
I would suggest to have all of your data you care about on a separate disk or have automatic backup of it so you can break your os without care. And if you start customizing would I suggest setting up a GitHub repo and commit your changes everytime you like what you see so it is easy to go back if you regret something.
I hoped this helped on your journey, I didn't want to overwhelm you so I hope I kept it simple enough 😁
Linux Commands Cheat Sheet
GeeksforGeeksMarieMarion
in reply to Kuma • • •buttnugget
in reply to MarieMarion • • •Regrettable_incident
in reply to Kuma • • •kent_eh
in reply to Kuma • • •With most modern distros, I would say that most typical users shouldn't have to go to the command line any more than they had to in windows (which is to say very seldom).
Yet there is that lingering reputation that you have to be some sort of command line guru to even think about using Linux- and that simply isn't true. Hasn't been true for decades.
Kuma
in reply to kent_eh • • •This is true, but I think it is good to know the basics because sometimes is it easier just like it can be easier in Mac and windows.
I think it is good to know about the tools you have so you can do the best decisions for your use case.
But like you said the terminal is not a must (for most) so if you feel uncomfortable about it then the terminal is not a reason to not switch to Linux.
Bluefalcon
in reply to Kuma • • •Kuma
in reply to Bluefalcon • • •upsidedown
in reply to Bluefalcon • • •For all their faults, LLMs are pretty damn good at basic trouble shooting of Linux. Ideally prepare context for them with installation details. Use CLI client, recommend opencode CLI, plan agent is good to inspect the commands it will plan to run and let's you inspect and think through what it is doing. Can also ask for clarifications along the way.
It's not perfect but very good.
NιƙƙιDιɱҽʂ
in reply to upsidedown • • •Communist
in reply to Bluefalcon • • •Bluefalcon
in reply to Communist • • •Communist
in reply to Bluefalcon • • •Bluefalcon
in reply to Communist • • •EtAl
in reply to uszo165 • • •InFerNo
in reply to EtAl • • •Good luck. I jumped ship 10 years ago, you get used to it to the point Windows starts feeling weird.
Don't hesistate to reach out when you're stuck
Pat_Riot
in reply to EtAl • • •NutWrench
in reply to Pat_Riot • • •Pat_Riot
in reply to NutWrench • • •NutWrench
in reply to Pat_Riot • • •Pat_Riot
in reply to NutWrench • • •SCmSTR
in reply to EtAl • • •I miss Windows 95.
That ui was so damn clean. There was basically zero bloat and everything had a place.
A computer was a tool and only did what you wanted it to. Nothing more, nothing less.
UltraGiGaGigantic
in reply to SCmSTR • • •You might be interested in serenity.
serenityos.org/
SerenityOS
serenityos.orgaddie
in reply to UltraGiGaGigantic • • •SuperDuperKitten
in reply to EtAl • • •I remember someone on Discord server I used to be on kept telling people to "use Linux" which back then, I thought it was some scary OS for people who's tech savvy and wrote him off to be annoying. It was few years when I have my own laptop as early birthday present that I find Windows 10 annoying and remembered Linux exist so I run up a virtual machine and watch so many videos on YouTube about it. Then, I made USB-Boot and installed Linux Mint.
Far from perfect but I feel so much more comfortable using Linux over Windows, feels so much more smoother
kent_eh
in reply to SuperDuperKitten • • •That "too hard, too scary" reputation is a big part of what has held back linux adoption.
But when people actually give it a try, most realize that reputation isn't really true.
Samsy
in reply to kent_eh • • •SuperDuperKitten
in reply to kent_eh • • •As a Linux Noob, Linux was lot easier than I expect it to be. Think it was me having the "This isn't Windows so I might as well as research about anything Linux related" mindset which it paid off for me. It got to point where Windows is now my secondary OS (Mainly to use it to use Tomb Editor to make custom Tomb Raider levels which is annoying to get it running with Wine which I don't know how to troubleshoot at all.)
It's ironic how it's now my main OS and if you told me several years ago that I would be mostly using Linux, I would think you're talking total nonsense.
Home - Tomb Engine 1.9
TombEnginejjjalljs
in reply to kent_eh • • •I think installing Linux exposes you to higher severity issues, like "now it won't boot". Once you get over that initial setup, it's not much different than windows or apple.
If more computers came with it pre installed, it would be even easier for folks.
I think about half the time I've installed Linux it was fine. The other half were problems with esoteric solutions.
Still glad I made the switch.
NutWrench
in reply to EtAl • • •Admetus
in reply to uszo165 • • •I'm using it on my laptop as a teacher. My gaming PC with steam is linux. I see improvements in performance every half year.
Had a student want to use it. I told him he needs to dual boot. Keep his options open. Then time will tell whether he will make the great leap.
McWizard
in reply to uszo165 • • •brax
in reply to uszo165 • • •plyth
in reply to brax • • •don't like this
catboat doesn't like this.
Comrade Birb
in reply to plyth • • •NιƙƙιDιɱҽʂ
in reply to plyth • • •jumping redditor [they/them]
in reply to NιƙƙιDιɱҽʂ • • •Pat_Riot
in reply to brax • • •like this
catboat likes this.
Zink
in reply to brax • • •Being simple to use out of the box is NOT a bad thing on its own. We are simply used to seeing the proprietary profit-driven version, which is the path to enshittification. When something works great out of the box but you still own your machine and have access to any damn thing you want that's hidden from view by default, that is just a good product.
I've been an engineer in electronics and software for over 20 years. I have a masters in software engineering. I currently work on C and C++ code every day for embedded systems, including one that's embedded linux. The terminal is my comfort zone. Screens full of super-legible monospaced text please my eyes.
I run Linux Mint Cinnamon (btw) on every computer of mine, even my work machine, and I don't care who knows it!
I recommend it to anybody of any skill level who will listen.
DupaCycki
in reply to brax • • •It doesn't have to. KDE is a great example here. Out of the box, it's extremely simple to use, as well as familiar in look and feel to Windows. But if you want to - it gives you a lot of customization options. So it doesn't seem to lose out on anything due to being simplified by default.
And frankly, a lot of Unix software could use a similar approach. I know it's not that simple, but it helps the users greatly - particularly new ones, but experienced ones too. Perhaps this wave of Windows refugees will in some way lead to progress in this area.
kent_eh
in reply to brax • • •That's the beauty of Linux- there are so many distros to choose from.
Something for everyone.
And if enough people don't like the existing options, you are always free to fork what exists and make something that fits your needs better.
Moltz
in reply to brax • • •TheJesusaurus
in reply to Moltz • • •Aufgehtsabgehts
in reply to TheJesusaurus • • •jjjalljs
in reply to brax • • •Linux doesn't really have the profit motives that lead to enshittification.
I guess a bigger entity could try to start charging for... something... Support, maybe, but that seems unlikely to take off.
brax
in reply to jjjalljs • • •My biggest concern is the whole "removing powerful features = user friendliness!" mentality that these big tech companies have been pushing for years.
Why make users smarter when you can make software worse and charge more for it?
The dummies don't get the bigger picture, they just see "nobody needs powerful features that make things too confusing for me!" My hope is that they don't flood Linux with this drivel - profit margin or not, it's a toxic cultre that has already been created in commercial software.
Phegan
in reply to uszo165 • • •ViceroTempus
in reply to Phegan • • •Gary Ghost
in reply to uszo165 • • •nek0d3r
in reply to uszo165 • • •Fijxu
in reply to uszo165 • • •boaratio
in reply to Fijxu • • •