frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bevy TLDR – Game development with Bevy summarized

https://taintedcoders.com/bevy/tldr
27•GenericCanadian•2h ago•1 comments

Chen-Ning Yang, Nobel laureate, dies at 103

https://www.chinadaily.com.cn/a/202510/18/WS68f3170ea310f735438b5bf2.html
146•nhatcher•20h ago•39 comments

The reason GCC is not a library (2000)

https://gcc.gnu.org/legacy-ml/gcc/2000-01/msg00572.html
63•todsacerdoti•6d ago•21 comments

Root System Drawings

https://images.wur.nl/digital/collection/coll13/search
281•bookofjoe•12h ago•52 comments

How to sequence your DNA for <$2k

https://maxlangenkamp.substack.com/p/how-to-sequence-your-dna-for-2k
107•yichab0d•6h ago•52 comments

Titan submersible’s $62 SanDisk memory card found undamaged at wreckage site

https://www.tomshardware.com/pc-components/microsd-cards/tragic-oceangate-titan-submersibles-usd6...
193•WithinReason•1d ago•113 comments

Flowistry: An IDE plugin for Rust that focuses on relevant code

https://github.com/willcrichton/flowistry
165•Bogdanp•11h ago•25 comments

GoGoGrandparent (YC S16) Is Hiring Back End and Full-Stack Engineers

1•davidchl•1h ago

Tinnitus Neuromodulator

https://mynoise.net/NoiseMachines/neuromodulationTonesGenerator.php
247•gjvc•9h ago•162 comments

Adding Breadcrumbs to a Rails Application

https://avohq.io/blog/breadcrumbs-rails
33•flow-flow•4d ago•1 comments

Is Postgres read heavy or write heavy?

https://www.crunchydata.com/blog/is-postgres-read-heavy-or-write-heavy-and-why-should-you-care
111•soheilpro•1d ago•28 comments

Why the open social web matters now

https://werd.io/why-the-open-social-web-matters-now/
103•benwerd•4d ago•42 comments

./watch

https://dotslashwatch.com/
312•shrx•16h ago•82 comments

Who invented deep residual learning?

https://people.idsia.ch/~juergen/who-invented-residual-neural-networks.html
75•timlod•5d ago•25 comments

Secret diplomatic message deciphered after 350 years

https://www.nationalarchives.gov.uk/explore-the-collection/the-collection-blog/secret-diplomatic-...
99•robin_reala•2d ago•11 comments

Most users cannot identify AI bias, even in training data

https://www.psu.edu/news/bellisario-college-communications/story/most-users-cannot-identify-ai-bi...
47•giuliomagnifico•7h ago•25 comments

K8s with 1M nodes

https://bchess.github.io/k8s-1m/
113•denysvitali•2d ago•30 comments

Solution to CIA’s Kryptos sculpture is found in Smithsonian vault

https://www.nytimes.com/2025/10/16/science/kryptos-cia-solution-sanborn-auction.html
121•elahieh•2d ago•51 comments

When you opened a screen shot of a video in Paint, the video was playing in it

https://devblogs.microsoft.com/oldnewthing/20251014-00/?p=111681
160•birdculture•2d ago•19 comments

Satellite images show ancient hunting traps used by South American social groups

https://phys.org/news/2025-10-satellite-images-reveal-ancient-south.html
22•rntn•6d ago•0 comments

Coral NPU: A full-stack platform for Edge AI

https://research.google/blog/coral-npu-a-full-stack-platform-for-edge-ai/
104•LER0ever•3d ago•14 comments

Moonlander.BAS

https://basic-code.bearblog.dev/moonlander/
31•ibobev•6d ago•6 comments

The rise and fall of the powered wig

https://www.battlefields.org/learn/head-tilting-history/rise-and-fall-powdered-wig
5•andsoitis•1w ago•2 comments

Picturing Mathematics

https://mathenchant.wordpress.com/2025/10/18/picturing-mathematics/
55•jamespropp•10h ago•2 comments

SQL Anti-Patterns

https://datamethods.substack.com/p/sql-anti-patterns-you-should-avoid
226•zekrom•13h ago•149 comments

Ripgrep 15.0

https://github.com/BurntSushi/ripgrep/releases/tag/15.0.0
363•robin_reala•12h ago•87 comments

Our Paint – A featureless but programmable painting program

https://www.WellObserve.com/OurPaint/index_en.html
58•ksymph•6d ago•7 comments

Lux: A luxurious package manager for Lua

https://github.com/lumen-oss/lux
69•Lyngbakr•13h ago•24 comments

Fast calculation of the distance to cubic Bezier curves on the GPU

https://blog.pkh.me/p/46-fast-calculation-of-the-distance-to-cubic-bezier-curves-on-the-gpu.html
125•ux•16h ago•31 comments

AMD's Chiplet APU: An Overview of Strix Halo

https://chipsandcheese.com/p/amds-chiplet-apu-an-overview-of-strix
174•zdw•21h ago•64 comments
Open in hackernews

The reason GCC is not a library (2000)

https://gcc.gnu.org/legacy-ml/gcc/2000-01/msg00572.html
59•todsacerdoti•6d ago

Comments

