frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cutile.jl 0.3: CUDA.jl integration, and better performance and latency

https://juliagpu.org/post/2026-05-05-cutile_0.3/
1•vchuravy•1m ago•0 comments

Simple Meta-Harness on Islo.dev

https://zozo123.github.io/meta-harness-on-islo-page/
1•zozo123-IB•1m ago•0 comments

LitraSwitch – Control Logitech Litra with one click

https://litraswitch.app/
1•robotsquidward•3m ago•1 comments

A Bidirectional Typechecking Puzzle

https://haskellforall.com/2026/05/a-bidirectional-typechecking-puzzle
1•g0xA52A2A•4m ago•0 comments

Software Judgement Series

https://yusufaytas.com/series/software-judgment
1•yusufaytas•5m ago•0 comments

RSS Feeds Send Me More Traffic Than Google

https://shkspr.mobi/blog/2026/05/rss-feeds-send-me-more-traffic-than-google/
1•Brajeshwar•5m ago•0 comments

So I Built a Drone

https://feyor.sh/blog/so-i-built-a-drone/
1•speckx•6m ago•0 comments

Google, Microsoft and xAI Agree to Share Early AI Models with U.S.

https://www.wsj.com/tech/ai/google-microsoft-and-xai-agree-to-share-early-ai-models-with-u-s-f95a...
1•geox•6m ago•0 comments

Linux Vulnerability Scanner Online

https://fivenines.io/tools/linux-package-vulnerability-scanner
1•spuyet•7m ago•0 comments

Eliza effect at work: Avoiding emotional attachment to AI coworkers

https://www.ibm.com/think/insights/eliza-effect-avoiding-emotional-attachment-to-ai
1•boilerupnc•7m ago•0 comments

Show HN: Open-source CLI to generate UI tests from user flows

https://resources.kusho.ai/kusho-ai-ui-testing-tui
4•riyajoshi•8m ago•0 comments

AI Ready Vulnerability Management Program After NVD Changes and Claude Mythos

https://pulse.latio.tech/p/building-an-ai-ready-vulnerability
1•Harvesterify•9m ago•0 comments

The Secret to Success Is 'Monotasking'

https://www.theatlantic.com/health/2026/05/monotasking-inside-the-box-excerpt-david-epstein/687015/
1•breve•9m ago•0 comments

Achieving 3X speedups on Google TPUs with diffusion-style speculative decoding

https://developers.googleblog.com/supercharging-llm-inference-on-google-tpus-achieving-3x-speedup...
1•simonpure•9m ago•0 comments

How do you monitor real-time Databricks cost?

https://twitter.com/simonmestdagh_/status/2051657440752554093
1•simmestd•10m ago•0 comments

I don't like the "staff engineer archetypes"

https://www.seangoedecke.com/staff-engineer-archetypes/
1•emreb•11m ago•0 comments

Show HN: I got tired of refreshing HN, so I made it refresh itself

https://rnkflow.com/
1•JCSlim•12m ago•0 comments

How to Work and Compound with AI

https://eugeneyan.com/writing/working-with-ai/
2•daureg•14m ago•0 comments

Trump spent nearly $2B of taxpayer money to undo wind projects underway

https://fortune.com/2026/04/29/trump-spent-nearly-2-billion-of-taxpayer-money-to-undo-wind-projec...
2•breve•14m ago•0 comments

Show HN: Octopus Code Review is now free for OSI-licensed repos

https://octopus-review.ai/login?callbackUrl=%2Fopen-source
3•redoh•14m ago•1 comments

Voluntary Retirement of the PHP License

https://lwn.net/ml/all/8FE97D51-963A-49D6-8302-C808108FC4C9@benramsey.com/
2•speckx•14m ago•0 comments

Can We Survive Technology? – John von Neumann (1955)

https://www.privatdozent.co/p/can-we-survive-technology-john-von
4•jorgenveisdal•15m ago•0 comments

Human Operator

https://www.media.mit.edu/projects/human-operator/overview/
1•ceejayoz•15m ago•0 comments

Can your coding style predict whether your code is vulnerable?

https://www.helpnetsecurity.com/2026/05/05/research-code-stylometry-vulnerability-detection/
1•gsky•15m ago•0 comments

Light Phone is making its dumb phone more useful with third-party "tools"

https://www.wired.com/story/exclusive-light-phone-developer-kit/
1•notpachet•15m ago•0 comments

Will A.I. Make College Obsolete?

https://www.newyorker.com/news/fault-lines/will-ai-make-college-obsolete
2•pseudolus•15m ago•1 comments

Deltδx – Structured reasoning for complex claims

https://chatgpt.com/g/g-69f11b6a1bdc8191ab1100acf60f40cc-deltdx-free
2•DELTAX-Editions•16m ago•0 comments

The KLF: Return to Trancentral

https://www.discopogo.co/posts/the-klf-return-to-trancentral
1•ilamont•18m ago•0 comments

₹2 Lakh Personal Loan – Apply Online Easily – SMFG India Credit

https://www.smfgindiacredit.com/2-lakh-personal-loan.aspx
1•saumyaraut11•18m ago•0 comments

Show HN: Probus, AI vuln scanner (PRs merged in Vercel AI SDK, n8n, LangGraph)

1•etairl•18m 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•11mo ago

Comments

whizzter•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
Hi, I'm the first author of the paper. Thank you so much for your comment, it means the world to me!
kaoD•11mo 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•11mo 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•11mo ago
sdf(p + sin(p)*0.01)
GistNoesis•11mo ago
See "Deformations and distortions" paragraph in https://iquilezles.org/articles/distfunctions/ where it suggests playing with the ray-marching step size.
Remnant44•11mo 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!