HN user

serialx

657 karma

[ my public key: https://keybase.io/serialx; my proof: https://keybase.io/serialx/sigs/oEU8jNpQOfoVNZZedCVSRW4mZWKfASS_FRlSJvi_tII ]

Posts43
Comments44
View on HN
twitter.com 3d ago

Moonshot AI suspends new subscriptions due to Kimi K3 demand

serialx
284pts113
github.com 17d ago

Beeg float library, a Rust port of Fabrice Bellard's libbf

serialx
19pts12
github.com 3mo ago

All-smi: Command-line utility for monitoring GPU/TPU/NPU hardwares

serialx
4pts0
www.smashingmagazine.com 7mo ago

Gild Just One Lily

serialx
38pts7
github.com 11mo ago

FSM for Python, Inspired by Gen_fsm

serialx
2pts1
docs.unsloth.ai 12mo ago

Unsloth Dynamic 2.0 GGUFs

serialx
3pts0
developer.furiosa.ai 1y ago

FuriosaAI RNGD – Tensor Contraction Processor

serialx
4pts0
apnews.com 1y ago

South Korea's impeached president is arrested over a martial law declaration

serialx
21pts0
www.pymc-marketing.io 1y ago

PyMC-Marketing – Open-Source Marketing Analytics Solution

serialx
1pts0
partial.stream 1y ago

Parse JSON Stream Fast for Realtime UI in LLM AI App

serialx
1pts0
swizec.com 2y ago

Software engineering salaries come from one of three budgets

serialx
536pts257
glennfawcett.wpcomstaging.com 2y ago

Graviton 3 Performance with CockroachDB Consistent, Efficient, Scalable SQL

serialx
3pts0
www.youtube.com 3y ago

Science Before Statistics: Causal Inference

serialx
3pts0
aws.amazon.com 3y ago

AWS Announces Amazon Verified Permissions (Preview)

serialx
1pts0
github.com 5y ago

Cronet: Chromium's networking stack for your iOS applications

serialx
2pts0
forums.solar2d.com 5y ago

Apple rejects games using Corona Game Engine

serialx
5pts0
m.clien.net 5y ago

Big Sur Gate

serialx
5pts1
www.brendangregg.com 8y ago

AWS Re:Invent 2017: How Netflix Tunes EC2

serialx
1pts1
bellard.org 8y ago

JSLinux Running Windows 2000

serialx
1pts0
mila.umontreal.ca 9y ago

Char2Wav: End-To-End Speech Synthesis

serialx
80pts24
m.phys.org 9y ago

Physicists patent detonation technique to mass-produce graphene

serialx
4pts0
arxiv.org 9y ago

Outrageously Large Neural Networks: Up to 137B Parameters

serialx
2pts1
sorna.io 9y ago

The Sorna Project: A distributed code snippet execution engine

serialx
5pts0
www.reuters.com 9y ago

South Korea's Park faces resignation calls at huge protest rally

serialx
1pts0
github.com 9y ago

Apple and distcc: “permission to post these fixes back to upstream was hard-won”

serialx
1pts0
techcrunch.com 10y ago

Databricks Launches Free Community Edition

serialx
7pts0
twitter.com 10y ago

The most detailed look at latency arbitrage ever: 277 microsecond

serialx
3pts0
databricks.com 10y ago

From Pandas to Apache Spark’s DataFrame

serialx
3pts0
www.appsflyer.com 10y ago

The Bleeding Edge: Spark, Parquet and S3

serialx
2pts0
devsisters.github.io 10y ago

Introducing GoQuic – A quick way to use QUIC

serialx
1pts0
TinyZero 1 year ago

Ah sorry, you might be right. I meant "sparse reward" as a reward system that is mostly 0 but occasionally 1. Your "sparse reward" means only providing reward at the end of each output.

TinyZero 1 year ago

I don't think it's only using sparse rewards because of the format rewards. The training recipe is pretty comprehensive and involves multiple stages.[1] The paper mentions that when only using the RL technique, the output is often not suitable for reading. (Language mixing, etc) That feels like a AlphaZero moment for LLMs?

[1] https://www.reddit.com/r/LocalLLaMA/comments/1i8rujw/notes_o...

So to my understanding, this work reproduces DeepSeek R1's reinforcement learning mechanism in a very small language model.

The AI gets "rewards" (like points) for doing two things correctly:

Accuracy : Getting the right answer. For example, math answers must be in a specific format (e.g., inside a box) so a computer can easily check them. For coding problems, test cases verify if the code works.

Format : Using the <think> and <answer> tags properly. This forces the AI to organize its responses clearly.

So in this case, the training program can extract the model's answer by parsing <answer> tag. We can eval the answer and evaluate if it's correct or not. If it's correct give reward, else: no reward.

Create N such answers from a single question, create N reward array. This is enough for the RL algorithm to guide the model to be more smart.

What are the compute requirements for solving efficient energy grid transmission? Is there a efficient algorithm that is able to solve this?

GPUs Go Brrr 2 years ago

Actually, llama.cpp running on Apple silicon uses GPU(Metal Compute Shader) to inference LLM models. Token generation is also very memory bandwidth bottlenecked. On high end Apple silicon it's about 400MB/s to 800MB/s, comparable to NVIDIA RTX 4090, which has memory bandwidth of 1000MB/s. Not to mention that Apple silicon has unified memory architecture and has high memory models (128GB, up to 192GB), which is necessary to run large LLMs like Llama 3 70B, which roughly takes 40~75GB of RAM to work reasonably.

If you want small servos, just use steppers with drivers like TMC2130.

Anything bigger, many people seem to like ClearPath servos. Price to performance seem to be pretty good.

QUIC uses TCP friendly backoff algorithm called CUBIC. Linux TCP implementation currently uses CUBIC too. One difference between TCP and QUIC is that the parameter beta of CUBIC is different.

One QUIC connection is equivalent to two TCP connections in that regard. So QUIC will only backoff half amount compared to TCP. In the design docs, they mention it's okay since one QUIC connection is equivalent to multiple TCP connections that a browser makes.

Korean Fan Death 12 years ago

Every fan in South Korea has an automatic shut-off feature - you can’t even buy a fan that will run all night. Impossible to purchase.

This statement is simply not true. I live in South Korea and I always run it all night in summer.