Dec 19, 2024 from Saeed Esmaili Quickly Filter and Aggregate Python Lists Today I came across this brilliant python library called leopards which allows you to do some basic but frequently used filters and aggregations on python lists. I"ve always used pandas for any qui...
Dec 19, 2024 from Anirudh Oppiliappan Being better My epistemic breakthrough to better living A year and a half ago, I decided to go completely vegan. Actually, scratch that—completely plant-based. I only went vegan about a year ago1. It took six m...
Dec 19, 2024 from Saeed Esmaili Pydantic Logfire for LLM and API Observability I’ve been using sentry for automatically logging the errors and exceptions of my python projects. A few months ago I needed to log some information if a specific condition is true in my side projec...
Dec 18, 2024 from Paul's Weblog My Bash Script Preamble Boilerplate I’ve been writing Bash scripts for years and have slowly built up a boilerplate of sorts that I typically copy and paste into new scripts at the start. Hence a “preamble boilerplate.” If you just w...
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.