Mar 13, 2024 from Ryan Schachte's Blog Wireguard tunneling in user space with Netstack's virtualized TCP/IP stack Fun with HTTP proxies and user space tunnels with Wireguard
Mar 13, 2024 from Volution Notes Pre-hashing large password files used with PBKDFs A subtle, but surprising, realization about password-based key-derivation functions when using long byte sequences as passwords.
Mar 12, 2024 from Victor Blomqvist's blog You might not need Redis Redis is arguably the most well regarded tech of all. My impression is that not even PostgreSQL has the same kind of positive aura around it. And of all tech available Redis is at the top of things...
Mar 07, 2024 from shankhs Use CMake to build and run cross-platform (WIN32 and LINUX) code. (Part 1) CMake is a build configuration tool. In other words, CMake generates Makefiles. This post gives an example on how to configure CMake (the actual content of CMakeLists.txt) to build and run C++ code...
Mar 06, 2024 from Ishan Das Sharma When Using `bc`, `scale` Doesn't Round! Ever stumbled upon a weird problem and couldn’t quite figure out where things went wrong? I’ve been there, and so has a friend of mine while tackling a HackerRank challenge. The task seemed simple:...
Mar 04, 2024 from Ryan Schachte's Blog Observability and experimentation with ephemeral network clusters Setting up Prometheus & Grafana w/ an ephemeral Kubernetes cluster
Mar 04, 2024 from Max Brenner My first steps in indie hacking Photo by Jake Hills / image source Hey, thanks for stopping by. After over two years of silence on this blog I finally felt the urge to write about something that is worth sharing again. A lot has ...
Mar 03, 2024 from Ishan Das Sharma Read This Next: Using AI For Recommending Posts On My Blog Featured Photo by Javier Allegue Barros. Imagine landing on a blog where every “Read This Next” suggestion feels like it was handpicked just for you. That’s the kind of reading journey I want for y...
Feb 29, 2024 from Outside the Asylum The Duality of Machine In which I am grumpy about bad philosophy of mind.
Feb 27, 2024 from Bartosz Ciechanowski Airfoil The dream of soaring in the sky like a bird has captivated the human mind for ages. Although many failed, some eventually succeeded in achieving that goal. These days we take air transportation for...
Feb 25, 2024 from Outside the Asylum An Actually Intuitive Explanation of P-Values Academic science revolves largely around one number, the "p-value". This number has been the cause of a huge amount of confusion, so I spent a week trying to figure out what it actually means. I th...
Feb 25, 2024 from Ishan Das Sharma Calculating The Number Of Digits In A Power Of 2 I want to share something cool I learned about logarithms. If you’ve found logarithms a bit tricky, like I did, you’ll love this trick! It’s a neat way to see logarithms in action and made things c...
Feb 24, 2024 from Victor Blomqvist's blog 9 rounds of AI-powered code reviews in Azure Devops The other day we had a AI hackathon day in the office, basically a do-whatever day as long as it was related to AI. Fun! Part of my work as system architect at MAJORITY is to do code reviews, but i...
Feb 23, 2024 from Victor Blomqvist's blog The tech behind viblo.se TLDR Content written in old school HTML CSS built on the minimal CSS framework Sakura CSS To avoid repeating imports, headers etc., the site has some custom JS. Static files hosted on Bunny CDN Onl...
Feb 19, 2024 from Gonçalo Valério New Nostr and Lightning Addresses Bitcoin Atlantis is just around the corner. This conference, happening here in Madeira, is something unusual for us locals. The common pattern is that we have to fly to attend such conferences. I p...
Feb 19, 2024 from Ryan Schachte's Blog Linux VMs for ARM CPUs using Multipass, Terraform & Ansible Hacking the Multipass Go lib and Terraform to support Linux VMs on ARM
Feb 18, 2024 from Londogard Blog TIL: Multiple Git Remotes It is really simple actually. Simply call the following command: git remote add To then push it is as simple as git push . I use this to keep my repository in HuggingFace Spaces and GitHub at the...
Feb 16, 2024 from Michael Lynch My Sixth Year as a Bootstrapped Founder Six years ago, I quit my job as a developer at Google to create my own bootstrapped software company. For the first few years, all of my businesses flopped. The best of them earned a few hundred do...
Feb 15, 2024 from Python Learning Codility – Slalom Skiing – Python – 100% If you haven’t read the first part of this post, you can do so HERE. What happened after I posted that blog was… …pretty funny! Like, even funny-haha funny. Because in my last post, I really genuin...