Hacker News ReaderTop Best

Bug Blindness | 18

Bug Blindness

danluu.com

Bug blindness

Hy4 preview | 23

Hy4 preview

tencent.com

Hy4 preview

FreeCORE TrueNAS Core – Continued | 10

freecore.org

FreeCORE

FreeCORE carries TrueNAS CORE 13.3 forward as an independently maintained operating system on FreeBSD, with in-place upgrades to 15.0.

RISC-V is now officially supported by CPython | 1

blog.python.org

RISC-V is now officially supported by CPython! | Python Insider

I’m happy to announce that RISC-V platforms are now officially supported by CPython. 🎉 🚀

Algorithmic Rent-Pricing Litigation Expands Under New State and Local Laws | 2

morganlewis.com

Algorithmic Rent-Pricing Litigation Expands Under New State and Local Laws

A new wave of litigation focused on violations of municipal regulations is emerging against multifamily housing landlords, many of whom are facing antitrust litigation targeting their use of certain revenue management products. The new regulations may potentially provide a simpler path to liability and the possibility of significant penalties.

Tether: iMessage, SMS, etc. on Linux | 29

Tether: iMessage, SMS, etc. on Linux

zackbartel.com

Tether: Linux + iPhone - Zack Bartel

Nancy Grace Roman Space Telescope | 18

roman
science.nasa.gov

Nancy Grace Roman Space Telescope - NASA Science

The Nancy Grace Roman Space Telescope will settle essential questions in the areas of dark energy, exoplanets, and astrophysics.

Show HN: I missed the moving blocks, so I built a real Linux disk defragmenter | 6

Linux filesystem defragger written in Rust and Qt Quick/Kirigami - gbin/defragger
gbin/defragger

GitHub - gbin/defragger: Linux filesystem defragger written in Rust and Qt Quick/Kirigami · GitHub

Linux filesystem defragger written in Rust and Qt Quick/Kirigami - gbin/defragger

Lawmakers added $1 to car insurance policies. That money paid for Flock cameras | 9

texastribune.org

How a $1 Texas insurance fee funded thousands of Flock cameras

The higher fee, meant to combat catalytic converter theft, provided millions to expand the Flock network across Texas. Some lawmakers say that wasn’t the intent.

Is it safe to call print in a Python signal handler? | 6

iafisher.com

Is it safe to call `print` in a Python signal handler?

Calibrate Before You Accelerate: Bias Toward Action in a New Role | 19

tucker.wales

Calibrate Before You Accelerate: The Smart Way to Bias Toward Action in a New Role | Joshua Tucker

A bias toward action is a superpower only when applied correctly - here’s how to frame it as moving decisively after building context, not rushing in before you have it.

Benjamin Franklin's Alter Egos Gave Him the Most Freedom | 1

None
smithsonianmag.com

Among All the Great Things Benjamin Franklin Invented or Discovered, His Alter Egos Gave Him the Most Freedom

Silence Dogood. Richard Saunders. Benevolus. Sidi Mehemet Ibrahim. All were pen names that allowed Franklin to say things he couldn’t have otherwise said

SQLite as a Document Database (2020) | 18

dgl.cx

SQLite as a Document Database (2020)

Functional State Machines in Rust: Typestate and Newtype Patterns | 6

dl.acm.org

Just a moment...

Benchmarking Pocket-Scale Inference | 0

artificialanalysis.ai

Consumer Inference Systems | Artificial Analysis

Benchmarking of language model inference on mobile phones. We measure output speed, latency and memory use across local models.

EVE Online moves to Python 3 | 26

EVE Online moves to Python 3

eveonline.com

EVE Online moves to Python 3

Glacier Mice | 16

Glacier Mice

en.wikipedia.org

Glacier Mice

Domain-Driven Agents | 7

coldtake.dev

Domain-Driven Agents

Slow thoughts on fast tech.

Samsung's Processing-in-Memory (PIM) | 31

Samsung's Processing-in-Memory (PIM)

chipsandcheese.com

Samsung's Processing-in-Memory (PIM)

