HackerTrans
TopNewTrendsCommentsPastAskShowJobs

froober

no profile record

Submissions

1Password Dependency Breaks Syntax Highlighting

borretti.me
12 points·by froober·7 месяцев назад·0 comments

Fizz Buzz in CSS

susam.net
110 points·by froober·7 месяцев назад·22 comments

Reviving the IBM Selectric Composer Fonts

kutilek.de
4 points·by froober·8 месяцев назад·0 comments

More Accurate Doom Colormap

30fps.net
5 points·by froober·8 месяцев назад·0 comments

The non-problem of unsigned integers in Java

bitmath.blogspot.com
2 points·by froober·9 месяцев назад·1 comments

YouTube Video Finder: Find Lost Videos in Archives

github.com
3 points·by froober·9 месяцев назад·1 comments

comments

froober
·6 месяцев назад·discuss
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 месяцев назад·discuss
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 месяцев назад·discuss
Not to be confused with `vscodium` which is an open source build of vscode
froober
·8 месяцев назад·discuss
The small cyrillic letters in the rust example are oddly appealing to my eye. Kinda like smallcaps in a latin script
froober
·9 месяцев назад·discuss
That works well until the following doesn't compile

int x = 1 — 2;
froober
·9 месяцев назад·discuss
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.