Viewing profile — TwoFx
TwoFx
HN member- Joined
- Sat, Mar 22, 2014, 1:23 PM UTC
- HN karma
- 188
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About TwoFx
No profile information was provided.
Recent public activity
-
comment
Comment #46532053
Maybe I'm just missing the joke, but it feels worth pointing out that almost all of the logos on that page are clearly inspired by the ensō circle from Zen art.
-
comment
Comment #46216075
I highly recommend watching the relevant section of that video (4:38 to 8:59) and then implementing it yourself in whatever system you know that can draw lines and circles (I did i…
- story
-
comment
Comment #33140644
Access has been somewhat reluctant to make BeOS-related material available in the past. For example, they did provide access to the BeOS API documentation (called the Be Book) to t…
-
comment
Comment #32617756
Adding the thing that complains is a one-time cost. It may work on Firefox now, but making sure that it continues working on Firefox is a continuous resource investment.
-
comment
Comment #15245435
This is part of a very nice larger article by the same author on visualizing algorithms [0]. It covers sampling, shuffling, sorting, and maze generation. [0]: https://bost.ocks.org…
-
comment
Comment #14226613
From the paper: "To investigate the noisiness of using Reddit as a source of self-annotated sarcasm we estimate the proportion of false positives and false negatives induced by our…
- story
-
comment
Comment #12538606
10/4 is the day of the announcement
-
comment
Comment #12321627
This has also been discussed on the podcast 'This Week in Google' by digital nomad Mike Elgan: https://twit.tv/shows/this-week-in-google/episodes/349?autos...
-
comment
Comment #12182877
Do you happen to have a link to the code in FAKE that implements this for .NET?
-
comment
Comment #11942232
The CoreCLR version of the .NET Garbage Collector can be found at https://github.com/dotnet/coreclr/tree/master/src/gc
-
comment
Comment #11317797
Randall Munroe of xkcd had a (humorous) look at when the number of dead people on Facebook surpasses the number of living people a few years ago: https://what-if.xkcd.com/69/
-
comment
Comment #11102654
Proof assistants are in some ways very similar to what you described. Coq [1] is a popular example. It helps control complexity of larger proofs and verifies that everything that i…
-
comment
Comment #10979266
Looks like it's MIT-licensed: https://github.com/HunterLarco/voxel.css/blob/master/package...
-
comment
Comment #10245948
There is none. https://twitter.com/jakevdp/status/644863206339379201
-
comment
Comment #8445276
Check out Funciton ( http://esolangs.org/wiki/Funciton ) - an esoteric programming language that is based on a similar idea.