frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: CLI tool to check n8n instances for CVE-2026-21858 credential exposure

https://github.com/Legion33shadow/legion-n8n-shield
2•LegionAPI•3m ago•0 comments

The caring, sharing CIA (2001)

https://www.theguardian.com/film/2001/oct/05/artsfeatures
1•rbanffy•4m ago•0 comments

Theban tomb reveals how Egyptian burial trends evolved in time

https://arstechnica.com/science/2026/08/theban-tomb-reveals-how-egyptian-burial-trends-evolved-in...
1•pseudolus•5m ago•0 comments

NoWreck v0.9.0 – Rust and Go Language Support

https://github.com/AstralXVoid/NoWreck/releases/tag/v0.9.0
1•AstralXVoid•7m ago•0 comments

Binance Helped Russia Target a Possible EU Resident over Ukraine Aid

https://dailycoin.com/binance-helped-russia-target-a-possible-eu-resident-over-ukraine-aid/
2•vrganj•7m ago•0 comments

I made a TikTok-style feed for interesting GitHub repos

https://laurentiugabriel.github.io/gitok/
1•laurentiurad•8m ago•1 comments

A joke domain purchase turned in geopolitical warfare

https://sprocketfox.io/xssfox/2026/08/19/sondehub-and-war/
1•kareiva•11m ago•0 comments

Giving LLM the schema docs made its wrong SQL answers more plausible, not rarer

https://quaesitor.eu/silent-failures/
1•sandovabarb•11m ago•0 comments

Show HN: An X Live Show for Indie Founders

https://x.com/jaimememb
1•Jaime_MB•11m ago•0 comments

Biological sex is neither binary nor a spectrum, it's multidimensional

https://phys.org/news/2026-08-biological-sex-binary-spectrum-biologist.html
1•samizdis•14m ago•0 comments

Ask HN: How do you access archive.today?

2•crazybonkersai•14m ago•0 comments

Show HN: Idea Katalog (200 B2B software ideas generated and researched by Fable)

https://ideakatalog.com/
1•builtbystef•17m ago•0 comments

Canadian defence companies eye idle auto plants for growth plans

https://www.theglobeandmail.com/business/article-canadian-defence-companies-auto-manufacturing-pl...
1•Teever•19m ago•0 comments

Solaar: Linux device manager for Logitech devices

https://github.com/pwr-Solaar/Solaar
1•joooscha•20m ago•0 comments

Exploring Helsinki Through the Dreamy Architecture of Eliel Saarinen

https://www.nytimes.com/2026/07/31/travel/helsinki-architecture-eliel-saarinen-art-nouveau.html
1•bookofjoe•21m ago•1 comments

Flock Has a Powerful New AI Tool for Police. We Got Its Code

https://www.wired.com/story/flock-safety-os-investigate/
3•sodality2•22m ago•0 comments

Show HN: I made an open-source chat infrastructure

https://chatpack.dev/
1•chdaniel•28m ago•3 comments

Silicon Valley Executives Are Tech Fans. Just Not for Their Own Kids

https://www.nytimes.com/2026/08/18/technology/silicon-valley-tech-fans-children.html
4•pseudolus•29m ago•2 comments

Common Mistakes I've Seen That AI-Generated Apps Keep Making

https://daniel.reguero.dev/blogs/ten-common-security-mistakes-ai-generated-apps-make
1•dreguero•29m ago•0 comments

Quipu: A Governed Bitemporal Knowledge Graph Store

https://arxiv.org/abs/2608.16813
2•ninadwrites•30m ago•0 comments

The Swiss Cheese model, pt. 2

https://unsung.aresluna.org/the-swiss-cheese-model-pt-2/
1•tobr•31m ago•0 comments

Child-monitoring apps might need a reboot

https://www.technologyreview.com/2026/08/19/1141623/child-monitoring-apps-need-reboot/
1•joozio•31m ago•0 comments

Is the World Getting Uglier?

https://time.com/article/2026/08/18/is-the-world-getting-uglier/
1•pseudolus•31m ago•0 comments

Operation Earnest Voice

https://en.wikipedia.org/wiki/Operation_Earnest_Voice
1•rbanffy•33m ago•0 comments

DNS-based Tracking Evasion (2021)

https://arxiv.org/abs/2102.09301
1•afpx•35m ago•0 comments

A leaderboard of the biggest trading losses of all time

https://www.ft.com/content/340bf9e7-0e67-4d19-b671-3dc8186efb99
1•root-parent•35m ago•1 comments

OpenAI's second-quarter sales show tepid growth compared with Anthropic

https://www.msn.com/en-us/money/companies/openai-s-second-quarter-sales-show-tepid-growth-compare...
4•PLenz•37m ago•0 comments

Your Modules Are Lying to You

https://blog.gaborkoos.com/posts/2026-08-14-Your-Modules-Are-Lying-to-You/
2•thunderbong•37m ago•0 comments

Agentic Fitness Functions: Extending Evolutionary Architecture

https://www.infoq.com/articles/agentic-fitness-functions-evolutionary-architecture/
1•raju•38m ago•0 comments

OpenAI says announcement it would buy Irish teenager's startup was a 'joke'

https://www.independent.ie/business/irish-business/openai-says-announcement-it-would-buy-irish-te...
5•mbdalpha•39m 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•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!