Article review
Recently I had the chance to review an article on why Environment Branches Harm Quality. Thierrys website is full of knowledge and a read recommendation. Happy reading :)
Recently I had the chance to review an article on why Environment Branches Harm Quality. Thierrys website is full of knowledge and a read recommendation. Happy reading :)
I enjoy using a feed reader to follow creators whose work interests me. Some of them are on Medium— for instance, Nick Tune, who writes excellent content on architecture modernisation.
TIL you can follow1 a publication via
medium.com/feed/[publication-name]
Nicks publication is under medium.com/nick-tune-tech-strategy-blog
so I can follow it via
medium.com/feed/nick-tune-tech-strategy-blog
I'd like to improve my writing, that is why I created the blog. At the same time I was missing a mechanism to share small things i learned which are "not really worth a blog post". The TIL category is for sharing those small things. For now I leave them in the blog with a tag TIL.
So what did I learn today? Instead of making a big concept
I shall rather start, because writing is the focus. Refactoring later once I have a better concept is ok.
Got the inspiration from Simon Willison's TIL and Julia Evans TIL.
TIL Codeberg1 has a help text to choose a license when creating a git repository.
That is handy! Let's make a Mermaid Flowchart for that. I find that it is better to read than pure text.
flowchart TD
A[Do you either want to allow people to create proprietary closed-source projects with your code, or do you expect your project to remain small e.g. less than 300 lines?]
A -- "No" --> B[Do you want to allow people to create a closed-source service, for example by using your code on a web server without releasing the source code?]
A -- "Yes" --> D[Do you want to be able to sue users of your code for patent infringement implemented in the code?]
B -- "No" --> AGPL[We recommend using the **AGPL-3.0-or-later** license]
B -- "Yes" --> C[Do you want to allow people to use your code as a library and not disclose the source-code of their main program?]
C -- "No" --> GPL[We recommend using the **GPL-3.0-or-later** license]
C -- "Yes" --> LGPL[We recommend using the **LGPL-3.0-or-later** license]
D -- "No" --> Apache[We recommend using the **Apache-2.0** license]
D -- "Yes" --> MIT[We recommend using the **MIT** license]
Codeberg is a non-profit, community-led effort that provides Git hosting and other services for free and open source projects. It is a privacy-friendly alternative to commercial services such as GitHub. ↩
To create, view, and share spatial data geojson.io is practical. TiL GitHub renders GeoJson in a repository. Here is an example. The GitHub Blog reveales this is possible since 2013, omg i was living under a stone ;)
graphic inspired by circle of concern from Stephen Richards Covey
I'm using Visual Studio Code with Excalidraw Plugin. Name file e.g. circles.excalidraw.png draw with excalidraw directly in Visual Studio Code.