Viewing profile — zenlibs
zenlibs
HN member- Joined
- Fri, Feb 15, 2019, 7:54 PM UTC
- HN karma
- 43
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About zenlibs
No profile information was provided.
Recent public activity
-
comment
Comment #22691563
How does vala compare to other GUI focused languages?
-
comment
Comment #22691538
Slight tangent: Hopefully, the next version of WebRTC standard removes the need for signaling servers and other server side infrastructure (ICE, STUN). I understand that ~35% of se…
-
comment
Comment #22691502
What is the drawback of crowdstrike on a personal machine? What are the alternatives?
- comment
-
comment
Comment #21455773
While the attack is technically feasible, complexity and sophistication do not lend this to wide deployment. Someone with a lot of time, money and drive (think heist movie, or spy …
-
comment
Comment #21339695
Your IH interview [1] is one of my favorites! Highly recommend any bootstrapper to read it. Wishing you continued success! [1]: https://www.indiehackers.com/interview/2fa6c5e1eb
-
comment
Comment #21338682
Congrats - this is certainly a success, especially for monetizing in a heavily crowded space with many free alternatives available. Can you share a few pointers on competing in a c…
-
comment
Comment #20659340
The definitive answer can be gleaned by setting the user agent to Chrome (or anything besides Firefox). Have you tried that?
-
comment
Comment #20577134
That's great news! Thank you to the entire wasmer team for this awesome software.
-
comment
Comment #20577020
Exciting news! Question to @syrusakbary - When is wasmer support in Windows likely to reach beta status? Would mingw-64 be a better Windows target than Win32, for porting unix-y wa…
- comment
-
comment
Comment #20460886
Thank you for the clarification. Some questions related to V8 perf: 1. WASM JS/Host calls seem to have a higher cost on chrome than FF [1][2]. Is that in your optimization roadmap?…
-
comment
Comment #20429165
The answer to the question the headline poses, inferring from people sampled in the article is: "They mostly end up in a English related academic position in school or college sett…
-
comment
Comment #20429049
I might be wrong, but I believe the glass is the output of an AI program, trained by observing multiple manually corrected iterations of glass making, to arrange impurities while m…
-
comment
Comment #20416824
The only reason to use an IPC or go through the kernel is to expose the fs to the rest of the OS. If an app doesn't intend to expose the fs, the entirety of the fs can exist within…
-
comment
Comment #20416808
A userspace program can completely avoid kernel IPC if it has no intention to expose the fs to other processes. Client and server code can exist within same "app", without IPC, in …
-
comment
Comment #20416686
libfs [1] is a userspace library offered by fuchsia abstracting the traditional vfs (virtual filesystem interface), allowing the fs to exist wholly in userspace, without a kernel c…
-
comment
Comment #20416527
Fuchsia has an interesting take on filesystems [1]. One can write it completely in the user-space, avoiding expensive kernel user-space switching. Additional benefit of storage san…
-
comment
Comment #20416462
Worth noting that JSC on iOS for use in app-backend/business-logic code runs in interpreted mode [1]. Are Android versions of RN apps faster because Android's native V8 allows JIT,…
-
comment
Comment #19174764
It would be interesting for applicants to share their submissions, for the HN community's feedback, and vote. I've created a simple markdown version, for easy editing here: https:/…