The State Of Laravel 2025 survey has started!
You can now participate to identify how the ecosystem changed over the past 12 months!
Please RT for reach ❤️
stateoflaravel.com/participa…
ALT ** 2006-10-31: The default prefix used to be "sqlite_". But then
** Mcafee started using SQLite in their anti-virus product and it
** started putting files with the "sqlite" name in the c:/temp folder.
** This annoyed many windows users. Those users would then do a
** Google search for "sqlite", find the telephone numbers of the
** developers and call to wake them up at night and complain.
** For this reason, the default name prefix is changed to be "sqlite"
** spelled backwards. So the temp files are still identified, but
** anybody smart enough to figure out the code is also likely smart
** enough to know that calling the developer will not help get rid
** of the file.
*/
#ifndef SQLITE_TEMP_FILE_PREFIX
# define SQLITE_TEMP_FILE_PREFIX "etilqs_"
#endif
Seems my gut feeling about passkeys was worth the wait. Will maybe get better but in a world where we’re using multiple devices the problems stated seem to be quite a hassle.
"Bottom line, I'm disappointed to report that passkeys don't appear worth the complexity of implementation (which is substantial!) nor the complexity and gotchas of the user experience. So we're sticking to passwords and emails." world.hey.com/dhh/passwords-…
This is a cool project, shows you what percentage of ads you’re blocking. Tried it on wifi with @The_Pi_Hole doing its thing then on 5G, check the results: d3ward.github.io/toolz/adblo…
Since recently we've started inlining fonts in SVGs for better embedding support. The downside was larger file sizes.
We've now addressed this by encoding only the glyphs you're exporting!
Via @mrazator 💜
x.com/excalidraw/status/1816…
We've also started embedding the fonts inside SVGs so that they show correctly when uploading to websites such as GitHub or Notion, when previewing on MacOS, or using elsewhere.
The early years of 2000, in webdev we were struggling with browser compatibility. We still do today, but on different and more deep-tech levels. But 20y after @timhaselaars and I wrote an invoicing platform, it just still works. 20y without any front-end change!! #vanillajs
I’m now in a position due to upgrade a merely four year old VueJS stack. Nothing fun about that until it’s done. But the nice reactivity and extensibility has its price. The comparison is wild!
How is Chat Control not a top discussion point across the EU right now? Almost zero reference in Greek media but also most international ones covering Europe.
Slim voorbeeld van 'malvertising': cybercriminelen adverteren met een nepwebsite van KeePass, een populaire password manager.
De URL was ķeepass[.]info (met punycode-ķ), de officiële website is keepass.info. De nepwebsite bevatte malware.
malwarebytes.com/blog/threat…