frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I turned a 25 year old web platform into a HATEOAS multi-agent system

https://pwnc.it/en/home.php
1•katzito•1m ago•0 comments

A competitor's ex-employee tried to sell me their secrets

https://www.indiehackers.com/product/get-sms-online/a-competitors-ex-employee-tried-to-sell-me-th...
1•GetSMS•3m ago•0 comments

Firefox extensions forced to declare misleading data transmission permissions

https://discourse.mozilla.org/t/the-new-data-transmission-permissions-seem-to-be-misleading-to-us...
1•Retro_Dev•6m ago•0 comments

The Last Question

http://www.thelastquestion.net/
2•thijsr•6m ago•0 comments

Can you proof read this post?

https://kinduff.com/2026/09/10/can-you-proof-read-this-post/
1•kinduff•8m ago•0 comments

Ask HN: Is there a need for a new kind of antivirus or security application?

1•roschdal•8m ago•0 comments

(Tech Report) DeepSeek-v4.1-Flash: Pushing Limits of KV Cache Compression [pdf]

https://huggingface.co/deepseek-ai/DeepSeek-V4.1-Flash/resolve/main/DeepSeek_V41_Tech_Report.pdf
3•theanonymousone•10m ago•0 comments

I think I hate the internet

https://strategictree.bearblog.dev/i-think-i-hate-the-internet/
1•saikatsg•11m ago•0 comments

Hackers are stealing Claude tokens from subscribers

https://techcrunch.com/2026/09/08/hackers-are-stealing-claude-tokens-from-subscribers/
3•fourfire•12m ago•0 comments

DeepSeek v4.1 Flash

https://twitter.com/deepseek_ai/status/2097930608790167907
4•Liwink•12m ago•0 comments

Flowkon

1•Flowkon•14m ago•0 comments

AI Coding Assistants Almost Never Check Supply-Chain Trust Signals

https://arxiv.org/abs/2609.07754
2•sbulaev•16m ago•0 comments

PixoMonitor: Multi-location uptime and incident response platform

https://pixomonitor.com/
1•Sharanxxxx•21m ago•0 comments

Astra for Coding: Why Are We Doing This Again?

https://lucumr.pocoo.org/2026/9/7/astra-why/
2•Michelangelo11•22m ago•0 comments

Show HN: Doogi – Explore multiple AI responses and conversation paths

https://doogi.it/
1•macnorton•25m ago•0 comments

DeepSeek-v4.1-Exp

https://huggingface.co/deepseek-ai/DeepSeek-V4.1-Flash
7•nil1511•26m ago•2 comments

After outrunning Bolt, China's robot champion races towards real-world work

https://www.reuters.com/world/asia-pacific/after-outrunning-bolt-chinas-robot-champion-races-towa...
1•Alien1Being•27m ago•0 comments

Framework cuts 32/64GB memory prices for 13 Pro, issues retroactive refunds

https://www.tomshardware.com/laptops/framework-cuts-32gb-and-64gb-memory-prices-for-new-laptop-13...
2•throwaway2037•28m ago•1 comments

Building a readable, fast and safe language – looking for contributors

https://github.com/LuxUmbris/Shaft/tree/bootstrap
1•CrimsonDemon567•31m ago•1 comments

Scientists say August was Earth's hottest month they've measured

https://apnews.com/article/heat-record-climate-change-sizzle-el-nino-2a78248322a04b97f417346308d0...
6•geox•36m ago•1 comments

Governing GNOMEs: how the project's technical decision-making is evolving

https://lwn.net/Articles/1091619/
1•pykello•36m ago•0 comments

Trump's FCC Threatens to Cancel Jimmy Kimmel Live over Interview with Democrat

https://twitter.com/meidastouch/status/2097890673513071094
2•doener•37m ago•0 comments

Carbon Capture Won't Save Us Anytime Soon

https://newrepublic.com/article/215140/carbon-capture-wont-save-us-anytime-soon
2•littlexsparkee•37m ago•0 comments

Childcare: What the Science Says (2021)

https://criticalscience.medium.com/on-the-science-of-daycare-4d1ab4c2efb4
3•simonebrunozzi•39m ago•0 comments

The Rise of Retrofuturism

https://economist.com/business/2026/09/09/the-rise-of-retrofuturism
4•andsoitis•41m ago•0 comments

RL trained a 4B VLM to play GeoGuesser

https://huggingface.co/spaces/HuggingEnvs/geoguesser-article
2•Sathwickp•42m ago•0 comments

ArchBench – Control Blender through chat

https://archbench.com
1•eddieweng•46m ago•0 comments

Shattered Pixel Dungeon v4.0.0

https://shatteredpixel.com/blog/shattered-pixel-dungeon-v400.html
1•robin_reala•48m ago•0 comments

Hetzner's Cheap Cloud Tier Is Unavailable After Two Price Increases

https://www.vincentschmalbach.com/hetzner-cheap-cloud-unavailable-price-increases/
2•vincent_s•49m ago•0 comments

You Don't Need to Write Separate Speeches for Men and Women

https://julienreszka.com/blog/you-don-t-need-to-write-separate-speeches-for-men-and-women/
2•julienreszka•57m 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!