frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Thisorthis.ai – Compare responses from 50 AI models side-by-side

https://thisorthis.ai/ai-playground
1•parthsamin•43s ago•0 comments

'Starkiller' Phishing Service Proxies Real Login Pages, MFA

https://krebsonsecurity.com/2026/02/starkiller-phishing-service-proxies-real-login-pages-mfa/
1•Bender•2m ago•0 comments

Show HN: Anno – API that cuts AI web-scraping token costs by 90%

https://www.evolvingintelligence.ai/anno
1•evo-dragon•2m ago•0 comments

Show HN: System prompts and models of top AI tools (Claude Code, Cursor, Devin)

https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools
1•CodeBit26•4m ago•0 comments

Show HN: Clawphone – Twilio voice/SMS gateway for AI agents using TwiML polling

https://github.com/ranacseruet/clawphone
1•ranacseruet•5m ago•0 comments

Automatically Learning Skills for Coding Agents

https://gepa-ai.github.io/gepa/blog/2026/02/18/automatically-learning-skills-for-coding-agents/
1•xdotli•6m ago•0 comments

Interns with Chainsaws

https://anhvietle.substack.com/p/interns-with-chainsaws
1•haizzz•7m ago•0 comments

Get to Know OpenClaw Security

https://get-to-know-openclaw-security-model.vercel.app/
1•ramoz•8m ago•0 comments

Why Don't We Treat AI Like We Treated Wikipedia?

https://medium.com/@mycahp/why-dont-we-treat-ai-like-we-treated-wikipedia-07ece535dd09
1•hacym•8m ago•0 comments

We Reached 74.8% on terminal-bench with Terminus-KIRA

https://krafton-ai.github.io/blog/terminus_kira_en/
1•xdotli•11m ago•0 comments

Product Design Is Changing

https://rogerwong.me/2026/02/product-design-is-changing/
1•rogerwong•13m ago•1 comments

Most AI Startups Are Just API Wrappers – We Measured the Economics

https://no-edit.lovable.app/
1•epic_ai•15m ago•1 comments

Toms BackGround Remover

https://tomdahne.com/TomsBGRemover/index.html
1•ezimedia•19m ago•0 comments

Thunderstorms conjure coronae in treetops, observed outdoors for the first time

https://news.agu.org/press-release/thunderstorms-conjure-ghostly-coronae-in-treetops-observed-out...
1•geox•20m ago•0 comments

Ask HN: How do you handle API rate limits in production?

1•rjpruitt16•23m ago•1 comments

Getting Real with LLMs

https://www.giladpeleg.com/blog/getting-real-with-llms
1•fagnerbrack•24m ago•0 comments

Show HN: Scamometer – AI scam score for any suspicious message

https://scamometer.io
2•crawde•25m ago•0 comments

NIST Seeking Public Comment on AI Agent Security (Deadline: March 9, 2026)

https://www.federalregister.gov/documents/2026/01/08/2026-00206/request-for-information-regarding...
6•ascarola•27m ago•2 comments

Port of San Francisco's dilapidated, derelict drydocks

https://missionlocal.org/2026/02/port-of-san-francisco-dry-dock-pier-68-70/
2•kaycebasques•29m ago•0 comments

The Bash Primer

http://www.compciv.org/bash-guide/
3•bobjordan•31m ago•1 comments

Solving Impossible Problems for Fun and Profit – Dan Gelbart [video]

https://www.youtube.com/watch?v=UTgrWmOk4q8
1•YZF•31m ago•0 comments

White House names new pick for Nevada federal prosecutor

https://www.nevadaappeal.com/news/2026/feb/18/white-house-names-new-pick-for-nevada-federal-prose...
2•qualudeheart•33m ago•0 comments

Show HN: Dance of Tal – Decompose, mix, and reuse AI rules with an MCP server

https://github.com/monarchjuno/dance-of-tal
1•monarchjuno•39m ago•0 comments

Show HN: 32M lines of AI code – GED to AGI

https://github.com/lordwilsonDev/GITHUB_AI_PROJECTS_PACKAGE
1•lordwilsonDev•40m ago•0 comments

The Pope Bot – OpenClaw Alternative

https://github.com/stephengpope/thepopebot
1•peter_d_sherman•45m ago•0 comments

