News
開発者向けニュース
主要プロバイダーの公式ブログ・リリースノートから新着情報を集約しています。 記事タイトルをクリックすると一次情報(提供元の公式ページ)が開きます。
情報源
-
Letting AI play my game – building an agentic test harness to help play-testing
Article URL: https://blog.jeffschomay.com/letting-ai-play-my-game Comments URL: https://news.ycombinator.com/item?id=47947525 Points: 85 # Comments: 17
-
He asked AI to count carbs 27000 times. It couldn't give the same answer twice
Article URL: https://www.diabettech.com/i-asked-ai-to-count-my-carbs-27000-times-it-couldnt-give-me-the-same-answer-twice/ Comments URL: https://news.ycombinator.com/item?id=47947490 Points: 204 # Comments: 257
-
Google Translate now lets you practice pronunciation
When you translate a word, sentence, or phrase, you can navigate into the "Practice" menu to find a "Pronounce" button, which shows you phonetics that you can say out loud to practice speaking the translated text.
-
Show HN: Adblock-rust Manager – Firefox extension to enable the Brave ad blocker
Firefox 149 ships adblock-rust (Brave's Rust engine, MPL-2.0) completely disabled with no UI. It's controlled by two about:config prefs with no WebExtension API, so you can't touch them programmatically from a standard extension.This extension gives it a UI: ETP toggle (via brows...
-
Coffee with a splash of physics: how to make the most out of your brew
Article URL: https://physicsworld.com/a/coffee-with-a-splash-of-physics-how-to-make-the-most-out-of-your-brew/ Comments URL: https://news.ycombinator.com/item?id=47947318 Points: 72 # Comments: 38
-
Read any beehiiv site paywall/distraction free
Article URL: https://beehiiv-reader.vercel.app/ Comments URL: https://news.ycombinator.com/item?id=47947170 Points: 6 # Comments: 0
-
Stardex Is Hiring a Founding Customer Success Lead
Article URL: https://www.ycombinator.com/companies/stardex/jobs/6GCK1HC-founding-customer-success-lead Comments URL: https://news.ycombinator.com/item?id=47947125 Points: 0 # Comments: 0
-
Jack Dorsey-backed Vine reboot Divine launches to the public
Divine offers access to an archive of roughly 500,000 Vine videos, restored from a backup of the original service, and allows creators to post new Vines once again.
-
HashiCorp co-founder says GitHub 'no longer a place for serious work'
Article URL: https://www.theregister.com/2026/04/29/mitchell_hashimoto_ghostty_quitting_github/ Comments URL: https://news.ycombinator.com/item?id=47946958 Points: 326 # Comments: 173
-
GitHub – DOS 1.0: Transcription of Tim Paterson's DOS Printouts
Article URL: https://github.com/DOS-History/Paterson-Listings Comments URL: https://news.ycombinator.com/item?id=47946813 Points: 64 # Comments: 1
-
Two-thirds of babies watch screens – some for eight hours a day
Article URL: https://www.thetimes.com/uk/technology-uk/article/babies-and-under-2s-screen-time-6jbdmnjlg Comments URL: https://news.ycombinator.com/item?id=47946657 Points: 26 # Comments: 29
-
1m精度の標高データを使って、全国の前方後円墳を探してみた
はじめに 国土地理院の高精度標高データ DEM1A を使って、日本全国の地形から 前方後円墳 を機械学習で探しました。 やったことを要約すると、次のようになります。 DEM1A の GML から、z=10〜16 の WebP 標高タイル約146万枚、約250GB を自前生成 そのうち機械学習で利用するズームレベル(z=16)のタ...
-
Colby Adcock’s Scout AI raises $100M to train its models for war: We visited its bootcamp
We visited Scout AI's training ground where it's working on AI agents that can help individual soldiers control fleets of autonomous vehicles.
-
Show HN: Rip.so – a graveyard for dead internet things
Article URL: https://rip.so Comments URL: https://news.ycombinator.com/item?id=47945955 Points: 146 # Comments: 102
-
Soft launch of open-source code platform for government
Article URL: https://www.nldigitalgovernment.nl/news/soft-launch-for-government-open-source-code-platform/ Comments URL: https://news.ycombinator.com/item?id=47945918 Points: 408 # Comments: 108
-
Why Law Is Law-Shaped
Article URL: https://lawvm.org/why-law-is-law-shaped/ Comments URL: https://news.ycombinator.com/item?id=47945861 Points: 58 # Comments: 33
-
Tell HN: An update from the new Tindie team
Received by email tonight about two hours ago:Dear Tindie Community,My name is Gongyu Su, and I am writing on behalf of the new Tindie ownership team.First, we sincerely apologize for the recent downtime and the disruption it caused. We understand that many buyers and community m...
-
Wire to Replace Signal as Standard in the Bundestag
Article URL: https://www.heise.de/en/news/Digital-Sovereignty-Wire-to-Replace-Signal-as-Standard-in-the-Bundestag-11275755.html Comments URL: https://news.ycombinator.com/item?id=47945192 Points: 39 # Comments: 32
-
Low-Compilation-Cost Register Allocation in LLVM-Based Binary Translation
Article URL: https://dl.acm.org/doi/abs/10.1145/3767295.3803591 Comments URL: https://news.ycombinator.com/item?id=47944931 Points: 54 # Comments: 1
-
Germany Overtakes US in Ammunition Production Capacity
Article URL: https://www.newsweek.com/germany-overtakes-us-in-ammunition-production-capacity-11886409 Comments URL: https://news.ycombinator.com/item?id=47944924 Points: 49 # Comments: 22
-
HardenedBSD Is Now Officially on Radicle
Article URL: https://hardenedbsd.org/article/shawn-webb/2026-04-26/hardenedbsd-officially-radicle Comments URL: https://news.ycombinator.com/item?id=47944864 Points: 130 # Comments: 26
-
"array[i++] = null; は本当に GC を促進するのか — Node.js で実測して確かめる
はじめに きっかけは React の内部ソースを読んでいて、こんなコードに出会ったことでした。 // packages/react-reconciler/src/ReactFiberConcurrentUpdates.js(L65-L72, 一部抜粋 / 日本語コメントは筆者) while (i < endIndex) { const fiber: Fiber = concurrentQueues[i]; concurrentQue...
-
シェル起動時と cd のたびにダッシュボードを描く CLI「splashboard」を作りました
はじめに ブラウザで GitHub のレポジトリページを開くと、 README 、 commit 履歴、 Issue / PR 一覧、 contribution heatmap などがトップにまとまっていて、いま何が起きているかがぱっと見でわかります。 一方、ターミナルを開いたときに見えるのはプロンプト 1 行くらいで、出てくる情報量はかな...
-
OpenAI ·
Cybersecurity in the Intelligence Age
OpenAI outlines a five-part action plan for strengthening cybersecurity in the Intelligence Age, focused on democratizing AI-powered cyber defense and protecting critical systems.
-
UIの面倒、実はDBの問題だった ― Local-First と Instant が示す Web 開発の未来
はじめに 2026 年 4 月、開発開始から 4 年を経て Instant が v1.0 をリリースしました。 https://x.com/stopachka/status/2042307808541188148 アナウンスでは、次の 3 つが改めて押し出されています。 Unlimited apps(多テナント Postgres なのでフリープランが止まらない) A sync engine in ev...
-
How one venture firm is investing in an increasingly fragmented world
Geopolitical turmoil has made venture investing challenging, leading Kompas VC to carve out a niche in startups focused on the physical world.
-
Bugs Rust won't catch
Article URL: https://corrode.dev/blog/bugs-rust-wont-catch/ Comments URL: https://news.ycombinator.com/item?id=47943499 Points: 491 # Comments: 267
-
When the Internet Was a Place
Article URL: https://www.frontporchrepublic.com/2025/09/when-the-internet-was-a-place/ Comments URL: https://news.ycombinator.com/item?id=47943190 Points: 78 # Comments: 34
-
We decreased our LLM costs with Opus
Article URL: https://www.mendral.com/blog/frontier-model-lower-costs Comments URL: https://news.ycombinator.com/item?id=47942903 Points: 81 # Comments: 26
-
At his OpenAI trial, Musk relitigates an old friendship
It's a story Musk has told before -- in interviews and to author Walter Isaacson for his bestselling biography of Musk -- but Tuesday was the first time he said it under oath.
※ ニュースは各提供元の公式 RSS フィードから取得した タイトル・概要・リンク のみを表示しています。 全文は提供元サイトでお読みください。掲載された記事の著作権は各提供元に帰属します。