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

froober

no profile record

投稿

1Password Dependency Breaks Syntax Highlighting

borretti.me
12 ポイント·投稿者 froober·7 か月前·0 コメント

Fizz Buzz in CSS

susam.net
110 ポイント·投稿者 froober·7 か月前·22 コメント

Reviving the IBM Selectric Composer Fonts

kutilek.de
4 ポイント·投稿者 froober·8 か月前·0 コメント

More Accurate Doom Colormap

30fps.net
5 ポイント·投稿者 froober·8 か月前·0 コメント

The non-problem of unsigned integers in Java

bitmath.blogspot.com
2 ポイント·投稿者 froober·9 か月前·1 コメント

YouTube Video Finder: Find Lost Videos in Archives

github.com
3 ポイント·投稿者 froober·9 か月前·1 コメント

コメント

froober
·6 か月前·議論
I've got a blog and some other stuff. Continually tinkering with CSS, and continually procrastinating writing up a backlog of ideas.

https://alexanderbass.com/
froober
·7 か月前·議論
Given how well-established cloudflare is, I would've figured they'd be profitable by now. That raises the question: why does so much of the web rely on a company which does not have the means to sustain itself?
froober
·8 か月前·議論
Not to be confused with `vscodium` which is an open source build of vscode
froober
·8 か月前·議論
The small cyrillic letters in the rust example are oddly appealing to my eye. Kinda like smallcaps in a latin script
froober
·9 か月前·議論
That works well until the following doesn't compile

int x = 1 — 2;
froober
·9 か月前·議論
I really like rust's pattern matching and it's the feature I miss the most in other languages. However, I feel like its easy to encode too much control flow in one match statement and make a garbled mess. The first example in the article uses all the features (destructuring, @ sigil, inline if, etc.) which I think makes it unreadable.

Overall good article, but those large match statements are difficult to read.