HackerTrans
TopNewTrendsCommentsPastAskShowJobs

f311a

2,991 karmajoined 10 tahun yang lalu

Submissions

Ask HN: How do you find deep technical content?

40 points·by f311a·bulan lalu·28 comments

Cessation of public development of Kefir C compiler

kefir.protopopov.lv
141 points·by f311a·bulan lalu·134 comments

[untitled]

1 points·by f311a·bulan lalu·0 comments

A Supply Chain Rat Exfiltrating to HuggingFace

safedep.io
3 points·by f311a·bulan lalu·0 comments

Nobody on the internet knows if you are a human

danieltan.weblog.lol
3 points·by f311a·bulan lalu·1 comments

Go: Support for Generic Methods

github.com
311 points·by f311a·bulan lalu·274 comments

The Social Contract of Writing

jola.dev
5 points·by f311a·2 bulan yang lalu·0 comments

[untitled]

1 points·by f311a·2 bulan yang lalu·0 comments

The down fall of bug bounties

shubs.io
2 points·by f311a·2 bulan yang lalu·1 comments

Rust: Project Goals Update

blog.rust-lang.org
1 points·by f311a·2 bulan yang lalu·0 comments

PyPI packages are increasing rapidly

rushter.com
6 points·by f311a·2 bulan yang lalu·0 comments

Turning YouTube into Cloud Storage [video]

youtube.com
1 points·by f311a·5 bulan yang lalu·0 comments

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

youtube.com
8 points·by f311a·5 bulan yang lalu·2 comments

String handling in ClickHouse

rushter.com
3 points·by f311a·6 bulan yang lalu·1 comments

Recent Optimizations in Python's Reference Counting

rushter.com
25 points·by f311a·6 bulan yang lalu·7 comments

Hash tables in Go and advantage of self-hosted compilers

rushter.com
2 points·by f311a·7 bulan yang lalu·0 comments

Rust: Project goals update – November 2025

blog.rust-lang.org
3 points·by f311a·7 bulan yang lalu·0 comments

Hash tables in Go and advantage of self-hosted compilers

rushter.com
62 points·by f311a·7 bulan yang lalu·43 comments

Attempts to Steal CcTLD Domains

anti-theft.github.io
1 points·by f311a·8 bulan yang lalu·0 comments

How I'm using Helix editor

rushter.com
216 points·by f311a·9 bulan yang lalu·91 comments

comments

f311a
·kemarin·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
·kemarin·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
·kemarin·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
·kemarin dulu·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
·kemarin dulu·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 hari yang lalu·discuss
x4 pro will come with backlight and touch screen

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

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