frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Affinity Studio now free

https://www.affinity.studio/get-affinity
519•dagmx•4h ago•405 comments

The ear does not do a Fourier transform

https://www.dissonances.blog/p/the-ear-does-not-do-a-fourier-transform
208•izhak•3h ago•77 comments

Jujutsu at Google [video]

https://www.youtube.com/watch?v=v9Ob5yPpC0A
54•Lanedo•7h ago•14 comments

TruthWave – A platform for corporate whistleblowers

https://www.truthwave.com
32•mannuch•1h ago•10 comments

Minecraft HDL, an HDL for Redstone

https://github.com/itsfrank/MinecraftHDL
51•sleepingreset•1h ago•5 comments

987654321 / 123456789

https://www.johndcook.com/blog/2025/10/26/987654321/
419•ColinWright•4d ago•77 comments

Springs and bounces in native CSS

https://www.joshwcomeau.com/animation/linear-timing-function/
37•feross•2d ago•4 comments

Launch HN: Propolis (YC X25) – Browser agents that QA your web app autonomously

https://app.propolis.tech/#/launch
70•mpapazian•4h ago•20 comments

Show HN: I made a heatmap diff viewer for code reviews

https://0github.com
118•lawrencechen•6h ago•34 comments

Free software scares normal people

https://danieldelaney.net/normal/
289•cryptophreak•5h ago•209 comments

Learn Multiplatform Z80 Assembly Programming with Vampires

https://www.chibiakumas.com/z80/
30•surprisetalk•4d ago•2 comments

NPM flooded with malicious packages downloaded more than 86k times

https://arstechnica.com/security/2025/10/npm-flooded-with-malicious-packages-downloaded-more-than...
51•jnord•20h ago•19 comments

Independently verifying Go's reproducible builds

https://www.agwa.name/blog/post/verifying_go_reproducible_builds
67•speckx•1d ago•2 comments

Taking money off the table

https://zachholman.com/posts/money-off-the-table
63•holman•1h ago•59 comments

Some people can't see mental images

https://www.newyorker.com/magazine/2025/11/03/some-people-cant-see-mental-images-the-consequences...
92•petalmind•3h ago•195 comments

Show HN: Run a GitHub Actions step in a gVisor sandbox

https://github.com/geomys/sandboxed-step
14•FiloSottile•6d ago•0 comments

Israel demanded Google and Amazon use secret 'wink' to sidestep legal orders

https://www.theguardian.com/us-news/2025/oct/29/google-amazon-israel-contract-secret-code
426•skilled•1d ago•159 comments

Zig's New Async I/O

https://andrewkelley.me/post/zig-new-async-io-text-version.html
180•todsacerdoti•1d ago•49 comments

ZOZO's Contact Solver for physics-based simulations

https://github.com/st-tech/ppf-contact-solver
50•vintagedave•5h ago•27 comments

Show HN: In a single HTML file, an app to encourage my children to invest

https://roberdam.com/en/dinversiones.html
164•roberdam•10h ago•312 comments

I have released a 69.0MB version of Windows 7 x86

https://twitter.com/XenoPanther/status/1983477707968291075
86•rvnx•2h ago•41 comments

US declines to join more than 70 countries in signing UN cybercrime treaty

https://therecord.media/us-declines-signing-cybercrime-treaty?
261•pcaharrier•6h ago•171 comments

Show HN: Meals You Love – AI-powered meal planning and grocery shopping

https://mealsyoulove.com
10•tylertreat•3d ago•8 comments

Tweakcc

https://github.com/Piebald-AI/tweakcc
8•handfuloflight•1w ago•0 comments

Qt Creator 18 Released

https://www.qt.io/blog/qt-creator-18-released
106•jrepinc•4h ago•15 comments

Frozen DuckLakes for Multi-User, Serverless Data Access

https://ducklake.select/2025/10/24/frozen-ducklake/
35•g0xA52A2A•5d ago•2 comments

Estimating the perceived 'claustrophobia' of New York City's streets (2024)

http://mfranchi.net/posts/claustrophobic-streets/
56•jxmorris12•7h ago•52 comments

Replacing EBS and Rethinking Postgres Storage from First Principles

https://www.tigerdata.com/blog/fluid-storage-forkable-ephemeral-durable-infrastructure-age-of-agents
87•mfreed•1d ago•41 comments

PlanetScale Offering $5 Databases

https://planetscale.com/blog/5-dollar-planetscale
35•ryanvogel•5h ago•2 comments

NaN, the not-a-number number that isn't NaN

https://piccalil.li/blog/nan-the-not-a-number-number-that-isnt-nan/
73•tobr•1w ago•77 comments
Open in hackernews

Qt Creator 18 Released

https://www.qt.io/blog/qt-creator-18-released
106•jrepinc•4h ago

Comments

ktpsns•3h ago
Amazing to see this still maintained. Qt creator was my go-to IDE about 20 years ago. At this time, Visual Code, Eclipse, NetBeans and friends had been incredibly resource demanding where Qt creator felt pretty lightweight yet powerful.
spacechild1•3h ago
I'm still using QtCreator as my go-to cross-platform C++ IDE! It might give CLion a shot since there's now a free version, but so far I haven't really felt a need to do so.
brooke2k•2h ago
I switched to using JetBrains for most things recently, and I'll say this about CLion: it is incredible and my instant go-to for CMake-based projects. For any other build system it is a massive headache to get working in my experience.
wavemode•3h ago
Qt Creator has always been one of the nicer free C++ IDEs, and qmake one of the nicer build systems. Even if you're not doing Qt development at all.
jdboyd•2h ago
Qt Creator is reasonably nice. I believe that qmake is deprecated now though in favour of CMake.
wavemode•34m ago
I think rather Qbs (the build system that was supposed to replace qmake) was deprecated, in favor of either cmake or qmake (both of which are still actively developed and supported).
LorenDB•3h ago
Qt Creator is the only IDE I'll use for C++, and I only wish that it had the incredibly in-depth language support for other languages (I'm a D fan and would love an actually good IDE for it).
delduca•3h ago
For non Qt projects, but CMake (Conan) based, it is good?
72deluxe•3h ago
Yes. I use it with wxWidgets and other C++ projects, never touching Qt at all. The performance analysis tools on Linux have been useful to me, and the text editor is lovely to use instead of fuzzy-font-land like Visual Studio Code.
ckocagil•3h ago
That's how I always used it. CMake and non-Qt. Very solid IDE.
neobrain•59m ago
Honestly the name is doing Qt Creator a bit of a disservice, given how fantastic an IDE for any C++ codebase it is, Qt or not.

Yes - it's good for this use case! It even has built-in support for fetching dependencies declared in project conanfiles.

mkipper•10m ago
I haven't used it in a few years, but I always found it to be very flexible and useful for non-Qt projects.

I last used it for an embedded project, which are sometimes a pain to set up in an IDE (cross-compiler, sysroot, debug server, etc.), and I was shocked by how easy it was to get going and how smooth it felt compared to most IDEs.

albertzeyer•3h ago
QtCreator was a bit like the lightweight version of KDevelop for me. I didn't really needed any of the Qt features, just the C++ editor. And the C++ support was really good.
nurettin•2h ago
For me it had the best debugger integration and visualizers back in mid 2000s. In fact that's how I learned about .gdbinit and macros.
HarHarVeryFunny•1h ago
Anyone else here old enough to have used the similar UIM/X for Motif ?!