Links
AddSSH3: faster and rich secure shell using HTTP/3, checkout our article here: https://arxiv.org/abs/2312.08396 and our Internet-Draft: https://datatracker.ietf.org/doc/draft-michel-ssh3/ - francoismichel/ssh3
The powerhouse platform
The Exa API retrieves the best, realtime data from the web for your AI
But what does that mean?
Construction workers cracked open the ground for a new building and pulled out a 660-year-old secret that is rewriting what historians thought they knew about medieval seafaring.
Idempotency is not just an HTTP header or a key lookup. This article covers the failure cases that bite real APIs: different requests with the same key, concurrent retries, partial success, downstream uncertainty, response replay, expiry, and duplicate message handling.
Companies that treat AI as an autonomous agent are disappointed. Those that treat it as an exoskeleton—an amplifier of human capability—are seeing transformative results. Here's the framework.
Buy Coffee Online & Have Over 65 Speciality Coffee Beans Varieties Fresh Roasted & Delivered to Your Doorstep
Explore Boundary product documentation, tutorials, and examples.
Cloud Router Switch 112-8P-4S-IN with QCA8511 400Mhz CPU, 128MB RAM, 8xGigabit LAN with PoE-out, 4xSFP, RouterOS L5, desktop case, PSU
Turning Outlook into a keylogger via VBA macros
Kubernetes Egress Control with Squid proxy (interlaye.red)
In an ideal world you wouldn't have to perform multiple steps for the rendering, but unfortunately we... Tagged with kubernetes, devops, tutorial, argocd.
Distributed, offline-first bug tracker embedded in git - git-bug/git-bug
A proposed standard that allows websites to define security policies.
CLIENTS,WEBSITE,CERTIFICATE,SSL CERTIFICATE.One of the crucial steps in the TLS handshake is for the server to prove its identity to the client. While there is plenty of content explaining the principles of the handshake, there's less informati
Motivation
I wanted to test out the new Unsloth models for Qwen3.6 and Gemma4 on my gaming PC. llama.cpp on Windows is tedious to compile, and I have littered my Windows installation with too many toolchains already. Python venvs, Mingw, Cuda, UCRT64 & WSL to name a few. Windows still does not feel developer friendly to me. I think I’m ok with it being a frontend for Steam’s Big Picture mode. I didn’t want to disturb my Windows setup that I use for gaming. Windows has a nasty habit of breaking GRUB on updates. UEFI fixes that to some extent, but it’s a pain to maintain the UEFI entries manually and change them every time the kernel updates. One of the best benefits of using the method described here is that GRUB is also on the remote drive. I have a couple of NVME drives in the PC, both contain a few games that I play frequently. I didn’t want to get into the hassle of repartitioning everything that the boot loader works with both Linux & Windows. Sure I can use a USB drive and in the past I have done so, but I tend to misplace my USB drives everywhere and when I urgently need one, I tend to pick the USB that’s readily available e.g. for some FedEx printing or as backup drive for photos when on vacation. I end up wiping the Linux USBs more often than not. I already have a NAS, so why not use remote boot ? I always wanted to know how PXE worked over iSCSI.
Limitations
Installing Debian on a network drive will indeed be noticeably slower than a native install. Since I’m going to use some portion of my local NVMe drive to store & load the models, I didn’t really care about the OS performance as I have enough RAM to run everything smoothly once the OS has booted up. I won’t be using this for browsing stuff using Firefox.
GitHub Actions has revolutionized how we automate workflows, especially in a DevOps-driven world.... Tagged with webdev, github, productivity, githubactions.