HackerTrans
TopNewTrendsCommentsPastAskShowJobs

onurkanbkrc

243 karmajoined vor 3 Jahren

Submissions

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

github.com
2 points·by onurkanbkrc·vor 5 Tagen·0 comments

Awesome Codex Automations

github.com
1 points·by onurkanbkrc·vor 3 Monaten·0 comments

Show HN: AgentLint – ESLint for your coding agents

github.com
4 points·by onurkanbkrc·vor 3 Monaten·3 comments

The Anatomy of an Agent Harness

blog.langchain.com
1 points·by onurkanbkrc·vor 3 Monaten·0 comments

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

github.com
1 points·by onurkanbkrc·vor 4 Monaten·0 comments

Show HN: Minisft – from base model to chat model

github.com
1 points·by onurkanbkrc·vor 5 Monaten·0 comments

Explanation of Microgpt Line by Line

github.com
2 points·by onurkanbkrc·vor 5 Monaten·0 comments

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

arxiv.org
2 points·by onurkanbkrc·vor 5 Monaten·0 comments

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

arxiv.org
1 points·by onurkanbkrc·vor 5 Monaten·1 comments

GLM-5: From Vibe Coding to Agentic Engineering

simonwillison.net
2 points·by onurkanbkrc·vor 5 Monaten·0 comments

Last year, all my non-programmer friends built apps

idiallo.com
3 points·by onurkanbkrc·vor 5 Monaten·1 comments

Architecture of SQLite

sqlite.org
2 points·by onurkanbkrc·vor 5 Monaten·0 comments

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

1 points·by onurkanbkrc·vor 5 Monaten·1 comments

Show HN: Intelligent skill selection system that reduces token consumption

github.com
1 points·by onurkanbkrc·vor 5 Monaten·0 comments

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

youtube.com
2 points·by onurkanbkrc·vor 5 Monaten·0 comments

GitHub Agentic Workflows

github.com
2 points·by onurkanbkrc·vor 5 Monaten·0 comments

Let's Build a Simple Database

cstack.github.io
2 points·by onurkanbkrc·vor 5 Monaten·0 comments

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

cacm.acm.org
2 points·by onurkanbkrc·vor 5 Monaten·0 comments

RLHF from Scratch

github.com
75 points·by onurkanbkrc·vor 5 Monaten·3 comments

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

blog.jim-nielsen.com
1 points·by onurkanbkrc·vor 5 Monaten·0 comments

comments

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

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