i use it too,can only recommend, also funny website btw.
HN user
K0IN
thisk0in@gmail.com
Sick that you can get 2 arm cores and 12 GB ram for free at Oracle cloud, did not know that
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
Qwen 3.6 27b @ 90k context on a rtx 5090 (vllm)
So my favorite regex (.*?) works? Puh.
Is the classification model available, would be cool to have this in the toolbox.
Awesome, I wanted to do the exact same thing (used gpt 5.5 + code) but it didn't get the model to work in onnx...
with this size we could have a interaactive web demo.
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.
Is there any way to load (external) libraries into the sandbox?
flotte.sh, my first steps into building a commercial product with a small team.
We help admins to manage ssh access (using certificates & ouath) for sme and hobbiests.
i wonder how this compares to tiny go, does someone has insights on this?
I consider migrating to claude, what a shame they dont have a github copilot plus like price tier.
Does someone know which tools they are using for the multi day code ai code review?
this might be a game changer (for show dont tell), and fast itterations in design meetings, to show what your thinking of.
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.
Even if someone is copying it Support and maintainance, security aren't solved with vibecoding.
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.
Not that long ago someone on hn poster this [0] a zig based s3 server in 1k lines, (warning not production ready) but if you really look for something simple, it might fit your case.
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.
Dev dependencies are not installed when you install the package into your project.
Also I checked how many deps vuejs has, also 0.
Men, the zig toolchain is just my goto c compiler. ty Andrew!
wow, 17% is impressive with such an easy fix. i wonder if we could just build this as a separate project and pull the webidl files as a dependency.
i love the idea but sad to see that we needed ai to give companies incentives to build better dx.
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.
At this point im not sure how we can reestablish trust in the software supply chain, especailly for small businesses.
I own the physical book, and I highly recommend it, it was a nice start for me (software dev) into the field.
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.
So you are telling me I prompted llms the right way all along