HackerLangs
TopNewTrendsCommentsPastAskShowJobs

f311a

2,991 karmajoined hace 10 años

Submissions

Ask HN: How do you find deep technical content?

40 points·by f311a·el mes pasado·28 comments

Cessation of public development of Kefir C compiler

kefir.protopopov.lv
141 points·by f311a·el mes pasado·134 comments

[untitled]

1 points·by f311a·el mes pasado·0 comments

A Supply Chain Rat Exfiltrating to HuggingFace

safedep.io
3 points·by f311a·el mes pasado·0 comments

Nobody on the internet knows if you are a human

danieltan.weblog.lol
3 points·by f311a·el mes pasado·1 comments

Go: Support for Generic Methods

github.com
311 points·by f311a·el mes pasado·274 comments

The Social Contract of Writing

jola.dev
5 points·by f311a·hace 2 meses·0 comments

[untitled]

1 points·by f311a·hace 2 meses·0 comments

The down fall of bug bounties

shubs.io
2 points·by f311a·hace 2 meses·1 comments

Rust: Project Goals Update

blog.rust-lang.org
1 points·by f311a·hace 2 meses·0 comments

PyPI packages are increasing rapidly

rushter.com
6 points·by f311a·hace 2 meses·0 comments

Turning YouTube into Cloud Storage [video]

youtube.com
1 points·by f311a·hace 5 meses·0 comments

Why I'll Never Drive a Modern Car Again [video]

youtube.com
8 points·by f311a·hace 5 meses·2 comments

String handling in ClickHouse

rushter.com
3 points·by f311a·hace 6 meses·1 comments

Recent Optimizations in Python's Reference Counting

rushter.com
25 points·by f311a·hace 6 meses·7 comments

Hash tables in Go and advantage of self-hosted compilers

rushter.com
2 points·by f311a·hace 7 meses·0 comments

Rust: Project goals update – November 2025

blog.rust-lang.org
3 points·by f311a·hace 7 meses·0 comments

Hash tables in Go and advantage of self-hosted compilers

rushter.com
62 points·by f311a·hace 7 meses·43 comments

Attempts to Steal CcTLD Domains

anti-theft.github.io
1 points·by f311a·hace 8 meses·0 comments

How I'm using Helix editor

rushter.com
216 points·by f311a·hace 9 meses·91 comments

comments

f311a
·hace 24 horas·discuss
It's not idiomatic implementation in Rust, just translation from C. A few Rust macros simplify implementation and cut the code in half.
f311a
·hace 24 horas·discuss
The code is so weird, people will have a hard time reading it when they need to check for correctness.

There are much better ways to write it in Rust: https://github.com/malisper/pgrust/blob/14ffab7d31a31e5ab667...
f311a
·ayer·discuss
Yeah, claims that it can be faster than CH are very suspicious. CH guys are very good at their craft, they spend hundreds of hours optimizing one single small detail.
f311a
·anteayer·discuss
I think Google stopped using such data long time ago. They have been showing hydrants, buses, crosswalks for ages. It's a solved problem to detect them.
f311a
·anteayer·discuss
They don't have a goal of becoming a popular language, though and will continue to work on it as long as there are donations. They don't care about being mainstream and there are niche companies who appreciate Zig and donate.
f311a
·hace 16 días·discuss
x4 pro will come with backlight and touch screen

https://www.youtube.com/watch?v=REKdjxYtMrI
f311a
·hace 17 días·discuss
It's the same on any package index now.
f311a
·hace 17 días·discuss
> What does any of that mean in practice?

They want you to spend more tokens
f311a
·hace 18 días·discuss
It’s a slop article based on a tweet.
f311a
·hace 18 días·discuss
No, it's good for coding and faster to iterate. Flash models work almost the same for changes under 1000 LOC when you dictate how you want your code to look. Big models still suck at big changes and big changes are hard to review.
f311a
·hace 18 días·discuss
I'm using Deepseek flash for certain tasks, it is pretty hard to spend $10 on it. All their top models (by usage) are not from frontier labs.
f311a
·hace 18 días·discuss
Exactly, I also prefer when neighboring cells are automatically marked when you place a star
f311a
·hace 22 días·discuss
I reported 100 of them 4 months ago and they were not removed after 3 months. They just don’t care, no one answered the ticket.
f311a
·hace 22 días·discuss
I wish this article was not LLM written
f311a
·hace 25 días·discuss
It's used in ClickHouse as well. CH supports all known compression algos and they are documented pretty well.
f311a
·el mes pasado·discuss
> If you can find resources to learn something that was written by a human, read that first. But Lathe is here to fill in the gaps when that isn't the case

Well, but it will still serve you content from humans, but without any attribution.
f311a
·el mes pasado·discuss
You don’t need to connect to duckdb, it’s just a process that you spawn.
f311a
·el mes pasado·discuss
ClickHouse also supports a lot of data sources and has a local mode where you just use a single binary with local-only access.

Coincidentally, I wrote an article today on how I use it for similar scenarios. It can fetch from S3, multiple databases at once, and so on.

And you get all the benefits of a database when you need to join or postprocess data from multiple sources.

https://rushter.com/blog/clickhouse-data-processing/
f311a
·el mes pasado·discuss
It used to allow reading replies without being signed in.

Not sure what changed, but now it just redirects me to x.com.
f311a
·el mes pasado·discuss
It runs in a terminal, it’s not electron