Viewing profile — axelf4
axelf4
HN member- Joined
- Mon, Jun 27, 2016, 9:20 PM UTC
- HN karma
- 50
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About axelf4
Recent public activity
-
comment
Comment #37622813
One compromise that I can recommend is hosting the Email server yourself for incoming mail, but using an external SMTP relay such as SendGrid or SMTP2GO to send outgoing email. Tha…
-
comment
Comment #35839066
I have written a small reference for this that has served me well: [1]. [1]: https://github.com/axelf4/dotfiles#bash-startup-files
- comment
-
comment
Comment #34178945
As my professor said: All good statistics is done before you have looked at the data.
-
comment
Comment #33530505
That just sounds like a table but with extra steps?
-
comment
Comment #32470195
Here is my script gfm-preview [1], which I think is pretty cool since it implements a HTTP server in 50 lines of shell script (ab-)use with netcat. What is does is it starts a HTTP…
-
comment
Comment #29414061
Have you looked at Dhall? I do not think Nix the language would ever be preferable when compared to already existing configuration languages.
-
comment
Comment #29408954
Nah, they definitely use Zig.
-
comment
Comment #28426356
Surely mixing usage of space and parentheses for function application is a bad idea?
-
comment
Comment #28237255
That is not a good comparison. The extra hashes would help China find out about more borderline citizens than it otherwise would have.
-
comment
Comment #27896514
Maybe this video by Veritasium could help: https://www.youtube.com/watch?v=kTXTPe3wahc
-
comment
Comment #27486607
Spotify playlists are great but I would like to be able to shuffle from a combination of them. Playlist folders do not cut it because then all combinations must form a tree. So I m…
-
comment
Comment #26893727
I consider part of the blame to lie with React. The React source code structure is pretty obtuse. Compare that to the Inferno.js source code which is easy to understand and navigat…
-
comment
Comment #26296991
Of course, but AFAIU this massively shortens the chain. Newer versions of rustc up the minimum compiler version required for building all the time.
-
comment
Comment #25719172
Nix derivations are also lighter than containers. Just ordinary packages.
-
comment
Comment #25701289
JavaScript Pokémon game: https://pokemon.axelf.nu ( https://github.com/axelf4/pokemon ) Subtle WebGL texture artifacts and browser-game microstutters drive me crazy. Any help with …
-
comment
Comment #24766389
Gnome is also incredibly slow to allow one to select a particular window when Alt-Tabbing. It is a one second delay every time you want to change window.
-
comment
Comment #24555242
> It's bloat which increases the browser's attack surface. AFAICT PDF.js is just another JavaScript application and thus as sandboxed as any other website.
- story
-
comment
Comment #22867277
In C89 is there a portable way to figure out the alignment requirement for a struct, to be able to, say, store it after the NUL terminator in the same allocation as a C string?
-
comment
Comment #21514329
> you're going to hit some bumps if you haul an old code out of the vault and try to fire it up on a new system. Most package managers have lockfiles that allow for some degree of …
-
comment
Comment #21148068
> instead of the obvious C(++)/Java-like _ptr, ref, * or & notation/convention That would be very misleading since Box represents a heap-allocated owned value
-
comment
Comment #21008139
Gimp has had a single-window layout for a long time now.
-
comment
Comment #20730183
I concur. Python is a shit language and it's only merit is filling a niche at the right time and place.
-
comment
Comment #20031704
While I do have an opinion on the syntax I could never amass the time necessary to weigh the positives/negatives of semantics issues. I reckon that's the reality for many.