> "Linux never succeeded."
> Almost all Supercomputers run Linux.
> Most Web Servers Run Linux
> Is the basis for Android
lol wat
Community Rules
You must post before you leave
Be nice. Assume others have good intent (within reason).
Block or ignore posts, comments, and users that irritate you in some way rather than engaging. Report if they are actually breaking community rules.
Use content warnings and/or mark as NSFW when appropriate. Most posts with content warnings likely need to be marked NSFW.
Most 196 posts are memes, shitposts, cute images, or even just recent things that happened, etc. There is no real theme, but try to avoid posts that are very inflammatory, offensive, very low quality, or very "off topic".
Bigotry is not allowed, this includes (but is not limited to): Homophobia, Transphobia, Racism, Sexism, Abelism, Classism, or discrimination based on things like Ethnicity, Nationality, Language, or Religion.
Avoid shilling for corporations, posting advertisements, or promoting exploitation of workers.
Proselytization, support, or defense of authoritarianism is not welcome. This includes but is not limited to: imperialism, nationalism, genocide denial, ethnic or racial supremacy, fascism, Nazism, Marxism-Leninism, Maoism, etc.
Avoid AI generated content.
Avoid misinformation.
Avoid incomprehensible posts.
No threats or personal attacks.
No spam.
Moderator Guidelines
> "Linux never succeeded."
> Almost all Supercomputers run Linux.
> Most Web Servers Run Linux
> Is the basis for Android
lol wat
Also:

