Dec 18, 2024 from The Linkfest Linkfest #28: Neolithic Octopuses, Weeping Trees, and a Forty-Year-Old Snowman Hello! It’s time for "the opposite of doomscrolling” — or, my latest “Linkfest”, in which I painstakingly debone the entire Internet to extract its finest cuts of science, culture and technology, j...
Dec 17, 2024 from Bartosz Ciechanowski Moon In the vastness of empty space surrounding Earth, the Moon is our closest celestial neighbor. Its face, periodically filled with light and devoured by darkness, has an ever-changing, but dependable...
Dec 17, 2024 from Londogard Blog Pixi - Real World Usage Managing dependencies and environments across multiple platforms can be a nightmare. That’s why I was thrilled to discover Pixi. I’ve previous talked about Pixi on LinkedIn/Twitter, but haven’t use...
Dec 15, 2024 from R74n Newsletter 🎉 Sandboxels v1.10.2 - Birthday Update OUT NOW ⛄️ Long-awaited additions and polish to celebrate this year's Sandboxels anniversary.
Dec 15, 2024 from Ryan Bagley 16-bit BGP Community Architecture There are a lot of reasons a network engineer might use a 16-bit BGP community tag in an enterprise environment. It can be forced from pre-existing constraints and overcoming technical debt while s...
Dec 14, 2024 from ℤ→ℤ Using LLMs to Explain Historical Code: FLOW-MATIC Investigation The new generation of code assistance tools powered by Large Language Models (LLM)s may be useful in efficiently categorizing and translating historical software corpora. In this qualitative study,...
Dec 14, 2024 from ~hedy The joy of feed readers and alternative ways to consume content Let’s talk about feed readers: software that lets you subscribe to feeds to get updates when new content is published. There are many kinds of feeds and feed readers. We’ll focus on the ones that p...
Dec 14, 2024 from All content on Seirdy’s Home Why I choose Microdata The four most popular ways to use RDF-based metadata on websites are RDFa-Core, RDFa-Lite, Microdata, and inline JSON-LD.I can’t use RDFa-Lite because I need rel HTML attributes. rel silently upgra...
Dec 13, 2024 from Alejandro AR (kinduff) My deleted review of this restaurant Guess my review didn't pass the community rules of Google Maps
Dec 12, 2024 from Morteza Mirzaei Remote SSH Access Without Static IP or Domain Name Using Cloudflare Zero Trust: A Step-by-Step Guide During my undergraduate studies, I relied on a gaming laptop for most of my university projects because I needed a powerful CPU and GPU. Carrying it around in my backpack was cumbersome, but at the...
Dec 12, 2024 from Julia Evans "Rules" that terminal programs follow Recently I’ve been thinking about how everything that happens in the terminal is some combination of: Your operating system’s job Your shell’s job Your terminal emulator’s job The job of whatever p...
Dec 12, 2024 from Ishan Das Sharma Send Applescript Notifications from your CLI easily with this nifty alias Have you ever wanted to send desktop notifications from your command line on macOS? This can be particularly useful when you want to be notified when a long-running process completes. For example, ...
Dec 10, 2024 from All content on Seirdy’s Home Scrapers I block (and allow), with explanations Here’s my thought process when deciding whether to block a scraper from seirdy.one, the scrapers I block, the scrapers I allow, and the ways I block them.
Dec 08, 2024 from Gonçalo Valério Optimizing mastodon for a single user I’ve been participating in the Fediverse through my own mastodon instance since 2017. What started as an experiment to test new things, focused on exploring decentralized and federated alternatives...
Dec 08, 2024 from Peralta's notes on Luis Peralta Weekly update #20241208 Note: I will be moving to short notes in addition to longer form content, inspired by rbv. Trying to do anything meaningful automating rekordbox is painful. pyrekordbox and DJ-Tools make it a bit l...
Dec 07, 2024 from Blog by Vesa Piittinen HTML custom elements This is a dump of my custom elements knowledge and how to make it all work with React.
Dec 05, 2024 from Changelog A new era for the Changelog Podcast Universe We’re kicking off 2025 with some big changes. Starting in January, we’ll be focusing all of our efforts on producing The Changelog (News, Interviews, Friends) as the single best developer podcast e...
Dec 04, 2024 from Saeed Esmaili Build a search engine, not a vector DB If you want to make a good RAG tool that uses your documentation, you should start by making a search engine over those documents that would be good enough for a human to use themselves. This is ex...