Content Recommender

All URLs in your content database.

Showing 20 of 790 URL(s) (Page 1 of 40)

Particle Accelerators Have a New Target: Cancer

spectrum.ieee.org
The Millisecond That Could Change Cancer Treatment FLASH therapy uses a precise burst of ultrahigh-power radiation to kill tumors and spare healthy tissue Inside a cavernous hall at the Swiss-French border, the air hums with high voltage and possibility. From his perch on the wraparound observation ...
πŸ’‘ Top Recommendations:

My Homelab Setup

bryananthonio.com
For the longest time, I’ve procrastinated on finding a good backup and storage solution for my Fujifilm RAW files. My solution up until recently involved manually copying my photos across two external SSD drives. This was quite a hassle and I hadn’t yet figured out a good off-site backup strategy. A...
πŸ’‘ Top Recommendations:

Programming peaked

functional.computer
Programming peaked by Samir Talwar Tuesday, 25 November 2025 at 09:00 CET I remember my first job vividly. It helps, of course, that I still consider many of the people I worked with friends, and I know some of them even still read this blog. (Hi!) I also think it might have been the beginning of th...
πŸ’‘ Top Recommendations:

We stopped roadmap work for a week and fixed 189 bugs

lalitm.com
Discussed on Hacker News, lobste.rs and r/programming It’s Friday at 4pm. I’ve just closed my 12th bug of the week. My brain is completely fried. And I’m staring at the bug leaderboard, genuinely sad that Monday means going back to regular work. Which is weird because I love regular work. But fixit ...
πŸ’‘ Top Recommendations:

The Inference Economy

frontierai.substack.com
The Inference Economy What data center build outs tell us about intelligence costs Trillion dollar data center buildouts are all the rage. Discussions about powering these data centers, water use, and the wisdom of extremely scaled capex are everywhere β€” CNBC, SemiAnalysis, and around the dinner tab...
πŸ’‘ Top Recommendations:

Fix HDMI-CEC weirdness with a Raspberry Pi and a $7 cable

johnlian.net
For years I treated HDMI-CEC like a house spirit: sometimes helpful, mostly temperamental, never fully understood. My living-room stack is straightforward: Samsung TV on ARC (NOT eARC - story for another day), Denon AVR-X1700H hidden in a closet, Apple TV plus a bunch of consoles connected to the re...
πŸ’‘ Top Recommendations:

GitHub - pageman/sutskever-30-implementations: Sutskever 30 implementations inspired by https://papercode.vercel.app/

github.com code development github
Comprehensive toy implementations of the 30 foundational papers recommended by Ilya Sutskever Buy the Google Colab Code for this Repo at Gumroad This repository contains detailed, educational implementations of the papers from Ilya Sutskever's famous reading list - the collection he told John Carmac...
πŸ’‘ Top Recommendations:

AI Makes the Easy Part Easier and the Hard Part Harder

www.blundergoat.com
Writing on software, systems, and hard-won lessons. Writing on developer experience, systems thinking, and the mistakes behind both - covering AI workflows, continuous improvement, and the mental models that drive better decisions. A friend of mine recently attended an open forum panel about how eng...
πŸ’‘ Top Recommendations:

How will OpenAI compete? β€” Benedict Evans

www.ben-evans.com
How will OpenAI compete? β€œJakub and Mark set the research direction for the long run. Then after months of work, something incredible emerges and I get a researcher pinging me saying: β€œI have something pretty cool. How are you going to use it in chat? How are you going to use it for our enterprise p...
πŸ’‘ Top Recommendations:

Andrej Karpathy

karpathy.ai
2023 - 2024 I came back to OpenAI where I built a new team working on midtraining and synthetic data generation. 2015 - 2017 I was a research scientist and a founding member at OpenAI. 2011 - 2015 My PhD was focused on convolutional/recurrent neural networks and their applications in computer vision...
πŸ’‘ Top Recommendations:

