HackerTrans
トップ新着トレンドコメント過去質問紹介求人

onurkanbkrc

243 カルマ登録 3 年前

投稿

Build, deploy, and scale agents at any level (L1–L5)

github.com
2 ポイント·投稿者 onurkanbkrc·5 日前·0 コメント

Awesome Codex Automations

github.com
1 ポイント·投稿者 onurkanbkrc·3 か月前·0 コメント

Show HN: AgentLint – ESLint for your coding agents

github.com
4 ポイント·投稿者 onurkanbkrc·3 か月前·3 コメント

The Anatomy of an Agent Harness

blog.langchain.com
1 ポイント·投稿者 onurkanbkrc·3 か月前·0 コメント

Show HN: SFT to convert a base language model into a conversational chat model

github.com
1 ポイント·投稿者 onurkanbkrc·4 か月前·0 コメント

Show HN: Minisft – from base model to chat model

github.com
1 ポイント·投稿者 onurkanbkrc·5 か月前·0 コメント

Explanation of Microgpt Line by Line

github.com
2 ポイント·投稿者 onurkanbkrc·5 か月前·0 コメント

Opus: Towards Efficient and Principled Data Selection in LLM Pre-Training

arxiv.org
2 ポイント·投稿者 onurkanbkrc·5 か月前·0 コメント

Step 3.5 Flash: Open Frontier-Level Intelligence with 11B Active Parameters

arxiv.org
1 ポイント·投稿者 onurkanbkrc·5 か月前·1 コメント

GLM-5: From Vibe Coding to Agentic Engineering

simonwillison.net
2 ポイント·投稿者 onurkanbkrc·5 か月前·0 コメント

Last year, all my non-programmer friends built apps

idiallo.com
3 ポイント·投稿者 onurkanbkrc·5 か月前·1 コメント

Architecture of SQLite

sqlite.org
2 ポイント·投稿者 onurkanbkrc·5 か月前·0 コメント

Ask HN: How to Use `npx skills add` with On-Prem / Private Repos?

1 ポイント·投稿者 onurkanbkrc·5 か月前·1 コメント

Show HN: Intelligent skill selection system that reduces token consumption

github.com
1 ポイント·投稿者 onurkanbkrc·5 か月前·0 コメント

Transfer learning and Transformer models (ML Tech Talks) [video]

youtube.com
2 ポイント·投稿者 onurkanbkrc·5 か月前·0 コメント

GitHub Agentic Workflows

github.com
2 ポイント·投稿者 onurkanbkrc·5 か月前·0 コメント

Let's Build a Simple Database

cstack.github.io
2 ポイント·投稿者 onurkanbkrc·5 か月前·0 コメント

Errors in Database Systems, Eventual Consistency, and the CAP theorem

cacm.acm.org
2 ポイント·投稿者 onurkanbkrc·5 か月前·0 コメント

RLHF from Scratch

github.com
75 ポイント·投稿者 onurkanbkrc·5 か月前·3 コメント

A Brief History of App Icons from Apple's Creator Studio

blog.jim-nielsen.com
1 ポイント·投稿者 onurkanbkrc·5 か月前·0 コメント

コメント

onurkanbkrc
·5 か月前·議論
LLMs are trained on vast portions of the internet.

In that sense, they are essentially systems that mimic online content.

Therefore, what an AI generates often reflects the perspectives of the people who originally created the training data, rather than the true thoughts of the person prompting it.
onurkanbkrc
·5 か月前·議論
If u wanna browse, search and download AI agent skills, use openskills.space
onurkanbkrc
·6 か月前·議論
Installation should be easier. Why do I need to build the extension or download a release instead of installing it directly from the Chrome Web Store?
onurkanbkrc
·6 か月前·議論
Yes, there is a selectionbox for that below of the searchbar
onurkanbkrc
·6 か月前·議論
We had already done it before Vercel did.

openskills.space
onurkanbkrc
·6 か月前·議論
Thanks for the thoughtful comment!

I think there’s a small misunderstanding, though: while systems like GPS do account for relativistic effects at the clock level (and even with extremely precise atomic clocks and practical synchronization via NTP), this doesn’t mean we have a universal or perfectly shared notion of “the same time” across distributed nodes — especially once you consider network delays, clock drift, and faulty or unreachable nodes

In physics there is no absolute global time for spatially separated events, and in distributed systems this shows up as unavoidable uncertainty in synchronization.

Also, the FLP result isn’t about relativity or physical clocks at all — it’s a theoretical result about the impossibility of guaranteed consensus in fully asynchronous systems with failures.

So even with very accurate clocks and practical time bounds, distributed algorithms still have to explicitly deal with uncertainty and partial synchrony rather than assuming perfect global time.
onurkanbkrc
·6 か月前·議論
[dead]
onurkanbkrc
·7 か月前·議論
[dead]
onurkanbkrc
·9 か月前·議論
[dead]
onurkanbkrc
·10 か月前·議論
A complete reference implementation showing how to build resilient microservices with guaranteed message delivery. Features MassTransit state machines, transactional outbox pattern, and automatic failure compensation across 4 services (Order, Payment, Inventory, Notification). Includes detailed docs on handling distributed transactions without 2PC.