News
開発者向けニュース
主要プロバイダーの公式ブログ・リリースノートから新着情報を集約しています。 記事タイトルをクリックすると一次情報(提供元の公式ページ)が開きます。
情報源
-
Radicle: Sovereign {code forge} built on Git
Article URL: https://radicle.dev/ Comments URL: https://news.ycombinator.com/item?id=48147603 Points: 236 # Comments: 86
-
SigNoz (YC W21, open source Datadog) Is hiring for growth and engineering roles
Article URL: https://signoz.io/careers Comments URL: https://news.ycombinator.com/item?id=48147533 Points: 0 # Comments: 0
-
Welcome to the Strip Mining Era of OSS Security
Article URL: https://www.metabase.com/blog/strip-mining-era-of-open-source-security Comments URL: https://news.ycombinator.com/item?id=48147339 Points: 86 # Comments: 63
-
Indian Uber rival Rapido raises $240M at $3B valuation
Rapido has driven its growth by enabling ride-hailing for lower-cost and more flexible modes of transport such as motorbikes and auto-rickshaws.
-
Nix使用時にGitHubのAPI Rate Limitを緩和する方法
Rate Limit問題 Nix Flakesは依存関係の解決のためにGitHub APIを叩くので、何度も試行錯誤していると、rate limitに引っかかる場合がある。特にinputsに入れてる依存の数が増えるほど、GitHubのAPIの叩く数が増えるので引っかかりやすくなる。引っかかるとこんな感じのメッセージがでる。 error: unab...
-
O(x)Caml in Space
Article URL: https://gazagnaire.org/blog/2026-05-14-borealis.html Comments URL: https://news.ycombinator.com/item?id=48147058 Points: 196 # Comments: 38
-
The sigmoids won't save you
Article URL: https://www.astralcodexten.com/p/the-sigmoids-wont-save-you Comments URL: https://news.ycombinator.com/item?id=48147021 Points: 211 # Comments: 211
-
A new book on Steve Jobs at NeXT
Article URL: https://spectrum.ieee.org/steve-jobs-next-computer Comments URL: https://news.ycombinator.com/item?id=48146908 Points: 121 # Comments: 101
-
NanoTDB – Golang Append-Only Time Series DB
Article URL: https://github.com/aymanhs/nanotdb Comments URL: https://news.ycombinator.com/item?id=48146877 Points: 29 # Comments: 4
-
Overseas fakers using AI videos to push a narrative of UK decline, BBC finds
Article URL: https://www.bbc.co.uk/news/articles/ckgpyn30dp3o Comments URL: https://news.ycombinator.com/item?id=48146656 Points: 10 # Comments: 1
-
Geography is four-dimensional
Article URL: https://sive.rs/4d Comments URL: https://news.ycombinator.com/item?id=48146577 Points: 25 # Comments: 12
-
RAGナレッジベース作成を簡単にしたくてツールを作った
はじめに RAGを利用したチャットボットの作成にはもっぱらDifyを利用してました。単純なRAGならドキュメントを放り込んでボタン押すだけでつくれるしチャットフローでのナレッジ設定も簡単なのでコード書くよりよっぽど楽です。 一方で最近だとClaude DesktopやCodex、Gemini CLIと対話する時間が増え...
-
Qwen3-30Bを動かし、社内LANにOpenAI互換APIとしてvLLMで公開してみた
はじめに Fusicのレオナです。 24GBのGPU 1枚で30Bクラスのモデルを動かし、別マシンからOpenAI互換APIとして叩けるところまでを通しで試してみました。本ブログでは、QuixiAI/Qwen3-30B-A3B-AWQ を vLLM でサーブし、LAN内の別端末から疎通確認するまでをステップバイステップで進めます。 途中、AWQ...
-
【TypeScript】値・型・名前空間の「三重定義」でReactコンポーネントをより柔軟に設計する
はじめに TypeScriptにおける、コンパニオンオブジェクトを知っていますか? export type Rectangle = { height: number; width: number; }; export const Rectangle = { from(height: number, width: number): Rectangle { return { height, width, }; }, }; // Rect...
-
一人暮らしこそOpenWrtをやれ! (v6プラス理論編)
はじめに こんにちは!かろっく@calloc134 です。 先日、晴れて社会人となりました! お仕事では主にフロントエンドやったり、 たまにバックエンドやったりデータ基盤やったりすると思います。 たまに認証周りも触るかもしれない?わからん・・・ さて、社会人になるということで、 念願の一人暮らしを...
-
UK sovereign LLM inference
Article URL: https://relax.ai/docs Comments URL: https://news.ycombinator.com/item?id=48146424 Points: 93 # Comments: 101
-
Show HN: Find the best local LLM for your hardware, ranked by benchmarks
Article URL: https://github.com/Andyyyy64/whichllm Comments URL: https://news.ycombinator.com/item?id=48146369 Points: 260 # Comments: 58
-
OpenMythosがローカル環境で動くか検証してみた
はじめに みなさんClaude Mythos(クロード ミュトス)をご存知でしょうか?Anthropic社が開発した「最強のAI」として噂されていますが、現在は限定的なプレビューにとどまっており、一般ユーザーは利用できません。そんな中、公開されている研究論文やアーキテクチャを元に、理論的に再現しようという...
-
Explore Wikipedia Like a Windows XP Desktop
Article URL: https://explorer.samismith.com/ Comments URL: https://news.ycombinator.com/item?id=48146129 Points: 358 # Comments: 96
-
Where's Ed: Anthropic Told Court $5B but Public $19B
Article URL: https://www.flyingpenguin.com/wheres-ed-anthropic-told-court-5-billion-but-public-19-billion/ Comments URL: https://news.ycombinator.com/item?id=48145913 Points: 37 # Comments: 32
-
Terraformの複数人開発でdev環境を安全に回す方法
はじめに こんにちは、PKSHA Technology で SRE をしている柴田です。 Terraform を複数人で運用しているチームで、こんな悩みはありませんか? 自分の apply した変更が、別メンバーの apply で消えてしまう -target で影響範囲を絞っても、他のメンバーの変更が差分として出てしまう Terraform の...
-
Copilot Studio × Work IQでTeamsに眠るナレッジを即活用~「15分で構築可能!問い合わせ対応エージェント」のご紹介
はじめに 今回の記事では、Microsoft Copilot Studio に最近プレビューとして出てきたWork IQ MCPおよび、それをベースに作成した問い合わせ対応支援エージェントを紹介します。 Work IQ を一言で言うと、 データを取得し、文脈を理解し、その結果を使って「実際に動く」ところまでを一気に実現できる...
-
Ask HN: How to be SOC2 Type 2 compliant as a solo-entreprenuer?
Is it possible? Do you know success cases w/o spending 20+k $ on auditors? My customers bombards me with question about certification of my app Perfect Wiki, I need help with finding the best way to show them that my app could be trusted. Comments URL: https://news.ycombinator.c...
-
UK Government Kicks Out Palantir
Article URL: https://shkspr.mobi/blog/2026/05/uk-government-kicks-out-palantir/ Comments URL: https://news.ycombinator.com/item?id=48145144 Points: 60 # Comments: 4
-
Bun が 6 日で Rust に書き換わった件
はじめに 2026年5月14日、JavaScript ランタイム Bun の Zig→Rust 大規模移植 PR が main ブランチにマージされた。約 96 万行のコードを、6 日間で、AI(Claude)が書いた。テストは 99.8% パス、バイナリサイズも縮小されているが、unsafe ブロックは 13,000 箇所を超え、Sumner 本人も「全部破棄す...
-
Claude Code派だった僕がCodexに移る前に知りたかったこと
はじめに 最近、Claude Codeを使っている人がかなり増えてきましたよね。 僕も最初は、 「Claude Code便利やな」 「でもCodexも気になるな」 「OpenAI版のClaude Codeみたいな感じなんかな?」 くらいのノリでCodexを触り始めました。 ただ、実際に触ってみると、思っていたより別物でした。 もちろん...
-
Show HN: GlycemicGPT – Open-source AI-powered diabetes management
I'm a Type 1 diabetic and software engineer. Last year I went months between endocrinologists with no clinician reviewing my data. I'm an engineer, so I built the tool I needed — and now I'm open sourcing it. GlycemicGPT is a self-hosted platform that connects continuous glucose...
-
How Claude Code works in large codebases
Article URL: https://claude.com/blog/how-claude-code-works-in-large-codebases-best-practices-and-where-to-start Comments URL: https://news.ycombinator.com/item?id=48144494 Points: 173 # Comments: 127
-
Solar-based sleep patterns compared to modern norms
Article URL: https://dylan.gr/1775146616 Comments URL: https://news.ycombinator.com/item?id=48144490 Points: 94 # Comments: 83
-
Coldkey – Post-quantum age key generation and paper backup tool
Article URL: https://github.com/pike00/coldkey Comments URL: https://news.ycombinator.com/item?id=48144410 Points: 17 # Comments: 5
※ ニュースは各提供元の公式 RSS フィードから取得した タイトル・概要・リンク のみを表示しています。 全文は提供元サイトでお読みください。掲載された記事の著作権は各提供元に帰属します。