frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Trump Told Supporters to Cheat Like Hell. NYT chosen quote: Tired of Politics.

https://www.techdirt.com/2026/09/14/trump-told-supporters-to-cheat-like-hell-the-ny-times-went-wi...
1•hn_acker•1m ago•1 comments

Rogue AI didn't breach Hugging Face, human decisions did

https://thebulletin.org/2026/09/rogue-ai-didnt-breach-hugging-face-human-decisions-did/
1•speckx•1m ago•0 comments

Charges Against Man Who Destroyed 3D-Printed 'Decoy' Flock Camera Reduced

https://www.404media.co/charges-against-man-who-destroyed-3d-printed-decoy-flock-camera-drastical...
1•pavel_lishin•1m ago•0 comments

Official Homebrew GUI

https://github.com/Homebrew/BrewUI
1•spiralpolitik•2m ago•0 comments

Corporate pressure killed a bill curtailing surveillance pricing

https://prospect.org/2026/09/15/california-democrats-republican-void-corporate-surveillance-prici...
2•paimapi•3m ago•0 comments

Show HN: ETLFunnel – self-hosted, code-first data pipelines (v1.1.1)

https://etlfunnel.com
1•vivekburman•4m ago•0 comments

Fedora Linux 45 Beta

https://fedoramagazine.org/announcing-fedora-linux-45-beta/
1•speckx•5m ago•0 comments

What counts as a large cosine similarity?

https://www.johndcook.com/blog/2026/09/15/cosine-similarity/
3•ibobev•9m ago•0 comments

Every US Electrical Outlet Explained

https://practical.engineering/blog/2026/9/15/every-us-electrical-outlet-explained
1•throw0101a•10m ago•1 comments

Periodic Labs, building labs that learn

https://periodic.com/news/building-labs-that-learn
1•aguez•10m ago•0 comments

You don't need a kernel 0day

https://bour.ch/you-dont-need-a-kernel-0day/
1•speckx•10m ago•0 comments

Show HN: Open-Source Lightweight Prompt Injection Safety

https://github.com/StackOneHQ/defender/
1•Hiskias•12m ago•0 comments

Ask HN: Why aren't LLM token CDN cache's a thing?

1•devrob•12m ago•1 comments

Agentic Primer – how I shipped a commercial app without writing code

https://github.com/shiranjit/agentic-primer
1•curoo•13m ago•0 comments

Grok Bot Galaxy

https://x.ai/galaxy
2•ilikehurdles•13m ago•0 comments

OpenAI, Anthropic, Google have been in talks on AI safety for weeks

https://techcrunch.com/2026/09/15/openai-anthropic-google-have-been-in-talks-on-ai-safety-for-weeks/
2•Alephinitesimal•13m ago•0 comments

Jean-Pierre Serre

https://en.wikipedia.org/wiki/Jean-Pierre_Serre
2•gslin•13m ago•0 comments

Compare your reaction time with a simulated fly brain

https://flinch-fly-brain-duel.vercel.app/
1•khordoo•13m ago•0 comments

AI Is Lowering the Cost of Competence and Raising the Value of Judgment

https://pensero.ai/blog/knowledge-is-no-longer-the-competitive-advantage.-judgment-is
4•rodipen•14m ago•0 comments

Who Owns the World Cup?

https://phenomenalworld.org/analysis/who-owns-the-world-cup/
1•paimapi•15m ago•0 comments

Decision Chart of Malloc() Algorithms

1•egberts1•16m ago•0 comments

Building a t-shirt factory factory

https://www.breakingchange.blog/p/building-a-t-shirt-factory-factory
2•hazelcough•17m ago•0 comments

Intel Reverses Decision to Cancel Their Open-Source Font Project

https://www.phoronix.com/news/Intel-One-Mono-Saved
2•rbanffy•18m ago•1 comments

Splash-free urinals: Design through physics and differential equations

https://academic.oup.com/pnasnexus/article/4/4/pgaf087/8098745
2•gradus_ad•21m ago•1 comments

Scalpel – give AI coding agents get_symbol() instead of a whole file

