frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Gemini 3

https://blog.google/products/gemini/gemini-3/
1029•preek•8h ago•674 comments

Blender 5.0

https://www.blender.org/download/releases/5-0/
282•FrostKiwi•1h ago•55 comments

Google Antigravity

https://antigravity.google/
605•Fysi•7h ago•672 comments

Monotype font licencing shake-down

https://www.insanityworks.org/randomtangent/2025/11/14/monotype-font-licencing-shake-down
16•evolve2k•49m ago•1 comments

Pebble, Rebble, and a path forward

https://ericmigi.com/blog/pebble-rebble-and-a-path-forward/
285•phoronixrly•6h ago•132 comments

GitHub: Git operation failures

https://www.githubstatus.com/incidents/5q7nmlxz30sk
285•wilhelmklopp•2h ago•243 comments

Gemini 3 Pro Model Card [pdf]

https://storage.googleapis.com/deepmind-media/Model-Cards/Gemini-3-Pro-Model-Card.pdf
123•virgildotcodes•12h ago•306 comments

The code and open-source tools I used to produce a science fiction anthology

https://compellingsciencefiction.com/posts/the-code-and-open-source-tools-i-used-to-produce-a-sci...
49•mojoe•7h ago•7 comments

OrthoRoute – GPU-accelerated autorouting for KiCad

https://bbenchoff.github.io/pages/OrthoRoute.html
88•wanderingjew•4h ago•8 comments

Bild AI (YC W25) is hiring – Make housing affordable

https://www.ycombinator.com/companies/bild-ai/jobs/m2ilR5L-founding-engineer-applied-ai
1•rooppal•2h ago

I am stepping down as the CEO of Mastodon

https://blog.joinmastodon.org/2025/11/my-next-chapter-with-mastodon/
258•Tomte•5h ago•189 comments

Cloudflare Global Network experiencing issues

https://www.cloudflarestatus.com/incidents/8gmgl950y3h7
2280•imdsm•11h ago•1579 comments

Chuck Moore: Colorforth has stopped working [video]

https://www.youtube.com/watch?v=MvkGBWXb2oQ#t=22
50•netten•1d ago•21 comments

Show HN: A subtly obvious e-paper room air monitor

https://www.nicolin-dora.ch/blog/en-epaper-room-air-monitor-part-1/
24•nomarv•16h ago•4 comments

How Quake.exe got its TCP/IP stack

https://fabiensanglard.net/quake_chunnel/index.html
448•billiob•15h ago•118 comments

Show HN: RowboatX – open-source Claude Code for everyday automations

https://github.com/rowboatlabs/rowboat
43•segmenta•4h ago•9 comments

Mysterious holes in the Andes may have been an ancient marketplace

https://www.sydney.edu.au/news-opinion/news/2025/11/10/mysterious-holes-in-the-andes-may-have-bee...
24•gmays•6d ago•3 comments

Solving a million-step LLM task with zero errors

https://arxiv.org/abs/2511.09030
110•Anon84•7h ago•40 comments

What I Learned About Creativity from a Man Painting on a Treadmill

https://quinnmaclay.com/texts/lets-paint
5•8organicbits•4d ago•0 comments

Trying out Gemini 3 Pro with audio transcription and a new pelican benchmark

https://simonwillison.net/2025/Nov/18/gemini-3/
97•nabla9•4h ago•35 comments

Nearly all UK drivers say headlights are too bright

https://www.bbc.com/news/articles/c1j8ewy1p86o
628•YeGoblynQueenne•9h ago•654 comments

Show HN: Guts – convert Golang types to TypeScript

https://github.com/coder/guts
66•emyrk•5h ago•17 comments

Short Little Difficult Books

https://countercraft.substack.com/p/short-little-difficult-books
132•crescit_eundo•9h ago•84 comments

Strix Halo's Memory Subsystem: Tackling iGPU Challenges

https://chipsandcheese.com/p/strix-halos-memory-subsystem-tackling
56•PaulHoule•6h ago•23 comments

When 1+1+1 Equals 1

https://mathenchant.wordpress.com/2024/12/19/when-111-equals-1/
30•surprisetalk•5d ago•22 comments

A 'small' vanilla Kubernetes install on NixOS

https://stephank.nl/p/2025-11-17-a-small-vanilla-kubernetes-install-on-nixos.html
26•todsacerdoti•12h ago•8 comments

Google boss says AI investment boom has 'elements of irrationality'

https://www.bbc.com/news/articles/cwy7vrd8k4eo
132•jillesvangurp•17h ago•264 comments

Show HN: Tokenflood – simulate arbitrary loads on instruction-tuned LLMs

