Screenshots from developers: 2002 vs. 2015 (2015)

screenshots-from-developers:-2002-vs.-2015-(2015)

How things have (and have not changed). I’m still a command-line junkie with at least two xterm windows open. I’m still using a 3×3 virtual desktop. However, instead of fvwm, it is now LXDE. I’ve also switched from FreeBSD to Linux and I’m running Lubuntu as my distribution. There are a lot of indispensable GUI […]

The past was not that cute

the-past-was-not-that-cute

I was excited when cottagecore became a thing. Maybe my interest in retro clothes and handicrafts would be less embarrassing now! Cottagecore, Pinterest 2025 I still enjoy it. But in spaces focused on old-fashioned vibes, you encounter a lot of people who believe that the past was actually this charming. 1879s farmers through the eyes […]

Coffee link to slower biological aging in those w mental illness–to point

coffee-link-to-slower-biological-aging-in-those-w-mental-illness–to-point

New research from King’s College London finds that coffee consumption within the NHS recommended limit is linked to longer telomere lengths – a marker of biological ageing – among people with bipolar disorder and schizophrenia. The effect is comparable to roughly five years younger biological age. Telomeres are structures that protect DNA. As people get […]

Show HN: Tascli, a command line based (human) task and record manager

show-hn:-tascli,-a-command-line-based-(human)-task-and-record-manager

A simple, fast, local CLI tool for tracking tasks and records from unix terminal. Installation: cargo install tascli # or use brew brew tap Aperocky/tascli brew install tascli Basic Usage Tasks and records are stored in ~/.local/share/tascli/tascli.db (configurable) with rusqlite. Create tasks with deadlines: # Basic tasks tascli task ”Create readme” today tascli task ”Publish […]

Zebra-Llama: Towards Efficient Hybrid Models

zebra-llama:-towards-efficient-hybrid-models

Abstract:With the growing demand for deploying large language models (LLMs) across diverse applications, improving their inference efficiency is crucial for sustainable and democratized access. However, retraining LLMs to meet new user-specific requirements is prohibitively expensive and environmentally unsustainable. In this work, we propose a practical and scalable alternative: composing efficient hybrid language models from existing […]

OMSCS Open Courseware

omscs-open-courseware

Georgia Tech’s Online Master of Science in Computer Science (OMSCS) program is proud to make the course content* for many of its courses publicly available through Ed Lessons. Select a course below to view the public content for that course. Note that students enrolled in OMSCS should access their course content through Canvas, as the […]

Perl’s Decline Was Cultural

According to the Discourse, somebody killed perl There’s been a flurry of discussion on Hacker News and other tech forums about what killed Perl. I wrote a lot of Perl in the mid 90s and subsequently worked on some of the most trafficked sites on the web in mod_perl in the early 2000s, so I […]

Show HN: I made a tool to make PDFs look scanned because bureaucracy

show-hn:-i-made-a-tool-to-make-pdfs-look-scanned-because-bureaucracy

Transform PDF documents to look like scanned documents. Default Scan scanify input.pdf All Effects scanify –aggressive –bent –dusty input.pdf Installation brew tap Francium-Tech/tap brew install scanify From Source git clone https://github.com/Francium-Tech/scanify.git cd scanify swift build -c release cp .build/release/scanify /usr/local/bin/ # Basic usage – creates input_scanned.pdf scanify document.pdf # Specify output path scanify document.pdf scanned_output.pdf […]