frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

How VictoriaLogs Stores Your Logs in a Columnar Layout

https://victoriametrics.com/blog/victorialogs-internals-columnar-storage-on-disk/index.html
13•eatonphil•4d ago

Comments

a012•4d ago
So it’s the same spirit of Clickhouse, how does VictoriaLogs scale?
dengolius•1d ago
The answer to your question was deleted, so I'll post it again:

Vertically on a single machine, the two are quite similar, both fan work out across all CPU cores. The different is on scaling out.

ClickHouse scales by making you describe the cluster yourself. You decide how many shards to split the data into, how many copies (replicas) each shard keeps, which row goes to which shard. The copies are kept in sync by a consensus system ClickHouse Keeper. This is flexible but also more works on operators.

VictoriaLogs takes the opposite bet. When logs come in, the inserter just spreads them across all storage nodes on its own, so there is no sharding key for you to design. When a query runs, the selector asks every storage node in parallel and merges the results. There is no consensus system at all. If you want high availability, you run 2 independent clusters and send your logs to both, rather than having the database copy data internally. So this is simpler and less learning curve. See more here https://victoriametrics.com/blog/victorialogs-architecture-b...

winrid•7m ago
So basically if you have queries that are hard on the query planner, that constant fan out has higher CPU cost than the alternatives.

Since Linux 6.9, LUKS suspend stopped wiping disk-encryption keys from memory

https://mathstodon.xyz/@iblech/116769502749142438
266•IngoBlechschmid•3h ago•131 comments

Exapunks

https://www.zachtronics.com/exapunks/
22•yu3zhou4•27m ago•10 comments

PeerTube is a free, decentralized and federated video platform

https://github.com/Chocobozzz/PeerTube
292•doener•7h ago•99 comments

Android Developer Verification: Threat masquerading as protection

https://f-droid.org/2026/07/01/adv-malware.html
1436•drewfax•16h ago•592 comments

How to ask for help from people who don't know you

https://pradyuprasad.com/writings/how-to-ask-for-help/
215•FigurativeVoid•5h ago•32 comments

Launch HN: Manufact (YC S25) – MCP Cloud

https://manufact.com
76•pzullo•3h ago•48 comments

Podman v6.0.0

https://blog.podman.io/2026/07/introducing-podman-v6-0-0/
97•soheilpro•4h ago•16 comments

Klara and the Sun Essay Contest – $1k Prize – AI Use Allowed

https://willpenman.com/klara/
5•fkozlowski•19m ago•4 comments

AI can't be listed as inventor on patent applications, Japan's top court rules

https://japannews.yomiuri.co.jp/science-nature/technology/20260306-314930/
273•mushstory•5h ago•147 comments

Spain Orders Blacklist of Palantir from Public and Private Companies

https://clashreport.com/world/articles/spain-orders-blacklist-of-us-tech-giant-palantir-from-publ...
244•mgh2•4h ago•50 comments

German button maker searched rivers of American Midwest for valuable shells

https://www.smithsonianmag.com/smithsonian-institution/how-one-german-button-maker-searched-the-r...
101•bookofjoe•4d ago•34 comments

Kimi K2.7 Code is generally available in GitHub Copilot

https://github.blog/changelog/2026-07-01-kimi-k2-7-is-now-available-in-github-copilot/
367•unliftedq•14h ago•154 comments

Show HN: CLI tool for detecting non-exact code duplication with embedding models

https://github.com/rafal-qa/slopo
51•rkochanowski•4h ago•24 comments

The Egg Bandits Made a Thousand Times the Fine They Just Paid for Price Fixing

https://www.thebignewsletter.com/p/crime-pays-the-egg-bandits-made-a
306•toomuchtodo•5h ago•134 comments

Is One Layer Enough? A Single Transformer Layer Matches Full-Parameter RL Train

https://arxiv.org/abs/2607.01232
109•tcp_handshaker•6h ago•27 comments

No LLM Code in Dependencies

https://joeyh.name/blog/entry/no_LLM_code_in_dependencies/
37•edward•4h ago•16 comments

The primary purpose of code review is to find code that will be hard to maintain

https://mathstodon.xyz/@mjd/115096720350507897
260•ColinWright•7h ago•138 comments

Hazel (YC W24) Is Hiring for Our Largest Government Contract

https://www.ycombinator.com/companies/hazel-2/jobs/3epPWgu-full-stack-engineer-ts-sci
1•augustschen•5h ago

The fall of the theorem economy

https://davidbessis.substack.com/p/the-fall-of-the-theorem-economy
210•varjag•11h ago•91 comments

Show HN: A graph paper generator that renders vector PDFs in the browser

https://freegraphpaper.net/
65•lam_hg94•5h ago•15 comments

WinPE as a stateless harness for Windows driver testing and fuzzing

https://bednars.me/blog/winpe-harness
70•piotrbednarsalt•3d ago•4 comments

Show HN: ZeroFS – A log-structured filesystem for S3

https://www.zerofs.net/
96•Eikon•5h ago•47 comments

CursorBench 3.1

https://cursor.com/evals
145•handfuloflight•13h ago•80 comments

Show HN: Mail Memories – A desktop app to rescue photos from Gmail

https://mailmemories.com
88•ltiger•4h ago•36 comments

Germany’s Infineon opens major chip plant as EU seeks tech autonomy

https://www.rfi.fr/en/international-news/20260702-germany-s-infineon-opens-major-chip-plant-as-eu...
163•giuliomagnifico•6h ago•48 comments

Too many tables are bad for you

https://www.cybertec-postgresql.com/en/too-many-tables-are-bad/
5•0x54MUR41•2d ago•0 comments

Show HN: Claudoro, Pomodoro timer embedded in the Claude Code statusline

https://github.com/emson/claudoro
37•emson•1d ago•26 comments

Senior SWE-Bench: open-source benchmark that assesses agents as senior engineers

https://senior-swe-bench.snorkel.ai/
152•matt_d•16h ago•102 comments

How VictoriaLogs Stores Your Logs in a Columnar Layout

https://victoriametrics.com/blog/victorialogs-internals-columnar-storage-on-disk/index.html
13•eatonphil•4d ago•3 comments

Vite+ Beta

https://voidzero.dev/posts/announcing-vite-plus-beta
201•Erenay09•7h ago•123 comments