https://github.com/twerkmeister/tokenflood
18•twerkmeister•6d ago•0 comments

The Miracle of Wörgl

https://scf.green/story-of-worgl-and-others/
129•simonebrunozzi•12h ago•71 comments

Write Cypress Tests in Natural Language with Cy.prompt()

https://www.cypress.io/blog/cy-prompt-experimental-launch
5•antiloper•6d ago•3 comments
Open in hackernews

Blender 5.0

https://www.blender.org/download/releases/5-0/
281•FrostKiwi•1h ago

Comments

lwde•1h ago
The first thing on the website is a Cloudflare Captcha box :/
blitzar•1h ago
Looks like they picked a bad day to do a major release.
Uehreka•1h ago
But after that, all the other things on the page are AWESOME! I’m super stoked about the proper HDR support and all the new node improvements.
adgjlsfhk1•58m ago
Yeah. the HDR support is very nice. ACES got their system right the 2nd time around thankfully.
1220512064•41m ago
Is this the first blender release where you can change the working color space? I thought that you could in previous versions but it caused issues with some nodes.

Now I want to look into it more, but I'd imagine that "Blackbody" and sky generation nodes might still assume a linear sRGB working space.

Uehreka•32m ago
> Now I want to look into it more, but I'd imagine that "Blackbody" and sky generation nodes might still assume a linear sRGB working space.

Since people are always asking for “real world examples”, I have to point out this is a great place to use an agent like Claude Code or Codex. Clone the source, have your coding assistant run its /init routine to survey the codebase and get a lay of the land, then turn “thinking” to max and ask it “Do the Blackbody attribute for volumes and the sky generation nodes still expect to be working in linear sRGB? Or do they take advantage of the new ACES 2.0 support? Analyze the codebase, give examples and cite lines of code to support your conclusions.”

The best part: I’m probably wrong to assert that linear sRGB and ACES 2.0 are some sort of binary, but that’s exactly the kind of knowledge a good coding agent will have, and it will likely fold an explanation of the proper mental model into its response.

throwaway290•40m ago
why ACES and not something like P3?
1220512064•30m ago
Display P3 (distinct from cinema display P3, because names are hard ig) is used as a render target color space. ACES (and its internal color spaces) are designed as working spaces.

If you make a color space for a display, the intent is that you can (eventually) get a display which can display all those colors. However, given the shape of the human color gamut, you can't choose three color primaries which form a triangle which precisely contain the human color gamut. With a display color space, you want to pick primaries which live inside the gamut; else you'd be wasting your display on colors that people can't see. For a working space, you want to pick primaries which contain the entire human color gamut, including some colors people can't see (since it can be helpful when rendering to avoid clipping).

Beyond that, ACES isn't just one color space; it's several. ACEScg, for example, uses a linear transfer function, and is useful for rendering applications. A colorist would likely transform ACEScg colors into ACEScc (or something of that ilk) so that the response curves of their coloring tools are closer to what they're used it (i.e. they have a logarithmic response similar to old-fashioned analogue telecine machines).

edflsafoiewq•1h ago
That's the whole internet now. That or Anubis.
kevin_thibedeau•46m ago
Or do the rational thing and rate limit GET requests to human speeds.
selbyk•39m ago
Based on what fingerprint?
moron4hire•32m ago
Fingerprint: *
donutdan4114•57m ago
What’s the consensus on the future of this type of 3D tool? Especially for video animation/CGI in movies/tv/ads?

Seems like in 10 years AI will basically make it pointless to use a tool like this at least for people working on average projects.

What do folks in the industry think? What’s the long term outlook?

HumanOstrich•55m ago
"AI will make this pointless" is so exhausting.
simonask•54m ago
If you don’t work in the industry, you have zero chance of accurately evaluating whether or not, or how, it will be impacted by any new technology.

The fact that it “seems easy” is a great flag that it probably isn’t.

Legend2440•20m ago
Industry has no idea how they’re going to be impacted either.

Really no one can predict the future.

NuclearPM•12m ago
Zero?
andrepd•54m ago
Can there please be one post on this godforsaken website where there is no attempt to shoehorn it into the AI craze?
Razengan•53m ago
What will AI train on?
amelius•48m ago
3D scans of the real world?
jacobgkau•46m ago
I don't think the "what will it train on" argument is bullet-proof, but animation and 3D art can encompass so much more than just things that exist in the real world.
nkrisc•9m ago
Famously, all 3D art is of things only found in the real world.
bena•53m ago
You build apps for Shopify.

You are asking for industry predictions from industry professionals in an industry you know nothing about while assuming a lot about that industry.

Why do you think they should do all the heavy lifting for you?

