frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anthropic Set to Preview Powerful 'Mythos' Model to Ward Off AI Cyberthreats

https://www.wsj.com/tech/ai/anthropic-set-to-preview-powerful-mythos-model-to-ward-off-ai-cyberth...
1•sonabinu•1m ago•0 comments

Show HN: I built a local data lake for AI powered data engineering and analytics

https://stream-sock-3f5.notion.site/Nile-Local-an-AI-Data-IDE-that-runs-on-your-local-machine-33b...
1•vpfaiz•1m ago•0 comments

Fantasshtic – Free Cursor for SSH

https://fantasshtic.vercel.app
1•aureus_cx•2m ago•0 comments

Ask HN: What tools are you using to secure your Claude memory files?

1•taariqlewis•2m ago•0 comments

Something weird is happening on Tinder [video]

https://www.youtube.com/watch?v=rjxAYdUe8uU
1•DavidHaerer•5m ago•0 comments

The $400K Degree Is Broken. Here Is How to Fix It

https://raisinghumanity.substack.com/p/the-400k-degree-is-broken-here-is
1•United857•6m ago•0 comments

You Need a Windows Remote Desktop, Not an OpenClaw

https://nedshed.dev/p/you-need-a-windows-remote-desktop
1•etwigg•6m ago•1 comments

Show HN: CongaLine – Self-hosted isolated AI agent fleet (OpenClaw, Hermes)

https://github.com/cruxdigital-llc/congaline
1•zhendershot•6m ago•0 comments

Show HN: I Used 15 AI Agents to Design a Wearable – Here's Where They Broke

https://chetandesh.substack.com/p/i-used-15-ai-agents-to-design-a-wearable
1•cdesh•7m ago•0 comments

Vera – A language designed for machines to write

https://veralang.dev/
1•joecobb•8m ago•0 comments

An Untold Piece of Fast Food History in Alexandria, Virginia

https://www.thedeletedscenes.com/p/wiener-me-this
1•adelmastro•8m ago•0 comments

My Journey to a Datacenter in a Box

https://merqur.io/2026/04/08/the-journey-to-a-datacenter-in-a-box/
1•merqurio•8m ago•1 comments

The Quality Wall of AI Adoption

https://jitera.com/blog/in-vs-through/
1•everlier•10m ago•2 comments

How Augmented Reality Is Transforming Museums, Public Venues, and Accessibility

https://sawtoothcreative.substack.com/p/how-augmented-reality-is-transforming
1•SteveMburu•10m ago•0 comments

Recursive Moving Polynomial Regression – O(1) Constant Complexity

https://zenodo.org/records/19038620
2•Pierdimi•11m ago•1 comments

AMD AI director says Claude Code is becoming dumber and lazier since update

https://www.theregister.com/2026/04/06/anthropic_claude_code_dumber_lazier_amd_ai_director/
3•Logans_Run•12m ago•0 comments

Swiss Banks Want a Franc Stablecoin

https://www.siliconsnark.com/swiss-banks-finally-want-a-franc-stablecoin/
1•SaaSasaurus•12m ago•0 comments

Strait of Hormuz Live Tracker

https://hormuzstraitmonitor.com
2•elsewhen•13m ago•0 comments

Spec: Generic Methods for Go

https://github.com/golang/go/issues/77273
1•_ikke_•13m ago•0 comments

Show HN: Starla – Unofficial Ripe Atlas Software Probe

https://github.com/ananthb/starla
1•pcpuser•13m ago•0 comments

On TypeScript's Flaws (2024)

https://zanlib.dev/blog/on-typescripts-flaws/
2•aragonite•17m ago•0 comments

MRI machine that's freezing tumors and saving patients from debilitating pain

https://www.9news.com.au/health/liverpool-hospital-mri-machine-sydney/27db0a50-615a-4aa2-a1b2-2b2...
2•rmason•19m ago•1 comments

SNN brain-inspired gen-AI in C/C#, no external AI libs could be promising?

1•adinhitlore•20m ago•0 comments

Meta Muse Spark is darn good

https://www.riteshkhanna.com/blog/muse-spark-arena
1•treadon•24m ago•0 comments

The End of Gangs – Policing and Crime in Los Angeles

https://psmag.com/social-justice/the-end-of-gangs-los-angeles-southern-california-epidemic-crime-...
1•caycep•25m ago•0 comments

