HackerTrans
TopNewTrendsCommentsPastAskShowJobs

weird_user

no profile record

Submissions

Navigating the High Seas

blog.rootsofprogress.org
5 points·by weird_user·vor 7 Monaten·0 comments

Double-mirror illusion

journalofillusion.net
118 points·by weird_user·vor 3 Jahren·46 comments

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

designblog.nzeldes.com
61 points·by weird_user·vor 3 Jahren·62 comments

The story of titanium

construction-physics.com
350 points·by weird_user·vor 3 Jahren·181 comments

Indiana Almost Made π 3.2

hillelwayne.com
2 points·by weird_user·vor 3 Jahren·0 comments

Best Practices for Time Travelers (2003)

idlewords.com
81 points·by weird_user·vor 3 Jahren·43 comments

Don't let websites overwrite clipboard in Firefox

superuser.com
33 points·by weird_user·vor 3 Jahren·3 comments

When the Null Pointer Is Valid

build-your-own.org
4 points·by weird_user·vor 3 Jahren·0 comments

The God of War

yarchive.net
1 points·by weird_user·vor 3 Jahren·0 comments

Why Do Interviewers Ask Linked List Questions?

hillelwayne.com
1 points·by weird_user·vor 3 Jahren·1 comments

The Remarkable Pneumatic People-Mover

damninteresting.com
2 points·by weird_user·vor 3 Jahren·0 comments

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

notes.eatonphil.com
3 points·by weird_user·vor 3 Jahren·1 comments

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

youtube.com
2 points·by weird_user·vor 3 Jahren·0 comments

Favorite Wikipedia articles about science

austinhenley.com
3 points·by weird_user·vor 3 Jahren·1 comments

Things Programmers Can Do in 1 Week

build-your-own.org
4 points·by weird_user·vor 3 Jahren·2 comments

Nuclear Conversion for Starship

toughsf.blogspot.com
139 points·by weird_user·vor 3 Jahren·151 comments

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

arxiv.org
36 points·by weird_user·vor 3 Jahren·50 comments

Bootstrapping Instruction Set

dercuano.github.io
1 points·by weird_user·vor 3 Jahren·0 comments

Levenshtein automata can be simple and fast (2015)

julesjacobs.com
2 points·by weird_user·vor 3 Jahren·0 comments

Let's build A distributed, concurrent editor

wellquite.org
4 points·by weird_user·vor 3 Jahren·0 comments

comments

weird_user
·vor 3 Jahren·discuss
I think you misunderstood this. This is not an illusion of objects from different angles, but an unintuitive transformation of geometry.
weird_user
·vor 3 Jahren·discuss
Better URL:

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

https://en.wikipedia.org/wiki/Effect_of_psychoactive_drugs_o...
weird_user
·vor 3 Jahren·discuss
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/
weird_user
·vor 3 Jahren·discuss
Fun fact: The demo image is an example of the hand-in-waistcoat gesture[1].

[1] https://en.wikipedia.org/wiki/Hand-in-waistcoat
weird_user
·vor 3 Jahren·discuss
What does the device in the lower right corner do? Age reversal?
weird_user
·vor 3 Jahren·discuss
Interesting! I wonder how big their read base is. Other commenters mentioned sales numbers around 2000, you must have made a far larger sale to compensate for the lower loyalty.
weird_user
·vor 3 Jahren·discuss
How hard can it be to turn a book into a course instead? I guess it's also hard because courses and books are consumed by different audiences.
weird_user
·vor 3 Jahren·discuss
While writing a book is not particularly profitable, the author could probably earn more by self-publishing rather than working with a publisher, since the author has done most of the marketing anyway.
weird_user
·vor 3 Jahren·discuss
Compiling to machine code is not that hard once you get to the IR or bytecode phase, check out this toy compiler:

https://github.com/byo-books/pretty_laughable_lang/
weird_user
·vor 3 Jahren·discuss
1. No line spacing. 2. No text width limit.

Top 2 reasons why CSS-less pages are less readable.
weird_user
·vor 3 Jahren·discuss
Remap `CapsLock + key` to symbols, arrows, and delete/backspace keys.

I didn't realize how awkwardly the buttons are positioned until I started adding a "layer" to my keymap.

Here is the layer I use:

https://build-your-own.org/blog/20230310_coding_kbd/
weird_user
·vor 3 Jahren·discuss
Wasting time doing nothing is not necessarily a bad idea; one can often waste more time doing _something_.
weird_user
·vor 3 Jahren·discuss
This is very easy before the Internet became a commodity. It's still easy for me today.
weird_user
·vor 3 Jahren·discuss
Are join algorithms like this really the alternative to compound indexes? I understand that they reduce the memory required for joins, but the amount of data involved in a join is the same.
weird_user
·vor 3 Jahren·discuss
The web pages are the full version. It's a condensed book.
weird_user
·vor 3 Jahren·discuss
The author's homepage[1] links to a few interesting topics too.

[1] https://www.agner.org/
weird_user
·vor 3 Jahren·discuss
I think you need to learn basics like the event loop first before jumping into io_uring.

You might be interested in my book[1] which teaches network programming.

[1] https://build-your-own.org/redis/
weird_user
·vor 3 Jahren·discuss
Cool! How fast is it? I used openSCAD before and it was slow to render.