You’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.
- 1 Post
- 92 Comments
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·16 days 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·16 days agoHow are they connected
Flipper@feddit.orgto
Programmer Humor@programming.dev•o(1) statistical prime approximation
121·21 days 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·27 days 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.
Flipper@feddit.orgto
Europe@feddit.org•Portugal Hits 80% Renewables, Power Bills Drop €703MEnglish
23·27 days agoThey are expensive if you don’t build the grid to transfer the power to where it is needed. Then if some part of the country has a lot more than the other part you get to stop the renewables in one part and run Gas and Coal Power in the other to make up for. So younger to pay it twice.
You know, exactly how the CXU fucked it up in Germany.
Deref is for smart pointers and not for inheritance.
Flipper@feddit.orgto
Technology@lemmy.world•Lawsuit Alleges That WhatsApp Has No End-to-End EncryptionEnglish
11·2 months agoFor Facebook it doesn’t matter if its e2e. They control the client on both sides. They can just let the client sent the clear text data to them.
Flipper@feddit.orgto
Privacy@lemmy.ml•Swiss messaging service Threema is being acquired by German investment company Comitis Capital
1·2 months agoI know that a lot oft options are close and make different trade offs. But as you said yourself. The fulfill most criteria not all.
Flipper@feddit.orgto
Privacy@lemmy.ml•Swiss messaging service Threema is being acquired by German investment company Comitis Capital
6·2 months agoAt least matrix doesn’t let you move your account to other server. Also it doesn’t minimize metadata storage. Its is stored on every server for a room.
The other two I don’t know. I’ll look them.up.
Flipper@feddit.orgto
Privacy@lemmy.ml•Swiss messaging service Threema is being acquired by German investment company Comitis Capital
34·2 months agoThe perfect messenger would be open and private.
That means open source, federated with portable account’s, e2e encrypted, minimal metadata storage, discoverable contacts, easy to self host as compute, storage and knowledge.
That doesn’t exist as of today. Also it’s really hard.
Pretty much everything is better than WhatsApp though.
Cursive was added later or modified to clarify.
Flipper@feddit.orgto
Programmer Humor@programming.dev•The #1 Programmer Excuse for Legitimately Slacking Off (2026 Edition)
2·2 months agoBased in activitypub. You should be able to follow a repo with mastodon or Lemmy and then see ticket updates for example.
But it’s far in the fuyure
Well a shell script that can only run with Nash should include !# bin bash in the header.
Linux users: Everything needs to be dynamically linker. Otherwise it uses to mich space.
Also Linux users: Lets just ship a whole operating system AS a container so the dependencies are always the same.
Flipper@feddit.orgto
Technology@lemmy.world•China Is Banning Tesla-Style Retractable Door Handles Over Safety ConcernsEnglish
18·2 months agoWe wouldn’t even need to ban them outright. Just ban the usage for important things like windscreenwipers and climate control.
It’s not widely used. Some car manufacturers(Toyota if I remember correctly) have started testing it. Some parts are really nice.
There is exactly one hal for i2c, spi and Io pins. As long as both your chip and peripheral driver implement against it, it just works. There are more unified abstractions in the work for things like DMA, but they are not officially stable yet.
Cooperative Multi threading can easily be integrated thanks to Async rust and executors like embassy.
All the crates that are no_std compatible can be included.
It’s not perfect, but it’s getting there.
Libxml would fit the description. In every browser and system and the maintainer just stepped down.

I didn’t know about that one.