John Deere to Pay $99M in Monumental Right-to-Repair Settlement

https://www.thedrive.com/news/john-deere-to-pay-99-million-in-monumental-right-to-repair-settlement
9•CharlesW•27m ago•1 comments

The Journal of Post-Constructivist Economics and Strategic Non-Delivery

https://claude.ai/public/artifacts/4d98eaa0-b71c-48ad-b930-1cfc6e15bc7b
1•measurablefunc•27m ago•0 comments

Agents Can Steal Your Files [video]

https://www.youtube.com/watch?v=fJY5IAGU7U4
2•dangtony98•28m ago•0 comments

Show HN: Give Claude Code disposable servers to work on tasks in parallel

https://www.gibil.dev/
2•AlexFromTwelve•29m ago•0 comments

Grammaticus Maximus

https://magludo.itch.io/gramax
2•goekjclo•30m ago•0 comments
Open in hackernews

Expanding Swift's IDE Support

https://swift.org/blog/expanding-swift-ide-support/
30•frizlab•1h ago

Comments

jgbuddy•1h ago
This is huge, long time coming. Interested to see if there is SwiftUI support.
nielsbot•1h ago
What type of support do you mean? Language checking? Live previews?
rockbruno•1h ago
This extension is for "pure" Swift development, not iOS development. I doubt the latter will ever officially happen. It's possible to make it work for iOS at an unofficial capacity though by hooking into the extension's LSP support. We did this at Spotify to enable iOS development in Cursor for Bazel iOS projects: https://github.com/spotify/sourcekit-bazel-bsp
worldsavior•52m ago
You also can't do Android (app) development outside Android Studio.
tadfisher•29m ago
That's just untrue on the face of it. All of the build tools are open and cross-platform. Is there a specific piece of Android Studio that you require for Android app development?
manwe150•7m ago
Not certain if this answers the question, but it seemed like you're generally expected to install Android Studio to get the correct build versions of all of the tools and libraries. I guess theoretically you could repackage them yourself, but also not entirely clear why you would—other than perhaps download size. The tools can be driven externally, once installed, but so could XCode projects (with `xcodebuild`).
cyberax•9m ago
Incorrect. You can (if you really want to) build an Android app without having any Google tools.

But even if you don't want to do any crazy stuff, Android SDK itself is just a bunch of Gradle scripts and Java apps. You can download and install them without any GUI in the way.

This is very common in CI/CD environments. Google provides a handy tool for that: https://developer.android.com/tools

Sorry, but Android and iOS are simply incomparable in their quality. Android SDK is a high-quality tool for developers that provides all the expected interfaces.

iOS SDK is a lock-in GUI hell that requires you to use a shitty macOS-only tool to even _upload_ apps to Apple Store. Never mind doing headless builds in CI/CD.

manwe150•4m ago
Just to nit pick a bit, that link is for Android Studio and downloads from the "Google for Developers" website, then instructs how to install and manage the the command line tools using the GUI
hyzyla•49m ago
No so straightforward, but there is project that parses xcodebuild logs and pass them to lsp to provide LSP for SwiftUI projects https://github.com/SolaWing/xcode-build-server

Also I build extra tooling to facilitate iOS development in VSCode https://github.com/sweetpad-dev/sweetpad

sunnybeetroot•25m ago
Thanks for your great work on sweetpad. I’ve always been a bit curious where the name came from though.
rockbruno•1h ago
This is a very welcome improvement but I should note the title is a bit clickbaity: using Swift on e.g. Cursor was always possible, it's just that after Microsoft banned forks from accessing the official VSCode marketplace last year you started having to workaround it by downloading and installing the .vsix file manually. Having the extension on the Open VSX Registry sorts this out so you can now install it via the proper way once more. Very happy this finally happened!
MaysonL•54m ago
Is there an open—source Swift IDE that can modify itself without restarting? (written in Swift) I loved Oberon µSystems Oberon/F aka Component Pascal for that capability.

Or am I going to have to vibe-code one.

rafram•49m ago
That is a very specific set of requirements. I doubt it.
castral•16m ago
The loss of AppCode from Jetbrains was a huge blow to my motivation to continue working with Swift. Xcode just can't compare.
hbn•16m ago
Now if only they'd open up iOS development so we can get AppCode back.

The primary thing keeping me away from trying it again is I have to use Xcode instead of my beloved JetBrains IDEs where I know all the keyboard shortcuts.