At this rate steam on linux will hit like 10% in a few years.
The general desktop marketshare of linux is slightly higher than the steam. Its at like 4.5% already
One other factor that also influences Linux' market share is that a lot of people just don't use PCs anymore and rely only on smartphones. I assume that Linux users are less likely to stop using PCs completely than Windows Users are (or rather, that people who don't even get into PCs would have been less likely to become Linux users if they did)
So it's not just direct conversion from Windows to Linux, but also a higher retention of users somewhat.
Exactly. People are talking about jumping ship from Windows to Linux after the recent update while regular people have moved to phones 10 years ago
Sorry, Windows still dominates the computer OS market.
Except for computers that are small, computers that are large, computers that are very fast, computers that are resource-limited, computers most used by normal people (mobile) and computers most used by enterprises (server VMs).
But desktop computers that are used to launch MS Office or games, boy does Microsoft still dominate that market.
I'm hearing that Windows is good for exceptionally medium workloads. Is Windows the Cincinnati of computing?
Most corporate servers in general run Linux, let alone webservers. Intel literally used Minix without attribution in their Intel Management Engine, so technically every Intel chipset motherboard with an IME runs Linux. That's basically every Intel motherboard since 2008.
Minix isn't linux although it's a character in Super TUX Kart
Linux already won. Only people who don't use it are losing.
I am reminded of that one time we went to lunch with one of our scrum masters and he actually said "why does linux even still exist anymore".
I didn't even get into all of that i just told him i switched my home pc to linux a few months ago lol
scrum master
Remind me to kill myself if anyone ever gives me this as an official title
more like cum master, amarite??
~~i am so sorry. please forgive me ;w;~~
that's a much better title, I'd wear that with pride. don't belittle cum by comparing it to that garbage.
> I run linux (slackware ftw!)
> praise Bob
I know Lovense Lush uses a Nordic nRF51822 microcontroller, this doesn't run a full OS normally. It runs ARM machine code directly, usually programmed in a C variant in something like Keil. They provide an SDK with an Arduino compatible platform, so it might even just run Arduino. No idea if someone analysed the software on those microcontrollers as it's pretty niche and the code inside is probably super simple. The microcontroller is way overpowered for what it does, but it isn't that overpowered that it could run a full Linux stack.
Are you like an open buttplug dev or somwthing?
qDot is one
..I think I've found a new project for the weekend
Yes I think I saw the episode over Brody Robertsons Podcast tech over tea. It seems like a fun project to have
Thank you for this comment.
I really needed that laugh
Working hard to bring PornHub and GitHub together!
Idk what that means butt have fun ig :3
I remember watching a talk about sex toy hacking once, I'll try to find it for your (and everyone else's) pleasure. Think it was a Lovense in that talk
smea - Adventures In Smart Buttplug Penetration testing - DEF CON 27 Conference
https://www.youtube.com/watch?v=RnxcPeemHSc
Been a while since I watched that, should probably rewatch it soon
Not even the more expensive microcontrollers run Linux.
The kind of thing you would see in such a simple device like a dildo are the cheaper smaller ones with RAM sizes and Flash Memory sizes in the KB range and costs less that $1 in bulk.
Mind you, you can squeeze a Linux kernel into a really small amount of memory, but why for a production device pay more for a larger than needed microcontroller and then use most of its storage for a Linux kernel leaving little space for the actual functional code when you don't need support for things like filesystems or networking?
Microcontrollers are a whole different world from microprocessors.
Not even the more expensive microcontrollers run Linux.
Linux on microcontrollers was a thing back in 1998.
More modern and capable microcontrollers like the fairly cheap ESP32 can run linux pretty well.
You can force it to happen (because the Linux kernel is quite modular and you can make it way smaller by switching off a lot of things) but as I said, what's the point when all you need is to literally run a single application that only toggles I/O ports or does a bit of comms with an external integrated circuit via I2C, Serial or SPI?
In a production design for something as simple as a dildo - so basically a motor controller - there really is no point in paying for a more powerful and more expensive microcontroller, adding cost to the final product, just to stuff a Linux kernel there to run a single application that doesn't need things like filesystem or networking support.
(For example, here is an example of about the most low end microcontroller you can use. Notice the 128 bytes of RAM and 2KB Flash storage. You can stuff enough code in there to activate a motor in one of several specific simple cycles depending on the position of a switch but not much more. Of course that kind of stuff is programmed in C either directly on top of the hardware - by literally changing microcontroller registers - or most likely on top of a manufacturer specific low level library)
Further if you do need functionalities of an OS such as multiple task/application support, there are alternatives that tend to be better for those kinds of use, such as various RTOSes.
Now, as many pointed out, there's plenty of reason to do it for the challenge or the fun of it - the ethos of any good hacker in the traditional sense of the word - just not for a production design of a device for which tens/hundreds of thousands of units will be made where adding Linux raises the needed capabilities of the microcontroller and hence the hardware cost while not actually helping to deliver the needed functionality.
It's very slow, but some people made a RISC-V rv32ima emulator that runs on an ATMega328P to run Linux on an Arduino Uno. Nobody would do that in a commercial product (it's ridiculously slow, difficult, and further into "for shits & giggles" than Taco bell with laughing gas), but even the cheap shitty microcontrollers can run Linux. Badly.
For the lolz probably. There doesn't have to be a rational reason for everything..
The microcontroller probably runs Zephyr, not Linux. It's fine, Zephyr is also sponsored by Linux Foundation.
“Linux never succeeded” is such a funny take when it’s quietly running most servers, phones (Android), and a ton of embedded stuff. The real Linux rule is: if it works, nobody notices 😄
Best "Yo Mama" comeback ever.
Hopefully not, the only reason it would need linux is if it connected to wifi and I don't know who wants that.
Anything up to bluetooth should work with just a Microcontroller running nothing more complex that a small rtos.
is if it connected to wifi and I don't know who wants that.
Lots of folks enjoy playing with their partner remotely.
Now wait for the "Approaching orgam detected. Subscribe for $5.99/month or continue with ad-supported orgasm-free experience."
Teledildonics
Smart sex toys exist
the app is lit cat /dev/zero > /dev/null
Is this the right place for an "Of course it can run NetBSD" comment?
For running a vibrator, you'd probably can do with an ESP32 or RPi2040. No need for the big guns (pun intended).