HN user

K0IN

150 karma

thisk0in@gmail.com

Posts8
Comments98
View on HN

Tldw: generating a general theme / color palette with gpt images -> using nano banana to split the images/generate single asset images -> creating 3d objects out of the images -> optimized the meshes using blender mcp

To make it lazy. It's the match anything in-between so you can put stuff before and after its my most used regex.

"my name is (.*?)$" => my name is k0in

Or values "last (.*?), was great" => last sunday, was great

In a day to day base i host Qwen3.6:27b, but i *Really* want to host deepseekv4 flash, its such a "good" model for its size/speed/price.

I really wonder when companies will start hosting theire model for everday tasks on prem, cause its good enough (and realative cheap), instead of paying subscriptions for all devs.

Claude Design 3 months ago

this might be a game changer (for show dont tell), and fast itterations in design meetings, to show what your thinking of.

Claude Opus 4.7 3 months ago

it costs the same as opus 4.6 as far as i can tell, and github copilot still charges more than double than for 4.6 (3x for 4.6 and 7.5x for 4.7), kinda uncool and a turnoff to test it (in copilot) out.

flotte.sh

A ssh ca (that issues short lived < 5 min certs) that is easy to setup and operate, focusing on oidc as a auth provider (entra keycloak for now), to authorize users not keys.

Using 2fa to guard servers and keys from compromises.

This might hold true for easy deps, but (let's be honest who would install is promise) if you have complex or domain specific stuff and you don't have the time to do yourself or the std lib does not have anything then yeh you might still fall into the pit, or you have to trust that the library does not have an supply chain chain issue itself.

GitHub Stacked PRs 3 months ago

Wow i really need this, we had a refactor our monorepo (dotnet 8 -> 10 and angular 19 -> 21) which resulted in many small changes (like refactoring to signals, moving components to standalone) and we try to group changes into commits by what was fixed, but this had the downside of some commits beeing huge while others small, this would have helped us alot grouping commits together and having cleaner commit messages.

I love löve I did some projects in it, lua was one of my fist programming language, i think it's a great fit for game dev.

Also move or die is running on love2d, which is an awesome game.

Also I love that trick that you can just zip your files and binary Comcast them to the love2d binary and it will load it.