HackerLangs
TopNewTrendsCommentsPastAskShowJobs

f311a

2,991 karmajoined قبل 10 سنوات

Submissions

Ask HN: How do you find deep technical content?

40 points·by f311a·الشهر الماضي·28 comments

Cessation of public development of Kefir C compiler

kefir.protopopov.lv
141 points·by f311a·الشهر الماضي·134 comments

[untitled]

1 points·by f311a·الشهر الماضي·0 comments

A Supply Chain Rat Exfiltrating to HuggingFace

safedep.io
3 points·by f311a·الشهر الماضي·0 comments

Nobody on the internet knows if you are a human

danieltan.weblog.lol
3 points·by f311a·الشهر الماضي·1 comments

Go: Support for Generic Methods

github.com
311 points·by f311a·الشهر الماضي·274 comments

The Social Contract of Writing

jola.dev
5 points·by f311a·قبل شهرين·0 comments

[untitled]

1 points·by f311a·قبل شهرين·0 comments

The down fall of bug bounties

shubs.io
2 points·by f311a·قبل شهرين·1 comments

Rust: Project Goals Update

blog.rust-lang.org
1 points·by f311a·قبل شهرين·0 comments

PyPI packages are increasing rapidly

rushter.com
6 points·by f311a·قبل شهرين·0 comments

Turning YouTube into Cloud Storage [video]

youtube.com
1 points·by f311a·قبل 5 أشهر·0 comments

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

youtube.com
8 points·by f311a·قبل 5 أشهر·2 comments

String handling in ClickHouse

rushter.com
3 points·by f311a·قبل 6 أشهر·1 comments

Recent Optimizations in Python's Reference Counting

rushter.com
25 points·by f311a·قبل 6 أشهر·7 comments

Hash tables in Go and advantage of self-hosted compilers

rushter.com
2 points·by f311a·قبل 7 أشهر·0 comments

Rust: Project goals update – November 2025

blog.rust-lang.org
3 points·by f311a·قبل 7 أشهر·0 comments

Hash tables in Go and advantage of self-hosted compilers

rushter.com
62 points·by f311a·قبل 7 أشهر·43 comments

Attempts to Steal CcTLD Domains

anti-theft.github.io
1 points·by f311a·قبل 8 أشهر·0 comments

How I'm using Helix editor

rushter.com
216 points·by f311a·قبل 9 أشهر·91 comments

comments

f311a
·قبل 24 ساعة·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
·قبل 24 ساعة·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
·أمس·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
·أول أمس·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
·أول أمس·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
·قبل 16 يومًا·discuss
x4 pro will come with backlight and touch screen

https://www.youtube.com/watch?v=REKdjxYtMrI
f311a
·قبل 17 يومًا·discuss
It's the same on any package index now.
f311a
·قبل 17 يومًا·discuss
> What does any of that mean in practice?

They want you to spend more tokens
f311a
·قبل 18 يومًا·discuss
It’s a slop article based on a tweet.
f311a
·قبل 18 يومًا·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
·قبل 18 يومًا·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
·قبل 18 يومًا·discuss
Exactly, I also prefer when neighboring cells are automatically marked when you place a star
f311a
·قبل 22 يومًا·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
·قبل 22 يومًا·discuss
I wish this article was not LLM written
f311a
·قبل 25 يومًا·discuss
It's used in ClickHouse as well. CH supports all known compression algos and they are documented pretty well.
f311a
·الشهر الماضي·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
·الشهر الماضي·discuss
You don’t need to connect to duckdb, it’s just a process that you spawn.
f311a
·الشهر الماضي·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
·الشهر الماضي·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
·الشهر الماضي·discuss
It runs in a terminal, it’s not electron