DHS is using obscure law to snoop on journalists, non-profits, unions | 17

theguardian.com

Trump’s DHS is using an obscure law to secretly snoop on journalists, non-profits and unions: ‘It’s outrageous’ | Trump administration | The Guardian

Even after judges rejected the same ploy, the Trump administration is going directly to social media and telecommunications companies

Good Culture Is the Biggest Productivity Hack, Not AI | 21

newsletter.eng-leadership.com

Good Culture Is the Biggest Productivity Hack, Not AI

Boot a Virtual iPhone via Apple's Virtualization.framework | 20

Contribute to Lakr233/vphone-cli development by creating an account on GitHub.
Lakr233/vphone-cli

GitHub - Lakr233/vphone-cli · GitHub

Contribute to Lakr233/vphone-cli development by creating an account on GitHub.

Open Oscar Server: open-source server compatible with AIM and ICQ clients | 2

Self-hostable instant messaging server compatible with classic AIM and ICQ clients written in golang. (Independently developed, not affiliated with or endorsed by AOL) - mk6i/open-oscar-server
mk6i/open-oscar-server

GitHub - mk6i/open-oscar-server: Self-hostable instant messaging server compatible with classic AIM and ICQ clients written in golang. (Independently developed, not affiliated with or endorsed by AOL) · GitHub

Self-hostable instant messaging server compatible with classic AIM and ICQ clients written in golang. (Independently developed, not affiliated with or endorsed by AOL) - mk6i/open-oscar-server

Trees for a Changing Climate and Resilient Urban Forest (2022) | 1

coolboulder.org

403 Forbidden

Sleepwalker: Passive Backdoor with Its Own Command Language | 5

r136a1.dev

Sleepwalker: Passive Backdoor with Its Own Command Language

Recovering Corrupt Zip Files | 4

construct.net

Recovering Corrupt Zip Files

Show HN: Typebase – A single-folder back end you write in TypeScript | 15

Show HN: Typebase – A single-folder back end you write in TypeScript

Hey HN!

I built Typebase, a library that gives you Convex's DX with Supabase's openness.

After trying Supabase I liked how fast it is to spin up a DB and auth, but really didn't like using RLS and SQL for authorization. With Convex I loved how your server "lives" in your code, but disliked the DB model and the realtime-first defaults.

With Typebase you just write TS files inside a typebase/ folder in your existing repo. You can define your DB tables inside a schema.ts file and export server functions that your frontend calls like local functions, fully typed. Auth is built in.

Then one CLI command uploads your server to any of the available providers (Vercel, Cloudflare Workers or Deno Deploy for the servera and Neon for the DB), or generates the code so you can deploy it wherever you want.

Built on top of oRPC, Drizzle, and better-auth.

Happy to answer any questions or feedback! [andrewww-dev]

typebase.io

Show HN: Typebase – A single-folder back end you write in TypeScript

Hey HN!<p>I built Typebase, a library that gives you Convex&#x27;s DX with Supabase&#x27;s openness.<p>After trying Supabase I liked how fast it is to spin up a DB and auth, but really didn&#x27;t like using RLS and SQL for authorization. With Convex I loved how your server &quot;lives&quot; in your code, but disliked the DB model and the realtime-first defaults.<p>With Typebase you just write TS files inside a typebase&#x2F; folder in your existing repo. You can define your DB tables inside a schema.ts file and export server functions that your frontend calls like local functions, fully typed. Auth is built in.<p>Then one CLI command uploads your server to any of the available providers (Vercel, Cloudflare Workers or Deno Deploy for the servera and Neon for the DB), or generates the code so you can deploy it wherever you want.<p>Built on top of oRPC, Drizzle, and better-auth.<p>Happy to answer any questions or feedback!

Creating the Aetheryte Radio | 4

haz.ee

creating the aetheryte radio

Quantifying Colour | 4

ekunazanu.foo

Quantifying Colour

No Country for Mediocre Mathematicians | 2

garvvee.substack.com

No Country for Mediocre Mathematicians - garvy

White lies of AI from a struggling geometer