You might as well ask ChatGPT what it thinks because it seems you already have an idea of what you want the answer to be.

jacobgkau•47m ago
As someone who's actually used Blender for small video projects, I'm fairly confident you'll still need this type of tool even with AI assistance doing some of the work in it, especially for at least the next 10 years.

AI coding agents didn't make IDEs obsolete. They just added plugins to some existing IDEs and spawned a few new ones.

jamilton•43m ago
If AI is at the point where it is exactly as capable of your average junior 3D professional in 10 years, it will probably have automated a ton (double digit percentage?) of current jobs such that nothing is safe. There's a lot of complexity, it's fairly long time horizon, it's very visually detailed, it's creative and subjective, and there's not a lot of easily accessible high quality training data.

It's like 2D art with more complexity and less training data. Non-AI 2D art and animation tools haven't been made irrelevant yet, and don't look like they will be soon.

cogman10•38m ago
Directors spend a LOT of effort trying to keep continuity and that's the weakest part of AI.

What blender and other CGI software gets for free is continuity. The 3D model does not change without explicitly making it change.

Until we get AI which can regenerate the same model from one scene to the next, the use of AI in CGI will be severely limited.

jsheard•27m ago
> Directors spend a LOT of effort trying to keep continuity and that's the weakest part of AI.

Case in point, the recent AI Coke ad only needed a single key asset to remain consistent from shot to shot and it's still a complete mess.

https://www.reddit.com/r/regularcarreviews/comments/1oubl82/...

Not for lack of trying either, apparently they burned through 70,000 generated clips and manually composited the Coke logo just to get those results.

Uehreka•19m ago
I design projections for independent theatre in Baltimore. I use AI in my workflows where it can help me and won’t compromise on the quality of what I’m making. I frequently use AI to upscale crappy footage, to interpolate frames in existing video (for artistic purposes, never with documentary archival stuff) and very occasionally to create wholesale clips in situations where video models can do what I need.

I recently used WAN to generate a looping clip of clouds moving quickly, something that’s difficult to do in CGI and impossible to capture live action. It worked out because I didn’t have specific demands other than what I just said, and I wasn’t asking for anything too obscure.

At this point, I expect the quality of local video models (the only kind I’m willing to work with professionally) to go up, but prompt adherence seems like a tough nut to crack, which makes me think it may be a while before we have prosumer models that can replace what I do in Blender.

1220512064•43m ago
I've been using blender since at least 2010; it's so exciting to see how much progress it's making.

I'm very excited to see the addition of structs and closures/higher-order functions to blender nodes! (I've also glanced at the shader compiler they're using to lower it to GLSL; neat stuff!) Not only is this practically going to be helpful, the PL researcher in me is tickled by seeing these features get added to a graphical programming language.

If you haven't heard of Blender before, or if you think AI will replace all the work done in it, fair enough. But I'd still strongly suggest looking into what it is and how it works.

mempko•15m ago
I've used blender since 1999. It's my favorite open source software. Simply amazing
thot_experiment•43m ago
Very very sad that the adaptive subdivision is touted as a Blender feature but unfortunately it's a Cycles feature.

Always nice to see these updates though, Blender has really come a long long way.

1220512064•39m ago
It might be possible to reproduce the same effect in EEVEE using geometry nodes. I know people have done that for automatic level of detail work. That being said, IDK if subsurf as a geometry node will take a non-constant number of iterations.
gehsty•40m ago
I’d really like to see something like blender come for the 3D CAD industry, at the moment it feels like the only people who would lose out are AutoDesk. The amount of money that flows in and out of 3D cad (as subscription and then value created) having a first class open source kernel and tooling, would be giving big industrial players freedom to modify and tailor to their needs as well as smaller / hobbyists get started for free!
1220512064•37m ago
IDK how they compare to professional CAD tools, but I've heard good things about FreeCAD and OpenSCAD. I know that some people use Blender for CAD work, and there are even some extensions to make it easier, but I'm dubious that the representation of meshes that Blender uses are well-suited for CAD applications.
daedrdev•36m ago
Blender is a decent option for low effort 3d modeling for 3d printing in my experience
LoganDark•27m ago
I use Plasticity to model for 3D printing. Having to worry about polygons in Blender is really annoying.
cluckindan•25m ago
So model using the NURBS tools?
LoganDark•21m ago
Does Blender have NURBS? I don't even use NURBS in Plasticity, because curves are already essentially vectors. I don't have to worry about polygons at all, and then I choose the tolerances when I export.
_carbyau_•5m ago
During COVID I learnt Blender for 3D modelling. It is still my go to.

