HackerTrans
TopNewTrendsCommentsPastAskShowJobs

K0IN

148 karmajoined 6 lat temu
[email protected]

Submissions

Generating 3D assets with AI [video]

youtube.com
1 points·by K0IN·4 dni temu·1 comments

Show HN: Turn GitHub Pages into an Apt Repository

github.com
1 points·by K0IN·4 miesiące temu·1 comments

People are using iPad OS features on their iPhones

idevicecentral.com
180 points·by K0IN·8 miesięcy temu·174 comments

comments

K0IN
·4 dni temu·discuss
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
K0IN
·13 dni temu·discuss
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
K0IN
·13 dni temu·discuss
Qwen 3.6 27b @ 90k context on a rtx 5090 (vllm)
K0IN
·13 dni temu·discuss
So my favorite regex (.*?) works? Puh.
K0IN
·15 dni temu·discuss
Is the classification model available, would be cool to have this in the toolbox.
K0IN
·19 dni temu·discuss
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...
K0IN
·19 dni temu·discuss
with this size we could have a interaactive web demo.
K0IN
·25 dni temu·discuss
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.
K0IN
·w zeszłym miesiącu·discuss
Is there any way to load (external) libraries into the sandbox?
K0IN
·2 miesiące temu·discuss
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.
K0IN
·2 miesiące temu·discuss
i wonder how this compares to tiny go, does someone has insights on this?
K0IN
·3 miesiące temu·discuss
I consider migrating to claude, what a shame they dont have a github copilot plus like price tier.
K0IN
·3 miesiące temu·discuss
Does someone know which tools they are using for the multi day code ai code review?
K0IN
·3 miesiące temu·discuss
this might be a game changer (for show dont tell), and fast itterations in design meetings, to show what your thinking of.
K0IN
·3 miesiące temu·discuss
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.
K0IN
·3 miesiące temu·discuss
Even if someone is copying it Support and maintainance, security aren't solved with vibecoding.
K0IN
·3 miesiące temu·discuss
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.
K0IN
·3 miesiące temu·discuss
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.

[0] https://news.ycombinator.com/item?id=46421196
K0IN
·3 miesiące temu·discuss
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.
K0IN
·3 miesiące temu·discuss
Dev dependencies are not installed when you install the package into your project.

Also I checked how many deps vuejs has, also 0.