Reminds me of Microsoft killing Nokia and their new Linux phones.
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
It’s time for other countries to create their own operating systems again
Make other countries create other operating systems again
MOCCOOSA
Bless you
We’ve been doing it for a long time. Linus is from Finland.
Currently, Linux Foundation resides in the US, though.
what counts as an "operating system"? is it enough to just create another linux distro? is it enough to just fork the distro and add a new visual design to it?
(Sign) I just want other countries to create good operating systems again
I’m tired
Be honest, you just hope that the sheer amount of resources will lead to some country finally finish https://en.wikipedia.org/wiki/GNU_Hurd
Was it
because
of this guy? 

That's reminded me, I should watch steamboy again...
"Capitalism breeds innovation."
Also capitalism:
Competition breeds innovation. Commercial pressure can be one source of such competition, but isn't the only one.
Capitalism abhors competition. It breeds innovation only if it serves to eliminate competition.
Absolutely correct, Capitalism will incentivize innovation only as long as it's profitable to do so. Once a company becomes a dominant player in their industry, innovation actually becomes largely unprofitable.
We can see this play out all the time, this is why industry giants almost never try to outcompete smaller start ups by innovating their products and services, instead, they either crush them out of the market via a bunch of different methods. Or they just buy them out, kill off their IP, or if it's way better, they just brand it as their own, and usually fire most of the old staff.
In a Capitalist system, this actually creates a whole new incentive structure where start ups will try to grow as fast as possible with the sole intention of getting bought out by an industry titan, making the founders of the start up filthy rich.
One of the biggest lie to keep the current system in place.
Private corporations parasite themselves into R&D paid for by the government and act like they invented the fire again.
The Internet is built on FOSS and got captured to be sold back to us.
Capitalism breeds innovation just like people leave their partner when they finally have enough to be abused.
Capitalism breeds protectionism.
Japan tried to walk where Terry Davis was running laps
That tracks.
The more I learn about American history the more frustrated I become with our species in general. Our country could be so much more livable now, but for a handful of vulgarly wealthy people who only ever cared about number going up at any cost.
And to make it worse I'm reading a biography of John D. Rockefeller, so I'm about to hate our species just a tiny bit more.
All of our lives could be so much better. We should stop making dystopian futuristic movies, and start making hopeful ones that help people imagine how much BETTER things could be.
Solarpunk instead of Cyberpunk!
on behalf of humanity, we aint claiming those shitheads
And once upon a time there were more than three PC graphics card makers. The paranoid schizo US really fucked up scientific and technological progress.
have you heard of Macintosh? you've heard of Mac's right.
little company called Apple? lol sheeeesh
Apple only makes garbage
I don't use apple products, but I understand their M1 chips are good.
They rose to the top because they were the only country that could still build things after the rest of the world got flattened in World War II. Then the rest of the world rebuilt itself so the only asset the US had left was economic inertia. They then proceeded to spend decades doing everything they could to increase the value of that inertia by using their influence to encourage policies that resulted the rich getting richer.
There also were more than two PC platforms (and we barely have two now; Apple was pretty close to going away too). I miss being the Atari ST guy in a circle of people who all had different types of computers. It didn’t last very long but it was way more fun.
Bring TRON back!
replaced the tree-structured directory hierarchy with an arbitrary directed graph.
TBH that sounds like a total nightmare
So you're saying the US saved the world from Japan for a second time?
Yeah this OS would suck as soon as the 00s hit with the global Internet. This OS seems completely incompatible with how the world actually works and would probably collapse under its own design by the year 2010. A file is an arbitrary string of bytes. Removing the ability for the user to handle them like this is so obtuse. The reason why we can poke modern OSes the way we can is to prevent requiring a man-year of work every time we need a major new feature.
The idea was that every layer, from silicon to user interface, would be designed together, with no compatibility debt to existing platforms.
...which makes compatability debt between it and literally everything else.
A file is an arbitrary string of bytes. Removing the ability for the user to handle them like this is so obtuse.
Per the article:
According to the BTRON3 specification, the first two halfwords of an application ID are the data type it applies to, and only the third distinguishes rival handlers for the same type. When a document contained writing, a table, and a figure, opening those parts made the system launch each one's registered handler to draw its own content inside the parent document's window. If no handler exists, or the handler fails to draw, the system strikes a diagonal line through the region where the content should have been.
That's a window manager with application/file associations, with the 'window' that the application draws to being embedded within a hypertext document. So, you'd be able to attach arbitrary hypertext to a file and when you open it the window manager presents that information along with the application window. That's not any less flexible or more limited than any other desktop OS.
EDIT: now, it sounds like you could embed multiple 'windows' within the same document, and maybe do something with transclusion, but I haven't read enough about how BTRON worked to say much about that. Still, that doesn't fundamentally change what I wrote above.