Viewing profile — rhelmer
rhelmer
HN member- Joined
- Fri, May 14, 2010, 3:36 AM UTC
- HN karma
- 658
- Public activity
- 176 items
- HN profile
- View on Hacker News ↗
About rhelmer
No profile information was provided.
Recent public activity
-
comment
Comment #48478236
I suspect they are both more familiar with client-side rendering, and also thinking of things being able to share components, reuse existing libraries, and so on. So re-implementin…
- comment
-
comment
Comment #36187931
Nice work! I've enjoyed playing this game in the past, and have been working on porting various apps to wasm lately. Coincidentally, this is one I was looking into porting when I f…
-
comment
Comment #31062420
Anyone used this and could compare/contrast with web-ext https://github.com/mozilla/web-ext ?
-
comment
Comment #18339273
I worked on the Firefox integration (per the article) if anyone has specific questions. If you want more detail on Prio itself, I'd suggest http://blog.ezyang.com/2017/03/prio-priv…
-
comment
Comment #18339239
Part of the threat model is that individual orgs can be compelled in various ways to turn over individual user data, and having different orgs holding their own private keys helps …
-
comment
Comment #18153830
As bad (and deserved) as their reputation is for helping well-meaning users to create a big mess, spreadsheet software provides an incredibly intuitive UI to put in front of users …
-
comment
Comment #18044419
Ah, missed that. Cool.
-
comment
Comment #18044202
This is only being served to Release channel users currently (per the bug in the extension ID, https://bugzilla.mozilla.org/show_bug.cgi?id=1487578 ) ESR users are on a separate ch…
-
comment
Comment #18044146
Would you mind pasting your `about:support` somewhere (github gist, pastebin, etc) and linking it here?
-
comment
Comment #18044141
The intent was to express publicly, and then send an update that reflected this. Would it feel less "[sneaked] in" if this were a core feature in Firefox?
-
comment
Comment #18044138
If you are seeing something different please let me know!
-
comment
Comment #18044130
If I am understanding correctly, these are two separate things: - https://my.mixtape.moe/sjlprj.jpg - this is whether data is reported to mozilla servers - https://my.mixtape.moe/s…
-
comment
Comment #18011349
This was actually discussed on HN previously, with a link to the text: https://news.ycombinator.com/item?id=17797003
-
comment
Comment #17507819
In case anyone is curious why this works, Firefox switched to a new extensions API which tries to stay compatible with the one Chrome uses: https://developer.mozilla.org/en-US/Add-…
-
comment
Comment #17507806
I just tried and appears to work OK (Firefox 61.0.1, macOS)... since it's unsigned I loaded it as a temporary add-on in about:debugging plibither8, would you mind adding instructio…
-
comment
Comment #17504487
Huh! I wouldn't expect that at all... here are some easy things to try: https://support.mozilla.org/en-US/kb/firefox-uses-too-many-c... If it is still happening after you try those…
-
comment
Comment #16351267
Ah, ok. That's interesting too! There's interest in wasm-land about having "non-web embeddings", which wouldn't assume things like JS APIs exist at all. I think in that sort of wor…
-
comment
Comment #16349696
> Easier implementation is the goal. There are currently only four companies working on a web implementation. Easier implementation of a browser? You might find it interesting to s…
-
comment
Comment #16349153
You could probably do this now as a standalone Node app, if you want more explicit control over which APIs are available and where code can be run from. The browser is indeed quite…
-
comment
Comment #16321040
https://mycroft.ai might be a viable option - I believe they are planning to use Mozilla's speech recognition work too.
-
comment
Comment #16318148
One problem is the risk of self-selection bias.
-
comment
Comment #16079536
While I agree that reading source code is quite useful and informative, it really is no substitute for reverse engineering and inspecting on actual hardware. It's quite easy to be …
-
comment
Comment #15985646
> I'm not sure why content creators are feeling the need to go multi-media I was around for BBSes and the early public internet, and I do appreciate text interfaces... that said, I…
-
comment
Comment #15930064
This post suddenly reminded me of Resolver Systems, who made a Python/.Net spreadsheet back in the '00s: http://www.prweb.com/releases/spreadsheet/competition/prweb1... I thought i…