frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Latchup – Competitive programming for hardware description languages

https://www.latchup.app/
2•fayalalebrun•4m ago•0 comments

Ghost Jobs: The Economy Built on Positions That Don't Exist

https://twitter.com/gothburz/status/2031109663874494773
1•taubek•5m ago•0 comments

DDR4 Sdram – Initialization, Training and Calibration

https://www.systemverilog.io/design/ddr4-initialization-and-calibration/
1•todsacerdoti•9m ago•0 comments

Trump Advisers Urge Him to Find Iran Exit Ramp

https://www.wsj.com/world/middle-east/trump-advisers-urge-him-to-find-iran-exit-ramp-fearing-poli...
2•petethomas•10m ago•0 comments

5,200 holes carved into a Peruvian mountain left by an ancient economy

https://newatlas.com/environment/5-200-holes-peruvian-mountain/
2•defrost•12m ago•0 comments

Whole Brain Emulation of a Fruit Fly in a Simulated World

https://theinnermostloop.substack.com/p/the-first-multi-behavior-brain-upload
1•davidst•13m ago•1 comments

Daily multivitamin may slow biological aging

https://news.harvard.edu/gazette/story/2026/03/daily-multivitamin-may-slow-biological-aging/
2•XzetaU8•21m ago•0 comments

Shift-left or shift-right? Fresh rolling aggregations for real-time AI

https://www.hopsworks.ai/post/rolling-aggregations-for-real-time-ai
1•LexSiga•30m ago•0 comments

Sloc Cloc and Code – Locomo (LLM Output Cost MOdel)

https://boyter.org/posts/sloc-cloc-code-locomo-llm-output-cost-model/
1•boyter•33m ago•0 comments

AI agents now help attackers, including North Korea, manage their drudge work

https://www.theregister.com/2026/03/08/deploy_and_manage_attack_infrastructure/
2•donutshop•35m ago•0 comments

Baochip-1x: A Mostly-Open, 22nm SoC for High Assurance Applications

https://www.bunniestudios.com/blog/2026/baochip-1x-a-mostly-open-22nm-soc-for-high-assurance-appl...
3•sohkamyung•41m ago•0 comments

LangWatch: OpenTelemetry-Native LLM Observability Without the Vendor Lock-In

https://starlog.is/articles/data-knowledge/langwatch-langwatch/
1•theoradical•55m ago•0 comments

Bloom's Taxonomy

https://en.wikipedia.org/wiki/Bloom%27s_taxonomy
3•downboots•56m ago•0 comments

Claude Code, Claude Cowork and Codex #5

https://thezvi.wordpress.com/2026/03/09/claude-code-claude-cowork-and-codex-5/
2•swolpers•58m ago•0 comments

Why is GPT-5.4 obsessed with Goblins?

4•pants2•1h ago•1 comments

US FAA issues ground stop for all JetBlue planes

https://www.reuters.com/world/us/us-faa-issues-ground-stop-all-jetblue-planes-2026-03-10/
6•jaboutboul•1h ago•0 comments

Amazon holds engineering meeting following AI-related outages

https://www.ft.com/content/7cab4ec7-4712-4137-b602-119a44f771de
13•petethomas•1h ago•1 comments

Government panel to compile groundwater report, includes users' nationalities

https://www.japantimes.co.jp/news/2026/03/10/japan/politics/goundwater-land-ministry/
3•mikhael•1h ago•0 comments

Show HN: I Was Here – Draw on street view, others can find your drawings

https://washere.live
6•mrktsm__•1h ago•0 comments

Prevent duplicate webhook executions in n8n (template)

https://github.com/aari-ai/n8n-webhook-idempotency
1•neshkito•1h ago•1 comments

United States Leads Dismantlement of One of the Largest Hacker Forums

https://www.justice.gov/opa/pr/united-states-leads-dismantlement-one-worlds-largest-hacker-forums
7•mikhael•1h ago•0 comments

Show HN: LLM Sycophancy Benchmark: Opposite-Narrator Contradictions

https://github.com/lechmazur/sycophancy
3•zone411•1h ago•0 comments

Windows: Microsoft broke the only thing that mattered

https://www.yankodesign.com/2026/03/08/microsoft-broke-the-only-thing-that-actually-mattered/
46•kjellsbells•1h ago•21 comments

Language Birth

https://asteriskmag.com/issues/13/language-birth
4•mitchbob•1h ago•1 comments

Show HN: Consul – AI Executive Assistant

https://consul.so
1•goldkey•1h ago•0 comments

Show HN: Mach9 Poker Beta

https://mach9poker.com/beta/
1•ChicagoDave•1h ago•0 comments

Battery Test [video]

https://www.youtube.com/watch?v=RGGHyY2mN7o
1•fenced_load•1h ago•0 comments

Times New Roman drawn from memory (1 hour timelapse)

https://old.reddit.com/r/typography/comments/1rodacl/times_new_roman_drawn_from_memory_1_hour_tim...
1•johnnyApplePRNG•1h ago•0 comments

Build your OpenClaw superstack under a minute

https://better-openclaw.dev
1•diopisemou•1h ago•1 comments

Why the US Could Blame AI for Blowing Up the Iranian School

https://www.jonathanbennion.info/p/why-the-us-may-blame-ai-for-blowing
1•rooftopzen•1h ago•2 comments
Open in hackernews

Slackfmt: Paste Markdown into Slack keeping formatting intact (via Quill Delta)

https://slackfmt.labs.caue.dev
1•cauethenorio•2h ago

Comments

cauethenorio•2h ago
Slack is great in almost all aspects, but they dropped the ball on pasting formatted content.

Over the years I've spent hours fixing the formatting of Markdown content I pasted into Slack: removing stray asterisks, rebuilding links, and re-indenting nested lists. Especially in the last months where half my messages come from ChatGPT or Claude.

There are tools out there to help with this, but none of them can handle nested lists properly.

Then I noticed something: when you copy text from Slack's compose bar and paste it back, nested lists survive. Something on the clipboard was preserving the formatting. So I dug in, reverse-engineered the clipboard format, and then did what everyone does in 2026: vibe-coded the rest with Claude.

Slack's compose bar is a Quill editor. When you copy from it, it adds to the clipboard two MIME types: the standard text/plain and a custom `slack/texty` one containing Quill Delta JSON.

Paste that back and everything comes through perfectly: bold, links, code blocks, and nested lists.

So I built slackfmt to exploits this:

1. Converts your Markdown (or HTML) to Quill Delta JSON

2. Packs the Delta into a Chromium Pickle binary blob tagged as `slack/texty`

3. Writes it to the system clipboard via a native Rust addon

When you paste, Slack thinks you're pasting from Slack itself.

Web: https://slackfmt.labs.caue.dev

CLI: echo "*bold* and _italic_" | npx @slackfmt/cli@latest

Repo: https://github.com/cauethenorio/slackfmt