frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

MAI-Code-1-Flash

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

CT scans of BYD car parts

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

Gmail thinks I'm stupid, so I left

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

Open Repair Data Standard – Open Repair Alliance

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

My thoughts after using Clojure for about a month

https://www.acdw.net/clojure/
45•speckx•2h ago•7 comments

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

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

A walking tour of surveillance infrastructure in Seattle (2020)

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

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

https://blog.adafruit.com/
572•semanser•12h ago•236 comments

The advertising cartel coming to your web browser

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

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

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

How we index images for RAG

https://www.kapa.ai/blog/how-we-index-images-for-rag
52•mooreds•6h 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
140•_alternator_•5h ago•94 comments

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

29•rishipankhaniya•3h ago•14 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...
72•EvanZhouDev•3h ago•63 comments

Bringing Up DeepSeek-V4-Flash on AMD MI300X

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

Multicore suppport for DOS is real – partly

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

QBE – Compiler Backend – 1.3

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

Why Janet? (2023)

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

Review of the MoErgo Glove80 Keyboard (2024)

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

GitHub Copilot App

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

Expanding Project Glasswing

https://www.anthropic.com/news/expanding-project-glasswing
144•surprisetalk•9h ago•189 comments

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

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

Preparing for KDE Plasma's Last X11-Supported Release

https://blog.davidedmundson.co.uk/blog/596/
121•jandeboevrie•8h ago•152 comments

Love systemd timers

https://blog.tjll.net/you-dont-love-systemd-timers-enough/
314•yacin•12h ago•206 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...
421•StrLght•22h ago•324 comments

MAI-Thinking-1

https://microsoft.ai/news/introducing-mai-thinking-1/
149•LER0ever•3h ago•65 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

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

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

BQN: What Is a Primitive?

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

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

https://github.com/s2-streamstore/replaya
33•shikhar•4h ago•6 comments
Open in hackernews

My thoughts after using Clojure for about a month

https://www.acdw.net/clojure/
45•speckx•2h ago

Comments

gertlabs•16m ago
The functional paradigm is a bit uncomfortable at first, but it does make problem solving feel... different. I personally find OOP to be the most intuitive for large scale systems design, but that's just me.

Most models do not perform particularly well in Clojure, but OpenAI models fully utilize the power of the language. Subjectively, it kind of seems to match the personality. Data at https://gertlabs.com/rankings?provider=openai

andai•2m ago
Not sure if I'm reading this right, but the "success rate" table for OpenAI models shows Clojure near the bottom. And if I switch provider to Anthropic, success rate for most languages, including Clojure, goes up dramatically.
HiPhish•14m ago
> I am now generating this website with Clojure

As everyone knows, you are not a true lisper until you have written your own static site generator.

It gave me such a great high with how easy it was to add my own "templating engine" on top, implemented all using macros. The downside is that the crash came hard; there is so much more to a good static site generator such as optimizing the output, supporting scoped CSS, server-side rendering of SPA framework components, and of course integration with the Node ecosystem (for better or for worse there is just so much useful stuff). I have since moved over to Astro. It's still fascinating how far I was able to push my own SSG all by myself though.

meken•13m ago
> I do wish there were an easier way to move in the ]}]})))}-ness of block ends though.

I’m not quite sure what this means. How is it different/worse than all parens..?

fyi I use paredit and just hit ) and it moves me past any kind of paren/bracket. But even without that you can just hit left and right..?