frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Companies are crafting new ways to grow cocoa and chocolate alternatives

https://apnews.com/article/chocolate-cacao-lab-alternatives-climate-change-73904f71a086044fa55b0e...
1•PaulHoule•1m ago•0 comments

What's Like to Be an AI/ML Engineer

https://newsletter.eng-leadership.com/p/whats-really-like-to-be-an-aiml-engineer
2•rbanffy•2m ago•0 comments

Run Local Speech-to-Text Transcription

https://simonlermen.substack.com/p/run-local-speech-to-text-transcription
1•DalasNoin•2m ago•0 comments

Protecting Data-in-Use in the Cloud: A Pragmatic Philosophy

https://www.mimirsec.com/2025/11/24/elementor-855/
1•jboutwell•3m ago•0 comments

Enumerating Three Billion Accounts on WhatsApp [pdf]

https://github.com/sbaresearch/whatsapp-census/blob/main/Hey_there_You_are_using_WhatsApp.pdf
1•fkarg•3m ago•1 comments

Building CallSpark (browser based VoIP): what I learned and what caused pain

1•ahmaliic•3m ago•0 comments

Kennedy sharpens vaccine attacks, without scientific backing

https://www.cbsnews.com/news/rfk-jr-vaccine-safety-aluminum-ingredients/
1•rolph•4m ago•0 comments

Show HN: Prismle – From Query to Candidates in One Human Sentence

https://prismle.com/
1•b1tsoup•5m ago•0 comments

Nancy Pelosi posted up a staggering 16,930% return, beat the market by 581%

https://finance.yahoo.com/news/nancy-pelosi-beat-market-581-162100416.html
2•belter•5m ago•0 comments

Whole-body Learning in Creating Mathematical/Architectural Structures [pdf]

https://archive.bridgesmathart.org/2017/bridges2017-523.pdf
1•surprisetalk•7m ago•0 comments

Vikings. Vikings Everywhere

https://signoregalilei.com/2025/11/13/vikings-vikings-everywhere/
1•surprisetalk•7m ago•0 comments

"Eye" evolving from the Bronze Age to today [video]

https://m.youtube.com/shorts/rWxWj6FTHvk
1•surprisetalk•7m ago•0 comments

Lower cooling costs with deployment of quantum computers in the stratosphere

https://discovery.kaust.edu.sa/en/article/26198/green-quantum-computing-takes-to-the-skies/
1•giuliomagnifico•7m ago•0 comments

Americans are holding onto devices longer than ever and it's costing the economy

https://www.cnbc.com/2025/11/23/how-device-hoarding-by-americans-is-costing-economy.html
2•randycupertino•8m ago•2 comments

Micropackages and Open Source Trust Scaling (2016)

https://lucumr.pocoo.org/2016/3/24/open-source-trust-scaling/
1•coloneltcb•10m ago•0 comments

We deleted our Dockerfiles: a better, faster way to build container images

https://www.rwx.com/blog/we-deleted-our-dockerfiles
6•fourteenminutes•11m ago•0 comments

Gemini 3 beaks OpenAI's long-standing lead in SRE tasks

https://rootly.com/blog/gemini-3-lead-in-sre-tasks
1•sylvainkalache•11m ago•0 comments

First New Malaria Drug in Years Performs Strongly in Late-Stage Testing

https://www.wsj.com/health/pharma/first-new-malaria-drug-in-years-performs-strongly-in-late-stage...
2•geox•12m ago•0 comments

Show HN: An AI Agent with Hysteresis-Based Personality Evolution (Python/Gemini)

https://github.com/EMMA019/Evo-chat
1•tarocha1019•12m ago•0 comments

Show HN: Smart Scan – REST API, Dashboard, and CI/CD Tools for MCP Security

https://smart.mcpshark.sh/
15•o4isec•13m ago•0 comments

Show HN: Raspberry Pi Monitoring with Gemini-CLI

https://recnes.github.io/Multi-device-RPi-status-monitor/
1•SencerH•13m ago•0 comments

Alltrails Responds to Subscriber Outrage over Upsell Treadmill

https://old.reddit.com/r/alltrails/comments/1otjdmf/we_heard_you_heres_whats_changing_about_alltr...
2•tonymet•13m ago•1 comments

For 6 years, we ran the largest blind eng hiring experiment of all time

https://interviewing.io/blog/for-six-years-we-ran-the-largest-blind-eng-hiring-experiment-of-all-...
4•leeny•14m ago•0 comments

Microsoft's Notepad; the Best Advertisement for Notepad++ There Is

https://pcper.com/2025/11/microsofts-notepad-the-best-advertisement-for-notepad-there-is/
2•speckx•16m ago•0 comments

Technical writeup of universal account takeover on Lovable

https://blog.vidocsecurity.com/blog/how-we-secured-lovable
1•kannthu•16m ago•0 comments

Show HN: I built an interactive map of jobs at top AI companies

https://map.stapply.ai
2•kalil0321•17m ago•0 comments

Shopping Research in ChatGPT

https://openai.com/index/chatgpt-shopping-research/
3•wertyk•18m ago•1 comments

Pentagon investigating Sen Mark Kelly for urging troops to defy 'illegal orders'

https://apnews.com/article/pentagon-mark-kelly-troop-investigation-4882f76b05dcdfa3060c284c2c84dd12
1•rawgabbit•19m ago•0 comments

OreNPMGuard v2.0.0 – OSS for Shai-Hulud 2.0 NPM supply chain attack

1•ahsansmir•20m ago•0 comments

Show HN: Explore what the browser exposes about you

https://neberej.github.io/exposedbydefault/
2•coffeecoders•21m 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•6mo ago

Comments

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