316 private links
Je poses cela ici.
the L.A. streets that have been rendered lighter in color with CoolSeal are 10 to 15 degrees [Fahrenheit] cooler on average than the L.A. streets that have not.
Je pose cela ici pour de prochaines réutilisations
Je pose cela là pour de futurs partages
because it is faster than a static website... because everything is in the RAM.
Headings are not focusable because they are not interactive, as long as the headings are not links… ;)
Here an example of how to make focused element transition on focus:
section:focus {
outline: 0;
animation: yellowFade 3s forwards;
}
@keyframes yellowFade {
from { background: lightYellow; }
to { background: white; }
}and the code example: https://codesandbox.io/s/css-grid-blog-bonus-v2-nn7t2
You can put the capture attribute on inputs with the type of file, and you can give it a value of “user” or “environment“. The interesting thing about the capture attribute is for users coming to your website on a mobile device. If they interact with that input, instead of opening up the default file picker, it will actually open up one of their cameras.
Read the reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/capture
VS Code is a mostly open-source code editor, with proprietary sprinkles on top, and a proprietary extension marketplace.
VS Codium is a fully open-source alternative based on the same codebase.
VSCode is a high-quality product given for free.
Why is VS Code free?
- good for the reputation of Microsoft as open-source player
- developers are more influential in purchasing their digital products and services than before
- the community is building the majority of the the functionality for other languages and non-core features through extensions.
- it is a cornerstone of their recent online IDE (https://vscode.dev
- a close integration of VS Code with other Microsoft products, it can be touted as a feature to hook people in. See Azure extension for VSCode as example. You can see this integration with GitHub too now, if you press
.on any page of a repository - the author guess that "the philosophy is to make tools for devs, and create an “ecosystem” to sell something extra".
- the telemetry from VS Code gives Microsoft insights on trends and helps with product development. It is a marketing tool for them to gather field research.
- private marketplace: VS Code is configured to use the Microsoft VS Code Marketplace. Its Terms of Use restricts access to Microsoft and GitHub products only. There is nothing stopping Microsoft from changing the marketplace's terms and conditions in the future. That's why is so important. Some VS Code extensions needs VSCode: C# language, C++ language, Live Share, Remote Development extension. These extension sends telemetry (no opt-out).
There is then a comparison of both projects.
Some points about open-vsx and codium projects:
- To publish to the Open VSX marketplace has less requirements and steps than Microsoft’s set-up.
- they both have a cli
Switch to VS Codium? Yes if you
- want to use 100% open-source software
- want to run a private extension registry
- want to support a product that minimises telemetry reporting
- are paranoid about some kind of mischief being afoot with Microsof
- can dismiss the private extension of Microsoft listed above. There is some alternative that needs to be tested though.
Search through code source of Github, crates.io, JVM, ChakraUI, ...
👍
Séparer les dépendances au maximum
You have already a lot of features, so don't loose your time.
That's what I think.
And I also totally agree with this blog post
Ein deutschsprachiges Medium, das über die digitale Freiheitsrechte berichtet.
- DALL-E 2:
- craiyon is a mini DALL-E opensource
- text2image: generate an image from text prompt. " Predictions run on Nvidia T4 GPU hardware. Predictions typically complete within 6 minutes. The predict time for this model varies significantly based on the inputs.
- Wombo: generate an image from a maximum of 200 characters and an art style. An image can be provided as "inspiration" too. It supports NFTs o_o
Improved list designs. It's refreshing.
Feedbacks about the open-source build tool Bazel, backend by Google.
Cet service web génère des horaires d'horloges :)