frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Melatonin impairs morning cognition in healthy young adults

https://academic.oup.com/sleep/article/46/Supplement_1/A34/7181621
1•bohaska•1m ago•0 comments

Every mosquito has a type – and you may not be it

https://news.fiu.edu/2026/every-mosquito-has-a-type-and-you-may-not-be-it
2•hhs•4m ago•0 comments

A Man Who Invented Modern AI (Before Everyone Else) – Jürgen Schmidhuber [video]

https://www.youtube.com/watch?v=DP454c1K_vQ
2•binyu•5m ago•0 comments

China overtakes US to lead global R&D spending, hitting $615B

https://asia.nikkei.com/business/science/china-overtakes-us-to-lead-global-r-d-spending-hitting-6...
5•yogthos•15m ago•0 comments

Why is gaming giant Roblox losing billions in market value?

https://www.cbc.ca/news/entertainment/roblox-gaming-falling-9.7299607
3•nianderwallace•17m ago•0 comments

Auto mode is now the default in Claude Code for Pro, Max, and Team plans

https://simonwillison.net/2026/Aug/8/auto-mode/
4•spenvo•22m ago•0 comments

AI Is Conscious Under a Behavioral Definition (43,590 Frozen Trials)

https://zenodo.org/records/21855824
4•rayanpal_•37m ago•1 comments

Show HN: Tura – Build agent that uses 80% less token and delivers better results

https://github.com/Tura-AI/tura
2•turaainet•48m ago•0 comments

China's A.I. Is Surging Across Africa. That Should Worry Silicon Valley

https://www.nytimes.com/2026/08/05/technology/ai-china-africa.html
2•bookofjoe•50m ago•2 comments

Answer First, Reason Later: Commitment Order in Diffusion LLMs

https://arxiv.org/abs/2608.05687
2•sbulaev•54m ago•0 comments

Now You See Me: AADGraphActivityLogs

https://cloudbrothers.info/en/aadgraphactivitylogs/
2•jmrgz•1h ago•0 comments

What Problem is YC's qm supposed to solve?

https://ferran.sh/writing/qm-review
3•Varun08•1h ago•0 comments

Teaching Coding When AI Can Write the Code

https://www.oreilly.com/radar/teaching-coding-when-ai-can-write-the-code/
4•pella•1h ago•0 comments

Ask HN: How do you go from writing code to deploying with agents?

4•sakuraiben•1h ago•2 comments

Lisp doesn't have just one syntax (or zero syntax); it has infinite syntax

https://www.reddit.com/r/ProgrammingLanguages/comments/1ejaowf/making_my_own_lisp_made_me_realize...
2•behnamoh•1h ago•0 comments

Some ways to navigate through 'Git blame' over time in GNU Emacs

https://utcc.utoronto.ca/~cks/space/blog/programming/EmacsGitBlameOverTime
2•birdculture•1h ago•0 comments

Neuromancer: The Graphic Novel, Volume 1

https://neuromancer.fandom.com/wiki/Neuromancer:_The_Graphic_Novel,_Volume_1
2•debo_•1h ago•0 comments

What Was the Internet? – Boston Review

https://www.bostonreview.net/articles/what-was-the-internet/
3•commonreader•1h ago•0 comments

HTTP Integrity Digests: Past, Present, and Future

https://lucaspardue.com/2026/08/08/http-integrity/
2•simmervigor•1h ago•0 comments

Os8088: A powerful Mac-like OS for the IBM XT, 286, 386

https://os8088.com/
6•jggonz•1h ago•1 comments

Things I learned about how people use AI after 1800 people

2•Ozzie-D•1h ago•0 comments

AFK – Command center for teams running coding agents

https://www.mooglest.com/
3•lcavadas•1h ago•2 comments

Show HN: Defcon and HN, the only two audiences I might find

2•ycombiredd•1h ago•1 comments

Flesh Eating Bacteria Kills 5 in Louisiana

https://www.nytimes.com/2026/08/08/us/louisiana-vibrio-vulnificus-outbreak-flesh-eating-bacteria....
5•jihadjihad•1h ago•0 comments

Title 7 Disparate Impact Liability Makes Almost Everything Presumptively Illegal

https://www.nyujll.com/volume-14/title-vii-disparate-impact-liability-makes-almost-everything-pre...
7•like_any_other•1h ago•0 comments

JDK 28 EA Build 10 Now Available with JEP 401: Value Objects (Preview)

https://jdk.java.net/28/
2•birdculture•1h ago•0 comments

Open Paper – Attention Is All You Need

https://openpaper.ai/paper/share/d9b26659-0368-4d29-a9ba-680c687f1f1f
2•vednig•1h ago•0 comments

Show HN: Faaah – Filesystem as an AI Handler

https://github.com/sebastiancarlos/faaah
2•httbs•1h ago•0 comments

Depression has tripled in the last 15 years. Arthur Brooks about the cause

https://bigthink.com/series/full-interview/meaning-crisis-brooks/
19•lschueller•1h ago•21 comments

I built a client-side HEIC converter using WebAssembly

https://heictools.io
3•suolex•1h 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!