Many people complain about it being a mesh editor but it works for me. The sheer variety of tooling and flexibility in Blender is insane, and that's before you get to the world of add-ons.

I want to learn Geometry nodes and object generation as I think they will address a lot of the "parametric" crowd concerns. This v5 is meant to be a big step in ease of use of this.

Also, I'm not sure if the different tooling lets me see all the flaws of online "parametric" models. They get frustrating. I have Gordon-Ramsay-screamed "How can you fuck up a circle!".

k1musab1•36m ago
FreeCAD is the front-runner for me.

KiCAD was also a meh ECAD FOSS alternative 7-8 years ago, now it is by far the tool of choice for regular ECAD designs. I can see FreeCad getting there by 2030.

Workaccount2•21m ago
FreeCAD is probably the single most frustrating and unintuitive pieces of software I have ever used. I almost drafted hate mail to the devs after 15 minutes of crash coursing fusion360 got me further than 2 days of trying to use FreeCAD.

It seems like it has lots of capability but still "punch your monitor" levels of difficulty just trying to do the most basic stuff.

RAMJAC•11m ago
While it's a pain to learn and requires some plugins (addons) for basic ergonomics, FreeCAD absolutely works for parametric CAD modeling. YMMV depending on the project and complexity, it does the trick for laser cutting, bending and 3D printing.

Deltahedra is a great YouTube channel for getting the basics.

LoganDark•30m ago
Plasticity is the closest thing to this, I think. It uses Parasolid, which Blender does not, and supports xNURBS, which Blender does not.
dgroshev•28m ago
Same, but I don't think it's possible without a large and sustained investment into a free geometric modelling kernel, which can probably be only done by a government.

Parasolid is powering practically every major CAD system. Its development started in 1986 and it's still actively developed. The amount of effort that goes into those things is immense (39 years of commercial development!) and I don't believe it can be done pro-bono in someone's spare time. What's worse, with this kind of software there is no "graceful degradation": while something like a MIP solver can be useful even if it's quite a bit slower than Gurobi, a kernel that can't model complex lofts and fillets is not particularly useful.

3D CAD is much harder than Blender and less amenable to open source development.

LoganDark•26m ago
> Same, but I don't think it's possible without a large and sustained investment into a free geometric modelling kernel, which can probably be only done by a government.

Fornjot has been attempting this: https://www.fornjot.app

It's going to be years or decades before it's competitive though. Also, it looks like they switched to keeping progress updates private except to sponsors, which means I don't actually have any easily-accessible information about it anymore which is sad.

dgroshev•12m ago
I'm very skeptical that one person can make a dent. Paging through the releases, they seem to focus on constructive solid geometry and code-driven shape generation, which I believe is a dead end.

The tricky bit is having a G2 (or even G3) fillet that intersects a complex shape built from surface patches and thickened, with both projected into a new sketch, and keeping the workflow sane if I go and adjust the original fillet. I hope one day we'll see a free (as in speech) kernel that can enable that, until then it's just Parasolid, sadly.

polishdude20•27m ago
Onshape has blown me away with its browser interface and how quick it all loads. And as long as your projects are public, it's free.
Teever•20m ago
You may be interested in CAD Sketcher: https://www.cadsketcher.com/

You're on point that there's a tremendous amount of money captures by Autodesk for CAD software that could be better directed at the open source community instead.

Software like OpenSCAD and FreeCAD are obviously not suitable for much commercial work, and have very irritating limitations for hobbyist work, in my mind a big part of that is the UI and Blender has a good and established UI at this point so I'd love to see the open source CAD that provides an alternative to vendor lock in come from a Blender add-on instead of a separate program.

I am no expert but as I understand it the primary difficulty with developing good alternatives to commercial CAD software lie in the development of an effective geometric kernel.

It seems to me that if a developer of an opensource CAD program develops it as a Blender add-on they can effectively outsource the remainder of the development efforts to the Blender community while focus can be made on the CAD kernel itself.

shirro•13m ago
Probably requires something that is almost there then a sponsor(s) to throw in developers or funding to get the rest of the way. On the EDA side CERN did a lot to lift Kicad to the point of being a credible alternative that could breakthrough like Blender. Both those projects are over 30 years old and for a lot of that time were dismissed as too difficult to use or lacking in features. FreeCAD is only 23 years old. I don't know what the code base is like but if a large org put a couple of good devs into it for a few years who knows.

It must be difficult when so much management is short sighted and focused on delivering short term profits for shareholders. Even academia is run like a business now.

Unless a privately held rogue company like Valve got interested its probably going to have to wait for a government/ngo/scientific. Industry, particularly the tech industry, is notorious for leaching of free and open source software and in some cases building entire businesses on it and not giving back.