# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 31263
# self = https://watcher.sour.is?uri=https://feeds.twtxt.net/hacker-news-front-page/twtxt.txt&offset=30563
# next = https://watcher.sour.is?uri=https://feeds.twtxt.net/hacker-news-front-page/twtxt.txt&offset=30663
# prev = https://watcher.sour.is?uri=https://feeds.twtxt.net/hacker-news-front-page/twtxt.txt&offset=30463
The Official Aztec C Online Museum
Article URL: https://www.aztecmuseum.ca/index.htm

Comments URL: https://news.ycombinator.com/item?id=43289566

Points: 6

\# Comments: 0 ⌘ Read more
Roame (YC S23) Is Hiring a Chief of Staff
Article URL: https://www.ycombinator.com/companies/roame/jobs/OZI3czc-chief-of-staff

Comments URL: https://news.ycombinator.com/item?id=43289461

Points: 0

\# Comments: 0 ⌘ Read more
Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects
Article URL: https://medicalxpress.com/news/2025-03-naturally-molecule-rivals-ozempic-weight.html

Comments URL: https://news.ycombinator.com/item?id=43289245

Points: 4

\# Comments: 0 ⌘ Read more
How often are children genetically unrelated to their presumed fathers?**
Article URL: https://www.science.org/content/article/how-often-are-children-genetically-unrelated-their-presumed-fathers

Comments URL: https://news.ycombinator.com/item?id=43289022

Points: 6

\# Comments: 1 ⌘ Read more
Days Since Starship Exploded counter made it to 48. It's back to zero again now
Article URL: https://www.theregister.com/2025/03/07/spacex\_starship\_mission\_fail/

Comments URL: https://news.ycombinator.com/item?id=43288660

Points: 4

\# Comments: 1 ⌘ Read more
Google begins testing AI-only search results
Article URL: https://arstechnica.com/google/2025/03/google-is-expanding-ai-overviews-and-testing-ai-only-search-results/

Comments URL: https://news.ycombinator.com/item?id=43288341

Points: 8

\# Comments: 3 ⌘ Read more
40% of Britons haven't read a single book in the last 12 months
Article URL: https://yougov.co.uk/entertainment/articles/51730-40-of-britons-havent-read-a-single-book-in-the-last-12-months

Comments URL: https://news.ycombinator.com/item?id=43288164

Points: 15

\# Comments: 8 ⌘ Read more
Rules to improve air quality are under attack
Article URL: https://www.heatpumped.org/p/you-put-your-pitchfork-away-already

Comments URL: https://news.ycombinator.com/item?id=43287563

Points: 6

\# Comments: 0 ⌘ Read more
Linux Prepper Podcast – Audience Feedback on Self-Hosting
Article URL: https://podcast.james.network/@linuxprepper/episodes/audience-feedback-on-selfhosting

Comments URL: https://news.ycombinator.com/item?id=43287123

Points: 6

\# Comments: 3 ⌘ Read more
Hacked firm demanded journalist 'take down' breach reporting, citing UK court
Article URL: https://techcrunch.com/2025/03/06/hacked-health-firm-hcrg-demanded-journalist-take-down-data-breach-reporting-citing-uk-court-order/

