|
About a month ago, the CPython project merged a new implementation strategy for their bytecode interpreter. The initial headline results were very impressive, showing a 10-15% performance improvement on average across a wide range of benchmarks across a variety of platforms. Unfortunately, as I will document in this post, these impressive performance gains turned out to be primarily due to inadvertently working around a regression in LLVM 1..
|
|
About a month ago, the CPython project merged a new implementation strategy for their bytecode interpreter. The initial headline results were very impressive, showing a 10-15% performance improvement on average across a wide range of benchmarks across a variety of platforms. Unfortunately, as I will document in this post, these impressive performance gains turned out to be primarily due to inadvertently working around a regression in LLVM 1..
|
|
Förra helgen kändes som den första riktiga smaken av vår – perfekt för skogsvandringar och upptäcktsfärder. Jag blev inspirerad att ta med Rigel ut på hans första promenad i Stadsskogen.
|
|
I just watched an incredible interview with legendary tennis coach Darren Cahill, now coaching Jannick Sinner. The interview is outstanding and worth watching; Cahill is remarkable and a great communicator. In the final part, they’re talking about Jannick when Cahill drops an incredible Jannick quote: Don’t worry about criticism from someone you wouldn’t take advice from. That’s profound for a boy who’s just 23 years of age.
|
|
Forever Open, Clear and Free: The Struggle for Chicago's Lakefront
-
ahalbert.com
-
1 year ago
-
eng
Forever Open, Clear and Free: The Struggle for Chicago’s Lakefront . By Lois Wille. 185 pages. Public Ground - A Common to Remain Forever Open, Clear and Free of any Buildings, or Other Obstruction whatever. With these words, the founders of Chicago declared that the most valuable land of the city, its shoreline, would be reserved for the people. Of the thirty miles of Lake Michigan shoreline within Chicago, twenty-four miles are park....
|
|
Webhooks are surprisingly hard to process correctly. Almost every software project I’ve worked on has needed to process webhooks from third party vendors, and almost every team I’ve worked with has missed one detail or other in the implementation. In this post I’ll go over some of the details that you should think about when designing an endpoint to process webhook events. Read more on sophiabits.com
|
|
Webhooks are surprisingly hard to process correctly. Almost every software project I’ve worked on has needed to process webhooks from third party vendors, and almost every team I’ve worked with has missed one detail or other in the implementation. In this post I’ll go over some of the details that you should think about when designing an endpoint to process webhook events. Read more on sophiabits.com
|
|
An excellent keynote video on AI with some great hands on demos and a study backing up what makes code reviews useful.
|
|
An excellent keynote video on AI with some great hands on demos and a study backing up what makes code reviews useful.
|
|
Should you always start testing your code with unit tests? When does it make sense to look at integration or end-to-end testing as a first step instead? This week on the show, we speak with previous guest Eric Matthes about where to begin testing your code.
|
|
This post is part of the T4p Series. In the previous post, I discussed the Hammer Pattern. So far, we have been writing everything from scratch to detect a certain pattern. However, there’s an amazing library available that has done all the heavy lifting on our behalf and provides easy-to-use interfaces to detect patterns. I will be using the pandas-ta library for this purpose. For certain patterns, it relies on the TA-Lib library, a C++ li....
|
|
I’ve changed my home server setup a lot over the past decade, mainly because I keep changing the goals all the time. I’ve now realized why that keeps happening. I want the perfect home server. What is the perfect home server? I’d phrase it like this: The perfect home server uses very little power, offers plenty of affordable storage and provides a lot of performance when it’s actually being relied upon. In my case, low....
|
|
There has been a lot of buss around DeepSeek (R1) and their Open Source mission, and lately they released their full stack to train State-of-the-Art LLM’s. One of the tools is a Distributed Data Processing framework named “smallpond” built on top of DuckDB & Ray . Mike made an excellent write-up on his blog. The summary? It’s a tool that you can’t even buy with millions $ , insanely valuable Open Source code! Dra....
|
|
There has been a lot of buss around DeepSeek (R1) and their Open Source mission, and lately they released their full stack to train State-of-the-Art LLM’s. One of the tools is a Distributed Data Processing framework named “smallpond” built on top of DuckDB & Ray . Mike made an excellent write-up on his blog. The summary? It’s a tool that you can’t even buy with millions $ , insanely valuable Open Source code! Dra....
|
|
Many of us at Supercede use GHCi directly when developing Haskell projects. It runs the local development server, and the automated test suite, and serves as a scratch pad for ad hoc expression evaluation and type inspection. We make heavy use of integrated tests with the yesod-test framework. One of our projects now has more than 500 tests. Running the tests in GHCi takes about 150 seconds. Not terrible, but not great either. Certain....
|
|
I am a huge fan of this book. This is **the** book I'm recommending to all parents. I believe that this book can make the whole world a better place just by helping parents figure out how to have fun with their kids and not be all tires and depressed.
|
|
There are two main ways to get from my apartment to the city center: one along a main road and one slightly longer way walking next to Stadsskogen. When I have time I opt for the longer way. Walking with the looming trees on my left and the different houses of Kåbo on my right makes me happy.
|
|
I found this book in a library. It seems it's from 1994 and uses PHIGS instead of (obviously) OpenGL or Vulkan(haha). Is it a good idea reading it? Is there any info here that worth? At least the most math based stuff? I'm new to computer graphics and i wanna extend my knownledge
|
|
No post yesterday as I was in the Netherlands for work but today we have the move from data records to AI agents, the history of the London Eye and an unusual approach to enterprise sales (no sales calls).
|
|
No post yesterday as I was in the Netherlands for work but today we have the move from data records to AI agents, the history of the London Eye and an unusual approach to enterprise sales (no sales calls).
|
|
Two old stories from a veteran pilot that used so fly the mythical SR-71 fighter plane . The first is about seizing an improbable opportunity to silence braggers on the radio, with elegance. The second relates how a demo than ran close to a catastrophe was greatly praised. Delivered with a
|
|
Snyk Learn, our developer security education platform, now includes lessons on API security! Check out the new learning path that covers the OWASP Top 10 for API security risks.
|
|
A few months ago I wrote about what it means to stay gold — to hold on to the best parts of ourselves, our communities, and the American Dream itself. But staying gold isn’t passive. It takes work. It takes action. It takes hard conversations that ask
|
|
Back in November, I announced the chatgpt-shell Emacs package going offline . In real terms, it meant adding Ollama support after chatgpt-shell went multi-model . Since then, support for a handful of providers and models has been added. While DeepSeek is the latest joinee, Open Router (thank you djr7C4 ), Kagi summarizer , and Perplexity are also a model-swap away. chatgpt-shell is nearing 30K MELPA downloads . Are you a ..
|
|
Repository: @knadh/highlighted-input.js GitHub release page: v1.0.0 Full Changelog : https://github.com/knadh/highlighted-input.js/commits/v1.0.0
|
|
Paperless-ngx — Self-hosted document management that actually makes sense
-
akashrajpurohit.com
-
1 year ago
-
eng
Paperless-ngx is a powerful document management system that helps you go paperless by automatically organizing and making your documents searchable. Perfect for managing bills, receipts, and important documents in your homelab.
|
|
Paperless-ngx — Self-hosted document management that actually makes sense
-
akashrajpurohit.com
-
1 year ago
-
eng
Paperless-ngx is a powerful document management system that helps you go paperless by automatically organizing and making your documents searchable. Perfect for managing bills, receipts, and important documents in your homelab.
|