frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

MAI-Code-1-Flash

https://microsoft.ai/news/introducingmai-code-1-flash/
280•EvanZhouDev•3h ago•131 comments

CT scans of BYD car parts

https://www.lumafield.com/scan-of-the-month/byd
85•viasfo•1h ago•20 comments

Gmail thinks I'm stupid, so I left

https://moddedbear.com/gmail-thinks-im-stupid-so-i-left
400•speckx•2h ago•241 comments

MAI-Thinking-1

https://microsoft.ai/news/introducing-mai-thinking-1/
144•LER0ever•3h ago•60 comments

Open Repair Data Standard – Open Repair Alliance

https://openrepair.org/open-data/open-standard/
57•cassepipe•2h ago•1 comments

My thoughts after using Clojure for about a month

https://www.acdw.net/clojure/
42•speckx•2h ago•1 comments

HP re-releases classic computer science calculator: The HP-16C

https://hpcalcs.com/product/hp-16c-collectors-edition/
69•dm319•3h ago•39 comments

A walking tour of surveillance infrastructure in Seattle (2020)

https://coveillance.org/a-walking-tour-of-surveillance-infrastructure-in-seattle/
349•eustoria•8h ago•211 comments

Show HN: Live breath detection and biofeedback from a phone microphone

https://github.com/shiihaa-app/shiihaa-breath-detection
15•felixzeller•6h ago•5 comments

Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai

https://blog.adafruit.com/
564•semanser•12h ago•234 comments

The advertising cartel coming to your web browser

https://blog.zgp.org/the-advertising-cartel-coming-to-your-web-browser/
84•speckx•2h ago•26 comments

How we index images for RAG

https://www.kapa.ai/blog/how-we-index-images-for-rag
51•mooreds•5h ago•7 comments

Trump signs downsized AI order after weeks of reversals

https://www.politico.com/news/2026/06/02/trump-signs-downsized-ai-order-00946389
138•_alternator_•5h ago•92 comments

Launch HN: Rudus (YC P26) – AI for concrete contractors

29•rishipankhaniya•3h ago•13 comments

Bringing Up DeepSeek-V4-Flash on AMD MI300X

https://fergusfinn.com/blog/deepseek-v4-flash-mi300x/
63•kkm•4h ago•6 comments

QBE – Compiler Backend – 1.3

https://c9x.me/compile/release/qbe-1.3.html
60•birdculture•4h ago•11 comments

Multicore suppport for DOS is real – partly

https://www.vogons.org/viewtopic.php?t=111336
33•beebix•2d ago•6 comments

Review of the MoErgo Glove80 Keyboard

https://arslan.io/2024/04/22/review-of-the-moergo-glove80-keyboard/
9•akyuu•1d ago•2 comments

Why Janet? (2023)

https://ianthehenry.com/posts/why-janet/
413•yacin•12h ago•220 comments

Expanding Project Glasswing

https://www.anthropic.com/news/expanding-project-glasswing
143•surprisetalk•8h ago•188 comments

Fidonet: Technology, Use, Tools, and History (1993)

https://www.fidonet.org/inet92_Randy_Bush.txt
136•BruceEel•8h ago•49 comments

GitHub Copilot App

https://github.com/features/preview/github-app
86•theanonymousone•4h ago•60 comments

Preparing for KDE Plasma's Last X11-Supported Release

https://blog.davidedmundson.co.uk/blog/596/
121•jandeboevrie•7h ago•149 comments

Love systemd timers

https://blog.tjll.net/you-dont-love-systemd-timers-enough/
312•yacin•12h ago•204 comments

Age verification for social media, the beginning of the end for a free internet?

https://mullvad.net/en/blog/age-verification-for-social-media-the-beginning-of-the-end-for-a-free...
418•StrLght•22h ago•315 comments

Great Question (YC W21) Is Hiring Applied AI Interns

https://www.ycombinator.com/companies/great-question/jobs/J5TNvQH-ai-engineer-intern
1•nedwin•10h ago

Show HN: RePlaya – self-hosted browser session replay with live tailing

https://github.com/s2-streamstore/replaya
33•shikhar•4h ago•5 comments

Microsoft announces Scout, an autonomous AI agent built on OpenClaw

https://www.computerworld.com/article/4180103/microsoft-unveils-scout-an-autonomous-ai-agent-buil...
68•EvanZhouDev•3h ago•62 comments

BQN: What Is a Primitive?

https://mlochbaum.github.io/BQN/commentary/primitive.html
30•tosh•3d ago•2 comments

Made a Tool to Streams Changes from Microsoft SQL Server to Apache Kafka

https://github.com/Niyko/Athena
11•hyvr_official•2d ago•2 comments
Open in hackernews

Made a Tool to Streams Changes from Microsoft SQL Server to Apache Kafka

https://github.com/Niyko/Athena
11•hyvr_official•2d ago

Comments

hyvr_official•2d ago
Athena is a lightweight Change Data Capture (CDC) solution that streams changes from Microsoft SQL Server to Apache Kafka. Built in Golang, it supports SASL-authenticated Kafka brokers and provides a straightforward setup experience. Unlike alternatives such as Debezium, which can be complex to configure and manage. Athena offers greater simplicity and operational ease. It automatically manages CDC setups, publishes database changes to a single Kafka topic, and delivers a clean, intuitive event format that is easy for downstream consumers to understand and process.
exabrial•1h ago
For MySQL: https://github.com/zendesk/maxwell

We use this to clear application row-level caches in JPA. We didn't really need Kafka either, we stream it ActiveMQ with a customer producer. Works brilliantly