frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Delaunay Mesh Generation (2012)

https://people.eecs.berkeley.edu/~jrs/meshbook.html
14•ibobev•3d ago

Comments

reactordev•2h ago
>Our book is a thorough guide to Delaunay refinement algorithms that are mathematically guaranteed to generate meshes with high quality, including triangular meshes in the plane, tetrahedral volume meshes, and triangular surface meshes embedded in three dimensions.

While true, it also produces a topology that makes you want to throw your PC out the window.

However… if you combine this with other algorithms for decimation and approximate visual edge determinism, you can end up with pretty solid topography while still maintaining the details that delaunay gives you.

What’s really interesting is the work going on with gaussian splats, point clouds, retopology, and remeshing. Taking photos of a place and getting back 3D scenes complete with textures from your photos. Mmmmm. But it’s likely a matter of time before AI can do this more effectively.

coherentpony•2h ago
> While true, it also produces a topology that makes you want to throw your PC out the window.

Can you elaborate?

reactordev•2h ago
Delone triangulation is awesome, don’t get me wrong, but you end up with triangles with odd lengths and vertices in weird places. Great for capturing approximation of detail, pack them verts in there!

Horrible for real-time applications. Often these meshes need to be simplified along the normals to reduce vertex count and produce a better topology (cleaner triangles that cover more space with less faces). The original meshes are still useful for normal baking.

Strictly speaking from a graphics perspective. It’s far more useful outside of this space.

anitil•2h ago
One of the youtubers [0] I follow uses a Delaunay triangulation pattern on points that I _think_ are doing a random walk as their intro screen. There's something very satisfying about this pattern. I'm not sure how the choice of colour for the triangles is made, but I could watch it as a screen saver all day.

[0] Sebastian Lague - https://www.youtube.com/watch?v=vTMEdHcKgM4

cjbgkagh•1h ago
That’s not a random walk, each vertex is moving at a constant speed
anitil•46m ago
You're right, my read on it was that there's some randomness to the changes of direction, I'm not sure what that would be called

USB-C hubs and my slow descent into madness (2021)

https://overengineer.dev/blog/2021/04/25/usb-c-hub-madness/
35•pabs3•45m ago•10 comments

My favorite use-case for AI is writing logs

https://newsletter.vickiboykis.com/archive/my-favorite-use-case-for-ai-is-writing-logs/
78•todsacerdoti•3h ago•45 comments

ChatGPT agent: bridging research and action

https://openai.com/index/introducing-chatgpt-agent/
487•Topfi•9h ago•349 comments

Mistral Releases Deep Research, Voice, Projects in Le Chat

https://mistral.ai/news/le-chat-dives-deep
440•pember•11h ago•97 comments

NIH Is Far Cheaper Than the Wrong Dependency

https://lewiscampbell.tech/blog/250718.html
5•todsacerdoti•31m ago•2 comments

Perfume reviews

https://gwern.net/blog/2025/perfume
165•surprisetalk•1d ago•87 comments

Mammals Evolved into Ant Eaters 12 Times Since Dinosaur Age, Study Finds

https://news.njit.edu/mammals-evolved-ant-eaters-12-times-dinosaur-age-study-finds
38•zdw•3h ago•24 comments

My experience with Claude Code after two weeks of adventures

https://sankalp.bearblog.dev/my-claude-code-experience-after-2-weeks-of-usage/
143•dejavucoder•8h ago•120 comments

Hand: open-source Robot Hand

https://github.com/pollen-robotics/AmazingHand
345•vineethy•14h ago•95 comments

A look at IBM's short-lived "butterfly" ThinkPad 701 of 1995

https://www.fastcompany.com/91356463/ibm-thinkpad-701-butterfly-keyboard
31•vontzy•2d ago•9 comments

Anthropic tightens usage limits for Claude Code without telling users

https://techcrunch.com/2025/07/17/anthropic-tightens-usage-limits-for-claude-code-without-telling-users/
233•mfiguiere•5h ago•136 comments

Extending That XOR Trick to Billions of Rows

https://nochlin.com/blog/extending-that-xor-trick
20•hundredwatt•3d ago•0 comments

CBS Canceling 'Late Show with Stephen Colbert' After Next Season

https://www.nytimes.com/2025/07/17/business/stephen-colbert-late-show-ending.html
34•ClosedPistachio•58m ago•16 comments

Astronomers Discover Rare Distant Object in Sync with Neptune

https://pweb.cfa.harvard.edu/news/astronomers-discover-rare-distant-object-sync-neptune
12•MaysonL•2h ago•1 comments

Self-taught engineers often outperform (2024)

https://michaelbastos.com/blog/why-self-taught-engineers-often-outperform
171•mbastos•12h ago•139 comments

All AI models might be the same

https://blog.jxmo.io/p/there-is-only-one-model
150•jxmorris12•9h ago•78 comments

Apple Intelligence Foundation Language Models Tech Report 2025

https://machinelearning.apple.com/research/apple-foundation-models-tech-report-2025
182•2bit•8h ago•135 comments

RisingWave: An Open‑Source Stream‑Processing and Management Platform

https://github.com/risingwavelabs/risingwave
6•Sheldon_fun•2d ago•0 comments

Louisiana cancels $3B coastal repair funded by oil spill settlement

https://apnews.com/article/louisiana-coastal-restoration-gulf-oil-spill-affaae2877bf250f636a633a14fbd0c7
36•geox•2h ago•12 comments

23andMe is out of bankruptcy. You should still delete your DNA

https://www.washingtonpost.com/technology/2025/07/17/23andme-bankruptcy-privacy/
39•1vuio0pswjnm7•3h ago•12 comments

Show HN: PlutoFilter- A single-header, zero-allocation image filter library in C

https://github.com/sammycage/plutofilter
51•sammycage•3d ago•8 comments

Run TypeScript code without worrying about configuration

https://tsx.is/
55•nailer•9h ago•39 comments

Archaeologists discover tomb of first king of Caracol

https://uh.edu/news-events/stories/2025/july/07102025-caracol-chase-discovery-maya-ruler.php
136•divbzero•3d ago•30 comments

People kept working, became healthier while on basic income: report (2020)

https://www.cbc.ca/news/canada/hamilton/basic-income-mcmaster-report-1.5485729
157•jszymborski•4h ago•152 comments

Writing a competitive BZip2 encoder in Ada from scratch in a few days (2024)

https://gautiersblog.blogspot.com/2024/11/writing-bzip2-encoder-in-ada-from.html
96•etrez•4d ago•54 comments

Delaunay Mesh Generation (2012)

https://people.eecs.berkeley.edu/~jrs/meshbook.html
14•ibobev•3d ago•6 comments

Stone blocks from the Lighthouse of Alexandria recovered from seafloor

https://archaeologymag.com/2025/07/lighthouse-of-alexandria-rises-again/
84•gnabgib•4d ago•18 comments

Out Run: Amiga Edition – Launch Trailer [video]

https://www.youtube.com/watch?v=WZzTp3vSC0g
9•msephton•1h ago•1 comments

Game of trees hub

https://gothub.org/
23•todsacerdoti•2d ago•5 comments

On doing hard things

https://parv.bearblog.dev/kayaking/
234•speckx•3d ago•85 comments