Scheme: An Interpreter for Extended Lambda Calculus

https://research.scheme.org/lambda-papers/lambda-papers-scheme-report.html
2•so-cal-schemer•47m ago•1 comments

Iowa Farmers Are Leading the Fight for Repair

https://www.ifixit.com/News/115722/iowa-farmers-are-leading-the-fight-for-repair
3•gnabgib•49m ago•0 comments

The Lambda Papers

https://research.scheme.org/lambda-papers/
2•so-cal-schemer•50m ago•1 comments

Show HN: A deadly simple tmux windows like start UI

https://github.com/liyu1981/tmux_start_ui
2•liyu1981au•1h ago•1 comments

Landslides kill 227 at Democratic Republic of Congo coltan mines

https://www.wsws.org/en/articles/2026/02/09/jndz-f09.html
2•PaulHoule•1h ago•1 comments
Open in hackernews

Implicit UVs: Real-time semi-global parameterization of implicit surfaces [pdf]

https://baptiste-genest.github.io/papers/implicit_uvs.pdf
50•ibobev•9mo ago

Comments

whizzter•9mo ago
Interesting paper for someone fiddling with implicit surfaces, but it's gonna take a little while to digest it. Also there's no examples of resulting UV maps used in this (while on-model painting is simplified, afaik classically artists still preferred to get clearly delineated maps to modify in regular painting software even if stuff like Substance painter seems to have shifted that).

Implicit surface modelling tools are still evolving quickly, and one point that seems overlooked is how this would tie with authoring tools (since this is about a fairly raw numeric algorithm solution).

Post-modelling it should hold up, but would the maps retain similarity (or enable transferability) if the implicit model structure changes?

Imagine 2 disjoint spheres in space, the user drags them together, would this algorithm want to merge the UV mapping of them if they are smoothly joined? (no sharp creases).

baptiste-genest•9mo ago
Hi, I'm the first author of the article. Thank you very much for your interest in the method!

For the 2 spheres, it's as you wish ! It depends on where you place the uv system in the CSG tree, if it is above a single sphere then it will remain on it, if it's above the union, the field should extent on both.

The main interest of the method is the fact that the output remains implicit so one can easily plug it in a CSG pipeline.

whizzter•9mo ago
Right, so in the case of the UV connecting to the 2 sphere's in the CSG if one uses a smoothunion function, would the UV islands join "from each direction" in a predictable fashion as the spheres overlap more and more?
baptiste-genest•9mo ago
If I understood what you mean, yes!

This example can be seen in the fast-forward: https://youtu.be/dK5JPHylzOg?si=zDHwaOL_xtx-_TJk

jplusequalt•9mo ago
What a great paper. This paper is an example of why I find computer graphics to be the most interesting subset of computer science.
baptiste-genest•9mo ago
Hi, I'm the first author of the paper. Thank you so much for your comment, it means the world to me!
kaoD•9mo ago
Related question: I'm coding a demo (as in "demoscene") and want to displace a plane SDF (think e.g. a heightmap) for raymarching.

This produces some visible discontinuities in the plane at larger slopes. My surface is still at f(x,y,z) = 0 but the rest of the field is completely messed up. From the little maths I know, that is no longer an SDF because among other issues, it no longer satisfies the Eikonal equation mentioned in the article.

Is there any way to fix this or am I SOL?

bhouston•9mo ago
You need to take the minimum of the two SDF fields in the surrounding region (up to the global context if you need to) if you want it to maintain an SDF. The minimum of two SDFs is always a new SDF.

My suspicion is that the new plane isn't an SDF anymore, that is why you are getting artifacts or your ray marcher has problems with large scope angles, or something.

akomtu•9mo ago
sdf(p + sin(p)*0.01)
GistNoesis•9mo ago
See "Deformations and distortions" paragraph in https://iquilezles.org/articles/distfunctions/ where it suggests playing with the ray-marching step size.
Remnant44•9mo ago
Great timing on this paper. I actually just started tackling a problem that is essentially exactly what is under discussion here (creating a coherent UV set for implicit geometry), so I'm very looking forward to reading it in depth.

At a first glace through, it seems to be written at a good blend between concept and implementation followthrough, something that notoriously is not always there for CG papers :) And it's also refreshing to read something that is not neuro-AI-generation of this or that for a change!