frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: My public second brain – 660 notes, 15 years, open source

https://www.ssp.sh/brain/
1•zazuke•4m ago•0 comments

My personal AI benchmark: "Generate an SVG of a frog with a Habsburg jaw."

https://frogs.vaguespac.es/
1•thebigship•4m ago•0 comments

EU rules on AI models become enforceable. What's going to change?

https://www.euronews.com/my-europe/2026/08/02/eu-rules-on-ai-models-become-enforceable-whats-goin...
1•devonnull•6m ago•0 comments

Saying 'Google It' Makes You Sound Old

https://www.nytimes.com/2026/07/23/magazine/google-it-search-it-up.html
1•bookofjoe•13m ago•1 comments

Design for Stress

https://idiallo.com/blog/design-for-stress
1•firefoxd•15m ago•0 comments

NBC News – Breaking Headlines and Video Reports on World

https://www.nbcnews.com
1•marthatcartwrig•17m ago•1 comments

Baltram/seednaut: Inspect, verify and extract files from Seedvault backups

https://github.com/Baltram/seednaut
1•theandrewbailey•19m ago•0 comments

You Can't Audit Entropy After the Fact

https://808bits.com/articles/coldcard-entropy-failure-lessons/
1•meehow•20m ago•0 comments

Apple struggles to keep pace with AI 'bug' hunters

https://www.ft.com/content/4532122d-90f2-4433-9df6-ca99d8a141d2
2•JumpCrisscross•21m ago•0 comments

German carmakers flood jobs market with managers after wielding axe

https://www.ft.com/content/e345d51f-11f7-4d4d-8f09-86dd3a225597
1•JumpCrisscross•22m ago•0 comments

A Tome of Forbidden Technologies and Retrovation

https://ecosophia.net/a-tome-of-forbidden-technologies/
1•kesor•23m ago•0 comments

Europe EV Sales BEVs Jump 50% & Reach 26% Market Share

https://cleantechnica.com/2026/08/02/europe-ev-sales-report-bevs-jump-50-reach-26-market-share/
1•01-_-•25m ago•1 comments

Agentic Mermaid

https://agentic-mermaid.dev/
1•saikatsg•25m ago•0 comments

Write for Goto 10 – By Paul Lefebvre

https://www.goto10retro.com/p/write-for-goto-10
1•rbanffy•26m ago•0 comments

'Crush this lady': how eBay harassment campaign led to $56M payout

https://www.ft.com/content/06ec1b03-d4af-40cf-b12a-4ba5a410f6d2
2•JumpCrisscross•27m ago•0 comments

Show HN: Framer Theme Toggle Component for Light and Dark Mode

https://pixcodrops.com/articles/theme-toggle-for-framer/
1•brownieman1325•27m ago•0 comments

I built a comparison site for gamers, refused to fabricate a single review

https://www.indiehackers.com/post/i-built-a-comparison-site-for-gamers-and-refused-to-fabricate-a...
1•gamevault•29m ago•0 comments

How many people are you actually competing with?

https://arsenkk.substack.com/p/how-many-people-are-you-actually
3•arsenkk•30m ago•1 comments

How Cosmos put Carl Sagan in Miniature sets [video]

https://www.youtube.com/watch?v=EnyqvtZz7Cg
1•gdubs•33m ago•0 comments

Coursera Bets $100M That Andrew Ng Can Do What Coursera Can't

https://www.classcentral.com/report/coursera-andrew-ng-learnvector-investment/
1•dhawalhs•34m ago•0 comments

IBM: Three Demonstrations Prove Quantum Advantage Has Been Reached

https://www.nextplatform.com/compute/2026/07/31/ibm-three-demonstrations-prove-quantum-advantage-...
2•rbanffy•34m ago•0 comments

The End of Everything by M. John Harrison

https://www.lrb.co.uk/the-paper/v48/n13/edmund-gordon/uncanny-little-blighter
2•mitchbob•36m ago•1 comments

Lakehq/sail: Drop in spark replacement in Rust

https://github.com/lakehq/sail
1•apwheele•36m ago•0 comments

What is a data centre and why is everyone freaking out now?

https://www.rnz.co.nz/news/science-and-technology/868752/explainer-what-is-a-data-centre-and-why-...
3•billybuckwheat•41m ago•0 comments

Scaling a 1.59 quadrillion-row logging system with ClickHouse

https://clickhouse.com/blog/a-quadrillion-rows-across-the-three-cloud-scaling-loghouse
1•saisrirampur•42m ago•0 comments

A cold-start fallback wrote 17,000 rows while the real handler never ran

https://silentwiring.com/articles/more-agents-silent-failure/
1•tomkilli•42m ago•0 comments

