frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

M8.7 earthquake in Western Pacific, tsunami warning issued

https://earthquake.usgs.gov/earthquakes/eventpage/us6000qw60/executive
425•jandrewrogers•3h ago•84 comments

Study mode

https://openai.com/index/chatgpt-study-mode/
752•meetpateltech•10h ago•520 comments

RIP Shunsaku Tamiya, the man who made plastic model kits a global obsession

https://JapaneseNostalgicCar.com/rip-shunsaku-tamiya-plastic-model-kits/
166•fidotron•6h ago•30 comments

URL-Driven State in HTMX

https://www.lorenstew.art/blog/bookmarkable-by-design-url-state-htmx/
111•lorenstewart•5h ago•42 comments

Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker

159•yujonglee•11h ago•84 comments

Two Birds with One Tone: I/Q Signals and Fourier Transform

https://wirelesspi.com/two-birds-with-one-tone-i-q-signals-and-fourier-transform-part-1/
23•teleforce•4h ago•2 comments

USB-C for Lightning iPhones

https://obsoless.com/products/iph0n3-usb-c-protection-case
84•colinprince•3d ago•69 comments

Learning basic electronics by building fireflies

http://a64.in/posts/learning-basic-electronics-by-building-fireflies/
193•signa11•10h ago•55 comments

iPhone 16 cameras vs. traditional digital cameras

https://candid9.com/phone-camera/
151•sergiotapia•13h ago•195 comments

FoundationDB: From idea to Apple acquisition [video]

https://www.youtube.com/watch?v=C1nZzQqcPZw
126•zdw•4d ago•16 comments

Actual Size Online Ruler (Mm,Cm,Inches)

https://anruler.com/
4•artiomyak•2d ago•6 comments

How the brain increases blood flow on demand

https://hms.harvard.edu/news/how-brain-increases-blood-flow-demand
77•gmays•8h ago•35 comments

Show HN: I built an AI that turns any book into a text adventure game

https://www.kathaaverse.com/
208•rcrKnight•11h ago•82 comments

JavaScript decided my day starts at 9am

https://senhongo.com/blog/when-javaScript-decided-my-day-starts-at-9am
21•SenHeng•3d ago•23 comments

Dropbox Passwords discontinuation

https://help.dropbox.com/en-us/installs/dropbox-passwords-discontinuation
39•h1fra•7h ago•13 comments

ACM Transitions to Full Open Access

https://www.acm.org/publications/openaccess
132•pcvarmint•10h ago•13 comments

Irrelevant facts about cats added to math problems increase LLM errors by 300%

https://www.science.org/content/article/scienceadviser-cats-confuse-ai
333•sxv•12h ago•161 comments

Show HN: Terminal-Bench-RL: Training long-horizon terminal agents with RL

https://github.com/Danau5tin/terminal-bench-rl
106•Danau5tin•16h ago•10 comments

CodeCrafters (YC S22) is hiring first Marketing Person

https://www.ycombinator.com/companies/codecrafters/jobs/7ATipKJ-1st-marketing-hire
1•sarupbanskota•6h ago

A month using XMPP (using Snikket) for every call and chat (2023)

https://neilzone.co.uk/2023/08/a-month-using-xmpp-using-snikket-for-every-call-and-chat/
87•ColinWright•9h ago•52 comments

Microsoft Flight Simulator 2024: WebAssembly SDK

https://docs.flightsimulator.com/msfs2024/html/6_Programming_APIs/WASM/WebAssembly.htm
120•breve•3d ago•62 comments

Playing with more user-friendly methods for multi-factor authentication

https://tesseral.com/blog/i-designed-some-more-user-friendly-methods-for-multi-factor-authentication
51•noleary•1d ago•32 comments

Structuring large Clojure codebases with Biff

https://biffweb.com/p/structuring-large-codebases/
56•PaulHoule•13h ago•3 comments

My 2.5 year old laptop can write Space Invaders in JavaScript now (GLM-4.5 Air)

https://simonwillison.net/2025/Jul/29/space-invaders/
467•simonw•14h ago•323 comments

Measuring Engineering

https://fffej.substack.com/p/measuring-engineering
21•mooreds•3d ago•4 comments

Supervised fine tuning on curated data is reinforcement learning

https://arxiv.org/abs/2507.12856
42•GabrielBianconi•7h ago•14 comments

Maru OS – Use your phone as your PC

https://maruos.com/
207•fsflover•8h ago•144 comments

Elements of System Design

