Live data from Hacker News

Viewing profile — tsavola

tsavola

HN member
Joined
Wed, Jun 10, 2015, 10:08 AM UTC
HN karma
54
Public activity
26 items

About tsavola

https://savo.la

[ my public key: https://keybase.io/tsavola; my proof: https://keybase.io/tsavola/sigs/Q5p9jJMjl9XKeKqdBkPAAICi6aYI0InUB4l4cQWH8Tw ]

Recent public activity

  1. comment
    Comment #35716432

    I was hoping that this was about the historic building, having some interesting properties. :(

  2. comment
    Comment #33307940

    Consider error handling paths.

  3. comment
    Comment #30943339

    How about LeMon.de in German?

  4. comment
    Comment #30876178

    Heh, in 2017 I was writing a C++ framework to use with my custom Wasm runtime (Gate). It was also called Spin. However, I abandoned the work as Rust's Wasm support improved. I don'…

  5. comment
    Comment #30292075

    Do you have a link or can you suggest search terms for an example? I can't imagine that being useful, as you have to wrap around at some point anyway.

  6. comment
    Comment #27616050

    Always having https removes the need to consider the security implications of unencrypted transport on case-by-case basis. I have been using HTTPS Everywhere extension and currentl…

  7. comment
    Comment #27615906

    No https.

  8. comment
    Comment #22097404

    Is that a guess?

  9. comment
    Comment #21992108

    Do you mean Punycode, or this joke?

  10. comment
    Comment #21748449

    I've envisioned Gate's network resource abstractions to work at a higher level, using symbolic references (such as URLs) and message-oriented protocols rather than keeping TCP conn…

  11. comment
    Comment #20212444

    Please elaborate.

  12. comment
    Comment #17237781

    The title is misleading if one doesn't know that Cloudflare Workers are a thing. I honestly thought that it was about Cloudflare employees sharing food recipes with each other.

  13. comment
    Comment #16627479

    The distinction is that you don't first declare a few all-encompassing interfaces and then their concrete implementations, but piecemeal interfaces for each API that takes those im…

  14. comment
    Comment #16585513

    I suspect Go will never be an ideal choice for creating libraries which are supposed to be used from any programming language. Even while the C-compatible-library-story of Go is de…

  15. comment
    Comment #16174938

    Yes, it's possible. No, the last block won't change the semantics of the first.

  16. comment
    Comment #15465893

    PostgreSQL gets so much love due to its exceptional quality. Perhaps MariaDB is not of exceptional quality.

  17. comment
    Comment #15355949

    Which one?

  18. comment
  19. comment
    Comment #12844649

    Here's mine (although it's not an interpreter): https://github.com/tsavola/wag

  20. comment
    Comment #10864734

    AFAIK the bulk of link time optimization happens in the linker. The parallelizable compiler invocations just store extra information in the object files. The linker invocation is a…

  21. comment
  22. comment
    Comment #10864337

    > LTO fixes the "source analysis and optimization across compilation units problem" by annotating object files with intermediate representation so source-aware optimizations can be…

  23. comment
    Comment #10587331

    Can it take advantage of GCC's split stack support? https://gcc.gnu.org/wiki/SplitStacks

  24. comment
    Comment #9744118

    The 1-Clause BSD License seems to be similar to the Boost Software License ( http://opensource.org/licenses/BSL-1.0 ). I think it's a pretty good fit for foundation libraries.

  25. comment
    Comment #9691577

    That's what I was afraid of...