frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI algorithms is making all products look the same (2021) [video]

https://www.youtube.com/watch?v=V8msfSiTWLg
1•mgh2•2m ago•0 comments

AI for IA: LLMs as thinking tools

https://www.patreon.com/posts/ai-for-ia-large-118120516
1•thoughtpeddler•2m ago•0 comments

Cambridge Dictionary's 2025 word of the year captures modern phenomenon

https://www.cnn.com/2025/11/17/world/parasocial-cambridge-dictionary-scli-intl
1•jb1991•5m ago•0 comments

Churk Moore retired colorforth after w11 update broke it

https://lobste.rs/s/wqrzcy/chuck_moore_retires_from_colorforth
2•ngcc_hk•7m ago•2 comments

Getting drunk to get ahead is the hangover of another age

https://www.thetimes.com/business-money/companies-markets/article/getting-drunk-to-get-ahead-is-t...
2•petethomas•10m ago•0 comments

Bezos returns to the trenches as co-CEO of new AI startup, Project Prometheus

https://techcrunch.com/2025/11/17/jeff-bezos-reportedly-returns-to-the-trenches-as-co-ceo-of-new-...
2•taubek•12m ago•1 comments

A fault-tolerant neutral-atom architecture for universal quantum computation

https://www.nature.com/articles/s41586-025-09848-5
1•SweetSoftPillow•13m ago•0 comments

Show HN: StenifyAI – AI-generated meeting minutes based on meeting type

https://stenify.ai
1•desmondddm•13m ago•0 comments

Google boss warns 'no company is going to be immune' if AI bubble bursts

https://www.bbc.com/news/articles/cwy7vrd8k4eo
1•jillesvangurp•15m ago•1 comments

Germany hails performance of newly identified Bach pieces

https://www.thetimes.com/world/europe/article/germany-hails-performance-newly-identified-bach-pie...
1•petethomas•17m ago•0 comments

I defected from America to live with nomads in Central Asia

https://twitter.com/RoguesPhilo/status/1937473433262260342
1•nickt•21m ago•0 comments

League of Legends remains the most popular PC game in China after 15 years

https://www.scmp.com/tech/big-tech/article/3333089/how-league-legends-remains-most-popular-pc-gam...
1•merlioncity•25m ago•0 comments

Encephalitis Lethargica

https://en.wikipedia.org/wiki/Encephalitis_lethargica
2•thunderbong•27m ago•0 comments

Chris Simpkins (designer of the Roboto font) has passed away

https://typedrawers.com/discussion/5403/chris-simpkins-has-passed-away
2•maxloh•28m ago•0 comments

Google released their branding font (Google Sans Flex) in OFL

https://fonts.google.com/specimen/Google+Sans+Flex
1•maxloh•32m ago•0 comments

The Fed Is Cutting Bank Oversight. Critics See Risks

https://www.nytimes.com/2025/11/17/business/fed-bowman-bank-oversight.html
4•mmooss•41m ago•0 comments

Elon Musk's Grokipedia: White nationalist talking points, racial pseudoscience

https://www.theguardian.com/technology/2025/nov/17/grokipedia-elon-musk-far-right-racist
9•mrtesthah•46m ago•1 comments

Ask HN: Do you A/B test your LLM prompts?

1•rjfc•48m ago•0 comments

Show HN: I built a dumb Reddit simulator using LLM's

https://app.llmxllm.com
1•mananonhn•53m ago•2 comments

Ask HN: Who is November 18 2025 black bar for?

2•arthurcolle•58m ago•2 comments

Ask HN: Does It Still Make Sense to Buy a New Car?

4•Anumbia•1h ago•6 comments

Show HN: Blindfold Chess App

https://www.psochess.com/
2•psovit•1h ago•0 comments

Bitcoin Leads Global Stocks Selloff, Bonds Rally: Markets Wrap

https://www.bloomberg.com/news/articles/2025-11-17/asian-stocks-set-for-declines-as-selloff-deepe...
1•zerosizedweasle•1h ago•0 comments

After Climate Push, Energy Companies Return to Fossil Fuels in Europe

https://www.nytimes.com/2025/11/18/business/climate-change-oil-gas-europe.html
1•fleahunter•1h ago•0 comments

Bigger datasets aren't always better

https://news.mit.edu/2025/bigger-datasets-arent-always-better-1118
1•fleahunter•1h ago•0 comments

Dutch students show growing enthusiasm for generative AI in education

https://phys.org/news/2025-11-dutch-students-enthusiasm-generative-ai.html
4•jb1991•1h ago•4 comments

What US Tech Did to Ireland

https://www.thedial.world/articles/news/ireland-us-tech-meta-google-apple
11•devonnull•1h ago•0 comments

Show HN: An opinionated agentic TUI with a built-in MCP plugin system

https://github.com/hkdb/otui
2•hkdb•1h ago•1 comments

The surprising benefits of giving up

https://nautil.us/the-surprising-benefits-of-giving-up-1248362/
20•jnord•1h ago•3 comments

Messenger Deprecation for Mac

https://www.facebook.com/help/messenger-app/1789649698300122
2•juliangamble•1h ago•2 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•6mo ago

Comments

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