TL;DR summary of stories on the internet
Prettymapp is a webapp and Python package that allows users to create visually appealing maps using OpenStreetMap data. It is a rewrite of the original prettymaps project by @marceloprates, with a focus on speed and simplified configuration options for the webapp. The package can also be used directly in Python for customization or building custom […]
Read more »
Asahi Linux has announced the availability of conformant OpenGL ES 3.1 drivers for M1- and M2-family GPUs. These drivers are compatible with any OpenGL ES 3.1 application and can be installed by using Asahi Linux and upgrading the system with the latest drivers. The drivers have passed tens of thousands of tests and have been […]
In this web content from August 1983, Andy Hertzfeld recounts a conversation between Steve Jobs and Larry Kenyon about the speed of the Macintosh computer’s boot time. Despite the Macintosh being relatively faster than the Apple II, the floppy disk was a significant bottleneck in terms of loading data. Steve was particularly bothered by the […]
The developers of FreeBSD are looking into using an open-source NVIDIA kernel driver called nvidia-drm.ko as a Direct Rendering Manager driver. This driver, which is separate from Nouveau, allows for better integration with the kernel and provides an alternative to the NVIDIA proprietary driver. NVIDIA graphics on FreeBSD have traditionally been the best due to […]
There are modded versions of Discord that allow users to customize the appearance or add extra features. Some of these mods can even unlock functionalities that are typically only available with a paid subscription to Discord Nitro. This is possible because Discord is built using Electron, which means it runs within a web browser. The […]
Welcome to the Security Blog, where we bring you the latest news and insights on security and safety on the Internet directly from Google. Stay updated on the ever-evolving world of online security with our informative content. We aim to provide you with valuable information to help you navigate the digital landscape seamlessly and protect […]
uBO Lite (uBOL) is a unique content blocker that operates without the need for any permissions. It uses the same filters as uBlock Origin, including EasyList and EasyPrivacy. Additional rulesets can be added through the options page. Unlike other blockers, uBOL relies on the browser itself for content filtering, which means it doesn’t consume CPU/memory […]
Building a cloud-native database presents a unique set of challenges on top of the already complex task of building a database. From memory management and scheduling algorithms to query optimization and cloud computing, there are a myriad of issues to tackle. The use of cloud computing services, like blob stores and S3, allows for flexible […]
Impermanence in NixOS allows for the wiping of the root directory every reboot by mounting a tmpfs to it, with only /boot and /nix needed for booting. The rest of the system files are just links to files in /nix. Persisting certain files and folders between reboots can be achieved through bind mounts or the […]
AutoHotKey is the ultimate Windows automation tool, but its complexity can be overwhelming. That’s why I’m sharing my collection of annotated AHK scripts, which cover various tasks such as quickly opening specific folders, inserting dates and symbols, and adding new hotkeys to programs. For those who love vim, there’s even a modal hotkey system. Additionally, […]