Live data from Hacker News

Viewing profile — jlogsdon

jlogsdon

HN member
Joined
Mon, Apr 11, 2011, 8:11 PM UTC
HN karma
351
Public activity
132 items

About jlogsdon

No profile information was provided.

Recent public activity

  1. comment
    Comment #47564357

    Yes https://youtu.be/0bAuP0gO5pc

  2. comment
    Comment #35395643

    Important to note that AWS doesn’t control spot prices: it’s a market where you bid on what you’re willing to pay. Customers control the cost through their bids. edit; and prices t…

  3. comment
    Comment #27024267

    asdf is a pluggable version manager for many languages and tools, not just one language.

  4. comment
    Comment #25092164

    Resource patches get richer the further you go out always in vanilla, not just rail world. Richness is a function of distance from your spawn point.

  5. comment
    Comment #20246689

    It's even on their official sites demo video! As shared in another comment https://www.tesla.com/autopilot

  6. comment
    Comment #20246673

    There are plenty of video interviews where Musk himself shows using auto pilot with his hands off the wheel.

  7. comment
    Comment #20142771

    What's the benefit of this over using cert-manager?

  8. comment
    Comment #20007163

    I am using a free tier instance in GCP and using tinc to accomplish exactly this. It's not "click and play" but setting it up is simple. If I ever outgrow the f1-micro its easy eno…

  9. comment
    Comment #19312455

    Specifically in the area of high CPU load tasks. NodeJS is perfectly fine for heavily async tasks, especially calling out to external services. When you have CPU intensive tasks th…

  10. comment
    Comment #19310946

    It's not 100x as stated by the OP, but I wouldn't use it (async_hooks) in situations where performance is actually a concern. I wouldn't use node there either, but that's besides t…

  11. comment
    Comment #17458143

    From their Privacy Policy ( https://www.gurn.io/privacy-policy/ ): 4. We may collect the following Data, which includes personal Data, from you: .... l. A list of URLs starting wit…

  12. comment
    Comment #12872459

    This library doesn't run SQL, its only a template engine that gives you back a parameterized query and parameter array back. It's up to you to actually use them with an adapter, wh…

  13. comment
    Comment #10188923

    IndexedDB is standardized for IndexedDB, which is not at all designed for use on a backend.

  14. comment
    Comment #8925479

    Not only that, it doesn't break anything at all. Referer is a completely optional header, and all this does is introduce a tag for controlling that. I hope more browsers pick this …

  15. comment
    Comment #8309509

    WebRick is only meant for development mode, not production. Another choice (which we use) is Unicorn[1], though I have become a huge fan of Puma lately. [1] http://unicorn.bogomips…

  16. comment
    Comment #8291266

    Now I hear live translation along side the speaker. Awesome.

  17. comment
    Comment #7998550

    You can use PHP built-in functions. Check out the readme. The API is shown alongside using functions like file_put_contents and require.

  18. comment
    Comment #7998507

    It's all possible with HTTP statuses according to a link[1] posted above. [1] https://grepular.com/Abusing_HTTP_Status_Codes_to_Expose_Pri...

  19. comment
    Comment #7967715

    Thanks, what I searched for didn't really bring anything up.

  20. comment
    Comment #7967638

    > unlike, say, CloudFlare Care to elaborate?

  21. comment
    Comment #7928324

    You can do exactly that with GVim if you are so inclined.

  22. comment
  23. comment
    Comment #7455735

    According to the developer, Chris Lacy[1], Link Bubble was in development before Facebook's Messenger was released. [1] https://news.ycombinator.com/item?id=7454918

  24. comment
    Comment #7381291

    Technically mysql has "built-in fulltext search" as well, but the implementation leaves something to be desired.

  25. comment
    Comment #7158457

    Upstart can indeed keep your process running. We use it for all of our process monitoring and it works like a charm.