https://github.com/amritessh/scalpel-mcp
2•amritesh7•22m ago•0 comments

The Walnut Creek CD-ROM Collection

https://archive.org/details/walnutcreekcdrom
2•lioeters•22m ago•0 comments

Four Biological Conjectures: Strange and Marvelous Challenges for Biological AI

https://americanwetware.substack.com/p/four-biological-conjectures
2•Stwerner•24m ago•1 comments

Musk urges top AI labs, Chinese companies to test each other's models

https://www.cnbc.com/2026/09/15/elon-musk-ai-safety-testing.html
3•cramer4next•25m ago•0 comments

Published Subagent Costs Range from 15,000 to 436,000 Tokens. Measure Your Own

https://www.practicalsystems.io/blog/measure-your-subagent-token-cost
3•practicalsystem•25m ago•0 comments

Anthropic and OpenAI look to Uncle Sam to make them too big to fail

https://www.theregister.com/ai-and-ml/2026/09/15/anthropic-and-openai-look-to-uncle-sam-to-make-t...
5•sbulaev•25m ago•0 comments
Open in hackernews

Swift 6.4 Released

https://www.swift.org/blog/swift-6.4-released/
75•timsneath•52m ago

Comments

boxed•35m ago
I really hope the debugger improvements are noticeable. The number of times I've stopped in a debugger and I can't see the variables I want to look at has been extremely high.
tarentel•33m ago
Since the release of Swift. :|
mpalczewski•29m ago
it's surprising how often this has been an issue. given up on it a long time ago. now old school print statements instead. seem to work better anyway. the debugger isn't slowing the app down.
skylurk•11m ago
Huh I thought I just didn't know what I was doing
afavour•35m ago
I didn’t realise Swift in WebAssembly has come as far as it has. I’ll be interested to try it out, I’ve used Rust before now but Swift is definitely easier to work with.
pwython•25m ago
Goodnotes is already doing it. Their web app runs a large amount of the same Swift code used by their iOS app inside the browser through WebAssembly.
bnchrch•25m ago
Happy to see Swift progress. Its a beautiful language and well thought out. Would love to see it expand outside of iOS
bartvk•15m ago
Except for the rules around init
MBCook•9m ago
What do you mean?
steve1977•5m ago
You can use it on macOS, iPadOS, watchOS and tvOS as well. Oh, ans visionOS, at least for now.
airstrafer•17m ago
A very solid release with very nice immediate conveniences/improvements and foundational long term work.

I’m particularly impressed at the team’s continued investment in non-Apple platforms. IMO, true cross platform Swift codebases still seems out of reach for most shops. But if they keep this up for a few more years then Swift could become a very compelling cross platform language — for both systems and application programming.

The big hurdle they need to figure out is the standard library and especially SwiftUI. SwiftUI is the single most important library that essentially all Apple swift codebases use, so until there is a real cross platform SwiftUI then for app programming IMO Swift will remain a novelty.

There are other frameworks, like eg Network.framework, which really should be in the stdlib as well.

MBCook•10m ago
SwiftUI is Apple secret sauce. That’s never going to be released.

All the compiler features are there. Others can make similar libraries or other new libraries.

But I don’t see why Apple would ever release that outside Apple land. Swift can still be used for shared logic and server stuff and command line tools and GUIs using other libraries.

asimovDev•15m ago
Anyone have experience with embedded Swift or know any interesting embedded projects running on Swift?
adamnemecek•14m ago
Looking at things like this

```

let result = try await Subprocess.run(

  .name("ls"),

  arguments: ["-la"],

  output: .string(limit: 4096)
)

print(result.standardOutput)`

```

reminds me that macOS could really use something like powershell (I know you can run powershell on macOS) where you pass around structured data, rather than the endless parsing and reparsing. This is mostly a feature of the shell but you do need some language infrastructure to accomplish it.

drfloyd51•4m ago
So you mean the ability to run a shell from code And receive structured data back?
wslh•13m ago
I just realized Swift has support for embedded hardware [1]. It's very niche but having a high level programming language as Swift is a great option.

[1] https://github.com/swiftlang/swift-embedded-examples/blob/ma...