2025-02-21

A system to organise your life

Johnny.Decimal is a numerical filing system that helps organize digital files using a structured approach of areas, categories, and unique IDs. The system uses a simple decimal notation (XX.YY) to create an organized hierarchy, limiting each level to ten items for easier navigation and improved file findability.

Original archive.is archive.ph web.archive.org

Log in to get one-click access to archived versions of this article.

read comments on news aggregators:

Related articles

macOS Tips & Tricks

A comprehensive guide detailing keyboard shortcuts, gestures, and hidden features across various macOS applications and system functions, focusing on productivity enhancements for Sonoma users. The guide covers essential shortcuts for system navigation, window management, and application-specific commands to optimize workflow efficiency.

GitHub - deepseek-ai/awesome-deepseek-integration

A comprehensive directory of software tools and applications that integrate with DeepSeek API, including desktop assistants, browser extensions, IDE plugins, and development frameworks, enabling AI-powered features across various platforms.

Home | Substack

The progression of AI capabilities should be measured by the ratio of useful output per unit of human input, rather than through AGI timelines. Drawing parallels between self-driving cars and language models, the focus should shift to measuring how long AI systems can operate effectively without human intervention. While AI systems are becoming increasingly productive, they may never achieve complete autonomy without human guidance.

When Imperfect Systems are Good, Actually: Bluesky’s Lossy Timelines

Bluesky implemented a 'Lossy Timelines' system to improve performance by intentionally dropping some timeline updates for users who follow many accounts. This solution reduced fanout latency by 96% and eliminated hot shard issues in their database clusters. The approach demonstrates how embracing imperfection in system design can lead to better scalability and performance.

My LLM codegen workflow atm

A developer shares their comprehensive workflow for using LLMs in software development, detailing processes for both greenfield and legacy code projects. The approach involves three main steps: idea honing, planning, and execution, with practical tools and prompts for efficient code generation and review.

Chilly ATC – Enter Your Flow State

A web application blending live Air Traffic Control (ATC) communications with ambient music to enhance focus and productivity. Users can select airport channels to stream authentic ATC communications mixed with calming background music.

Finding Flow: Escaping Digital Distractions Through Deep Work and Slow Living

An exploration of focus, flow states, and digital distractions in modern life, drawing parallels between behavioral conditioning and social media's impact on attention. The text discusses practical strategies for maintaining focus, achieving flow states, and embracing slow living while highlighting the importance of environment, breaks, and disconnection from technology.

Siren Call of SQLite on the Server

An analysis of using SQLite in server-side production environments reveals that while technically capable, it introduces unnecessary complexity compared to traditional client-server databases. Despite SQLite's reliability and performance, implementing features like high availability and backups requires additional infrastructure, potentially negating its main benefits.

On Jujutsu and Magit

A developer shares their experience transitioning from Git and Magit to Jujutsu (jj), highlighting both improvements in version control workflows and limitations compared to Magit's interface. While Jujutsu offers superior conflict handling and simpler workflows than Git's CLI, the author finds themselves missing Magit's powerful GUI capabilities for incremental patch building.