Viewing profile — trevex
trevex
HN member- Joined
- Mon, Jun 10, 2013, 10:03 PM UTC
- HN karma
- 76
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About trevex
No profile information was provided.
Recent public activity
-
comment
Comment #49229115
While I am a big proponent of XDP there are use-cases better suited to DPDK: Being able to offload flows and crypto operations to the NIC is important to a lot of use-cases. The fi…
-
comment
Comment #37906334
While this is certainly true, there is also another part of the puzzle. There are plenty contributors in the ecosystem building providers, submitting PRs under the assumption that …
-
comment
Comment #33139779
No prior experience with it myself, but https://www.taiga.io/ is often mentioned and on my personal bucket list of things to check out. EDIT: fixed typo
-
comment
Comment #32023709
Could you point me to the source. I was under the impression it is dead and Deutsche Telekom now collaborates with Google Cloud on the so called Sovereign Cloud [1]. [1] https://cl…
-
comment
Comment #30531409
Isn’t this basically what NextJS and NuxtJS provide, if you only leverage their static rendering?
-
comment
Comment #29773058
I unfortunately share your experiences. However in Germany there is a foundation called “Stiftung Warentest” [1], which does independent testing of products. With reviews full of A…
-
comment
Comment #29079653
nix has a very steep learning curve, but I have been using it on macOS for a while now. Can’t recommend it enough. Even started using it on my personal PC, which allows me to use t…
-
comment
Comment #17143499
There is also a language called zig[1], which popped up on hckrnews a few times in the past. I didn't have the chance to try it out, but am following the blog. From what I can gath…
-
comment
Comment #14426091
There was a very interesting article in the german business-magazine "brand eins" [1]. The article is not yet available for free (always released for free a few weeks after the mag…
-
comment
Comment #11594723
Lua is still my goto embedded scripting language. I don't have any experience with haxe per se, but is the transpiler embeddable as well?
-
comment
Comment #9078309
Seems it was created by one developer called Stephen Cross (scross.co.uk). I am quite impressed by his accomplishment. The only thing I miss are custom allocators.
-
comment
Comment #8357165
I agree. The first minute I looked through the tutorial `onChange` confused me, because I expected it to take a callback. I would prefer `transact` or any other of your proposed me…