HackerTrans
TopNewTrendsCommentsPastAskShowJobs

onurkanbkrc

243 karmajoined 3 years ago

Submissions

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

github.com
2 points·by onurkanbkrc·4 days ago·0 comments

Awesome Codex Automations

github.com
1 points·by onurkanbkrc·3 months ago·0 comments

Show HN: AgentLint – ESLint for your coding agents

github.com
4 points·by onurkanbkrc·3 months ago·3 comments

The Anatomy of an Agent Harness

blog.langchain.com
1 points·by onurkanbkrc·3 months ago·0 comments

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

github.com
1 points·by onurkanbkrc·4 months ago·0 comments

Show HN: Minisft – from base model to chat model

github.com
1 points·by onurkanbkrc·5 months ago·0 comments

Explanation of Microgpt Line by Line

github.com
2 points·by onurkanbkrc·5 months ago·0 comments

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

arxiv.org
2 points·by onurkanbkrc·5 months ago·0 comments

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

arxiv.org
1 points·by onurkanbkrc·5 months ago·1 comments

GLM-5: From Vibe Coding to Agentic Engineering

simonwillison.net
2 points·by onurkanbkrc·5 months ago·0 comments

Last year, all my non-programmer friends built apps

idiallo.com
3 points·by onurkanbkrc·5 months ago·1 comments

Architecture of SQLite

sqlite.org
2 points·by onurkanbkrc·5 months ago·0 comments

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

1 points·by onurkanbkrc·5 months ago·1 comments

Show HN: Intelligent skill selection system that reduces token consumption

github.com
1 points·by onurkanbkrc·5 months ago·0 comments

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

youtube.com
2 points·by onurkanbkrc·5 months ago·0 comments

GitHub Agentic Workflows

github.com
2 points·by onurkanbkrc·5 months ago·0 comments

Let's Build a Simple Database

cstack.github.io
2 points·by onurkanbkrc·5 months ago·0 comments

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

cacm.acm.org
2 points·by onurkanbkrc·5 months ago·0 comments

RLHF from Scratch

github.com
75 points·by onurkanbkrc·5 months ago·3 comments

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

blog.jim-nielsen.com
1 points·by onurkanbkrc·5 months ago·0 comments

comments

onurkanbkrc
·5 months ago·discuss
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 months ago·discuss
If u wanna browse, search and download AI agent skills, use openskills.space
onurkanbkrc
·5 months ago·discuss
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 months ago·discuss
Yes, there is a selectionbox for that below of the searchbar
onurkanbkrc
·6 months ago·discuss
We had already done it before Vercel did.

openskills.space
onurkanbkrc
·6 months ago·discuss
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 months ago·discuss
[dead]
onurkanbkrc
·7 months ago·discuss
[dead]
onurkanbkrc
·9 months ago·discuss
[dead]
onurkanbkrc
·10 months ago·discuss
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.