frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I'm Gruesome for Newsom

https://www.astralcodexten.com/p/im-gruesome-for-newsom
1•feross•51s ago•0 comments

The Coming Electricity Crisis

https://www.foreignaffairs.com/united-states/coming-electricity-crisis-data-brian-deese
1•toomuchtodo•2m ago•0 comments

Ask HN: Physical-Keyboard Phones

1•uyzstvqs•3m ago•0 comments

Maestro: Joint Graph and Config Optimization for Reliable AI Agents

https://arxiv.org/abs/2509.04642
1•knrz•3m ago•0 comments

A novel technique for SQL injection with PHP PDO's prepared statements

https://slcyber.io/assetnote-security-research-center/a-novel-technique-for-sql-injection-in-pdos...
1•fanf2•5m ago•0 comments

Can AIs Audit Each Other for Bias and Truth?

https://roundtable.now/chats/6767177c-d6cc-47b7-912f-c40d9587d278
1•soh3il•5m ago•0 comments

Show HN: Project Chimera – Hybrid AI Agent Combining LLM, Symbolic, and Causal

https://github.com/akarlaraytu/Project-Chimera
1•aytuakarlar•8m ago•1 comments

Position Firing – B-17 Gunner Training Film (1944) [video]

https://www.youtube.com/watch?v=aoHOVUKOc0M
1•chrisco255•10m ago•0 comments

The 'Archeologists' Unearthing China's Pre-Digital Fonts

https://www.sixthtone.com/news/1017560
1•bookofjoe•13m ago•0 comments

Visualising Topology Inspired Computing Algorithms

https://antifold.com/posts/topology-inspired-visualisation-article.html
1•amazedsaint•14m ago•0 comments

Nick Turley (Head of ChatGPT) on X: "Standard Voice will stay available"

https://twitter.com/nickaturley/status/1965418982619619510
2•shlomo_z•16m ago•0 comments

Open VC guide and in-browser waterfall calculator

https://github.com/expound-consulting/The-Fund-Equation
2•kencheney•18m ago•1 comments

Will AI Choke Off the Supply of Knowledge?

https://www.msn.com/en-us/money/technology/will-ai-choke-off-the-supply-of-knowledge/ar-AA1M2Vna/
1•1vuio0pswjnm7•18m ago•1 comments

The bloat of edge-case first libraries

https://43081j.com/2025/09/bloat-of-edge-case-libraries
3•Bogdanp•24m ago•0 comments

Energy-Based Transformers Explained [video]

https://www.youtube.com/watch?v=LUQkWzjv2RM
1•surprisetalk•30m ago•0 comments

Optical Computing with Plasma [video]

https://www.youtube.com/watch?v=Mdh2pLwsK8Y
1•surprisetalk•30m ago•0 comments

Google Cloud details how search giant is making billions monetizing AI products

https://www.cnbc.com/2025/09/09/google-cloud-chief-details-how-tech-company-is-monetizing-ai.html
2•rntn•31m ago•0 comments

Show HN: Vicinae – a native, Raycast-compatible launcher for Linux

https://github.com/vicinaehq/vicinae
2•aurellius•37m ago•0 comments

I still love PHP and JavaScript

https://the.scapegoat.dev/why-i-love-php-and-javascript/
38•jonfelsar•37m ago•14 comments

As hackers exploit one high-severity SAP flaw, company warns of 3 more

https://arstechnica.com/security/2025/09/as-hackers-exploit-one-high-severity-sap-flaw-company-wa...
2•mikece•37m ago•0 comments

BBC: UFO hit by hellfire, no impact on vehicle & flying away

https://www.bbc.com/news/live/c1wgqdnxvr5t
4•ta12653421•40m ago•4 comments

The Gaza family torn apart by IDF snipers from Chicago and Munich

https://www.theguardian.com/world/2025/sep/09/the-gaza-family-torn-apart-by-idf-snipers-from-chic...
4•abdusco•40m ago•0 comments

Show HN: Real time visual saliency detection

https://github.com/big-nacho/dosage
1•big-nacho•41m ago•0 comments

Day: Ten of the greatest Roland TR-909 moments in musical history

https://www.musicradar.com/news/the-greatest-roland-tr-909-moments-ever
1•b13n1u•41m ago•0 comments

Jake Paul's one of the investors of Cognition (Devin)

https://twitter.com/jakepaul/status/1965265496414277661
2•amrrs•44m ago•1 comments

FileMock – Free browser-based mock file generator for testing

https://filemock.com
2•humast•45m ago•1 comments

A quiet movement is forming: building for human agency – not just agents' sake

https://agentictech.substack.com/p/a-quiet-movement-is-forming-entrepreneurs
1•duck•45m ago•0 comments

Tier 1 Reachability: Precision CVE Triage for Enterprise Teams

https://socket.dev/blog/introducing-tier-1-reachability
1•feross•45m ago•0 comments

FCC Clears SpaceX to Boost Power on Starlink Dishes

https://www.pcmag.com/news/fcc-clears-spacex-to-boost-power-on-starlink-dishes
3•_JamesA_•47m ago•0 comments

California limits on 'addictive' social media feeds for children largely upheld

https://www.reuters.com/sustainability/boards-policy-regulation/california-limits-addictive-socia...
3•giuliomagnifico•48m ago•0 comments
Open in hackernews

Show HN: SwiftLake – Lightweight SQL Engine for Iceberg Tables

https://github.com/arcesium/swiftlake
4•mothukur•5h ago
At Arcesium, we needed a way to run SQL-driven CRUD operations, manage slowly-changing dimensions, and handle schema evolution on our cloud data lakes—without the overhead of spinning up distributed clusters or relying on vendor-managed query services.

That’s why we built SwiftLake, a lightweight open-source library that brings Apache Iceberg and DuckDB together:

  - Lightweight & cluster-free: Runs as a single Java service with embedded DuckDB—no  distributed infra required.
  - Full CRUD and SCD1/SCD2 support: Reads, inserts/appends, updates, deletes, and merges with ACID guarantees.
  - Iceberg advantages: Schema evolution, partition evolution, and time travel.
  - Developer-friendly APIs: Simple interfaces to embed directly into apps or data workflows.
  - Cloud storage support: Works with S3 today, with GCS and ADLS coming soon.
SwiftLake is a good fit for ETL/ELT pipelines, data quality checks, and analytical workloads where spinning up heavy distributed systems would be overkill.

SwiftLake is open source under Apache 2.0:

  - GitHub: https://github.com/arcesium/swiftlake
  - Blog: https://medium.com/arcesium-engineering-blog/your-data-just-got-swifter-meet-swiftlake-7568cc85ee57
We’re just getting started—would love to hear your feedback and ideas from the HN community.