Live data from Hacker News

Viewing profile — axelf4

axelf4

HN member
Joined
Mon, Jun 27, 2016, 9:20 PM UTC
HN karma
50
Public activity
30 items

About axelf4

https://axelf.se

Recent public activity

  1. 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…

  2. 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

  3. comment
  4. comment
    Comment #34178945

    As my professor said: All good statistics is done before you have looked at the data.

  5. comment
    Comment #33530505

    That just sounds like a table but with extra steps?

  6. 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…

  7. 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.

  8. comment
    Comment #29408954

    Nah, they definitely use Zig.

  9. comment
    Comment #28426356

    Surely mixing usage of space and parentheses for function application is a bad idea?

  10. 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.

  11. comment
    Comment #27896514

    Maybe this video by Veritasium could help: https://www.youtube.com/watch?v=kTXTPe3wahc

  12. 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…

  13. 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…

  14. 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.

  15. comment
    Comment #25719172

    Nix derivations are also lighter than containers. Just ordinary packages.

  16. 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 …

  17. 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.

  18. 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.

  19. story
  20. 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?

  21. 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 …

  22. 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

  23. comment
    Comment #21008139

    Gimp has had a single-window layout for a long time now.

  24. 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.

  25. 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.