Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jlogsdon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
jlogsdon
6mo ago
Yes https://youtu.be/0bAuP0gO5pc
2.
▲
by
jlogsdon
3y ago
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 tend to surge at end of quarter, regardless of provider. I’ve
3.
▲
by
jlogsdon
5y ago
asdf is a pluggable version manager for many languages and tools, not just one language.
4.
▲
by
jlogsdon
6y ago
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.
▲
by
jlogsdon
7y ago
It's even on their official sites demo video! As shared in another comment https://www.tesla.com/autopilot
6.
▲
by
jlogsdon
7y ago
There are plenty of video interviews where Musk himself shows using auto pilot with his hands off the wheel.
7.
▲
by
jlogsdon
7y ago
What's the benefit of this over using cert-manager?
8.
▲
by
jlogsdon
7y ago
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 enough to add another node with a public IP. It
9.
▲
by
jlogsdon
8y ago
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 the lack of control over the event loop (task list) can be pai
10.
▲
by
jlogsdon
8y ago
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 the point. async_hooks are 100% usable in
11.
▲
by
jlogsdon
8y ago
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 with a referring site, your act
12.
▲
by
jlogsdon
10y ago
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, which means you can use prepared statements.
13.
▲
by
jlogsdon
11y ago
IndexedDB is standardized for IndexedDB, which is not at all designed for use on a backend.
14.
▲
by
jlogsdon
12y ago
Not only that, it doesn't break anything at all. Referer is a completely optional header, and all this does is introduce a <meta> tag for controlling that. I hope more browsers pick this up soon! And also let me enforce my own se
15.
▲
by
jlogsdon
12y ago
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.org/
16.
▲
by
jlogsdon
12y ago
Now I hear live translation along side the speaker. Awesome.
17.
▲
by
jlogsdon
12y ago
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.
▲
by
jlogsdon
12y ago
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.
▲
by
jlogsdon
12y ago
Thanks, what I searched for didn't really bring anything up.
20.
▲
by
jlogsdon
12y ago
> unlike, say, CloudFlare Care to elaborate?
21.
▲
by
jlogsdon
12y ago
You can do exactly that with GVim if you are so inclined.
22.
▲
by
jlogsdon
12y ago
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
23.
▲
by
jlogsdon
13y ago
Technically mysql has "built-in fulltext search" as well, but the implementation leaves something to be desired.
24.
▲
by
jlogsdon
13y ago
Upstart can indeed keep your process running. We use it for all of our process monitoring and it works like a charm.
25.
▲
by
jlogsdon
13y ago
Adding in the ability to mark when a deploy goes out makes it really easy to see when deploys caused issues historically (and immediately for those not involved with the deploy itself).
26.
▲
by
jlogsdon
13y ago
Here's a tip: if you have a problem you're having trouble solving, work/think about it a bit before going to bed. It will be fresh in your mind, and as you sleep your brain will churn away at it. This works for pretty much ev
27.
▲
by
jlogsdon
13y ago
Can't deliver privacy guarantees unless you have a secure system in the first place. That's not to say Google does care about privacy, but security being top makes sense.
28.
▲
by
jlogsdon
13y ago
and heavily extensible. You can basically clone Winamp 2, 3 and 5 with it. The community is really strong, as well.
29.
▲
by
jlogsdon
13y ago
I think they are synonymous currently. I wouldn't mind seeing Cards used for "static" things and Widgets for more interactive... widgets.
30.
▲
by
jlogsdon
13y ago
For issues and comments you can simply drag an image into the body area (or use the upload button) and it will upload to GitHub. You only need to reference from your repository for README or other files inside of your code.
More ›