203 private links
Compléter l'outil, à voir aussi selon les besoins.
Et puis un outil un peu plus gros qui n’est qu’une idée, car j’en ai marre que les outils existants tombent ou deviennent des usines à gaz :
– former une BDD des groupes/artistes de musique, et y intégrer les albums à paraître. Le tout où on peut s’abonner à tel ou tel artiste, et ça donne un flux RSS ou un ICS personnalisé qui nous envoie un rappel lorsque l’album sort. Comme ça, ça m’évitera de louper des trucs.
Dans un premier temps, ça sera un outil perso pour suivre mes artistes préférés, vu que ça me demandera déjà pas mal de veille, mais à terme pourquoi ne pas faire un système collaboratif où quelqu’un peut proposer une date pour un album à paraître pour n’importe quel artiste. Évidemment, dans ce cas, une source sera exigée et une validation manuelle à faire (par moi). L’idée est surtout de proposer des flux RSS/ICS pour tout le monde.
NoiseCapture is a free and open-source Android application that allows users to measure and share the noise environment. Each noise measure is combined with its GPS track so that the result can be displayed in interactive maps within the application, but also on this page.
Ja klar, bei manchen Sachen sollte man das mit ARIA Elementen anreichern, aber bei vielem könnte man es verbessern indem man einfach die richtigen HTML Tags/Attribute verwendet.
Use Cases anzeigen und sie durchsuchen können.
Beispielen:
- Accordion:
<details>
/<summary>
<dialog>
- Definitionsliste:
<dl>
/<dt>
/<dd>
- Definition steht im Paragraph
<dfn>
- Listen:
<ol>
/<ul>
- Mehr Kontekt
<time>
,<kbd>
,<abbr>
- Separator zwischen Paragraphen:
<hr>
- Abkürzung:
<address>
<quote>
/<blockquote>
/<cite>
- semantische Struktur der Seite:
<article>
/<section>
mit o. ohne Heading /<footer>
/<header>
/<main>
/<aside>
/<nav>
“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 (huge) list of projects that can be implemented
Idea of writing:
- Here’s a cool thing I made.
- Here’s a cool thing someone else made.
- Here’s something I just learned.
- Here’s something I want to learn that looks cool.
- Why I want to learn/use/do this thing.
- Why I don’t want to learn/use/do the thing.
- I’m in the process of learning something but I haven’t quite got it figured out yet.
- Here’s something else I discovered while learning a thing.
- Let’s learn a thing together!
- Here’s a tip, tool and/or person that helped me recently. Maybe it’ll help you too.
- Here’s a problem that’s been bugging me.
- This is what I think about work/life/the industry/the world/this UI component right now.
- Here’s an interesting thing someone else has to say. Here’s my take on it.
- I’m feeling motivated! This is what’s motivating me.
- I’m feeling unmotivated or burnt out. Here’s why.
- This is what I’ve been reading/watching/listening to recently.
- Here’s a list of things I could blog about.
Make a german article of it
Past a URL and retrieves some information about it.
First: check if the url is "safe"
Notes stow metadata about anything tracked by git—any object: commits, blobs, and trees.
The git project itself offers an example of git notes in the wild. They link each commit to its discussion on their mailing list.
Other folks are using notes for things like:
- Tracking time spent per commit or branch
- Adding review and testing information to git log
- And even fully distributed code review
Review notes are used by Gerrit (Wikimedia) and many google projects. For example:
commit d1d17908d2a97f057887a4afbd99f6c40be56849
Author: User <user@example.com>
Date: Sun Mar 27 18:10:51 2022 +0200
Change the thing
Notes (review):
Verified+1: SonarQube Bot
Verified+2: jenkins-bot
Code-Review+2: Reviewer Human <reviewerhuman@wikimedia.org>
Submitted-by: jenkins-bot
Submitted-at: Tue, 14 Jun 2022 21:59:58 +0000
Reviewed-on: https://gerrit.wikimedia.org/r/c/mediawiki/core/+/774005
Project: mediawiki/core
Branch: refs/heads/master
There is also an extension from Google to git notes dedicated to code review: https://github.com/google/git-appraise. Request review, comment and review and merge are included.
Its authors have declared it a “fully distributed code review”—independent of GitHub, GitLab, or any other code forge.
Git notes are however a pain to use. Mhmhmhm #idea #project on top of the git note commands?
For commits, you can make viewing and adding notes easier using fancy options in your gitconfig3. But for storing notes about blobs or trees? Forget it. You’d need to be comfortable rooting around in git’s plumbing first.
Much of the value of git repos ends up locked into forges, like GitHub. Git notes are a path toward an alternative and it could make it possible to distribute the history of an entire project.
The author shares its point of view on Shuttle that needs little to nearly 0 configuration to get started.
Zerocal was the first project I deployed on Shuttle. The principle was very simple yet innovative: encode calendar data directly into a URL. [https://endler.dev/2022/zerocal/]
#project #idea improve the UI or make a custom one that calls the API
#project #idea use such API to generate other files. Contacts?
It's an initiative for knowing the people behind a website. It's a TXT file that contains information about the different people who have contributed to building the website.
A txt file is simple and fast to create and can be embedded easily with a <link type="text/plain" rel="author" href="./humans.txt">
It completes robots.txt or security.txt