Viewing profile — jlogsdon
jlogsdon
HN member- Joined
- Mon, Apr 11, 2011, 8:11 PM UTC
- HN karma
- 351
- Public activity
- 132 items
- HN profile
- View on Hacker News ↗
About jlogsdon
No profile information was provided.
Recent public activity
-
comment
Comment #47564357
Yes https://youtu.be/0bAuP0gO5pc
-
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…
-
comment
Comment #27024267
asdf is a pluggable version manager for many languages and tools, not just one language.
-
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.
-
comment
Comment #20246689
It's even on their official sites demo video! As shared in another comment https://www.tesla.com/autopilot
-
comment
Comment #20246673
There are plenty of video interviews where Musk himself shows using auto pilot with his hands off the wheel.
-
comment
Comment #20142771
What's the benefit of this over using cert-manager?
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #10188923
IndexedDB is standardized for IndexedDB, which is not at all designed for use on a backend.
-
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 …
-
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…
-
comment
Comment #8291266
Now I hear live translation along side the speaker. Awesome.
-
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.
-
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...
-
comment
Comment #7967715
Thanks, what I searched for didn't really bring anything up.
-
comment
Comment #7967638
> unlike, say, CloudFlare Care to elaborate?
-
comment
Comment #7928324
You can do exactly that with GVim if you are so inclined.
- comment
-
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
-
comment
Comment #7381291
Technically mysql has "built-in fulltext search" as well, but the implementation leaves something to be desired.
-
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.