deterministic•5d ago
And the result is that most new open source languages (and commercial companies) use LLVM instead of GCC as the backend => way more engineering resources are dedicated to LLVM.
tehjoker•1h ago
For what it's worth, the leverage did work, just not forever. It was a play with a limited lifetime. It didn't necessarily need to shake out that way, probably if GCC was slightly easier to write for but not too easy people would have invested more. It took a major investment to create a competing product.
owlbite•1h ago
I thought GPLv3 adoption by GCC was what really lit the flames on moving to llvm by commercial entities?
tehjoker•1h ago
You might know this history better than me.
fsckboy•1h ago
you only need to worry about GPLv3 if you are modifying gcc in source and building it and distributing that. Just running gcc does not create a GPLv3 infection. And glibc et al are library licensed so they don't infect what you build either, most especially if you are not modifying its source and rebuilding it.
johannes1234321•35m ago
Still some companies try hard to avoid GPLv3, see Apple, who either provide old GPLv2 licensed software or invest in BSD/MIT replacements.
o11c•34m ago
And what we've seen from e.g. Apple is that "make a private fork and only distribute binaries" is exactly what they wanted the whole time.
wmf•33m ago
you only need to worry about GPLv3 if you are modifying gcc in source and building it and distributing that.

That's the context here. If you build a new compiler based on GCC, GPL applies to you. If you build a new compiler based on LLVM it doesn't.

enriquto•1h ago
Oh, this is one of my favorite (and sad!) dramas in free software.

Five years later the main llvm developer proposed [0] to integrate it into gcc.

Unfortunately, this critical message was missed by a mail mishap on Stallman's part; and he publicly regretted both his errors (missing the message and not accepting the offer), ten years later [1].

The drama was discussed in realtime here in HN [2].

[0] https://gcc.gnu.org/legacy-ml/gcc/2005-11/msg00888.html

[1] https://lists.gnu.org/archive/html/emacs-devel/2015-02/msg00...

[2] https://news.ycombinator.com/item?id=9028738

LPisGood•1h ago
I feel like this is a sort of evidence that even for the most serious of engineers email lists are not an ideal way to communicate.
enriquto•1h ago
Still, we are discussing it almost 30 years after it happened. What alternative messaging system offers such openness and stability? I don't see anything other than publicly archived mailing lists.
klodolph•1h ago
So, having been around a lot of different communication methods, I think email lists aren’t ideal, but for serious projects they’re better than all the alternatives.

Chat has a way of getting completely lost. All your knowledge that goes into chat either goes into somebody’s head or it just disappears into the ether. This includes Slack, Discord, Teams, etc. Useful as a secondary channel but serious projects need something more permanent.

Bug tracking systems just don’t support the kind of conversations you want to have about things. They’re focused on bugs and features. Searchability is excellent, but there are a lot of conversations which just end up not happening at all. Things like questions.

That brings us back to mailing lists. IMO… the way you fix it is by having redundancies on both sides of the list. People sending messages to the mailing list should send followup messages. You should also have multiple people reading the list, so if one person misses a message, maybe another gets it.

Mailing lists are not perfect, just better than the alternatives, for serious projects.

(I also think forums are good.)

le-mark•1h ago
Piling on about chat. Slack threads are an abomination. They aren’t inline with the main channel so you can’t cut and paste an entire conversation with threads. And does exporting a channel include threads? Who knows because the admin wouldn’t do it for me.
arccy•53m ago
praise https://github.com/rusq/slackdump

it does include threads, and no need for admins

WalterBright•40m ago
This is why the D community has forums. The messages are all archived as static web pages and are a gold mine of information.

https://www.digitalmars.com/d/archives/digitalmars/D/

dagmx•30m ago
Discourse (or other forums) would be my pick and what I’ve driven other projects I’m involved with to success.

They can be treated like mailing lists, but are easy to navigate , easy to search and index, and easy to categorize.

nilamo•1h ago
Strange philosophy, imo. Feels very much like saying "My version of free is best, and I must force you to implement it yourself".
nextaccountic•1h ago
Stallman's version of free is free to the end user. He cares more about whether the end user will have access to the source code and means to modify their software to remove any anti-feature, and less about whatever freedoms the developers of said software would want (such as, the freedom to close the source and distribute only binaries)

Ultimately Stallman was against a kind of digital feudalism, where whoever developed software had power over those that didn't

mpyne•54m ago
Not that strange, as GCC was an effort to a goal of developing an ecosystem of Free (as in speech) software. While FSF had sometimes made allowances for supporting non-Free software (whether non-copyleft open source or proprietary), these were always tactics in support of the longer-term strategy. Much like you might spend marketing funds on customer acquisition in the service of later recurring revenue.

As RMS indicated, this strategy had already resulted in the development of C++ front ends for the Free software ecosystem, that would otherwise likely not have come about.

At that time the boom in MIT/BSD-licensed open source software predominantly driving Web apps and SaaS in languages like Rust and Javascript was still far away. GCC therefore had very high leverage if you didn't want to be beholden to the Microsoft ecosystem (it's no accident Apple still ships compat drivers for gcc even today) and still ship something with high performance, so why give up that leverage towards your strategic goal for no reason?

The Linux developers were more forward-leaning on allowing plugins despite the license risks but even with a great deal of effort they kept running into issues with proprietary software 'abusing' the module APIs and causing them to respond with additional restrictions piled atop that API. So it's not as if it were a completely unreasonable fear on RMS's part.

bawolff•51m ago
"My version of Free is best" is like the defining feature of GNU/FSF.

(Not knocking them, i think sometimes being obnoxiously stubborn is the only way to change the world)

hackerbrother•45m ago
Freedom through obscurutiy