frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Asking Authors About Their Own Papers

https://medium.com/@TmlrOrg/asking-authors-about-their-own-papers-3d2e04e5dee0
1•stefanpie•5m ago•0 comments

Next-gen gravitational wave detectors could spot the first black holes

https://phys.org/news/2026-09-gen-gravitational-detectors-black-holes.html
2•MarcoDewey•9m ago•0 comments

US interest rates raised for first time in three years

https://www.bbc.com/news/articles/cw4gmlyvj422o
2•higginsniggins•11m ago•0 comments

My website charged AI agents a penny per page. I watched Claude pay it

https://suganthan.com/blog/x402-pay-per-crawl/
1•gmays•14m ago•0 comments

Show HN: Helping agents break out of their sandboxes in a monitorable way

https://sparrowsystems.co/
1•why_only_15•14m ago•0 comments

Encouraging Deception in Compaction Summaries

https://alignment.openai.com/misalignment-reports/encouraging-deception-in-compaction-summaries/
1•aesthesia•15m ago•0 comments

Jev-like mode for DiffusionGemma model

https://github.com/vllm-project/vllm/pull/57250
1•mmastrac•16m ago•0 comments

DeepSeek's Parent Company

https://www.high-flyer.cn/sociology/
1•E-Reverance•16m ago•0 comments

The Flask Mega-Tutorial, Part I: Hello, World

https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
3•timmytoughtknuc•19m ago•0 comments

Typesafe.ai Jev Open Source Alternative Qwen-2.5-1B-RLCD

https://huggingface.co/spaces/drinkmoonshine/parallel-constrained-decoding
1•nthypes•20m ago•0 comments

AI Debt vs. Treasuries

https://www.ft.com/content/033b21e7-b5d5-4511-ae01-53edaa4e051e
1•toomuchtodo•21m ago•1 comments

"WeWorm": Zero-click worm could have taken over all WeChat accounts

https://www.heise.de/en/news/WeWorm-Zero-click-worm-could-have-taken-over-all-WeChat-accounts-114...
1•Topfi•22m ago•0 comments

Dwarf Star Support for Qwen3.8 Flash Next

https://github.com/antirez/ds4/pull/991
1•macote•22m ago•0 comments

YuE2 – Frontier music generation with editable scores

https://github.com/multimodal-art-projection/YuE
2•modinfo•22m ago•0 comments

Pactora – AI contract review built by a lawyer, not engineers

https://www.pactora.uk/
1•reasonfreefromp•26m ago•0 comments

Automattic says CEO Mullenweg was gone and back inside 33 hours. What happened?

https://thenewstack.io/automattic-mullenweg-boardroom-reversal/
1•_djo_•26m ago•0 comments

OpenSpec – A lightweight and configurable AI spec framework

https://openspec.dev/
15•etoxin•30m ago•1 comments

Calculator for Australian take-home pay, tax and super

https://auspaycalculator.org/
1•seoskillsai•33m ago•0 comments

How much does one hour of bots cost on Cloudflare Workers?

https://gfuse.dev/one-hour-of-bots-on-cloudflare-workers
2•Leading-Enginee•35m ago•0 comments

Plans for Agents (and Humans)

https://hive.technology/lab-notes/plans-for-agents/
1•tylermhall•39m ago•0 comments

Australia says it could follow Canada in forging deeper ties with EU

https://www.independent.co.uk/news/world/australasia/canda-eu-membership-australia-us-trade-b3050...
27•doener•40m ago•2 comments

Fossil tooth analysis confirms Tyrannosaurus rex was warm-blooded

https://www.cnn.com/2026/09/16/science/tyrannosaurus-rex-body-temperature-warm-blooded
3•1659447091•40m ago•0 comments

The mascots, design and visual history of Wikipedia

https://www.itsnicethat.com/features/wikipedia-graphic-design-spotlight-150926
2•sohkamyung•40m ago•0 comments

60%+ of Japan firms with foreign workers would struggle without overseas hiring

https://www.japantimes.co.jp/news/2026/09/16/japan/foreign-labor-survey/
2•mikhael•43m ago•0 comments

Show HN: DroidPutter – Run Cardputer Apps on Android via USB OTG

https://github.com/fcavalcantirj/droidputter
1•fcavalcantirj•45m ago•0 comments

Why building a Rust LSP is hard

https://rust-glancer.github.io/blog/why-lsp-is-hard/
2•agluszak•45m ago•0 comments

Some things Veloren does differently

https://blog.jsbarretto.com/post/veloren
1•agluszak•45m ago•0 comments

New Potential Automatic Parallelizer

https://deshi.ch
1•d3shi•49m ago•1 comments

I Put My Startup Esdenera on Hold

https://web.archive.org/web/20210515020855/https://reykfloeter.com/posts/why-i-put-my-startup-esd...
1•lsofzz•51m ago•0 comments

Am I Cited by AI? See which AI assistants are reading your papers

https://www.amicitedby.ai/
2•jmnicholson•55m 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!