Epiq introduces a vim-inspired, Git-based issue tracker operating entirely in the terminal with ASCII boards, emphasizing local-first collaboration and event sourcing.
Browsing Category
Coding Skills
182 posts
Bun Rust rewrite: “codebase fails basic miri checks, allows for UB in safe rust”
A recent Bun project rewrite in Rust fails Miri checks, exposing undefined behavior in safe Rust code. Developers warn about potential security and stability risks.
WinUI 3 Performance: A Leap Forward
Microsoft reports significant performance improvements in WinUI 3, including reduced launch times and lower resource usage, enhancing Windows app responsiveness.
Porting 3D Movie Maker to Linux
The first known port of Microsoft 3D Movie Maker to Linux is now available after over 18 months of development, enabling users to create animated movies on Linux systems.
OpenAI brings its Codex coding app to mobile
OpenAI now allows ChatGPT users on Android and iOS to access Codex projects remotely, enhancing mobile coding management and security.
Show HN: Nibble
Nibble is a new systems programming language written in C, designed to generate LLVM IR without external dependencies, supporting advanced features and graphical demos.
A History of IDEs at Google
An in-depth look at how Google evolved its integrated development environment ecosystem, from diverse choices to a unified cloud-based platform.
Learning Software Architecture
An in-depth analysis of how to learn software architecture through practice, social factors, and adapting to constraints, based on expert reflections.
Learning Software Architecture
An analysis of how software architecture is learned, its social influences, and practical advice for developers based on recent expert reflections.
Building a web server in aarch64 assembly to give my life (a lack of) meaning
A developer creates a static HTTP server in Aarch64 assembly on MacOS, exploring low-level system calls and server mechanics without libraries.