Live data from Hacker News

Viewing profile — jmb12686

jmb12686

HN member
Joined
Mon, Sep 17, 2018, 2:38 PM UTC
HN karma
112
Public activity
39 items

About jmb12686

No profile information was provided.

Recent public activity

  1. comment
    Comment #26856010

    That can be true if you are using tightly coupled event sources (like s3, SNS, etc) where you need to inspect the incoming object. If you are doing a HTTP / REST API, try to decoup…

  2. comment
    Comment #26841495

    Problem is, meat won't take on any smoke ring after a certain temperature (170 degrees)[1]. Thus you won't get that beautiful authentic smoked meat ring if you precook without smok…

  3. comment
    Comment #26627352

    I have a cluster of raspberry Pis setup next to my SmartThings hub. I upgraded storage to use external SSDs via USB 3.0 cables. After that, all my ZigBee devices dropped communicat…

  4. comment
    Comment #26472963

    Docker Swarm usage here in production. Mainly a regulatory and compliance constraint, but it is relatively simple compared to other container orchestration platforms.

  5. comment
    Comment #26472731

    This was a hilarious clip. Brought me back to 15 years ago, messing around with people on Ventrilo while playing World of Warcraft. Many, many lost nights and days playing that add…

  6. comment
    Comment #26461690

    Reading thru the thread, it appears the browser they are referring to may be Cutebrowser.

  7. comment
    Comment #23813936

    Docker most definitely has ARM and multi-architecture support. That is, assuming the particular image you are attempting to pull has been published using the Manifest V2 spec and h…

  8. comment
    Comment #23473644

    This. Docker Swarm, and by extension Docker EE / UCP, is barely in maintenance mode. Go compare the Moby and docker projects on GitHub vs kubernetes. To be clear, I use Docker Swar…

  9. comment
    Comment #23332253

    I have over a dozen in wall GE z-wave switches and dimmers in my home. They have been working great for years.

  10. comment
    Comment #22799730

    This isn't an accurate statement. I work on behalf of a federal government agency, and no one has write access in development, let alone production. Everything is required to run t…

  11. comment
    Comment #22613766

    Here in the entire state of Ohio, literally every dine in restaurant and/or bar operation has been shut down. Only take out / delivery is allowed: https://governor.ohio.gov/wps/por…

  12. comment
    Comment #22541285

    I was doing "devops" for Scottrade's order management system during the exact same time as the Knight implosion. If I remember correctly, the Facebook IPO was a larger mess we had …

  13. comment
    Comment #22490580

    As an architect, I am currently working on our org's first cloud deployment initiative. Due to federal compliance / regulations, we have no write access in higher / production boun…

  14. comment
    Comment #22438395

    I haven't written a blog, but I do have a 5 node RaspberryPi cluster running Docker Swarm. The docker stacks and compose files are on GitHub https://github.com/jmb12686/raspi-docke…

  15. comment
    Comment #21778600

    My wife (33 years old) was just diagnosed with type 1 diabetes last month. A healthy, under 120 lbs 5 foot 4 woman, who busts her ass for our young children, now has to learn how t…

  16. comment
    Comment #21561631

    This repo uses the Serverless Framework. It is an excellent abstraction framework for constructing, orchestrating, and deploying "serverless" applications to AWS (and other clouds)…

  17. comment
    Comment #21555029

    Here's another repo of mine doing (essentially) the same thing, multi arch image build using GitHub Actions. There is a bit more documentation in this repo regarding local builds t…

  18. comment
    Comment #21554861

    I've been leveraging docker buildx to create multi architecture images for a few months. It's quite nice and simple, and I've been able to even automate the multiarch builds with G…

  19. comment
    Comment #21055617

    I can also confirm that it was easy to store "notes" and write programs for TI calculators. The ability to store arbitrary ascii characters saved my butt on quite a few exams in th…

  20. comment
    Comment #21016368

    Does anyone know what power supply they are using? I am having trouble finding a good, rack-able USB power supply for my cluster of raspberryPis. If anyone at the conference can sn…

  21. comment
    Comment #20901070

    Amen to this... 3.5 yr old and twin infants here... I haven't been able to concentrate in years. When I have attempted to produce anything of value (in job or hobby), it's been at …

  22. comment
    Comment #20872750

    AWS announced this enhancement at 2018 re:Invent. It was slated for "sometime in 2019". I was excited, and I'm impressed that they released the feature well ahead of the end of the…

  23. comment
    Comment #20825947

    Stackdriver is remarkably awesome for log aggregation, storage, and querying. Uptime checks to arbitrary HTTP endpoints are fantastic! Not sure about other use cases such as visual…

  24. comment
    Comment #20784486

    In my anecdotal experience, attempting / allowing "true OO" programming turns quickly into an unreadable, unmaintainable, unreliable ball of mud. After leading a team of ~30 develo…

  25. comment
    Comment #20754421

    I have appreciated the automated notifications from GitHib for projects that have known vulnerable dependencies in my package.json(s). I just looked up Dependabot and linked it wit…