frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: EarPal – private multi-speaker interpreter, on-device, 30 languages

https://apps.apple.com/us/app/earpal-translator/id6761786603
1•alEscarcha•6m ago•0 comments

colorForth

https://en.wikipedia.org/wiki/ColorForth
1•tosh•6m ago•0 comments

Show HN: Recipeviz, make compact cards for your recipes

https://hherman1.github.io/recipeviz/
1•hherman2•9m ago•0 comments

1 deceased software-frog, a rogue AI and two hacked corporations

https://twitter.com/theonejvo/status/2082319747342045267
1•tosh•11m ago•0 comments

Engineering Always-On Market Data Infrastructure for Crypto Trading

https://medium.com/@DolphinDB_Inc/engineering-always-on-market-data-infrastructure-for-crypto-tra...
1•Polly_Liu•12m ago•0 comments

Hugging Face Incident Initial Post-Mortem

https://s3.amazonaws.com/content-production.cloudsecurityalliance/semxe47vxhaqctzr4xeb1khbztvv?re...
1•_tk_•13m ago•0 comments

Post with links will no longer be nerfed on X

1•askadityapandey•14m ago•0 comments

Slid phi 4.27% smaller than fib coding

https://github.com/ceedotrock/slid-phi
1•agentrider•14m ago•0 comments

Show HN: Get a security assessment of MCP servers directly from your terminal

https://index.canopii.dev/cli
1•mavzer•14m ago•0 comments

What breaks when project management software loses internet access

https://ones.com/blog/what-breaks-when-project-management-software-loses-internet-access/
1•coding1134•15m ago•0 comments

Iceberg capsizes off the coast of Greenland

https://www.aljazeera.com/video/newsfeed/2026/7/27/aje-onl-nf_massive-iceberg-capsizes-off-the-co...
2•wiradikusuma•21m ago•0 comments

Show HN: Copy any element on a page as clean Tailwind v4 (HTML or JSX)

https://chromewebstore.google.com/detail/tailgrab-—-copy-as-tailwi/hphcddhibifkbdlakihnmdjkidpi...
1•pickrack•22m ago•0 comments

Should A.I. Move to Space? (Google's Project Suncatcher)

https://freakonomics.com/podcast/should-a-i-move-to-space/
1•eamag•22m ago•0 comments

Show HN: Code Security Skills Codex-Inspired Workflows Packaged for Claude Code

https://github.com/barvhaim/code-security-skills
1•bignet•24m ago•0 comments

RU AF jamming Sentinel-1 satellites over certain parts of Russia

https://old.reddit.com/r/UkraineRussiaReport/comments/1v9byzo/ru_pov_ru_af_jamming_sentinel1_sate...
3•paganel•26m ago•1 comments

GitHub Has Restricted Access to Star Data

https://www.star-history.com/blog/github-stargazer-api-restriction/
2•faize•27m ago•1 comments

The Actual Reason Why Google "Fell Out" of the AI Race Changes Everything

https://www.thealgorithmicbridge.com/p/the-actual-reason-why-google-fell
1•Michelangelo11•28m ago•1 comments

Daggermouth could be the first best-selling novel partly written by a chatbot

https://www.theatlantic.com/technology/2026/07/daggermouth-novel-bestseller-ai/688067/
2•Alien1Being•32m ago•0 comments

Trusting-Trust Attack Against a Linux Distribution Through Binary

https://arxiv.org/abs/2607.24888
1•sbulaev•33m ago•0 comments

Klong

https://t3x.org/klong/index.html
1•tosh•33m ago•0 comments

Exercises in benchmarking and evals, part 7: DeepSWE, Senior SWE-Bench

https://danluu.com/exercise-7/
1•ndr•37m ago•0 comments

Show HN: Wisp. A peer-to-peer encrypted messenger with no trusted server

https://github.com/xmahdi1/wisp
3•xmahdi•40m ago•0 comments

Trees

https://github.com/JohnEarnest/ok/blob/gh-pages/docs/Trees.md
2•tosh•41m ago•0 comments

Freenet Network Telemetry Dashboard

https://telemetry.freenet.org/
2•starwatch•41m ago•1 comments

Three Directions in Design: Gerald Jay Sussman [video]

https://www.youtube.com/watch?v=Tdwr9tweTDE
1•tosh•41m ago•0 comments

Fifteen Years on Apache Camel

https://camel.apache.org/blog/2026/07/echonect-fifteen-years-apache-camel/
2•diykorey•46m ago•0 comments

Plan like an adult, believe like a child, ask clearly

https://www.youtube.com/watch?v=uOcKF-aLHyw
1•modinfo•49m ago•0 comments

Cyberattack targeted 30 Minnesota water systems

https://mn.gov/mnit/media/blog/?id=38-761869
2•BlueBerry2001•53m ago•0 comments

Appliedin: The agentic workflow for applying jobs, so we can spend time prepping

https://www.appliedin.dev/
1•sayantan317•53m ago•0 comments

Show HN: chartr – visualize tickets as a star-map, run agents from it

https://github.com/rengwu/chartr
1•rengwu•54m 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!