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

weird_user

no profile record

投稿

Navigating the High Seas

blog.rootsofprogress.org
5 ポイント·投稿者 weird_user·7 か月前·0 コメント

Double-mirror illusion

journalofillusion.net
118 ポイント·投稿者 weird_user·3 年前·46 コメント

The evolution of the On/Off power switch symbol (2008)

designblog.nzeldes.com
61 ポイント·投稿者 weird_user·3 年前·62 コメント

The story of titanium

construction-physics.com
350 ポイント·投稿者 weird_user·3 年前·181 コメント

Indiana Almost Made π 3.2

hillelwayne.com
2 ポイント·投稿者 weird_user·3 年前·0 コメント

Best Practices for Time Travelers (2003)

idlewords.com
81 ポイント·投稿者 weird_user·3 年前·43 コメント

Don't let websites overwrite clipboard in Firefox

superuser.com
33 ポイント·投稿者 weird_user·3 年前·3 コメント

When the Null Pointer Is Valid

build-your-own.org
4 ポイント·投稿者 weird_user·3 年前·0 コメント

The God of War

yarchive.net
1 ポイント·投稿者 weird_user·3 年前·0 コメント

Why Do Interviewers Ask Linked List Questions?

hillelwayne.com
1 ポイント·投稿者 weird_user·3 年前·1 コメント

The Remarkable Pneumatic People-Mover

damninteresting.com
2 ポイント·投稿者 weird_user·3 年前·0 コメント

Writing a storage engine for Postgres: an in-memory Table Access Method

notes.eatonphil.com
3 ポイント·投稿者 weird_user·3 年前·1 コメント

Digital Fly-by-Wire: The Apollo Guidance Computer's Final Gift [video]

youtube.com
2 ポイント·投稿者 weird_user·3 年前·0 コメント

Favorite Wikipedia articles about science

austinhenley.com
3 ポイント·投稿者 weird_user·3 年前·1 コメント

Things Programmers Can Do in 1 Week

build-your-own.org
4 ポイント·投稿者 weird_user·3 年前·2 コメント

Nuclear Conversion for Starship

toughsf.blogspot.com
139 ポイント·投稿者 weird_user·3 年前·151 コメント

Super-Earths in Need for Extremly Big Rockets (2018)

arxiv.org
36 ポイント·投稿者 weird_user·3 年前·50 コメント

Bootstrapping Instruction Set

dercuano.github.io
1 ポイント·投稿者 weird_user·3 年前·0 コメント

Levenshtein automata can be simple and fast (2015)

julesjacobs.com
2 ポイント·投稿者 weird_user·3 年前·0 コメント

Let's build A distributed, concurrent editor

wellquite.org
4 ポイント·投稿者 weird_user·3 年前·0 コメント

コメント

weird_user
·3 年前·議論
I think you misunderstood this. This is not an illusion of objects from different angles, but an unintuitive transformation of geometry.
weird_user
·3 年前·議論
Better URL:

https://journalofillusion.net/index.php/joi/article/view/983...
weird_user
·3 年前·議論
> Galaxies, like people, are made of ordinary matter, and we can use the laws of physics to predict how they should move.
weird_user
·3 年前·議論
Pictures:

https://en.wikipedia.org/wiki/Effect_of_psychoactive_drugs_o...
weird_user
·3 年前·議論
It's still a useful generic exercise for beginners. Although I recommend starting with a simpler syntax like sexpr, you can get more practice with less code.

For a deeper exercise, I recommend compiling to machine code instead of stopping at bytecode [1]; you can learn assembly along the way, which is more satisfying than compiling to C.

[1]: https://github.com/byo-books/pretty_laughable_lang/