For Mary · Streamlit

https://boxvxsrnquhzc9jxc2e7vr.streamlit.app
1•reiligh•46m ago•0 comments

Show HN: Kota – Bring AI agent CLIs into the same room

https://www.kota.place/
1•chriswunan•46m ago•0 comments

Claude published malicious code to the Internet and attacked 3 real companies

https://arstechnica.com/security/2026/07/likely-illegally-claude-gained-access-to-3-networks-will...
3•rbanffy•47m ago•0 comments

Who Are Your "Descendants"?

https://www.overcomingbias.com/p/who-are-you-descendants
1•paulpauper•47m ago•0 comments
Open in hackernews

SwiftUI After 7 Years: A Story of Mediocrity

https://ykvm.com/2026/07/swiftui-a-story-of-mediocrity/
32•mpweiher•47m ago

Comments

formvoltron•15m ago
Is the right way to develop mobile apps flutter? or Kotlin multiplatform plus native UIs?
rubymamis•11m ago
I know people would dismiss this, but I'm going to try to make the case for Qt - I'm currently converting my note-taking app to mobile and it's going very well.
afidrya•5m ago
It's licensing is expensive though unless the app is opensource.
preg_match•4m ago
Yes, Qt is mature and high-quality software. If you’re doing OSS, then Qt is truly a no brainer. The amount of C++ you have to write is truly minimal, and it’s not “raw” C++. There’s a lot of tooling and libraries. You can target web now too, and QML is legitimately good.

If KDE can develop a high performance stable desktop, you can design whatever.

danscan•10m ago
There is no right way :)

SwiftUI is good, albeit not without issues, as long as you tolerate them. The same is true for any approach. My most recent app was built in SwiftUI because I have been using React Native in my professional work for so long I wanted a change of scenery.

Each approach has its issues, and it all boils down to a matter of preference and which tradeoffs are appropriate for the project.

livinglist•9m ago
Define right, it’s hard to replicate the native UI especially Liquid Glass on iOS because it’s rendering everything using its own rendering engine, making it hard to feel right on iOS. I have also seen a lot of companies move away from flutter to either native or React Native.
SV_BubbleTime•5m ago
Flutter has been a great success for us.
rayiner•13m ago
The problem with complex systems is that you can be dead long before you realize you're dead. Things can continue to seem "pretty good" for a long time just from the inertia of past good decisions and built-up infrastructure. You see some fraying or cracks but everything looks fundamentally sound, until it isn't.

Apple's inability to deploy a new UI framework that's better than the previous one is troubling. This is the company that shifted from Toolbox to Carbon to Cocoa and each step was better than the last. Could Apple build MacOS X and Cocoa today if they didn't already exist? Microsoft's two decades of failure to ship a true successor to Win32 suggests that Microsoft (at least, the operating system side of the company) died a long time ago. I wonder if we'll say the same thing about Apple 10 years hence.

Razengan•10m ago
I fell in love with SwiftUI the day it was announced, but I haven't been able to make a full app with it yet, because of the lack of documentation, and the gaps where you still need to drop down to AppKit/UIKit.

I went through Visual Basic, .NET, WPF, Cocoa, and other random kits all professing to be the panacea for UI, but I think SwiftUI is the best UI framework ever.

I even tried using SwiftUI for games: https://i.imgur.com/5aTWbft.mp4

The worst hinderance that cripples and sours the experience is Apple's insistence on a yearly update cycle and the way they advertise those updates: You have to wait for the next WWDC and suffer through videos of uncanny-valley presenters, hoping to catch a glimpse of something that fixes the shit that was bothering you since the last WWDC.

At least Swift has been getting more regular updates since it went open source.

There's no way I'd dare to take on a full Apple-platform app project alone on my own, but I've started dabbling in it again thanks to AI: Codex even converted an old app I made in Visual Basic 900 years ago and had it running in SwiftUI within minutes!

I've even tried to get AI to sift through the WWDC video transcripts so I won't have to waste my mortal lifespan on that.

migueldeicaza•4m ago
skills issue
cosmic_cheese•3m ago
I'm sure many will disagree, but I have doubts that pure declarative-reactive is the "right" shape for an all-purpose native UI framework. In my experience, Kotlin+Compose shares many of the same warts… its main redeeming quality is that it's better than Android Framework (most of the time), which is low bar to clear.

These frameworks have a number of good ideas but they don't necessarily combine in a way that transcends high quality traditional imperative frameworks with declarative-reactive bits sprinkled throughout, at least for more complex apps. SwiftUI and its ilk work best for super simple tabs-and-flat-lists sorts of apps.