Link Blog

11 collections · 1512 total posts

April 2024

March 2024

23-03-2024
Beginners Guide to Udev in Linux - Ucartz Online Pvt Ltd

Beginners Guide to Udev in Linux - Ucartz Online Pvt Ltd

Source: ucartz.com

Udev is the device manager for the Linux kernel. Udev dynamically creates or removes device node files at boot time in the /dev directory for all types...

Udev Rules are a nightmare. Usually you don't have to deal with them but if you do, prepare to go deep into bit snd byte land. I have various guides here to help.

20-03-2024
Pythagora-io/gpt-pilot: The first real AI developer

Pythagora-io/gpt-pilot: The first real AI developer

Source: github.com

The first real AI developer. Contribute to Pythagora-io/gpt-pilot development by creating an account on GitHub.

Interesting. There are more and more of these coming out. For now I doubt they work very well, in practice. However the trend is clear and they will get better and better. Are our jobs at risk? Only if we don’t learn how to use these tools to up our game. A graphic designer or photographer that…

14-03-2024
GNSS Positioning - A Reviser

GNSS Positioning - A Reviser

Source: semuconsulting.com

This article reviews the core principles underpinning the global navigation satellite system (GNSS). It references some of the key terminology, outlines the main potential sources of error, and describes how the application of RTK DGPS techniques can mitigate these errors to a large extent.

A super comprehensive introduction to GPS, with more detail than I have seen elsewhere. Also based on the second paragraph it seems to be quite up to date (2023)

14-03-2024
How HEAD works in git

How HEAD works in git

Source: jvns.ca

Usually when people say that a topic is confusing when I think it’s not, the reason is that there’s actually some hidden complexity that I wasn’t considering. And after some follow up conversations, it turned out that HEAD actually was a bit more complicated than I’d appreciated!

Julia Evans continues with her tour the force in depth explainers about how git actually works.

04-03-2024
Write code top-down

Write code top-down

Source: teamten.com

Nice article but I disagree with the conclusion. I have found that you need to combine the two and go back and forth. There is no single way. By the way, notice that if you believe in TDD, that approach generally starts bottom up (UNITs are at the bottom.) so whatever design comes out of that…

February 2024

07-02-2024
Cal.com | Pricing

Cal.com | Pricing

Source: cal.com

Open Source Scheduling: Send a link and meet or build an entire marketplace for humans to connect.

This looks quite interesting. I’ve been using calendly extensively for a few years. But it is kind of expensive. Is this a viable alternative?

January 2024

29-01-2024
Prettymaps

Prettymaps

Source: github.com

A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries. - GitHub - marceloprates/prettymaps: A small set of Python functions t...

Honestly this looks pretty awesome! Haven’t tried it yet.