https://github.com/jarulraj/periodic-table
92•qianli_cs•10h ago•33 comments

Observable Notebooks 2.0 Technology Preview

https://observablehq.com/notebook-kit/
189•mbostock•13h ago•45 comments

More honey bees dying, even as antibiotic use halves

https://news.uoguelph.ca/2025/07/more-honey-bees-dying-even-as-antibiotic-use-halves/
160•pseudolus•8h ago•116 comments
Open in hackernews

Show HN: Xorq – open compute catalog for AI

https://github.com/xorq-labs/xorq
35•mousematrix•12h ago
Hi HN, Hussain and Dan from Xorq here.

After years of struggling with scaling compute that worked in notebooks but failed in production, we decided to do something about it. Data has standards like Iceberg and Delta. But compute is still a mess—trapped in notebooks, duplicated effort across teams, or baked into custom Airflow DAGs. We think of Xorq as the missing analog to Apache Iceberg, but for compute.

We’ve spent the last year building Xorq, an *compute catalog* that helps teams *reuse, ship, and observe* transformations, features, models, and pipelines across engines.

Xorq is built on:

- *Arrow Flight* (`do_exchange`) for high-speed data transport - *Ibis* for cross-engine expression trees, serialized to YAML - A portable UDF engine that compiles pipelines to SQL or Python - `uv` to make Python environments fully reproducible

Xorq features:

- pandas-style declarative transformations, backed by Ibis - Multi-engine execution (e.g., DuckDB, Snowflake) - UDFs as portable Flight endpoints - Serveable transforms by way of flight_udxf operator - Built-in caching and lineage tracking - Diff-able YAML artifacts, great for CI/CD

Xorq use cases:

Since our last major release, it’s been exciting to see the first Xorq use-cases show up in the wild. All with *Python simplicity and SQL-scale performance*.

- Feature Stores (https://www.xorq.dev/blog/featurestore-to-featurehouse) - Semantic Layers (e.g. https://github.com/boringdata/boring-semantic-layer) - MCP + ML Integration (https://docs.xorq.dev/vignettes/mcp_flight_server)

We’re open source and learning fast. Would love feedback on what’s useful or missing. Thanks in advance for trying it out!

Check out the demo of the Xorq CLI tool in action: https://asciinema.org/a/730484

---

Get Started

- Github: https://github.com/xorq-labs/xorq - Xorq docs: https://docs.xorq.dev/ ---

Sneak peak - Xorq Compute Catalog UI Console:

Check out this interactive Claude demo showing how the Xorq compute catalog can be visualized to accelerate composition, reuse, and troubleshooting of AI compute: https://claude.ai/public/artifacts/d2f00d2a-a3f9-4032-884e-d...

Comments

WhatsName•11h ago
The name is to easily confused with xorg and people already have a hard time telling groq and grok appart.

I would suggest rebranding if you just released it.

mousematrix•11h ago
great point...honestly this will be our 3rd rebrand, but worth considering. I am just hoping that we are in a different enough space that it could slide....
stuaxo•10h ago
Yeah, please don't stick with Xorq, it's so visually similar to Xorg, it looks like the bottom of the g didn't render, which is totally possible on the web.
mousematrix•9h ago
I think so too...seriously considering changing the name
zcw100•2h ago
And how do you pronounce it? EX-ork, Zork, Ex or Que?
secondrow•44m ago
pronounced "zork" per: https://www.xorq.dev/blog/introducing-xorq
jmclnx•11h ago
I agree, I saw Xorq and with the font I have, it looked like Xorg.

No offense, but I avoid AI like a plague, so I saw this I thought "WHY?", thinking it was X11 (Xorg).

Now a bit of a rant. Why or why do people have to use X??? for their products, time to come up with something else. If I was the Xorg foundation I would have sued Twitter. And I would have sent a letter to the smaller tech people using X for their product :)

mousematrix•10h ago
this is really useful. In our case, we are inspired by a terminal game called Zork, which is an Activision trademark. So, we tried to be creative and replacing Z with X made sense at the time. Of course, we did not want to be like any "dork", hence the Q.

Now I read this tought process above, I think this leaves much to be desired.

v3ss0n•5h ago
But why yaml?
mousematrix•4h ago
As opposed to Substrait? I think there is certainly a path to converting to Substrait as one of the outputs for on-the-wire format to send query plans to various engines. YAML as such gives a human-diffable representation that can be checked-in to git. Let me know your thoughts...we are super early so happy to take in feedback...