frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

At least 18 dead in France, including two children in hot car, as Europe bakes

https://www.reuters.com/business/environment/temperatures-exceed-40c-european-heatwave-three-die-...
1•rawgabbit•4m ago•0 comments

The Technium: Why Are LLMs Smart?

https://kk.org/thetechnium/why-are-llms-smart/
1•tortilla•6m ago•0 comments

PostmarketOS v26.06 (Alpen Avocado) released

https://postmarketos.org/blog/2026/06/21/v26.06-release/
1•birdculture•6m ago•0 comments

We are witnessing the slow death of the prestige career

https://www.theguardian.com/commentisfree/2026/jun/22/consulting-ai-prestige-careers
1•bookofjoe•9m ago•1 comments

"ChatGPT is I presume broken"

https://old.reddit.com/r/ChatGPT/comments/1ucs6ni/chatgpt_is_i_presume_broken/
1•beatthatflight•10m ago•1 comments

Humanoid Robot Begs for Electricity Money on China Streets with QR Code

https://yipzap.com/humanoid-robot-begs-for-electricity-money-on-china-streets-with-qr-code-the-vi...
3•noida•11m ago•0 comments

GLM-5.2 is above GPT-5.5 in new agentic knowledge work eval

https://artificialanalysis.ai/articles/aa-briefcase
2•declanjackson•12m ago•0 comments

AI Doesn't Replace On-Call Judgment

https://blog.sntxrr.dev/ai-doesnt-replace-on-call-judgment/
1•mooreds•15m ago•0 comments

Not a Task Manager

https://columns.app/
1•inloopwetrust•21m ago•1 comments

Why eval startups fail (2025)

https://thomasliao.com/eval-startups
1•jxmorris12•22m ago•0 comments

The PostgreSQL C Dialect

https://wiki.postgresql.org/wiki/The_PostgreSQL_C_Dialect
2•plaur782•25m ago•0 comments

Trump signs executive orders to drive development of quantum computer by 2028

https://finance.yahoo.com/markets/article/trump-signs-executive-orders-to-drive-development-of-co...
3•wslh•26m ago•0 comments

Server Survival

https://github.com/pshenok/server-survival
1•skogstokig•32m ago•0 comments

Ask HN: How do you make AI writing usable?

2•david_shi•32m ago•1 comments

People around the world see a winner on AI – and it's not the US

https://www.politico.com/news/2026/06/15/people-around-the-world-see-a-winner-on-ai-and-its-not-t...
1•yogthos•32m ago•1 comments

The Value of Standards-Compliant Authentication

https://fusionauth.io/articles/oauth/value-standards-compliant-authentication
1•mooreds•36m ago•0 comments

ContextMaestro – Curated Engineering Feed

https://www.contextmaestro.com/
1•jazzboss•39m ago•0 comments

Knowledge Catalog – universal context engine for agents

https://github.com/GoogleCloudPlatform/knowledge-catalog
1•modinfo•41m ago•0 comments

Google Investing in 'Backrooms' Studio A24 in AI research partnership

https://www.wsj.com/tech/ai/google-investing-in-backrooms-studio-a24-e7585ebe
1•jaredwiener•44m ago•0 comments

Citroën Ami Is an Ultra Affordable EV (2020)

https://insideevs.com/news/401218/citroen-ami-deliveries-june/
1•rawgabbit•47m ago•0 comments

AI's PR Problem

https://blog.dshr.org/2026/05/ais-pr-problem.html
4•linsomniac•49m ago•0 comments

Frozen Reformer

https://arunc.dev/essays/frozen-reformer/
1•arunc•49m ago•0 comments

Ask HN: How do you make the LLM generate good code?

1•bjourne•52m ago•1 comments

Why AI Is a Bubble

https://federicozebele.substack.com/p/this-is-why-ai-is-a-bubble-and-what
5•stanislavb•52m ago•2 comments

Europe must choose between AI and climate goals, data center lobby says

https://www.politico.eu/article/europe-choose-ai-climate-goals-data-center-chief-warns/
4•cdrnsf•54m ago•2 comments

AI Is Not a Tool

https://theconvivialsociety.substack.com/p/your-ai-is-not-a-tool
4•longdefeat•54m ago•0 comments

Robots will replace 700k delivery workers 'sooner or later' warns JD.com boss

https://www.ft.com/content/465635e2-633b-4311-afe5-9b3bff8c9240
3•momentmaker•56m ago•2 comments

The AI shift in cyber risk: why leaders must act now

https://www.cyber.gov.au/about-us/view-all-content/news/five-eyes-cyber-security-agencies-statement
2•Khaine•57m ago•0 comments

Kya is hiring an AI/ML Engineer

https://www.kyahq.com/careers/software-engineer-ai-ml
1•Johnall_n•57m ago•1 comments

Bipartite Matching Is in NC

https://scottaaronson.blog/?p=9851
2•amichail•59m ago•0 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!