Viewing profile — rjacksonm1
rjacksonm1
HN member- Joined
- Sun, Apr 23, 2017, 9:09 AM UTC
- HN karma
- 15
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About rjacksonm1
No profile information was provided.
Recent public activity
-
comment
Comment #36721634
The keys in this case are used for bluetooth comms locally between somebody's device and their bike. These are ordinarily used by the VanMoof app to unlock the bike and control the…
-
comment
Comment #22760191
>With Zoom's LinkedIn Sales Navigator integration, you’ll build connections and instantly gain insights about your meeting participants. Sounds pretty creepy. I assume participants…
-
comment
Comment #22195416
This reminds me of something I find myself constantly explaining to colleagues again and again: You can scale a monolith in its entirety to handle elevated traffic in one of its "s…
-
comment
Comment #20921626
Pardon my ignorance, but isn't that just a "service"? The "micro" part just seems to cause confusion in every conversation I have about service based architectures.
-
comment
Comment #17952543
Looks like they're hitting a GitHub rate limit, rather than bottlenecking on CPU.
-
comment
Comment #17809016
Looks like a great tool! A lot of the organisations I've worked for have their own home-built ways of doing exactly this: Internal Wikis, paper checklists, cloning JIRA issues, Con…
- comment
-
comment
Comment #17576262
What a fantastic idea! I know many folks, especially in small business, who would get a massive productivity boost from something like this. I'd recommend explaining how the servic…
-
comment
Comment #17178376
It is the best way to do it for the average user. Modern password management services are incredibly secure, with client-side encryption of your secrets, among other protective mec…
- story
-
comment
Comment #16315671
I've found DropBox's zxcvbn system to be ideal. Instead of requiring passwords to fit a set of arcane rules, it requires passwords to meet a threshold of entropy. Is there a reason…
-
story
Ask HN: How do you setup machines for local development?
We're using Boxen at my company to provision our dev environments, but having huge problems maintaining it: Externalities beyond our control (homebrew, dependencies, system updates…