frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

There's no such thing as a small software team anymore

https://jacob.gold/posts/theres-no-such-thing-as-a-small-software-team/
1•mooreslaw•1m ago•0 comments

How A Texas student blew the whistle on a rogue AI hacking attempt

https://www.reuters.com/world/how-texas-student-blew-whistle-rogue-ai-hacking-attempt-2026-08-20/
1•petethomas•2m ago•0 comments

GitHub Outages Show the Limits of Reactive Scaling

https://rahmipruitt.me/content/github-outage-reactive-scaling/
1•rjpruitt16•2m ago•0 comments

Worse Is Better

https://en.wikipedia.org/wiki/Worse_is_better
1•chistev•4m ago•0 comments

The University as We Know It Is Finished

https://www.persuasion.community/p/the-multiversity-is-finished
2•seregine•5m ago•0 comments

Show HN: TakoVM – Serverless file systems for agents

https://tako-research.github.io/TakoVM/
1•sakuraiben•6m ago•0 comments

BetterClaude

https://github.com/ara-mkr/BetterClaude
1•AkhilRaja16•11m ago•0 comments

Hawkeye: Hardware-Aware GPU Kernel Optimization with Minimal Supervision

https://www.alphaxiv.org/abs/2608.hawkeye-hardware-aware-gpu-kernel-optimization
1•matt_d•11m ago•0 comments

ChatGPT Can Now Control iMessage, Potentially Raising Apple Privacy Concerns

https://finance.yahoo.com/technology/ai/articles/chatgpt-now-control-imessage-potentially-2056336...
3•sharms•14m ago•1 comments

Copyright does not protect AI-generated content in EU

https://mathstodon.xyz/@maxpool/117128107757895678
8•u1hcw9nx•14m ago•2 comments

Show HN: ParqDB – Vector search in the browser from Parquet over HTTP"

https://search.parqdb.io/
2•petrizhang•16m ago•0 comments

Ask HN: Is building military hardware and healthcare the AI-proof?

2•piratesAndSons•17m ago•0 comments

If You Weren't Worried About A.I., You Should Be

https://www.nytimes.com/2026/08/13/opinion/ai-danger-openai-anthropic-models.html
5•cwillu•18m ago•1 comments

Dynamical dark energy and the week that broke cosmology

https://perimeterinstitute.ca/news/dynamical-dark-energy-and-week-broke-cosmology
3•rznicolet•20m ago•0 comments

Hackers poison arrayref Rust crate to push infostealer malware

https://www.bleepingcomputer.com/news/security/hackers-poison-arrayref-rust-crate-to-push-infoste...
3•sbulaev•22m ago•1 comments

Show HN: CtrlTool – 132 free online tools for developers and everyday tasks

https://ctrltool.wtf
2•jetroni•27m ago•0 comments

Gulf War

https://en.wikipedia.org/wiki/Gulf_War
2•chistev•27m ago•0 comments

Potential Resolution of Hopf Product Conjecture

https://arxiv.org/abs/2608.18955
2•surprisetalk•29m ago•0 comments

Show HN: Icebug-format: immutable, interoperable graph standard

https://github.com/Ladybug-Memory/icebug-format
2•adsharma•32m ago•0 comments

The car industry A/B tested selling a car with and without CarPlay

https://a.wholelottanothing.org/the-car-industry-a-b-tested-selling-the-same-car-with-and-without...
2•MBCook•33m ago•0 comments

Stealth Model

https://openrouter.ai/stealth/ox-alpha
2•mtokmak06•33m ago•0 comments

Mark Zuckerberg buys 440-acre Strancally castle estate in Ireland

https://www.theguardian.com/world/2026/aug/20/mark-zuckerberg-buys-440-acre-strancally-castle-est...
3•mitchbob•39m ago•0 comments

Show HN: Mail client optimized for self-hosted email across multiple domains

https://mainly.crnst8.com/
3•flowerpil•42m ago•0 comments

Hyperliquid trader loses $26M as ETH short unwinds in seconds

https://www.tradingview.com/news/newsbtc:0aca9ea00094b:0-hyperliquid-trader-loses-26m-as-ether-sh...
5•arvid-lind•44m ago•0 comments

A.P.E.X. – An adaptive parallel sorting framework for Java

https://github.com/StrmCkr/A.P.E.X
1•strmckr•47m ago•0 comments

AI's 'middle class' has gotten dramatically better at hacking

https://cyberscoop.com/mid-tier-ai-models-hacking-threat/
1•wslh•48m ago•0 comments

FolderIQ: Local First Drive Intelligence

https://apps.microsoft.com/detail/9n2l461wcs6c?hl=en-US&gl=US
1•bhanum•50m ago•0 comments

Jong, Java's giant ship that dwarfs European galleon and its shipbuilding legacy

https://www.reddit.com/r/indonesia/comments/1ozilho/jong_javas_giant_ship_that_dwarfs_european/
1•teleforce•51m ago•0 comments

Could AIs Become Conscious?

https://www.economist.com/leaders/2026/08/20/could-ais-become-conscious
1•petethomas•51m ago•0 comments

Darth Vader defends Flock to San Diego: 'This is what the emperor needs'

https://thehill.com/policy/technology/6042349-darth-vader-flock-surveillance/
2•rectang•52m ago•0 comments
Open in hackernews

Show HN: Icebug-format: immutable, interoperable graph standard

https://github.com/Ladybug-Memory/icebug-format
2•adsharma•32m ago
Most graph analytics packages have a mutable graph implementation that uses a heap allocated vector to store the graph. It works for toy graphs. But if you're loading a billion edge graph using G.add_edge() it's going to take a while.

We don't need to invent new standards. Such interoperable, immutable memory standards already exist: Apache Arrow and Compressed Sparse Rows (CSR). CSR is widely used in scipy, cugraph and columnar graph databases among others. Both on CPUs and GPUs.

icebug-format combines both into a on-disk standard based on Apache Parquet and an in-memory format based on Apache Arrow.

Bindings available in many popular languages including python, typescript and rust.

The package ships with convenience scripts to convert flat tables such as vertex.parquet and edges.parquet to this format in RAM/disk constrained environments.

Sample graphs: https://huggingface.co/datasets/ladybugdb/ldbc-csr/tree/main

Converted from: https://ldbcouncil.org/benchmarks/graphalytics/datasets/

Largest converted graph has 3B edges. License: MIT

Quick Start:

  uv tool install icebug-format
  icebug-format --source-dir wiki-Talk
  lbug -i wiki-Talk-csr/schema.cypher