Live data from Hacker News

Viewing profile — rjacksonm1

rjacksonm1

HN member
Joined
Sun, Apr 23, 2017, 9:09 AM UTC
HN karma
15
Public activity
12 items

About rjacksonm1

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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.

  5. comment
    Comment #17952543

    Looks like they're hitting a GitHub rate limit, rather than bottlenecking on CPU.

  6. 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…

  7. comment
  8. 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…

  9. 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…

  10. story
  11. 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…

  12. 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…