HackerTrans
TopNewTrendsCommentsPastAskShowJobs

onurkanbkrc

243 karmajoined 3 वर्ष पहले

Submissions

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

github.com
2 points·by onurkanbkrc·5 दिन पहले·0 comments

Awesome Codex Automations

github.com
1 points·by onurkanbkrc·3 माह पहले·0 comments

Show HN: AgentLint – ESLint for your coding agents

github.com
4 points·by onurkanbkrc·3 माह पहले·3 comments

The Anatomy of an Agent Harness

blog.langchain.com
1 points·by onurkanbkrc·3 माह पहले·0 comments

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

github.com
1 points·by onurkanbkrc·4 माह पहले·0 comments

Show HN: Minisft – from base model to chat model

github.com
1 points·by onurkanbkrc·5 माह पहले·0 comments

Explanation of Microgpt Line by Line

github.com
2 points·by onurkanbkrc·5 माह पहले·0 comments

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

arxiv.org
2 points·by onurkanbkrc·5 माह पहले·0 comments

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

arxiv.org
1 points·by onurkanbkrc·5 माह पहले·1 comments

GLM-5: From Vibe Coding to Agentic Engineering

simonwillison.net
2 points·by onurkanbkrc·5 माह पहले·0 comments

Last year, all my non-programmer friends built apps

idiallo.com
3 points·by onurkanbkrc·5 माह पहले·1 comments

Architecture of SQLite

sqlite.org
2 points·by onurkanbkrc·5 माह पहले·0 comments

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

1 points·by onurkanbkrc·5 माह पहले·1 comments

Show HN: Intelligent skill selection system that reduces token consumption

github.com
1 points·by onurkanbkrc·5 माह पहले·0 comments

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

youtube.com
2 points·by onurkanbkrc·5 माह पहले·0 comments

GitHub Agentic Workflows

github.com
2 points·by onurkanbkrc·5 माह पहले·0 comments

Let's Build a Simple Database

cstack.github.io
2 points·by onurkanbkrc·5 माह पहले·0 comments

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

cacm.acm.org
2 points·by onurkanbkrc·5 माह पहले·0 comments

RLHF from Scratch

github.com
75 points·by onurkanbkrc·5 माह पहले·3 comments

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

blog.jim-nielsen.com
1 points·by onurkanbkrc·5 माह पहले·0 comments

comments

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

openskills.space
onurkanbkrc
·6 माह पहले·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 माह पहले·discuss
[dead]
onurkanbkrc
·7 माह पहले·discuss
[dead]
onurkanbkrc
·9 माह पहले·discuss
[dead]
onurkanbkrc
·10 माह पहले·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.