frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Superlog (YC P26) – Observability that installs itself and fixes bugs

https://superlog.sh/
21•Magnanten•1h ago•17 comments

Show HN: Haystack – Review the PRs that need human attention

https://haystackeditor.com/
9•akshaysg•1d ago•5 comments

Show HN: I made a 3D pose maker for artists

https://setpose.com/
49•augustvdv•3h ago•21 comments

Show HN: audio.observer – AI news jingles you didn’t ask for

https://audio.observer/
2•ugnju•40m ago•0 comments

Show HN: Number Gacha, a gacha game distilled to its essence

https://isabisabel.com/gacha/
220•babel16•6d ago•112 comments

Show HN: Hsrs – Type-Safe Haskell Bindings Generator for Rust

https://github.com/harmont-dev/hsrs
51•suis_siva•13h ago•6 comments

Show HN: Autodidact – Self-evolving local-first AI agent

https://github.com/BuffaloTechRider/Autodidact
4•waterbuffaloai•2h ago•0 comments

Show HN: Files.md – Open-source alternative to Obsidian

https://github.com/zakirullin/files.md
680•zakirullin•1d ago•328 comments

Show HN: Gpubook – An order book for GPU compute

https://gpubook.io
3•jesse_portal•2h ago•0 comments

Show HN: InsForge – Open-source Heroku for coding agents

https://github.com/InsForge/InsForge
53•mrcoldbrew•1d ago•6 comments

Show HN: Noxu DB, a Rust Port of Berkeley DB Java Edition

https://codeberg.org/gregburd/noxu
3•gregburd•5h ago•0 comments

Show HN: We missed Winamp, so we built an audio player for macOS

https://www.advanced-research.net/180db
69•surganov•22h ago•71 comments

Show HN: Clark-Browser – Stealth Chromium

https://github.com/clark-labs-inc/clark-browser
11•stan_kirdey•14h ago•2 comments

Show HN: Resilient, A composable async resilience toolkit for rust

https://github.com/resilient-rs/resilient
2•yofabr•8h ago•1 comments

Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep

https://github.com/MinishLab/semble
438•Bibabomas•2d ago•147 comments

Show HN: Mezz, a curl-able WiFi sandbox for IoT pentesting

https://github.com/ABGEO/mezz
39•ABGEO•4d ago•10 comments

Show HN: Auto-identity-remove – Automated data broker opt-out runner for macOS

https://github.com/stephenlthorn/auto-identity-remove
323•stephenlthorn•1d ago•133 comments

Show HN: Spud – cross-platform remote control, optimised for gaming

https://github.com/xfoa/spud
5•foax•18h ago•3 comments

Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol

https://tangled.org/rocksky.app/rocksky
117•tsiry•3d ago•44 comments

Show HN: Closed Rings – A CLI-first time tracker for developers

https://closedrings.sh/en
4•samacs•12h ago•0 comments

Show HN: MyUUIDshop, Generate UUIDs and never worry about duplicates

https://myuuid.shop
4•scrygl•12h ago•4 comments

Show HN: FlashAttention-2 in Cute, from Scratch

https://blog.echen.io/p/flashattention-2-in-cute-from-scratch/
4•echen314•18h ago•1 comments

Show HN: Id-agent – Token efficient UUID alternative for AI agents

https://github.com/vostride/id-agent
28•pranshuchittora•6h ago•46 comments

Show HN: Watch a neural net learn to play Snake

https://ppo.gradexp.xyz/
203•c1b•5d ago•47 comments

Show HN: Vecdb – local-first hybrid vector database in Rust (HNSW and BM25)

https://github.com/zaydmulani09/vecdb
4•zaydmulani•17h ago•0 comments

Show HN: Handoff – preserve coding context when agents run out of tokens

https://github.com/TStansel/handoff
3•tstansel•18h ago•2 comments

Show HN: Clawputer – A personal AI assistant with a real computer and memory

https://clawputer.app
4•iacguy•18h ago•2 comments

Show HN: Better.ftp – cycling app for FTP tests without subscription

https://betterftp.cc/
4•niecore•20h ago•0 comments

Show HN: Tracecast – open-source generative data apps built on top of Marimo

https://github.com/tracecast/open_data_apps
6•malachyd•20h ago•0 comments

Show HN: Epiq – Distributed Git based issue tracker TUI

https://ljtn.github.io/epiq/
90•jolaflow•3d ago•47 comments
Open in hackernews

Show HN: I made a 3D pose maker for artists

https://setpose.com/
48•augustvdv•3h ago

