207 private links
The type=number state is not appropriate for input that happens to only consist of numbers but isn't strictly speaking a number. For example, it would be inappropriate for credit card numbers or US postal codes. A simple way of determining whether to use type=number is to consider whether it would make sense for the input control to have a spinbox interface (e.g. with "up" and "down" arrows). Getting a credit card number wrong by 1 in the last digit isn't a minor mistake, it's as wrong as getting every digit incorrect. So it would not make sense for the user to select a credit card number using "up" and "down" buttons. When a spinbox interface is not appropriate, type=text is probably the right choice (possibly with an inputmode or pattern attribute).
inputmode="decimal"
or inputmode="number"
fit better for these cases.
A decentralized identifier scheme.
A DID is a simple text string consisting of three parts: 1) the did URI scheme identifier, 2) the identifier for the DID method, and 3) the DID method-specific identifier.
New HTML features of 2025
I agree
Les mises à jour instantanées sur Windows tue les personnages dans les jeux vidéos en pleine partie.
A direct effect of Trump politics: the inclusion pages were removed from the U.S. Web Design System Documentation.
Removed content related to the January 20, 2025 Executive Order, "Ending Radical And Wasteful Government DEI Programs And Preferencing".
The officiel design system is hosted at https://designsystem.digital.gov/
the first (?) fedi server on an ARPA domain
It's an instance og GoToSocial.
instance started 2025-01-29 to shitpost with a domain that feels almost illegal.
J'avais oublié qu'il existait un mot allemand pour dire "tout casser à force de faire des coupes budgétaires" (kaputtsparen).
Kaputsparen: durch zu starke Einsparungen über Gebühr beeinträchtigen, beschädigen oder gänzlich ruinieren
If one project using open source technology is successful, then the open source projets will benefit from it.
By default, if you are building with Nuxt, I want you to succeed. If you are a third-party provider with a great Nuxt module or integration, I want you to succeed.
Because
- open source is a community project
- compensation doesn't follow value
- success is contagious
100% en télétravail, hybride ou complètement en présentiel.
A Linux distribution that supports many windows programs. Used at the city Échirolles for public administrations, social aid, inclusion and more. https://shaarli.lyokolux.space/shaare/ss7NxA
Can one have a project with a relational database that is deployed early and often, and not have thousands of SQL migration scripts? Seems like it’s difficult to have both. Maybe there’s some way to “roll up” old migration scripts into one nice SQL schema. I guess running them all on a new database and exporting the schema will do that. 🤔
Prisma provides a "baseline" to reset merge all migration scripts. There are always many migrations though.
In December, the company suffered a breach where attackers gained unauthorized access to one of its customer support portals, PowerSource, and stole sensitive data from 6,505 school districts.
The stolen data includes varying types of information per district, including full names, physical addresses, contact information, Social Security numbers (SSNs), medical data, and grades.