295 private links
Points raised:
Les liens sont de plus en plus temporaires.
75% des liens cités de 1994 sont
Les connaissances scientifiques publiées sont gardées par des entreprises dont il faut payer un abonnement pour y accéder.
As the digital is the primary source of thruth, it easily allow to rewrite the content.
The case of the Kindle books is cited for many examples.
The links themselves are less used. There is an example of a district-court opinion pointing to a tiktiok video !
“A May 2020 TikTok video featuring the Reversible Octopus Plushies now has over 1.1 million likes and 7.8 million views. The video can be found at Girlfriends mood #teeturtle #octopus #cute #verycute #animalcrossing #cutie #girlfriend #mood #inamood #timeofmonth #chocolate #fyp #xyzcba #cbzzyz #t (tiktok.com).”
Again, the stunning success of the improbable, eccentric architecture of our internet came about because of a wise decision to favor the good over the perfect and the general over the specific. (called procrastination principle).
At some point, the procrastination principle paid off.
Some thoughts about the Wayback Machine and the Internet Archive 👍
A similar project: perma captures a webpage at a given point of time a provide a new URL in https//perma.cc/xxxx to access to it.
About restricted area that keeps record of dangerous or censored content. In those cases, there should be a means of record-keeping that, while unavailable to the public in just a few clicks, should be available to researchers wanting to understand the dynamics of online censorship. There is a restricted section in Howgwards btw.
In the same way, what happens when the InternetArchive forgets too ?
loading=lazyattribute to defer the loading of the image until the user scrolls to them<datalist>element to create native HTML autocomplete- Email, call and SMS links
- Ordered lists
startattribute to change the starting point of an ordered list. <input type="reset" />to get a clear button for the forms<meter>element to display quantitieswindow.openerreturns the original page of atarget="_blank". This can have security and performance implications. Includerel="noopener"orrel="noreferrer"to prevent this.<base target="_blank">in the<head>to open all links in the document in a new tab.- Favicon cache busting by adding a
?v=2to the link of the favicon <details><summary>Summary</summary><p>Details</p></details>downloadattribute to a link download the file instead of navigating to it- Use the
webpimage format to boost performance - Use the
posterattribute to specify an image to be shown while the video is downloading, or until the user hits the play button - Use the
spellcheckattribute to define whether the element may be checked for spelling errors.
👍
The first rule of thumb:
If you’re stuck for over an hour, seek help.
with
When you seek advice, first write down everything you’ve tried.
that as 3 benefits:
- act as a rubber duck debugging
- evidence that there is some kind of structured thought process that has been carried out, and what it was
- saving time explaining the context to someone else
If this is not useful enough, the author recommends to use his formula.
Wow a map of so much favicons !
And the investigation of it: https://iconmap.io/blog
Je pose cela ici.
A codesandbox or codepen like-service. The older one.
FYI it was created by Joel Spolsky.
If you’re an enterprising pedophile with a basement full of CSAM-tainted iPhones, Apple welcomes you to entirely exempt yourself from these scans by simply flipping the “Disable iCloud Photos” switch, a bypass which reveals that this system was never designed to protect children.
Ok so this whole system is built, but can so easily be bypassed? Did I miss something ?
Why this post ?
The software industry is filled with a chaotic mess of a developer experience. Everything and anything can break.
🤣😭
If you figure out something fun, and integration that otherwise wasted an hour or two. Find ways to document it. On StackOverflow or on your blog or what have you. Just do that. Many developers including your future self will thank you for that.
So does this implies writing question and posting your own answer ?
A random git commit joke on each refresh :D
And only the text version of it: http://whatthecommit.com/index.txt
The new right tool to install an OS on a Raspberry Pi
Improve the quality of a picture using GAN. There are models for specialized pictures such as anime.
This project has a great roadmap with models for human faces and texts. More options: scaling et controllable restoration strength are on it too.
Ces gestes sont bien pratiques, et finalement plus claire dans une réunion que chacun qui s'exprime dès le départ oralement.
À voir comment ils pourraient être adopté.
About the workflow with Git and best practices 👍
Mix 2 emojis together !
About data structures, immutable and mutable data, programming model, public interface, distributed system, always having a limit for everything and trust your gut.
A cloud platform for personal data with lifetime offers. Privacy friendly. Okay 👍
A minimal CSS reset with every line explained.