Comments

lagrange77•3h ago
Very cool idea, congrats on the launch!
virtualritz•3h ago
No inverse kinematics?

That is the most important feature this would make me use this over the good old wooden puppet, which is small (10cm). I.e. it travels with me with my drawing utensils.

I guess I am asking: what exactly is the value proposition?

majiy•3h ago
What exactly is inverse kinematics? A short search tells me it is something like "if the hand goes in a certain position and a certain angle, elbow and shoulder must go into these angles", is that it?
progbits•3h ago
Yes. Instead of having to figure out the bone angles one by one you can drag eg a finger and the rest will follow as much as constraints allow.
steezeburger•3h ago
Does it just make it easier to get in a position you want or does it give you more natural looking positions as well or any other benefits? It's pretty fun to play with!
dagmx•2h ago
It means that you can lock the end point to a position and figure out the rest of the pose.

Imagine a character walking with forward kinematics. Every time you move the characters hips , you’d have to rotate the leg joints and make sure the foot doesn’t slide. Remember virtual characters don’t have friction.

IK lets you lock the foot in a spot so you can animate the body above it without having to spend time matching the foot position.

In a real world, this is like if you tried to put your hand on a door handle while jumping up and down. It’s easier to keep position when you hold the handle than if you were to just touch it.

wang_li•2h ago
It also means you can move the point and the rest of the joints adjust. Want to make your model walk? Just figure out the foot motion and the rest of the details are calculated based on joint range of motion and limb length.
dagmx•1h ago
Without some extra solving most full body IK systems won’t give you walking motion. It’ll just be like pulling a doll by its limb or QWOP

You need a proper motion controller on top to actually have realistic walking motion driven by steps.

rootlocus•3h ago
Imagine placing the feet on the ground at some location and then pinning them there. Now you can move the hips and the upper and lower legs as well as the knee orientations change to keep the feet planted in the same position.
numpad0•2h ago
regular kinematics derive coordinates from joint angles

INVERSE kinematics derive joint angles from coordinates

it's useful when you have a chain of joints and a mug to grab with it

embedding-shape•51m ago
This image explains it pretty well, you typically chose between Forward Kinematics, or Inverse Kinematics, depending on what you're trying to accomplish and how you want it to look like: https://www.researchgate.net/profile/Ebrahim-Poustinchi/publ... (imagine the robot parts are human limbs, same thing applies :) )
progbits•3h ago
It's a checkbox in the "..." menu. Off by default for some reason.
delichon•3h ago
Though the internet is for porn, this does not seem to support genital or secondary sexual characteric contributions to a pose. I respect the bold approach but doubt that it will discourage much use of this tool by that community.
NordStreamYacht•3h ago
There was a Mac app called Poser which is probably what you want.
GlacierFox•3h ago
What's up with the pricing? $7 per month for 'pro' or 20 for pro +. You can buy an actual real life manekin you can use forever for 10. Who's going to pay monthly for this? Who even is the target market.

If you're comfortable enough with 3D meshes to make use of the 3D export function in the paid subscription, you could just download a manekin into Blender and do all this for free.

amelius•12m ago
The internet was great at first.

But then companies figured out they could use it to force per-month payments down our throats.

miguel-muniz•3h ago
As much as I would like to use this, $7/month seems like a lot when Clip Studio Paint has similar 3D pose tools[1] and a marketplace full of free models/poses for $4.49/month. Plus you get an entire professional art program...

[1] https://www.clipstudio.net/en/characterart/#:~:text=Learn%20...

Joel_Mckay•35m ago
A permanent Clip Studio Paint forever license with quality pen input devices can be a good option.

Blender also offers free rigged 3D base models that offer similar functionality too. Render a png of the 3D pose in 4k, and have fun in free Krita. ymmv with pen-pressure sensitivity features, as some devices are better than others. =3

https://studio.blender.org/characters/

https://krita.org/en/

islammidov•2h ago
look interesting, but not sure price make this worth that
Fraterkes•1h ago
Looks really polished. My one point would be that I would consider making the default model a realistic mannequin (or ecorche if you have it). I get you're saving that for pro, but I think that would make it more obviously appealing for people studying anatomy / perspective (which might be a bigger market than pros looking for pose-reference for illustration work).

Having the abstract mannequin as a default may make people feel like they might as well just buy one of those wooden posing dolls (https://www.amazon.com/wooden-mannequin/s?k=wooden+mannequin).

felooboolooomba•37m ago
What about male genitalia and woman's breasts? That's a perfectly valid and much drawn part of the human anatomy.