frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Every Check Was Green. Five Guarantees Were Not

https://ai2rules.dev/blog/every-check-was-green/
1•sv-pro•1m ago•0 comments

Ask HN: Could Anthropic's watermark be much simpler than we think?

1•CITIZENDOT•6m ago•0 comments

z486: A 486-Class Pipelined FPGA CPU with Integrated Floating-Point

https://nand2mario.github.io/posts/2026/z486/
1•matt_d•15m ago•0 comments

Preparing GLM-5.3 for Open Release: A Responsible Path to Cyber Defense

https://twitter.com/Zai_org/status/2088280509474320693
1•pretext•19m ago•0 comments

Compatibility Testing Pulumi HCL

https://www.pulumi.com/blog/compatibility-testing-pulumi-hcl/
1•cnunciato•22m ago•0 comments

Malaysia to launch palm oil-based immersion cooling fluid for data centers

https://www.datacenterdynamics.com/en/news/malaysia-to-launch-palm-oil-based-immersion-cooling-fl...
2•01-_-•22m ago•0 comments

Microsoft Walks Away from China

https://247wallst.com/investing/2026/08/14/microsoft-walks-away-from-china/
1•01-_-•23m ago•0 comments

Spain extends largest nuclear plant in policy U-turn

https://www.yahoo.com/news/politics/articles/spain-extends-largest-nuclear-plant-104423761.html
1•mpweiher•25m ago•0 comments

Get to Know David, Alice, Bob, Jack and Sara [Agents] [video]

https://www.youtube.com/watch?v=zAOcfDu5vp0
1•rodmena•25m ago•0 comments

Show HN: Bernstein – run 44 CLI coding agents from one deterministic scheduler

https://github.com/sipyourdrink-ltd/bernstein
1•alex_chernysh•33m ago•0 comments

Show HN: Local Duolingo like course authoring for independent creators

https://www.asakiri.com/
2•alekoiz•35m ago•1 comments

GLM-5.3: How Chinese labs keep stride with the frontier

https://www.interconnects.ai/p/glm-53-how-chinese-labs-keep-stride
3•tosh•36m ago•0 comments

How to ship a database every day

https://turbopuffer.com/blog/control-plane
1•samuel246•36m ago•0 comments

Google Opens the Gates of AI Slop Hell

https://gizmodo.com/google-opens-the-gates-of-ai-slop-hell-2000798888
4•ochrist•42m ago•1 comments

Tankers Are Going Dark for Longer to Get Oil Out of Middle East

https://www.bloomberg.com/news/articles/2026-08-14/tankers-are-going-dark-for-longer-to-get-oil-o...
1•tosh•43m ago•0 comments

The Embedder's Dilemma: LLMs Are Better, but at What Cost?

https://arxiv.org/abs/2608.12875
1•sbulaev•44m ago•0 comments

Show HN: Riffn. An instant voice link with your AI agents and local models

https://riffn.io/how-riffn-works/
2•riffn•46m ago•0 comments

"That's not SoC 2 compliant"

https://ampcode.com/notes/thats-not-soc-2-compliant
18•tosh•50m ago•10 comments

Ask HN: How do you keep up with HN these days?

20•simonebrunozzi•52m ago•25 comments

Mycorrhizal Infrastructure Map

https://a-hidden-infrastructure.spun.earth/map
1•num42•53m ago•0 comments

Israel's done little to rein in spiraling settler violence against Palestinians

https://apnews.com/article/israel-palestinians-settler-violence-us-siege-west-bank-bd4ae76cec1773...
6•hebelehubele•55m ago•1 comments

Choosing the Right Database for AI Agents: LLM Generated SQL

https://predictabledialogs.com/learn/ai-stack/choosing-database-configurable-ai-agents
2•jaikant•58m ago•0 comments

Behold the 'glueball,' a new form of matter

https://www.science.org/content/article/behold-glueball-strange-new-form-matter
1•the-mitr•1h ago•0 comments

Global Mastercard outage stopping shopping in Sydney

https://www.smh.com.au/national/global-mastercard-outage-stopping-shopping-in-sydney-20260815-p60...
5•Khaine•1h ago•0 comments

Are You a Human?

https://www.newyorker.com/magazine/2026/08/17/are-you-a-human
2•mitchbob•1h ago•1 comments

Hacking Fiber to the Home

https://hackaday.com/2026/08/13/hacking-fiber-to-the-home/
2•Corrado•1h ago•0 comments

An Autonomous Framework for Systematic Factor Invest via Agentic AI

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6416881
2•dima1830•1h ago•0 comments

Show HN: NexusMem – local memory for coding agents, not just Git log

https://github.com/yaminbkk/NexusMem
2•yamin_bakoh•1h ago•0 comments

Who Is Cami Clark? Anthropic CEO's Wife Asked Epstein to Invest in Porn Business

https://www.forbes.com/sites/alisondurkee/2026/08/14/who-is-cami-clark-anthropic-ceos-wife-asked-...
6•gpi•1h ago•1 comments

Apple launches ads in Apple Maps for businesses across the US and Canada

https://www.theapplepost.com/2026/08/14/71094/apple-launches-ads-in-apple-maps-for-businesses-acr...
2•mgh2•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•1y ago

Comments

whizzter•1y 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•1y 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•1y 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•1y 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•1y 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•1y ago
Hi, I'm the first author of the paper. Thank you so much for your comment, it means the world to me!
kaoD•1y 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•1y 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•1y ago
sdf(p + sin(p)*0.01)
GistNoesis•1y ago
See "Deformations and distortions" paragraph in https://iquilezles.org/articles/distfunctions/ where it suggests playing with the ray-marching step size.
Remnant44•1y 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!