Viewing profile — tom-jh
tom-jh
HN member- Joined
- Sun, Dec 18, 2016, 5:54 PM UTC
- HN karma
- 39
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About tom-jh
Recent public activity
-
comment
Comment #35301124
Encouraged by the comments here, I tried a few prompts for it to do something useful for our company. Most failed, but it's apparently great at improving our documentation. Here's …
-
comment
Comment #35045439
You may put your account email address instead of the number, as in /u/myemail@example.com
-
comment
Comment #26272409
I use the 2021-02-26 format for every place that asks for a date without a clear format. All legal contracts, forms, email etc, across US and Europe. Never got any trouble for it -…
-
comment
Comment #22878492
Maybe join my company, or another company like us? We're funded from customer revenue. Privacy focused. No VCs, so no moral flexibility needed on our end to meed VC expectations. W…
-
comment
Comment #21015087
Tested, Kotlin is not supported, nor is Swift.
-
comment
Comment #21013905
I've just tested their lgtm.com on our codebase: 1) identified str.replace('[ABC]+', '') correctly as a bug (looks like a regex but is string literal) 2) identified various unneces…
-
comment
Comment #20796107
Scala and Clojure are a bit of a leap for a Java dev, which may come with some cost. I don't get that feeling with Kotlin - you can kind of slip into it, it's a very easy transitio…
-
comment
Comment #20796076
Seconding TypeScript. If you are a js dev looking to pick up something new, just rename a .js file to .ts, open it in vscode, watch the magic. It will, I think, make you a better j…
-
comment
Comment #20794964
Take a look at Kotlin. We are building our enterprise products with it. You get all the benefits of Java (stability, maturity) without the bad parts (boilerplate, boredom). We just…
-
comment
Comment #20037818
We run in-browser end to end tests for our browser extension. There were several reasons for flakiness: * Puppeteer (browser automation) bugs or improper use. Certain sequence of e…
-
comment
Comment #19703395
I built https://flowcrypt.com solo for the first two years. I would have preferred a partner, but nobody committed. Today 3+ years later it's a three person team. Maybe in another …
-
comment
Comment #19057446
FlowCrypt | developer | full-time + part-time | REMOTE FlowCrypt does PGP email encryption; easier than anything you've tried. let you = new TeamMember(); if ( you.know(TYPESCRIPT …
-
comment
Comment #18040880
Nobody mentions Android. Any examples good quality code on Android?
-
comment
Comment #15517199
FlowCrypt dev here. You're free to get the source code from https://github.com/FlowCrypt and load the extension that way. If you plan to also edit the code, just cross-check to sta…
-
comment
Comment #15517171
FlowCrypt dev here. The sources are available at https://github.com/FlowCrypt . You can just install it from the sources, but you'll lose the security updates.
-
comment
Comment #13770636
Take a look at https://cryptup.org (disclaimer - my project). Encryption can be made easy. RFC4880 may be ugly. Yet great design can still turn it into a good user experience. I do…
-
comment
Comment #13648729
Ah, Firefox. Now fixed for real. Thanks!
-
comment
Comment #13637365
(edit: it's fixed now) First time I see it like that, I assume one of your plugins is blocking it (direct links to google profiles). I'll store the images & serve them directly. Th…
-
comment
Comment #13637221
It is indeed a pain. That's why I made https://cryptup.org/ For some of my users, using Gmail itself is already challenging. Yet they are sending around PGP encrypted messages, att…