One thing Torvalds enforces is not breaking userland. So it shouldn’t be kernel problems. More likely its some other lib that breaks compatibility.
- 0 Posts
- 107 Comments
Flipper@feddit.orgto
Games@lemmy.world•Valve raises Steam Deck prices by more than $200English
5·2 months agoIts also not the first pig cycle in the memory industry. There used to be over 20 manufacturers producing ram. These three survived because they didn’t massively ramp up production when demand increased. So they’ve collectively said, we are not really investing into production.
Flipper@feddit.orgto
Open Source@lemmy.ml•Closed‑source vs source‑available vs open‑source — which model makes the most sense for small tools?English
3·3 months agoIt’s also a lot harder to make money with open source. You would need to find something to offer on top for money. That can be hosting (nextcloud), support (redhat), consultation (hyper) or additional features(zeds AI offering).
Flipper@feddit.orgto
Open Source@lemmy.ml•Money Isn't Going to Solve the Burnout Problem
3·4 months agoIn a side node: when building for geentoo it should be possible to build all rust libs as dylib. The compiler only offers a stable abi for the same version and all flags being equal. When building everything yourself that should work at the coat of updating the compiler requiring a complete rebuild of all libs.
Step one: Download a C or CPP repository.
Step two: Replace all semicolons with a greek comma.
Step three: ??
Step four: Poison Copilot, so that it randomly insert greek comas that the compilers totally choke on.
Flipper@feddit.orgto
Europe@feddit.org•The Commission stands with Big Tech in an utterly wild letter that puts pressure on the democratically elected European Parliament to abandon their rights respecting vote on ChatControlEnglish
11·4 months agoI don’t think chat control goes far enough! Most child buses happens in doors. We should therefore place a camera in every room so we protect the children. We should also add a screen that can’t be turned off, so we can stop the abuse faster than the police could arrive!
Just think of the children.
Flipper@feddit.orgto
Technology@lemmy.world•GrapheneOS refuses to comply with new age verification laws for operating systems — group says it will never require personal informationEnglish
126·4 months agoThey can just sell their normal phone. As long as the user is able to run the installer it doesn’t really matter.
Flipper@feddit.orgto
Technology@lemmy.world•GrapheneOS refuses to comply with new age verification laws for operating systems — group says it will never require personal informationEnglish
16·4 months agoIn the worst case it will just be Motorola shipping their base android version with verification and then just flashing grapheme over it. Just the way it currently works with pixels.
Didnt know abput that.
They store where to deliver the message, but not from who that message came.
Flipper@feddit.orgto
Technology@lemmy.world•‘Pokémon Go’ players have been unknowingly training delivery robotsEnglish
38·5 months agoIf anyone ist surprised by that they should look up why niantic was ever founded.
It was always about data collection in the real world.
Flipper@feddit.orgto
linuxmemes@lemmy.world•My PC boots faster than my monitor turns on
2·5 months agoI didn’t know about that one.
Flipper@feddit.orgto
linuxmemes@lemmy.world•My PC boots faster than my monitor turns on
12·5 months agoYou’ve got to reboot after kernel updates, otherwise it can’t load new modules. I’ve been confused at least twice why something didn’t load until.I remembered the reboot.
The Problem with open source is, it relies on self exploitation. Most OS Dev don’t get paid, so they’ve got to work another jib full time. This leads to a lot of burned out devs from their project and that is a real problem.
Before a project becomes self sufficient on donationa, it needs to become really big. Most projects simply never reach that scale.
Its a config option. Add ILoveCandy in the options.
Flipper@feddit.orgto
Asklemmy@lemmy.ml•I have 100 euros a month to donate to open source projects. Do you think its better to donate more to fewer projects or less to more projects?
51·5 months agoTurns out, there are companies that will do that for you for money.
Flipper@feddit.orgto
linuxmemes@lemmy.world•*For useless... twisting... of our new technology*
4·5 months agoHow are they connected
Flipper@feddit.orgto
Programmer Humor@programming.dev•o(1) statistical prime approximation
122·5 months agoHas the same vibes as anthropic creating a C compiler which passes 99% of compiler tests.
That last percent is really important. At least that last percent are some really specific edge cases right?
Description:
When compiling the following code with CCC using -std=c23:bool is_even(int number) { return number % 2 == 0; }the compiler fails to compile due to
bool,true, andfalsebeing unrecognized. The same code compiles correctly with GCC and Clang in C23 mode.Well fuck.
Flipper@feddit.orgto
Europe@feddit.org•Portugal Hits 80% Renewables, Power Bills Drop €703MEnglish
3·6 months agoIn 2024 not it did cost 554 Mio€ for powering down solar and wind, while they were usable.
Meanwhile in Bavaria the CSU is sabotaging the creation oft Wind power for example. In 2023 they stated they want to build 1000 new wind power plants. In 3 years they managed 30. In BW, which is half as big, it was 2024 27. That same year 154 plants went online in NRW.
Yeah, we need a better grid. But it would help if more renewable sources would be build every where. That would also reduce the cost.

What did you do about authentik always loading several seconds before login someone into a service?