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.
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.


I 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.


They can just sell their normal phone. As long as the user is able to run the installer it doesn’t really matter.


In 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.


If anyone ist surprised by that they should look up why niantic was ever founded.
It was always about data collection in the real world.
I didn’t know about that one.


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.
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.


Turns out, there are companies that will do that for you for money.


How are they connected


Has 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.


In 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.


They 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.
I think the Problem is the kernel dumping RAM to disk in crash. Potentially containing secrets.


For 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.
In 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.