HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shenli3514

675 karmajoined 11 वर्ष पहले
Blog: https://medium.com/@shenli3514

Submissions

Nvidia Is Backstopping GPU Rentals for Neoclouds

newsletter.semianalysis.com
5 points·by shenli3514·8 दिन पहले·2 comments

Agent Infra: curated resources for production AI agent infrastructure

github.com
3 points·by shenli3514·8 दिन पहले·0 comments

Databricks LTAP Explained

sys0.substack.com
4 points·by shenli3514·13 दिन पहले·0 comments

A GitHub-compatible Git service built for AI agents

github.com
1 points·by shenli3514·15 दिन पहले·0 comments

Nvidia RTX Spark

nvidia.com
428 points·by shenli3514·पिछला माह·421 comments

The InfraRed 100 Report

redpoint.com
2 points·by shenli3514·2 माह पहले·0 comments

Pioneering the Agentic Shift Within Salesforce Engineering

salesforce.com
4 points·by shenli3514·2 माह पहले·0 comments

ExtendDB: An open source DynamoDB-compatible adapter with pluggable storage

aws.amazon.com
3 points·by shenli3514·2 माह पहले·0 comments

Testing distributed systems with AI agents

github.com
96 points·by shenli3514·2 माह पहले·23 comments

The founder's playbook: Building an AI-native startup

claude.com
3 points·by shenli3514·2 माह पहले·0 comments

How Claude Code works in large codebases

claude.com
248 points·by shenli3514·2 माह पहले·160 comments

Notes from inside China's AI labs

interconnects.ai
7 points·by shenli3514·2 माह पहले·1 comments

RadixArk's $100M Seed Round

radixark.com
2 points·by shenli3514·2 माह पहले·0 comments

Why Your "AI-First" Strategy Is Probably Wrong

twitter.com
28 points·by shenli3514·3 माह पहले·10 comments

Show HN: AgentDog – Open-source dashboard for monitoring local AI agents

github.com
2 points·by shenli3514·3 माह पहले·0 comments

How Claude Code memory works

db0.ai
3 points·by shenli3514·4 माह पहले·0 comments

Agentic software development will change databases

databricks.com
3 points·by shenli3514·4 माह पहले·1 comments

Building a Memory System for OpenClaw

db0.ai
3 points·by shenli3514·4 माह पहले·0 comments

Why OpenClaw "Forgets"

db0.ai
5 points·by shenli3514·4 माह पहले·0 comments

[untitled]

12 points·by shenli3514·4 माह पहले·0 comments

comments

shenli3514
·2 माह पहले·discuss
[flagged]
shenli3514
·2 माह पहले·discuss
Idempotency is what bites me most in practice — I've been driving these against an unreleased database I work on. The main trap is using the op_id as the idempotency key rather than a business key the client reuses on retry. When they're the same thing, the checker is trivially true and the test passes without testing anything.

No-lost-ack is conceptually the same shape with a simpler property (every acked write shows up at the end), but it breaks the same way most checkers break — if the recorder treats timeouts as success or failure instead of "unknown," real lost writes silently disappear.

Recovery after partial failure is where the AI-agent angle gets shaky honestly. Quiescence is the hard part. Agents will declare a system "recovered" while compaction is still running in the background. The skill forces a three-part check (no in-flight ops, no pending background work, replicas converged) before the invariant runs. How reliably that holds up against a specific SUT, I'm still figuring out.
shenli3514
·3 माह पहले·discuss
The availability of Claude service is terrible :(
shenli3514
·6 माह पहले·discuss
It is sad to see this. MySQL has no future under Oracle. The open-source community is dead. The community should turn to alternatives.
shenli3514
·2 वर्ष पहले·discuss
https://www.tldl.io/newsletters/720001
shenli3514
·2 वर्ष पहले·discuss
GPT-o1, Claude-3.5 new,... those models are capable to write quite good code. I think it just need a workflow (make be Github Action) to make it possible.
shenli3514
·2 वर्ष पहले·discuss
https://www.tldl.io/newsletters/150001
shenli3514
·2 वर्ष पहले·discuss
Went thru the document: https://slatedb.io/docs/introduction/#use-cases I can not understand why are they targeting the following use cases with this architecture. * Stream processing * Serverless functions * Durable execution * Workflow orchestration * Durable caches * Data lakes
shenli3514
·2 वर्ष पहले·discuss
ChatGPT definitely can do the work. I used Google search for git command when I was a beginner. But I met the situation of losing all the changes with a single git command. This tool may be helpful for beginners. It can explain commands and also raise red flags for risky commands.
shenli3514
·2 वर्ष पहले·discuss
Thanks for the feedback. I made a few updates. Would you mind having another try? The new version give you more options to tune the generation, including analyzing your social account posts (support HN, working on X and Linkedin). https://www.gitdevtool.com/social-share
shenli3514
·2 वर्ष पहले·discuss
I think for some engineers, great engineering blog posts can build their technical reputation.
shenli3514
·2 वर्ष पहले·discuss
I think ChatGPT Plus should be the main driver for revenue growth.
shenli3514
·2 वर्ष पहले·discuss
A free course designed for people with some coding experience, who want to learn how to apply deep learning and machine learning to practical problems.
shenli3514
·2 वर्ष पहले·discuss
Our findings reveal that while unsupervised fine-tuning offers some improvement, RAG consistently outperforms it, both for existing knowledge encountered during training and entirely new knowledge. Moreover, we find that LLMs struggle to learn new factual information through unsupervised fine-tuning, and that exposing them to numerous variations of the same fact during training could alleviate this problem.
shenli3514
·2 वर्ष पहले·discuss
Chroma looks good. https://github.com/chroma-core/chroma 10k+ stars, very easy to use, and can be used as an embedding database
shenli3514
·3 वर्ष पहले·discuss
The SQL Murder Mystery is designed to be both a self-directed lesson to learn SQL concepts and commands and a fun game for experienced SQL users to solve an intriguing crime.