Comments URL: [https://news.ycombinator.com/item?id=43286864](https://news.ycom ... ⌘ Read more
Differentiable Logic Cellular Automata
Article URL: https://google-research.github.io/self-organising-systems/difflogic-ca/?hn

Comments URL: https://news.ycombinator.com/item?id=43286161

Points: 14

\# Comments: 0 ⌘ Read more
InstantStyle: Free Lunch Towards Style-Preserving in Text-to-Image Generation
Article URL: https://github.com/instantX-research/InstantStyle

Comments URL: https://news.ycombinator.com/item?id=43286091

Points: 8

\# Comments: 1 ⌘ Read more
How to distrust a CA without any certificate errors
Article URL: https://dadrian.io/blog/posts/sct-not-after/

Comments URL: https://news.ycombinator.com/item?id=43285671

Points: 9

\# Comments: 4 ⌘ Read more
A brief meditation on formal systems and lying goblins
Article URL: https://the-nerve-blog.ghost.io/a-brief-meditation-on-formal-systems-and-lying-goblins/

Comments URL: https://news.ycombinator.com/item?id=43285485

Points: 4

\# Comments: 0 ⌘ Read more
Koko (YC W22) Is Hiring a CTO / Lead Engineer
Article URL: https://www.ycombinator.com/companies/koko-2/jobs/oPgy08B-lead-engineer-cto

Comments URL: https://news.ycombinator.com/item?id=43285020

Points: 0

\# Comments: 0 ⌘ Read more
Show HN: Rust Vector and Quaternion Lib
I use this library I made for Vectors and Quaternions in many personal projects. I've open-sourced it, in case anyone else would get use out of it.

I use this on various projects, including quadcopter firmware, a graphics engine, a cosmology simulation, and several molecular dynamics applications. No\_std compatible.

* * *

Comments URL: https://news.ycombinator.com/item?id=43284811

Points: 4

\# Comments: 0 ⌘ Read more_*
Using GRPO to Beat o1, o3-mini and R1 at "Temporal Clue"
Article URL: https://openpipe.ai/blog/using-grpo-to-beat-o1-o3-mini-and-r1-on-temporal-clue

Comments URL: https://news.ycombinator.com/item?id=43284420

Points: 4

\# Comments: 1 ⌘ Read more
Show HN: Shelgon: A Framework for Building Interactive REPL Shells in Rust
I've been working on Shelgon, a framework that lets you build your own custom REPL shells and interactive CLI applications in Rust.

You can use Shelgon to:

\- Create a custom shell with only a few lines of code
\- Build interactive debugging tools with persistent state between commands
\- Develop domain-specific language interpreters with shell-like interfaces
\- Add REPL capabilities to existing applications

Getting started is straightforward - imp ... ⌘ Read more
EFF: Rayhunter
Article URL: https://github.com/EFForg/rayhunter

Comments URL: https://news.ycombinator.com/item?id=43283917

Points: 9

\# Comments: 1 ⌘ Read more
Exposing Russian EFF Impersonators: The Inside Story on Stealc and Pyramid C2
Article URL: https://hunt.io/blog/russian-speaking-actors-impersonate-etf-distribute-stealc-pyramid-c2

Comments URL: https://news.ycombinator.com/item?id=43283884

Points: 6

\# Comments: 0 ⌘ Read more
50 Years in Filesystems: 1984
Article URL: https://blog.koehntopp.info/2023/05/06/50-years-in-filesystems-1984.html

Comments URL: https://news.ycombinator.com/item?id=43283498

Points: 3

\# Comments: 0 ⌘ Read more
Questions for William J. Rapaport
Article URL: https://docs.google.com/forms/d/e/1FAIpQLScu0u\_nW3S94CfrEGzaABprsGm322wVaBkiqF-ajkN\_HVKHhQ/viewform?usp=header

Comments URL: https://news.ycombinator.com/item?id=43283367

Points: 3

\# Comments: 1 ⌘ Read more
Atlassian announces end of support for Opsgenie
Article URL: https://www.atlassian.com/blog/announcements/evolution-of-it-operations

Comments URL: https://news.ycombinator.com/item?id=43283178

Points: 6

\# Comments: 2 ⌘ Read more
Succinct Data Structures
Article URL: https://blog.startifact.com/posts/succinct/

Comments URL: https://news.ycombinator.com/item?id=43282995

Points: 5

\# Comments: 0 ⌘ Read more
Why 56k Modems Relied on Digital Phone Lines You Didn't Know We Had
Article URL: https://hackaday.com/2025/03/06/why-56k-modems-relied-on-digital-phone-lines-you-didnt-know-we-had/

Comments URL: https://news.ycombinator.com/item?id=43282668

Points: 3

\# Comments: 0 ⌘ Read more
Leaping AI (YC W25) Is Hiring Founding Engineers for Self-Improving Voice AI
Article URL: https://www.ycombinator.com/companies/leaping-ai/jobs/BpsfpvY-founding-full-stack-engineer

Comments URL: https://news.ycombinator.com/item?id=43282462

Points: 0

\# Comments: 0 ⌘ Read more
There Is a Significant Need for Retirement Savings in the US
Article URL: https://www.apolloacademy.com/there-is-a-significant-need-for-retirement-savings-in-the-us/

Comments URL: https://news.ycombinator.com/item?id=43281882

Points: 10

\# Comments: 5 ⌘ Read more
Novo Nordisk slashes Wegovy price for patients lacking insurance benefits
Article URL: https://www.washingtonpost.com/business/2025/03/05/novo-nordisk-wegovy-cash-discount/

Comments URL: https://news.ycombinator.com/item?id=43281144

Points: 4

\# Comments: 1 ⌘ Read more
Show HN: CodeTracer – A new time-traveling debugger implemented in Nim and Rust
Hey!

We are presenting CodeTracer - a user-friendly time-traveling debugger designed to support a wide range of programming languages:

https://github.com/metacraft-labs/codetracer?tab=readme-ov-f...

CodeTracer records the execution of a program into a sharable self-contained trace file. You can load the produced trace files in a GUI environment that allows you to ... ⌘ Read more
Ask HN: Escaping Difficult Employment Situation?**
Hello,

I am currently trapped in a job I don't want. I can't get out because it's really hard for me to either find work locally, or find a job that I can even tolerate.

Question: How do you escape a job when you have no energy to keep going? When you are mentally breaking down but still have to keep going because society doesn't care about damaged people?

I'm also dealing with a midlife crisis so that's certainly a variable.

My bigger issue is this: It takes ALL of my ... ⌘ Read more
Jack Daniel's says Canada pulling US alcohol off shelves 'worse than tariff'
Article URL: https://www.reuters.com/business/retail-consumer/brown-forman-misses-quarterly-sales-estimates-muted-spirits-demand-2025-03-05/

Comments URL: [https://news.ycombinator.com/item?id=43280261](https://news.ycombinator.com/item ... ⌘ Read more
Show HN: LLMs Playing Mafia games – See them lie, deceive, and reason
Article URL: https://mafia.opennumbers.xyz/

Comments URL: https://news.ycombinator.com/item?id=43280128

Points: 3

\# Comments: 0 ⌘ Read more
Let's Talk About the American Dream
Article URL: https://blog.codinghorror.com/lets-talk-about-the-american-dream/

Comments URL: https://news.ycombinator.com/item?id=43280071

Points: 6

\# Comments: 0 ⌘ Read more
A shirt whose price increases by 1 euro with every purchase
Article URL: https://driesdepoorter.be/shirt/

Comments URL: https://news.ycombinator.com/item?id=43279746

Points: 15

\# Comments: 4 ⌘ Read more
Israel creating GPT-like tool using collection of Palestinian surveillance data
Article URL: https://www.theguardian.com/world/2025/mar/06/israel-military-ai-surveillance

Comments URL: https://news.ycombinator.com/item?id=43279528

Points: 6

\# Comments: 0 ⌘ Read more
Empirical Health is hiring design engineers to build primary care of the future
Article URL: https://www.ycombinator.com/companies/empirical-health/jobs/nZFQWLW-design-engineer

Comments URL: https://news.ycombinator.com/item?id=43279220

Points: 0

\# Comments: 0 ⌘ Read more
Buy European Made. Support European Values
Article URL: https://www.buy-european-made.eu/

Comments URL: https://news.ycombinator.com/item?id=43278705

Points: 132

\# Comments: 8 ⌘ Read more
'Trump Gaza' AI video intended as political satire, says creator
Article URL: https://www.theguardian.com/technology/2025/mar/06/trump-gaza-ai-video-intended-as-political-satire-says-creator

Comments URL: https://news.ycombinator.com/item?id=43278112

Points: 3

\# Comments: 0 ⌘ Read more
Forget Twitter Threads; Write a Blog Post Instead
Article URL: https://kevquirk.com/blog/forget-twitter-threads-write-a-blog-post-instead

Comments URL: https://news.ycombinator.com/item?id=43277924

Points: 11

\# Comments: 1 ⌘ Read more
MAGA Wants to End Capitalism as We Know It
Article URL: https://www.bloomberg.com/opinion/articles/2025-03-06/maga-wants-to-end-capitalism-as-we-know-it

Comments URL: https://news.ycombinator.com/item?id=43277555

Points: 6

\# Comments: 1 ⌘ Read more
Arva AI (YC S24) Is Hiring an AI Product Engineer
Article URL: https://www.ycombinator.com/companies/arva-ai/jobs/OBPwCiU-ai-product-engineer

Comments URL: https://news.ycombinator.com/item?id=43277250

Points: 0

\# Comments: 0 ⌘ Read more
The Authoritarian Regime Survival Guide
Article URL: https://verfassungsblog.de/the-authoritarian-regime-survival-guide/

Comments URL: https://news.ycombinator.com/item?id=43276843

Points: 3

\# Comments: 0 ⌘ Read more
Gaming chat platform Discord in early talks with banks about public listing
Article URL: https://www.ft.com/content/4ab9efe7-36bc-44ff-b2cd-06eb2c38203a

Comments URL: https://news.ycombinator.com/item?id=43276504

Points: 4

\# Comments: 1 ⌘ Read more
Aider: Using Uv as an Installer
Article URL: https://simonwillison.net/2025/Mar/6/aider-using-uv-as-an-installer/

Comments URL: https://news.ycombinator.com/item?id=43276038

Points: 9

\# Comments: 2 ⌘ Read more
Ask HN: Best Windows/Linux developer laptop in 2025
Requirements:

\\* Macbook is not an option

\\* I go through phases and switch between Windows and Linux as my primary OS.

\\* Want to be able to mess around with some local LLMs.

\\* I travel frequently, so portability is somewhat important. Currently own a 13 inch, but 14 inch should work too I think.

Notes:

\\* My current laptop is a 6yr old Dell XPS. It has generally served me well.

\\* I bought an Asus Zenbook for a family member and I have been impressed with ... ⌘ Read more
Volkswagen Introduces ID. EVERY1, Its Most Affordable EV
Article URL: https://www.ttnews.com/articles/vw-introduces-id-every1

Comments URL: https://news.ycombinator.com/item?id=43274698

Points: 20

\# Comments: 3 ⌘ Read more
Tesla sales crash continues in Europe, with Germany down 70%**
Article URL: https://electrek.co/2025/03/05/tesla-tsla-sales-crash-continues-in-europe-with-germany-down-70/

Comments URL: https://news.ycombinator.com/item?id=43273846

Points: 5

\# Comments: 0 ⌘ Read more
Compare OpenAI Models
Article URL: https://platform.openai.com/docs/models/compare

Comments URL: https://news.ycombinator.com/item?id=43273696

Points: 9

\# Comments: 1 ⌘ Read more
Jeep Owners Fed Up with In-Car Pop-Up Ads
Article URL: https://www.kbb.com/car-news/jeep-owners-fed-up-with-in-car-pop-up-ads/

Comments URL: https://news.ycombinator.com/item?id=43272453

Points: 26

\# Comments: 5 ⌘ Read more
Datafold (YC S20) is hiring Engineer to build AI-powered data migration tools
Article URL: https://www.ycombinator.com/companies/datafold/jobs/ieGYiSG-senior-software-engineer-ai-agents

Comments URL: https://news.ycombinator.com/item?id=43272332

Points: 0

\# Comments: 0 ⌘ Read more
Git Without a Forge
Article URL: https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/git-no-forge/

Comments URL: https://news.ycombinator.com/item?id=43272275

Points: 3

\# Comments: 0 ⌘ Read more
Macron to open debate on extending French nuclear protection to European allies
Article URL: https://www.reuters.com/world/europe/frances-macron-address-nation-late-wednesday-2025-03-05/

Comments URL: https://news.ycombinator.com/item?id=43271774

Points: 19

\# Comments: 1 ⌘ Read more
Sam Altman Returns to Political Fund-Raising
Article URL: https://www.nytimes.com/2025/03/05/us/politics/sam-altman-openai-democrat-fundraising.html

Comments URL: https://news.ycombinator.com/item?id=43271691

Points: 16

\# Comments: 0 ⌘ Read more
NCSC, GCHQ, UK Gov't expunge advice to "use Apple encryption"
Article URL: https://alecmuffett.com/article/112522

Comments URL: https://news.ycombinator.com/item?id=43271177

Points: 18

\# Comments: 0 ⌘ Read more
Gardener wins £1M payout caused by software bug
Article URL: https://www.bbc.co.uk/news/articles/cx2gl2n2n14o

Comments URL: https://news.ycombinator.com/item?id=43270799

Points: 6

\# Comments: 0 ⌘ Read more
Apple takes UK to court over 'backdoor' order
Article URL: https://www.theregister.com/2025/03/05/apple\_reportedly\_ipt\_complaint/

Comments URL: https://news.ycombinator.com/item?id=43270079

Points: 20

\# Comments: 2 ⌘ Read more
There Was a Texas Lottery Arbitrage
Article URL: https://www.bloomberg.com/opinion/articles/2025-03-05/there-was-a-texas-lottery-arbitrage

Comments URL: https://news.ycombinator.com/item?id=43269846

Points: 3

\# Comments: 1 ⌘ Read more
Greptile (YC W24) Is Hiring
Article URL: https://www.ycombinator.com/companies/greptile/jobs/rMIxqoV-design-engineer

Comments URL: https://news.ycombinator.com/item?id=43269237

Points: 0

\# Comments: 0 ⌘ Read more
YouTube Premium Lite: Ad-Free Viewing for $7.99/Month**
Article URL: https://blog.youtube/news-and-events/introducing-premium-lite/

Comments URL: https://news.ycombinator.com/item?id=43268681

Points: 23

\# Comments: 33 ⌘ Read more
Tech and Non-Tech Stacks to Run Listen Notes (2025)
Article URL: https://www.listennotes.fm/p/tech-and-non-tech-stacks-to-run-listen

Comments URL: https://news.ycombinator.com/item?id=43268333

Points: 3

\# Comments: 0 ⌘ Read more
Design and Explore Noise Handshake Patterns (2018)
Article URL: https://noiseexplorer.com/

Comments URL: https://news.ycombinator.com/item?id=43267857

Points: 3

\# Comments: 0 ⌘ Read more
Apple reveals M3 Ultra, taking Apple Silicon to a new extreme
Article URL: https://www.apple.com/newsroom/2025/03/apple-reveals-m3-ultra-taking-apple-silicon-to-a-new-extreme/

Comments URL: https://news.ycombinator.com/item?id=43266453

Points: 11

\# Comments: 0 ⌘ Read more
How a key ingredient in Coca-Cola, M&M's is smuggled from war-torn Sudan
Article URL: https://www.middleeastmonitor.com/20250304-how-a-key-ingredient-in-coca-cola-mms-is-smuggled-from-war-torn-sudan/

Comments URL: https://news.ycombinator.com/item?id=43266029

Points: 6

\# Comments: 0 ⌘ Read more
Who's Afraid of Peter Thiel? A New Biography Suggests We All Should Be (2021)
Article URL: https://time.com/6092844/peter-thiel-power-biography-the-contrarian/

Comments URL: https://news.ycombinator.com/item?id=43265955

Points: 14

\# Comments: 0 ⌘ Read more
The Return of Digg, a Star of an Earlier Internet Era
Article URL: https://www.nytimes.com/2025/03/05/technology/digg-alexis-ohanian-kevin-rose.html

Comments URL: https://news.ycombinator.com/item?id=43265521

Points: 8

\# Comments: 0 ⌘ Read more
NASA Successfully Acquires GPS Signals on Moon
Article URL: https://www.nasa.gov/general/nasa-successfully-acquires-gps-signals-on-moon/

Comments URL: https://news.ycombinator.com/item?id=43265303

Points: 5

\# Comments: 0 ⌘ Read more
'Shadow fleets' and sabotage: are Europe's undersea cables under attack?**
Article URL: https://www.theguardian.com/world/ng-interactive/2025/mar/05/shadow-fleets-subaquatic-sabotage-europe-undersea-internet-cables-under-attack

Comments URL: [https://news.ycombinator.com/item?id=43265224](h ... ⌘ [Read more](https://www.theguardian.com/world/ng-interactive/2025/mar/05/shadow-fleets-subaquatic-sabotage-europe-undersea-internet-cables-under-attack)
Get Started with Neural Rendering Using Nvidia RTX Kit (Vulkan)
Article URL: https://developer.nvidia.com/blog/get-started-with-neural-rendering-using-nvidia-rtx-kit/

Comments URL: https://news.ycombinator.com/item?id=43264626

Points: 4

\# Comments: 0 ⌘ Read more
Cobalt Networks CobaltOS: Proxmox Port
Cobalt Networks “RaQ” and “Qube” products were rather popular with ISP’s, web hosting companies and small/medium businesses in the 90’s and 2000’s. Their operating system media was preserved via the Internet Archive but getting it running on regular hardware is an extremely difficult task as the OS was never released for installation on 3rd-party hardware.

Retro computing youtuber “The Phintage Collector” ported it to Virtualbox a while back during an attempt to ressurect their “RaQ3 ... ⌘ Read more
NetBSD on a JavaStation
Article URL: https://fatsquirrel.org/oldfartsalmanac/netbsd-on-a-javastation/

Comments URL: https://news.ycombinator.com/item?id=43262188

Points: 3

\# Comments: 0 ⌘ Read more
Trump's 'Crypto Reserve' Is Such Brazen Corruption
Article URL: https://zeteo.com/p/trumps-crypto-reserve-is-such-brazen

Comments URL: https://news.ycombinator.com/item?id=43261899

Points: 91

\# Comments: 13 ⌘ Read more
Pro-Trump techies enraged by president's crypto reserve announcement
Article URL: https://www.cnbc.com/2025/03/04/pro-trump-techies-enraged-by-crypto-reserve-plan-causing-early-rift.html

Comments URL: https://news.ycombinator.com/item?id=43261866

Points: 5

\# Comments: 0 ⌘ Read more
Tmux – The Essentials (2019)
Article URL: https://davidwinter.dev/2019/03/14/tmux-the-essentials

Comments URL: https://news.ycombinator.com/item?id=43261600

Points: 7

\# Comments: 0 ⌘ Read more
Not Time's Fool: A Rare Version of a Shakespeare Sonnet Is Discovered
Article URL: https://www.nytimes.com/2025/03/04/world/europe/shakespeare-sonnet-oxford-discovery.html

Comments URL: https://news.ycombinator.com/item?id=43260955

Points: 4

\# Comments: 1 ⌘ Read more
AI: Where in the Loop Should Humans Go?**
Article URL: https://www.honeycomb.io/blog/ai-where-in-the-loop-should-humans-go

Comments URL: https://news.ycombinator.com/item?id=43259742

Points: 7

\# Comments: 0 ⌘ Read more
Arc‑AGI Without Pretraining
Article URL: https://twitter.com/LiaoIsaac91893/status/1896944891319742499

Comments URL: https://news.ycombinator.com/item?id=43259250

Points: 3

\# Comments: 0 ⌘ Read more
I replaced my entire tech stack with Postgres [video]**
Article URL: https://www.youtube.com/watch?v=3JW732GrMdg

Comments URL: https://news.ycombinator.com/item?id=43258678

Points: 4

\# Comments: 0 ⌘ Read more*
Who's Afraid of Tom Wolfe?**
Article URL: https://commonreader.wustl.edu/c/whos-afraid-of-tom-wolfe/

Comments URL: https://news.ycombinator.com/item?id=43258010

Points: 4

\# Comments: 0 ⌘ Read more
Translating Natural Language to First-Order Logic for Logical Fallacy Detection
Article URL: https://arxiv.org/abs/2405.02318

Comments URL: https://news.ycombinator.com/item?id=43257719

Points: 13

\# Comments: 1 ⌘ Read more
Learn How to Break AES
Article URL: https://davidwong.fr/blockbreakers/

Comments URL: https://news.ycombinator.com/item?id=43257583

Points: 5

\# Comments: 0 ⌘ Read more
Farallon Islands live (and controllable) webcam
Article URL: https://www.calacademy.org/webcams/farallones

Comments URL: https://news.ycombinator.com/item?id=43257436

Points: 5

\# Comments: 3 ⌘ Read more
Foundry (YC F24) Hiring Founding Engineer to Build an Internet-Scale Web Crawler
Article URL: https://www.ycombinator.com/companies/foundry/jobs/xtwLIsF-founding-engineer-large-scale-web-scraping-crawling

Comments URL: https://news.ycombinator.com/item?id=43257268

Points: 0

\# Comments: 0 ⌘ Read more
Solar crushed 2024, but emissions were up as industry used more natural gas
Article URL: https://techcrunch.com/2025/02/20/solar-crushed-2024-but-emissions-were-up-as-industry-used-more-natural-gas/

Comments URL: https://news.ycombinator.com/item?id=43256453

Points: 6

\# Comments: 0 ⌘ Read more
Satellogic's Open Satellite Feed
Article URL: https://tech.marksblogg.com/satellogic-open-data-feed.html

Comments URL: https://news.ycombinator.com/item?id=43256349

Points: 4

\# Comments: 0 ⌘ Read more
Show HN: Appstat – Process Monitor for Windows
Hey HN, I made a Windows process monitor for app developers and advanced end users. I wanted a taskmgr system-level graph view per app. Windows procmon, while capable, has always been tedious to set up (esp. if not used often). That's pretty much the whole idea behind the app--to simplify app-level monitoring, to make it easy. I hope some of you find it useful!

* * *

Comments URL: https://news.ycombinator.com/item?id=43255855

Points: 7

\# C ... ⌘ Read more*
Bayleaf · Building a low-profile wireless split keyboard
Article URL: https://www.graz.io/articles/bayleaf-wireless-keyboard

Comments URL: https://news.ycombinator.com/item?id=43255529

Points: 37

\# Comments: 8 ⌘ Read more
Apple introduces iPad Air with powerful M3 chip and new Magic Keyboard
Article URL: https://www.apple.com/newsroom/2025/03/apple-introduces-ipad-air-with-powerful-m3-chip-and-new-magic-keyboard/

Comments URL: https://news.ycombinator.com/item?id=43254714

Points: 16

\# Comments: 2 ⌘ Read more
Tips for using Gemini 2.0 for PDF ingestion
Article URL: https://www.sergey.fyi/articles/gemini-flash-2-tips

Comments URL: https://news.ycombinator.com/item?id=43254552

Points: 9

\# Comments: 0 ⌘ Read more
Microsoft's new Dragon Copilot is an AI assistant for healthcare
Article URL: https://www.theverge.com/news/622528/microsoft-dragon-copilot-ai-healthcare-assistant

Comments URL: https://news.ycombinator.com/item?id=43254012

Points: 3

\# Comments: 0 ⌘ Read more
PostmarketOS in 2025-02: MSM89x7 Audio, Modern Xiaomis in Community, New Name
Article URL: https://postmarketos.org/blog/2025/03/04/pmOS-update-2025-02/

Comments URL: https://news.ycombinator.com/item?id=43253674

Points: 8

\# Comments: 0 ⌘ Read more
Trellis (YC W24) Is Hiring Eng to Build the Best AI Agents for PDF
Article URL: https://runtrellis.com/

Comments URL: https://news.ycombinator.com/item?id=43253463

Points: 0

\# Comments: 0 ⌘ Read more
Anthropic's valuation triples to $61.5B in bumper AI funding round
Article URL: https://www.ft.com/content/05c90475-84fb-4f88-bbfc-6b1a60af90db

Comments URL: https://news.ycombinator.com/item?id=43252445

Points: 3

\# Comments: 0 ⌘ Read more
Mozilla rewrites Firefox's Terms of Use after user backlash
Article URL: https://techcrunch.com/2025/03/03/mozilla-rewrites-firefoxs-terms-of-use-after-user-backlash/

Comments URL: https://news.ycombinator.com/item?id=43251762

Points: 20

\# Comments: 5 ⌘ Read more
Why writing small docs is a game changer
Article URL: https://bufferbuffer.com/why-writing-small-docs-is-a-game-changer/

Comments URL: https://news.ycombinator.com/item?id=43251722

Points: 6

\# Comments: 2 ⌘ Read more
The End of Weather Forecasting
Article URL: https://thinc.blog/2025/03/03/the-end-of-weather-forecasting/

Comments URL: https://news.ycombinator.com/item?id=43251150

Points: 3

\# Comments: 0 ⌘ Read more
Not Lonely at All
Article URL: https://ma.tt/2009/07/not-lonely-at-all/

Comments URL: https://news.ycombinator.com/item?id=43250658

Points: 7

\# Comments: 0 ⌘ Read more
Let's code a TCP/IP stack, 1: Ethernet and ARP
Article URL: https://www.saminiir.com/lets-code-tcp-ip-stack-1-ethernet-arp/

Comments URL: https://news.ycombinator.com/item?id=43250093

Points: 8

\# Comments: 0 ⌘ Read more
Global sales of combustion engine cars peaked
Article URL: https://ourworldindata.org/data-insights/global-sales-of-combustion-engine-cars-have-peaked

Comments URL: https://news.ycombinator.com/item?id=43249068

Points: 5

\# Comments: 3 ⌘ Read more
Lawrence of Arabia, Paul Atreides, and the Roots of Frank Herbert's Dune (2021)
Article URL: https://reactormag.com/lawrence-of-arabia-paul-atreides-and-the-roots-of-frank-herberts-dune/

Comments URL: https://news.ycombinator.com/item?id=43248429

Points: 8

\# Comments: 2 ⌘ Read more
Proof that LLM just mimic logical without understanding underlying logic
Article URL: https://arxiv.org/abs/2502.19907

Comments URL: https://news.ycombinator.com/item?id=43246743

Points: 5

\# Comments: 2 ⌘ Read more