HackerTrans
トップ新着トレンドコメント過去質問紹介求人

zahrevsky

283 カルマ登録 昨年
https://zahrevsky.com

投稿

Dot.dead: A Graveyard of Discontinued Projects

menyadanyazovut.github.io
1 ポイント·投稿者 zahrevsky·3 日前·0 コメント

Dear Steve Lemay

ilyabirman.net
8 ポイント·投稿者 zahrevsky·先月·2 コメント

Launch: A terminal process manager to run your multiple-service project

github.com
3 ポイント·投稿者 zahrevsky·4 か月前·0 コメント

Dyson spheres on H-R diagram

arxiv.org
4 ポイント·投稿者 zahrevsky·4 か月前·0 コメント

WC3UI: Warcraft III web-components library

wc3ui.banteg.xyz
2 ポイント·投稿者 zahrevsky·4 か月前·1 コメント

Ask HN: How do you organize apps on home screen?

1 ポイント·投稿者 zahrevsky·6 か月前·3 コメント

[untitled]

1 ポイント·投稿者 zahrevsky·6 か月前·0 コメント

Rust's Golden Rule: The Signature Is the Contract

steveklabnik.com
1 ポイント·投稿者 zahrevsky·6 か月前·0 コメント

When You Will Die

flowingdata.com
2 ポイント·投稿者 zahrevsky·6 か月前·0 コメント

Corca: Collaborative Math Editor

corca.app
4 ポイント·投稿者 zahrevsky·6 か月前·0 コメント

Clawdbot: The AI that does things

clawd.bot
3 ポイント·投稿者 zahrevsky·6 か月前·0 コメント

LaTeX Coffee Stains (2021) [pdf]

ctan.math.illinois.edu
392 ポイント·投稿者 zahrevsky·6 か月前·93 コメント

Clever UI Trick

grumpy.website
1 ポイント·投稿者 zahrevsky·6 か月前·0 コメント

Every Layout: Learn to write better, resilient CSS

every-layout.dev
2 ポイント·投稿者 zahrevsky·6 か月前·0 コメント

Why Lobste.rs Is Better Than Hacker News

kevquirk.com
6 ポイント·投稿者 zahrevsky·6 か月前·5 コメント

HTime – The Global Clock (Web Archive)

web.archive.org
1 ポイント·投稿者 zahrevsky·6 か月前·0 コメント

Architecture Decision Record

oleksii.shmalko.com
3 ポイント·投稿者 zahrevsky·6 か月前·1 コメント

Abstract Algebra: Theory and Applications

matthematics.com
2 ポイント·投稿者 zahrevsky·6 か月前·0 コメント

Maybe comments should explain 'what' (2017)

hillelwayne.com
205 ポイント·投稿者 zahrevsky·6 か月前·202 コメント

Trmnl: The Open Source Smart Display You Can Build Yourself [video]

youtube.com
3 ポイント·投稿者 zahrevsky·6 か月前·0 コメント

コメント

zahrevsky
·22 日前·議論
Usually the longest answer is the correct one.

Also sometimes two options are the opposites of each others. In this case, one of them is correct.

I feel like you can get close to 70/100 with this heuristics, without actually knowing any words.
zahrevsky
·先月·議論
yeah it was down for a few minutes, but now it's fine
zahrevsky
·3 か月前·議論
In Idiocracy, they didn't ask if they're in Idiocracy or not, so no.
zahrevsky
·4 か月前·議論
Off topic, but it reminds me of another principle: every geographic heatmap is just a population map. https://xkcd.com/1138/
zahrevsky
·4 か月前·議論
They even directly conclude at the end of the article that improvements in algorithm are more important than the choice of language:

> Algorithmic complexity improvements dominate language-level optimisations. Going from O(N²) to O(N) in the streaming case had a larger practical impact than switching from WASM to TypeScript.

Yet they still have chosen to put the “Rust rewrite” part in the title. I almost think it's a click bait.
zahrevsky
·5 か月前·議論
It's so common, I wonder how no one made an extension that filters this AI slop
zahrevsky
·5 か月前·議論
The system could be set up to automatically refund, if your PR wasn't checked for over $AVERAGE_TIME_TO_FIRST_REVIEW$ days. The variable is specific to the project, and even can be recalculated regularly and be parameterized with PR size.
zahrevsky
·5 か月前·議論
I love how the landing page is straight to the point and has zero marketing BS. It achieves the opposite of AI-written text, while still being polished.
zahrevsky
·5 か月前·議論
Too bad it doesn't show some scoreboard or stats of other players.
zahrevsky
·6 か月前·議論
I've recently switched to by-color layout. Each screen has all the apps of the same color.

Fun fact: there's A LOT of blue apps, and almost none are purple.
zahrevsky
·6 か月前·議論
> The contribution of this work lies in its move from critique to measurement. It proposes concrete methods: recursive summarization chains, metaphor stress-tests, resonance surveys, and noise-infused retrieval experiments. These allow researchers to track how meaning erodes over time. By integrating these methods, it outlines a pathway toward fidelity-centered benchmarks that complement existing accuracy metrics.

To me, starting to solve the problem by meticulously measuring it, is a sign of a good solution.
zahrevsky
·6 か月前·議論
Correct link: https://blog.plover.com/math/combinator-s.html
zahrevsky
·6 か月前·議論
Too bad it doesn't display the keyboard on mobile :-(
zahrevsky
·6 か月前·議論
There's another great meta-game similar to this. You can play it alone or with friends. It doesn't require any cards or dices, although can be played with them too.

The rules are simple. You join some group, that is playing a game, rules of which you don't know. Yet, you say to everyone, that you know the rules.

Now, your goal is to play as long as possible, before they figure out, that you actually don't know the rules.

Bonus points, if you convince others that it's THEY, who don't know the rules.
zahrevsky
·6 か月前·議論
Obviously, the first one would be “What are the best two questions for me to ask?”
zahrevsky
·6 か月前·議論
> Most Haskell tutorials on the web seem to take a language-reference-manual approach to teaching. They show you the syntax of the language, a few language constructs, and then have you construct a few simple functions at the interactive prompt. The “hard stuff” of how to write a functioning, useful program is left to the end, or sometimes omitted entirely.

I feel like this is such an issue with lots of languages. Learning your second, third, and so on language is in some sense harder, because “Getting started” tutorials spend too much time on simple concepts, and the hard part of “How do I write X (or what do I do instead)” is usually missing.

It recently occurred to me, that you can find exercises for almost any popular language, and I feel like it is the solution to the problem.

> This tutorial takes a different tack. You’ll start off with command-line arguments and parsing, and progress to writing a fully-functional Scheme interpreter that implements a good-sized subset of R5RS Scheme. Along the way, you’ll learn Haskell’s I/O, mutable state, dynamic typing, error handling, and parsing features. By the time you finish, you should be fairly fluent in both Haskell and Scheme.

There's not enough tutorials like that in the world
zahrevsky
·6 か月前·議論
14-standards.png: https://xkcd.com/927/
zahrevsky
·6 か月前·議論
Correct link: https://www.thecodedmessage.com/posts/oop-1-encapsulation/#c...

Also, you have to wait a few seconds for the comments to load ¯ \ _ ( ツ ) _ / ¯
zahrevsky
·8 か月前·議論
also

  ssh terminal.shop
zahrevsky
·8 か月前·議論
I know nothing about Git development, but it surprised me that most of the changes are kind of internal and affect the end user only on security or performance level.

For some reason, I was thinking there would be more new shiny features. But maybe for the tool that is as mature and wide-used as Git, that's not how it works.