frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Dacia CEO: Sales of new cars are falling because they're too expensive

https://www.autocar.co.uk/car-news/new-cars/dacia-ceo-relax-small-car-rules-reduce-prices-europe
1•Markoff•44s ago•1 comments

AI Is Reshaping Open Source Software and Straining the Systems That Sustain It

https://www.acm.org/media-center/2026/september/techbrief-ai-effects-open-source
1•DeepLogin•1m ago•0 comments

OpenAI 'temporarily' pauses new sign-ups and upgrades to $200 plan

https://help.openai.com/en/articles/9793128-about-chatgpt-pro-tiers
2•jmsflknr•5m ago•0 comments

Pulley Is Shutting Down

https://www.businessinsider.com/pulley-shuts-down-carta-helps-transition-customers-2026-9
2•doppp•6m ago•0 comments

The Liftoff Scenario That Terrifies A.I. Doomsayers

https://www.nytimes.com/2026/09/16/science/ai-recursive-self-improvement.html
2•edward•9m ago•0 comments

Aptus – a 13-month equinox-anchored calendar with an ICS feed

https://aptuscalendar.com/
2•Beardkrumbs•9m ago•1 comments

Bari's '60' Burst

https://www.status.news/p/60-minutes-ratings-bari-weiss-nick-bilton
2•sophymarine•12m ago•0 comments

Show HN: DER DIE DAS – learn German noun gender with spaced repetition and games

https://painfree-german.com/
2•vojd•13m ago•0 comments

Show HN: StandProof – iOS app that uses the barometer to verify you stood up

https://apps.apple.com/us/app/standing-desk-by-standproof/id6801085208
2•rouuuge•14m ago•1 comments

Nginx 1.30.5 and 1.31.6 fix HTTP/3 buffer overflow (CVE-2026-90439)

https://nginx.org/en/download.html
3•joshcsimmons•15m ago•0 comments

Ask HN: What's the most economical approach to the most tokens?

2•RufusJacksons•19m ago•0 comments

Apple claims the iPhone 18 Pro camera is more secure than your Android

https://www.androidauthority.com/apple-reference-image-vs-android-c2pa-3711734/
2•fork-bomber•20m ago•0 comments

Show HN: Sightspool – Get a call when a user wants to talk

https://www.sightspool.com
2•capex•20m ago•0 comments

The Association for Human Mathematics (AHM)

https://www.ahmath.org
2•YeGoblynQueenne•20m ago•0 comments

Tech Fascism Has Come for American Democracy

https://techwontsave.us/episode/342_tech_fascism_has_come_for_american_democracy_w_gil_duran
4•shrubby•21m ago•1 comments

A dedicated family notes display for reminders, to-dos

https://www.seeedstudio.com/sticky/
2•Bluestein•22m ago•0 comments

Hosting your vibecoded slop safely

https://wissem.io/posts/vibecoding
2•wesnet•23m ago•0 comments

Show HN: I built a digital wrap tool for Tesla owners

https://teslawrap.studio
1•Irving-AI•23m ago•0 comments

I Defeated Every Copyright Claim on My Channel (Ft. LegalEagle) [video]

https://www.youtube.com/watch?v=M8HxQkk0PSY
1•ABS•27m ago•0 comments

EU chief opens door for Canada to become 'associate member'

https://www.bbc.com/news/articles/cjwyzrr9d3dko
4•hackernj•28m ago•0 comments

DocMind – I built an AI document parser to end manual data entry solo

https://docmind.neomindintelligence.com/
1•tmeelo_•29m ago•0 comments

Show HN: Kival – A self-hosted knowledge system for organizations

https://github.com/selemis-com/kival
2•zerosnacks•33m ago•1 comments

MiniMax H3 Max Prompts

https://github.com/VulcanEon/awesome-minimax-h3-max-prompts
1•aurenvale•35m ago•0 comments

Nuclear Fusion's Moment of Truth

https://www.ft.com/content/ef511d46-a689-4868-9654-15b96a71586d
2•samizdis•37m ago•1 comments

Sentinel-3C and FLEX launch into orbit

https://space.blog.gov.uk/2026/09/15/sentinel-3c-flex-launch-into-orbit/
3•zeristor•41m ago•0 comments

Everyone Says Datacenter Moratoriums Are Killing the US Buildout. We Disagree

https://newsletter.semianalysis.com/p/everyone-says-datacenter-moratoriums
3•giuliomagnifico•43m ago•1 comments

Langdock (YC S23) moves from a US corporation to a European company

https://europe.langdock.com
8•ppati000•45m ago•1 comments

7.5" Monochrome eInk / EPaper Display

https://www.seeedstudio.com/7-5-Monochrome-ePaper-Display-with-800x480-Pixels-p-5788.html
3•handfuloflight•48m ago•0 comments

I gave Claude Code $100 and 30 days to turn a profit

https://github.com/rickbauer327-cell/solo-stack-starter
1•solo_stacker•50m ago•0 comments

Component Party

https://component-party.dev/
2•thunderbong•53m 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!