AI Made Writing Code Easier. It Made Engineering Harder.

www.ivanturkovic.com
Yes, writing code is easier than ever. AI assistants autocomplete your functions. Agents scaffold entire features. You can describe what you want in plain English and watch working code appear in seconds. The barrier to producing code has never been lower. And yet, the day-to-day life of software en...
πŸ’‘ Top Recommendations:

AI is Making Junior Devs Useless - Be a Better Dev

beabetterdev.com
So I got this comment on my last video and it genuinely stopped me in my tracks. It was from @Thiccolo and it reads: β€œFor someone like you, who likely has years of experience without LLMs, your brain totally understands good code/bad code, good architecture, and just general intuition around code an...
πŸ’‘ Top Recommendations:

Mac external displays for designers and developers, part 2

bjango.com
Mac external displays for designers and developers, part 2 Since writing about Mac external displays in 2016, not much has changed. LG, Dell, Samsung, and other display makers have either never catered for the specs many Mac designers and developers want, or they’ve reluctantly produced products tha...
πŸ’‘ Top Recommendations:

My 🌢 take on vibe coding for PMs - Daniel D. McKinnon

www.ddmckinnon.com
I shared this internally at Meta in response to a deluge of clout-chasing posts celebrating PMs landing prod diffs. The response was positive and the message generalizes, so here we are on the open www. PMs shouldn’t waste time landing prod diffs at Meta scale - If the feature is actually important,...
πŸ’‘ Top Recommendations:

Apple Debuts M5 Pro and M5 Max, and Renames Its M-Series CPU Cores

daringfireball.net
By John Gruber npx workos: An AI agent that writes auth directly into your codebase. Apple Newsroom: Apple today announced M5 Pro and M5 Max, the world’s most advanced chips for pro laptops, powering the new MacBook Pro. The chips are built using a new Apple-designed Fusion Architecture. This innova...
πŸ’‘ Top Recommendations:

M5 Pro and M5 Max are surprisingly big departures from older Apple Silicon

arstechnica.com
As part of today’s MacBook Pro update, Apple has also unveiled the M5 Pro and M5 Max, the newest members of the M5 chip family. Normally, the Pro and Max chips take the same basic building blocks from the basic chip and just scale them upβ€”more CPU cores, more GPU cores, and more memory bandwidth. Bu...
πŸ’‘ Top Recommendations:

A Visual Intro to NumPy and Data Representation

jalammar.github.io
A Visual Intro to NumPy and Data Representation Discussions: Hacker News (366 points, 21 comments), Reddit r/MachineLearning (256 points, 18 comments) Translations: Chinese 1, Chinese 2, Japanese, Korean The NumPy package is the workhorse of data analysis, machine learning, and scientific computing ...
πŸ’‘ Top Recommendations:

NumPy: the absolute basics for beginners#

numpy.org
NumPy: the absolute basics for beginners# Welcome to the absolute beginner’s guide to NumPy! NumPy (Numerical Python) is an open source Python library that’s widely used in science and engineering. The NumPy library contains multidimensional array data structures, such as the homogeneous, N-dimensio...
πŸ’‘ Top Recommendations:

GitHub - mickamy/sql-tap: Watch SQL traffic in real-time with a TUI

github.com code development github
Real-time SQL traffic viewer β€” proxy daemon + TUI / Web client. sql-tap sits between your application and your database (PostgreSQL, MySQL, or TiDB), capturing every query and displaying it in an interactive terminal UI. Inspect queries, view transactions, and run EXPLAIN β€” all without changing your...
πŸ’‘ Top Recommendations:

Using OpenClaw with Ollama: Building a Local Data Analyst

www.datacamp.com
Course Modern AI workflows often rely on cloud APIs. But what if you want a system that runs entirely on your machine, keeps data private, and still supports multi-step agent workflows? In this tutorial, you’ll build a local-first AI execution app where: - A web interface accepts user requests and f...
πŸ’‘ Top Recommendations: