Nah, it will end up simply as “John” in the database. You need “John%sDoe” to crash C software with unsafe printf() calls, and even then it’s better to use several “%s”
Nah, it will end up simply as “John” in the database. You need “John%sDoe” to crash C software with unsafe printf() calls, and even then it’s better to use several “%s”
I prepare my coffee in a cup, and drink it with grounds. No milk, no sugar.
I am an embedded developer.
Sometimes when I’m too lazy to boil water, I leave coffee grounds with cold water in a cup overnight, the coffee is strong enough in the morning, and no need to wait for it to cool.
Ah okay, Christian medieval traditions are weird.
It really depends. One specific shop near my home has good quality frozen meat pancakes and dumplings. Yeah I have made dumplings by hand some 20 years ago, but those frozen ones are simply better. Maybe I can do some exotic dumplings with a buckwheat flour and a lot of eggs, but that would not necessarily be better, just different.
On the other hand, pasta sauce prepared from scratch will always taste better than store-bought one, mainly because the stores here only sell ketchup and mayo, and pretty much all pasta sauce here is some variety of tomato concentrate with a bit of carrots.
Most vector rendering libraries have options to disable all the fancy stuff like Javascript and external links. If you manage to find one that supports it in the first place. As for resource usage, the server sends image files without decoding, so whatever forkbomb you will manage to include into your SVG will only crash Lemmy clients, so, ‘not our problem’. Maybe it will become a problem for the server when generating thumbnail image.
Torvalds kicked out a bunch of Russia-based kernel maintainers.
Hey, do you maybe know the Polish alphabet song? I was searching for it on the internet forever, but I don’t speak Polish so I could not google the correct phrase. It started like this (reconstructed from oral lore using Google Translate):
Berlin miastem w Niemczech leże
burdel - miejsce dla młodzieży
guzik to jest częścią ubrania
gówno jest produktem srania
dynia to jest do jedzenia
dupa to jest do pierdzenia
…
And it supposedly continued all the way to letter Z.
The security issue is very likely scenario. If you’re in Russia, you can go to jail at any moment on totally bogus charges. It is very easy for FSB to pressure some random kernel maintainer into adding hard to detect backdoor into their code, it will be XZ situation all over again.
Yes they do. See the long-standing debate over the ban to export crypto algorithms to Iran.
What about systemctl poweroff
?
I had the root canal done without an anesthesia, because I did not want a needle sticking into my gum.
It was tolerable, I did not cry or anything like. The nerve was mostly dead anyway.
The dentist took his sweet time removing the nerve piece by piece with a probe, instead of just drilling the whole tooth through. It did not matter at the end anyway, because he filled the canal afterwards. And the molar has three roots, so he repeated that two more times.
I guess it depends on your pain tolerance.
C++ with -Wall -Werror, and no pointer diddling.
Definitely! Win-Tab (properly called Meta-Tab) is used to switch activities in KDE Plasma. With this simple key combination, I gain another 15 virtual desktops.
You run it inside DOSBox on your Linux installation, simple!
You can install Linux on rooted phones using Linux Deploy, or you can install Linux-in-an-app such as Userland or Termux if you don’t have root.
Inside the building it’s the first floor, even if it’s exactly at the sea level altitude. Outside the building it’s the ground. Basement levels start at minus one, there is no zeroth floor.
it’s used to verify that OpenGL ES2 works on your system. It’s the variant of 3D graphics drivers that is used on smartphones. Many apps nowadays write their GFX frontend with GLES2 so it uses the same code on phones and PCs, and if they compile the app to run in the web browser, WebGL is also based on GLES2.