297 private links
Si vous n’avez rien à cacher et que vous ne faites rien de répréhensible, vous devriez chiffrer vos communications.
En ne le faisant pas, vous soutenez la thèse que seuls ceux qui ont qqch à se reprocher utilisent ce genre d’outils. Vous concourrez à la criminalisation de leur utilisation. Vous légitimez le soupçon généralisé sur les utilisateurs.
Utilisateur que vous deviendrez peut-être un jour.
“I ran a database company before this and I think the thing people like me never want to talk about is just about everyone has a few sub-10 gigabyte databases.” said Kurt Mackey, the CEO of Fly. “If you’re really in that category, you know this is super interesting because it’s SQL and it’s amazing for 10 gig databases.”
“[There’s] no need to get a database server up and running (or a docker container). It’s just a file. You can even send the database file to a coworker if you need some help with something.”
The software runs very fast without performance glitches, but there aren’t the same number of tools that can help support it. [...] I think the biggest complication for us is that there’s no tooling for it.
A git bingo: did you hear all of these?
Dedicated to HTML :)
This should happen and it happens: an AI that play minecraft. A demo provides the different actions the AI is capable of.
- AI
- Brick and Mortar 2.0
- Carbon Removal Technologies
- Cellular agriculture and clean meat
- Diversity
- Education
- Energy
- Enterprise Software: make the extensive cheap, knowledge workers, digitizing every industry
- Financial services
- Future of work
- Government 2.0
- Healthcare
- Improving memory
- Longevity and Ati-aging
- One million jobs
- Supporting creators
- Transportation and Housing
- Underserved Communities and Social Services
- VR and AR
See also the past requests for Startups
- Cleaner commodities
- Computer security
- Programming tools
- Robotics
- Safeguards against fake video
- Voice apps
A (huge) list of projects that can be implemented
Using radial gradients to create shapes. They are similar in some ways to svgs.
Green energy means renewable energy instead of carbon credits or offsets.
What is the water consumption of the data center?
What about the energy efficiency?
Green hosting can be found at https://www.thegreenwebfoundation.org/tools/directory/
:root {
overscroll-behavior: none;
}
A codepen demo https://codepen.io/michellebarker/pen/vYbrpbX
Even if this standard is not used for years, some ideas are interesting. How and which data is collected and used are pretty well standardized.
It can somehow interact with the GDPR.
Using an object model helps while designing some web pages or content.
An object in a web project is something that has structure, instances, and purpose. Instances are all the specific occurrences of an object.
An instance of the object link can be "When to choose a progressive web app".
So, as we make our user experiences more object-oriented, we also make them more intuitive.” - Sophia Prater, ooux.com.
With this practice, 4 unintuitive objects are identified. The author use the example of a zoo website and they are:
- isolated objects: they are disconnected from related objects. The penguin animals are not related to the demos and habitat from the list of all the animals. The habitat is also included on the map view of the zoo, but there are no links to the Animal or the demo on this map view either.
- broken objects: ones that are not directly manipulatable. Demos are useful to show events to the user. As someone who would like to attend the penguin demo, I want to click on an individual demo to see more details, but it is not possible.
- masked objects: styled to look the same, but are actually different. On the DisneyPlus web view, there is no way to differentiate between a series or a movie. As you want to see a movie (one shot) instead of a series (multiple shots), you have to check on the detailed view in a panel.
- shapeshifter objects: opposite of masked ones, they are styled to look different, but are actually the same. Date formatting, links, and so on should look and behave the same across the website or the experience platform. They have to be consistent.
CSS has gotten easier to write than it is different to write.
- use
:isto group multiple selectors such asa:hoveranda:focus - using logical properties instead of marg
margin-trimcan help by removing the last margin child element of a list for example. It is experimental, so Flexbox with the gap propertyaspect-ratioto set only one dimension between the height and the width, while keeping proportions.card:has(:hover, :focus)is easier and straightforward thana.card-link:hover > .card- an easier way to define color palette with
--gray-dark: color-mix(in srgb, var(--primary-color), [#fff](https://shaarli.lyokolux.space/./add-tag/fff) 25%);. It is more maintainable! chfor managing line lengths;text-wrap: balanceis a work in progress (65% of users can use it)
and more with cascade layers, container queries, <selectmenu> and CSS nesting
When to use a GUI Toolkit, is it more native than the web? It means some criteria the author defines. Also what level of WCAG conformance can someone hope for?