TL;DR summary of stories on the internet
In this web content, Oskar discusses the impending end of the CRUD (Create, Read, Update, Delete) world and the shift towards Event Sourcing. He explains that storing data as events allows for better optimization of information quality rather than size. Oskar likens event storing to Santa Claus making a list and checking it twice, stating […]
Read more »
InpharmDTM is a healthcare company that aims to assist healthcare providers in making better clinical decisions based on data. Despite being founded in 2018, the company has shown significant growth and profitability. With a focus on efficiency and a performance-driven culture, InpharmDTM has managed to grow rapidly with a small team. The company prides itself […]
Prompt is a terminal that combines the best features of GNOME Builder, GNOME Text Editor, and VTE. It can be seen as a companion terminal to Builder and is particularly useful for immutable/container-oriented desktops like Fedora Silverblue or Project Bluefin. Prompt was initially a prototype for GNOME Builder nearly a decade ago, but it was […]
Starting today, Zulip’s mobile push notification service will no longer be free for new self-hosted customers with more than 10 users. Current users will have unlimited free access until February 15, 2024. To replace this, two new plans have been introduced: the Business plan, which includes unlimited access to mobile push notifications and expert commercial […]
We’re excited to announce the launch of Fly Postgres, a managed Postgres offering in partnership with Fly.io. Fly Postgres databases are hosted on Fly.io’s edge computing platform, available in over 37 locations worldwide. With Fly Postgres, you can expect all the features and extensions of a Supabase managed database, including support for Vector/AI workloads, connection […]
Google Maps is making a change that will enhance user privacy by storing location history data directly on user devices instead of on Google’s servers. This means that Google will no longer have access to the data, and consequently, law enforcement will no longer be able to request it. This is a positive move, considering […]
In a unanimous ruling, Utah’s state Supreme Court has stated that criminal suspects have the right to refuse to provide phone passcodes to the police under the Fifth Amendment privilege against self-incrimination. The case involves Alfonso Valdez, who was arrested for kidnapping and assaulting his ex-girlfriend. The police obtained a search warrant for Valdez’s phone […]
Photographer Martin Bond has concluded his project, A Cambridge Diary, after 5,000 photos and 13 years. Bond’s project aimed to showcase everyday moments in Cambridge, England, that tourists wouldn’t usually see, while also reminding locals of their love for the city. The final image features a full moon between the turrets of King’s College Chapel. […]
In this web content, the author discusses their experience with creating a small MIDI synthesizer using the CH32V003 microcontroller. They express surprise to find that another developer had already created a USB stack for the microcontroller, but decide to proceed with adding USB-MIDI functionality to their board. The author shares details about the construction and […]
In this web content, the author discusses CRDTs (Conflict-free Replicated Data Types) and specifically focuses on the Causal Tree design. CRDTs are algorithms that ensure eventual consistency in distributed systems by following specific mathematical properties. The author highlights that CRDTs are commonly used in text collaboration applications and do not require a central authority to […]