Viewing profile — tsavola
tsavola
HN member- Joined
- Wed, Jun 10, 2015, 10:08 AM UTC
- HN karma
- 54
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About tsavola
[ my public key: https://keybase.io/tsavola; my proof: https://keybase.io/tsavola/sigs/Q5p9jJMjl9XKeKqdBkPAAICi6aYI0InUB4l4cQWH8Tw ]
Recent public activity
-
comment
Comment #35716432
I was hoping that this was about the historic building, having some interesting properties. :(
-
comment
Comment #33307940
Consider error handling paths.
-
comment
Comment #30943339
How about LeMon.de in German?
-
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'…
-
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.
-
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…
-
comment
Comment #27615906
No https.
-
comment
Comment #22097404
Is that a guess?
-
comment
Comment #21992108
Do you mean Punycode, or this joke?
-
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…
-
comment
Comment #20212444
Please elaborate.
-
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.
-
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…
-
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…
-
comment
Comment #16174938
Yes, it's possible. No, the last block won't change the semantics of the first.
-
comment
Comment #15465893
PostgreSQL gets so much love due to its exceptional quality. Perhaps MariaDB is not of exceptional quality.
-
comment
Comment #15355949
Which one?
- comment
-
comment
Comment #12844649
Here's mine (although it's not an interpreter): https://github.com/tsavola/wag
-
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…
- comment
-
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…
-
comment
Comment #10587331
Can it take advantage of GCC's split stack support? https://gcc.gnu.org/wiki/SplitStacks
-
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.
-
comment
Comment #9691577
That's what I was afraid of...