PyApp ofek.dev I think I’m getting really close to having a good workflow setup for using pyapp. Such an amazing project to allow developers to create applications in python without passing on the hassle of python and managing installs to the user.
Publishing rhythm
The work on kopf by nolar. A Python framework to write Kubernetes operators in just a few lines of code
Watching Wes fiddle through this with what a sane person would write in a normal day application and not applying the tricks for this kind of battle is how I feel when trying to do leetcode.
THPS 1 School Gaps
On the road to Gap Master achievement I got all School Gaps in THPS1. This is a super fun level, I’ll have to admit that I had to look up at least a quarter of them, and could not find them myself, mostly due to the naming, all of the rail tricks were actually ledges and I was looking for big rails. None of the warehouse gaps were manuals so I had no idea that the downhill and accross the gym would be manual tricks. Previously THPS 1 Warehouse Gaps next THPS 1 Mall Gaps Ditchin Class # Dumpster Rail Gap # Funbox Table Transfer # Garbage Ollie # Gimme Gap # Hall Pass gap # All-Access Gap # Huge Rail # Kicker Gap # Long Ass Rail # Mini Gap # Over a Footbridge # Over the Air Condidtioner # Park Gap # Planter Gap # Playground Rail # Rail to Rail Transfer # Roof To Awning Gap # Roof To Roof Gap # Funbox To Rail Transfer # Downhill Manual # Accross the Gym # Roof Hop # Down the Awning # Perfectly Balanced # Gigantic Rail # Ridiculous Rail # Got the badge #
THPS 1 Mall Gaps
This is one of the most memorable levels for me in THPS1 from when I had originally played it. Surprisingly there aren’t as many gaps in it as I thought there would be, there are definitely a lot that you can make up on your own. Anyways here’s my playthrough of all the mall gaps in THPS1 on my way to gap master. Previously THPS 1 School Gaps Next THPS 1 Skate Park Gaps Huge Stair Set Off A Mezzanine # Coffee Grind # The Flying Leap # For the Whole Atrium # Fountain Gap # Exit Stage Right # Exit Stage Left # Over A Stair Set # Over A Huge Stair Set # Planter Gap # Rail Combo # Skater Excalator Gap # Accross The Light Beam # The Long Rail # The Short Rail #
Ergonomic Laptop — Evan and Katelyn Back pain ends here. Evan and Katelyn · evanandkatelyn.com This is such a cool idea, I tend to not use laptops at all because they are so uncomfortable I just wait till I’m back at my desk. This solves two main issues I have with laptops, the posture to use them is shit, the keyboards that come on them is not what I want to use. I’ve solved the latter with my own custom keyboard.
Check out PrefectHQ and their project marvin. ✨ AI agents that spark joy
Just starred system-upgrade-controller by rancher. It’s an exciting project with a lot to offer. In your Kubernetes, upgrading your nodes
Just starred arcade by pythonarcade. It’s an exciting project with a lot to offer. Easy to use Python library for creating 2D arcade games.
OpenTools | The API for LLM tool use One API to use any LLM with every MCP tool OpenTools · opentools.com OpenTools is an index for mcp servers to work with new agentic workflows like roo code and windsurf.
I really like this idea for a homelab jbod. Hardware Haven builds out J ust a B unch O f D isks using some pretty affordable hardware and has up to 16 disks added to his homelab with the os having full access to use with zfs.
THPS 1 Warehouse Gaps
On the road to Gap Master achievement I got all Warehouse Gaps in THPS1. This is this classic warehouse level that everyone thinks of when THPS is mentioned. Such a good level, compact, easy to play, with some fun gaps that might take a few tries to hit. Next up THPS 1 School Gaps Big Rail # Channel Gap # Deck 2 Rail # Face Plant # High Rail # Holy Shi # Kicker 2 Ledge # Kicker Gap # Monster Grind # Over The Pipe # Secret Room # Taxi 2 Ledge # Taxi Gap # Transfer # Transition Grind #
XCMKB: ZMK/Bluetooth Boards XCMKB: Key Remap Dear beginner, there is no real time key remap like Vial, but thanks to nickcoutsos for his work on Keymap Editor, a browser app allows you to load ZMK keymap code and manage it wi... XCMKB · xcmkb.com Nice overview to getting started in zmk
Check out tailscale and their project github-action. A GitHub Action to connect your workflow to your Tailscale network.
I recently discovered kubevpn by kubenetworks, and it’s truly impressive. KubeVPN offers a Cloud Native Dev Environment that connects to kubernetes cluster network.
I run tailwind for my personal blog, whenever I update it, pre-commit goes in and fixes end of file. I’m sick of these things fighting each other, since it is a generated app it is going to et ignored from pre-commit from now on.
exclude: ^static/app.*\.css$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
External Link printables.com Zuberios Mantic clamp, would ya look at it. This thing looks like a handy tool for soldering. Excited to give it a try.
External Link youtube.com Damn this looks good, I’ve been casually keeping my eye out for something like this for quite awhile, I think this will come in handy for keeb builds. Printing one out as I post this, damn I love 3d-printing.
There are many Style Guides but this is Mine—zachleat.com A post by Zach Leatherman (zachleat) Zach Leatherman · zachleat.com Zach’s site looks sick colors are all on point, the fonts are so good. I really like the idea of a style-guide. I think I might be renaming my Sample post to style-guide now.
Astral uses just in CI, kinda cool to stumble into this setup in the wild. And her is the accompanying justfile. you can see how it accepts arguments, and starts calling out to other just recipes.