frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rolling Stone owner sues Google over AI summaries that cut web clicks

https://www.thetimes.com/business-money/technology/article/rolling-stone-owner-sues-google-over-s...
1•voxadam•3m ago•0 comments

Distributed Training of LLM's: A Survey

https://www.sciencedirect.com/science/article/pii/S2949719125000500
1•nickpsecurity•3m ago•1 comments

AI companion futures osmarks' website

https://osmarks.net/aic/
1•JnBrymn•5m ago•0 comments

Ads are coming to a Samsung smart fridge near you

https://twitter.com/internetofshit/status/1968151942728913405
1•BallsInIt•6m ago•0 comments

Knitted Anatomy

https://www.knitted-anatomy.at/cardiovascular-system/
1•blikstiender•7m ago•0 comments

The Rye Resurgence Project: An Origin Story

https://ryeresurgence.com/the-project
1•mooreds•7m ago•0 comments

Show HN: A GPT Realtime Web Game Where You Convince Aliens Not to Invade

https://www.gameorchard.beer/
1•calreid•8m ago•0 comments

AlphaEarth Provides New Ways to See, and Understand, Earth

https://spectrum.ieee.org/google-deepmind-alphaearth-foundations-ai
1•Brajeshwar•8m ago•0 comments

RTCW: One source port for all Return to Castle Wolfenstein games

https://github.com/bibendovsky/rtcw
1•klaussilveira•8m ago•0 comments

Single device amplifies signals while shielding qubits from unwanted noise

https://phys.org/news/2025-09-device-amplifies-shielding-qubits-unwanted.html
1•Brajeshwar•9m ago•0 comments

Astronomers discover previously unknown quasi-moon near Earth

https://www.cnn.com/2025/09/16/science/earth-quasi-moon-2025-pn7
1•Brajeshwar•9m ago•0 comments

Microsoft Python Driver for SQL Server

https://github.com/microsoft/mssql-python
1•kermatt•9m ago•0 comments

How to Motivate Yourself to Do a Thing You Don't Want to Do

https://ashleyjanssen.com/how-to-motivate-yourself-to-do-a-thing-you-dont-want-to-do/
2•mooreds•12m ago•0 comments

AI Chip Startup Groq Raises $750M at $6.9B Valuation

https://www.bloomberg.com/news/articles/2025-09-17/ai-chip-startup-groq-raises-750-million-at-6-9...
2•tosh•12m ago•0 comments

Reproducing GPT-2 (124M) in llm.c in 90 minutes for $20

https://github.com/karpathy/llm.c/discussions/481
2•gmays•13m ago•0 comments

How do you find the user interface for this site

1•anandagali•13m ago•0 comments

Bpftrace is a high-level tracing language for Linux

https://github.com/bpftrace/bpftrace
1•g4zj•14m ago•0 comments

CO2 Capture Through Fuel Reactor Configuration in Chemical Looping Combustion

https://www.mdpi.com/1996-1073/18/17/4640
1•PaulHoule•14m ago•0 comments

Children's Perception of the World of Technology: Through the Lens of Heidegger

https://link.springer.com/article/10.1007/s13347-025-00959-5
1•countrymile•15m ago•0 comments

Show HN: I built an AI tool to find the right investors and automate fundraising

https://capitalreach.ai
1•paulwilsonn•15m ago•0 comments

RSL Automates Content Licensing for Fair Compensation of Publishers+Creators

https://rslstandard.org/press/rsl-standard
1•ggirelli•15m ago•0 comments

AI won't replace content creators (at least for now)

https://blog.tryresearchly.com/articles/ai-agents-n8n-blog-optimization-seo
1•leo_researchly•15m ago•1 comments

Show HN: ProductBaker – Free Chrome extension for SEO and traffic insights

https://productbaker.com/
1•arvinaq•16m ago•0 comments

Show HN: Prove that video of a UFO was real, by using this

https://www.reel-human.com/
1•rh-app-dev•16m ago•0 comments

Tesla Model Y door handles now under federal safety scrutiny

https://arstechnica.com/cars/2025/09/tesla-model-y-door-handles-now-under-federal-safety-scrutiny/
2•duxup•16m ago•0 comments

Founder Started a Company That Sold Veggie Noodles

https://www.smallpotatoes.life/his-kids-couldnt-eat-gluten-so-this-founder-started-a-company-that...
1•mooreds•18m ago•0 comments

America in Facts 2025

https://usafacts.org/research-and-initiatives/reports/america-in-facts/
2•toomuchtodo•18m ago•2 comments

DED – Directory-Editor

https://invisible-island.net/ded/ded.html
1•hggh•20m ago•0 comments

Building an Octopus Dictionary, One Arm Movement at a Time

https://www.nytimes.com/2025/09/11/science/octopus-arms-video-dictionary.html
1•bookofjoe•20m ago•1 comments

Always Bump Downwards

https://fitzgen.com/2019/11/01/always-bump-downwards.html
1•guntars•21m ago•0 comments
Open in hackernews

SQLiteData: A fast, lightweight replacement for SwiftData using SQL and CloudKit

https://github.com/pointfreeco/sqlite-data
11•wahnfrieden•2h ago

Comments

scary-size•32m ago
Love it! Not an iOS dev, but have built a personal app that I want to publish for macOS too. I built on top of SQLite, but didn’t want to tackle the synchronisation yet. That should solve it.

It employs a „last edit wins“ strategy for conflict resolution, which is fine in my case. Obviously could be too basic for collaborative apps.

jitl•25m ago
You’d be surprised; it depends on the scope of the last write wins register. If you do it granularly attribute by attribute, last write wins is fine for mostly-online mostly-realtime collaborative apps. The exception is (rich) text where you really want CRDT/OT/similar intention preserving merges of concurrent edits.
rTX5CMRXIfFG•29m ago
I find "Fast lightweight replacement for SwiftData that can target all the way back to iOS 13" (when SwiftUI came out I think) to be such a hard sell. How many businesses are there that must absolutely (1) run their apps on iOS 13; (2) use declarative syntax for data persistence; and (3) are profitable enough to invest time and effort on learning a third-party library for a really old OS? It sounds like an overly specific use case.

In general though, I'm not sure who finds PointFree's work a net positive investment of resources, but the company seems to be in the business of reinventing the wheel and locking you in so that you'll pay for support. Meanwhile, Apple's own SDKs are free. And with Apple's history of source-breaking changes over major platform updates, plus given how even huge libraries/tools like Alamofire, Realm, RxSwift, Cocoapods eventually succumbed to oblivion, I can't think of why an Apple developer with any modicum of discernment would choose PointFree's tools over Apple's own--unless they are themselves caught by the allure of reinventing the wheel.

asdev•24m ago
Unrelated, but as a backend dev who recently worked in Swift/SwiftUI to build an app, the iOS developer experience is absolutely horrendous
rTX5CMRXIfFG•6m ago
Heh, let’s see how you like Android and React
asdev•4m ago
React Native is actually quite good at this point, I've worked with it pretty extensively before doing a native app. I prefer it so I don't have to deal with iOS stuff directly
mikeocool•24m ago
GRDB/GRDB-Query (https://github.com/groue/GRDB.swift) is another solid library worth looking at if you're looking for libraries in this space, though it doesn't have CloudKit support out of the box.

The more SwiftData alternatives the better -- as it has a lot of rough edges, and Apple hasn't invested much in it since it's initial launch.