Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chrisbroadfoot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
chrisbroadfoot
5y ago
> In the future, I intend to sell internet access via the UniFi Captive Portal I'm pretty sure Telstra, Optus, Vodafone disallow reselling.
2.
▲
by
chrisbroadfoot
5y ago
That's just what we Australians like you to think. Drop bears are actually not very common.
3.
▲
by
chrisbroadfoot
5y ago
> As a bonus, emscripten/WASM compiled code will also be more efficient in the browser than plain JavaScript or Typescript. Small gains compared to the cost of implementing. 10-20%. Now you're asking your full-stack developers
4.
▲
by
chrisbroadfoot
6y ago
What about that thread shows she's toxic?
5.
▲
by
chrisbroadfoot
6y ago
> spilling 'special sauce' information to the public. You never heard of it, and that's a good thing. okay, cool. That's not what's going on here. We're talking about AI ethics, and the goal is that our (soc
6.
▲
by
chrisbroadfoot
6y ago
Zero doubt? Wow, wish I had such confidence to make claims about things I know little about. Each photo's geolocation data is stored. Of course. It is shown in the UI, as well as indexed so you can search by location. For example, I ca
7.
▲
by
chrisbroadfoot
6y ago
Some policies will disable your Yubikey/U2F key if it goes unused for N days. Usually low enough that it's annoying to keep a backup key. We've used https://rsc.io/2fa to share TOTP keys between multiple indi
8.
▲
by
chrisbroadfoot
6y ago
Also, correction, the correct import is _ "google.golang.org/grpc/xds"
9.
▲
by
chrisbroadfoot
6y ago
"The team also tested their approach on a collection of 30 challenges in DeepMind Lab using a more powerful 36-core 4-GPU machine. The resulting AI significantly outperformed the original AI that DeepMind used to tackle the challenge,
10.
▲
by
chrisbroadfoot
6y ago
Yep. It's useless for activity tracking. It thought I was sedentary while I was doing a spin workout. They still don't have a way to manually start activity tracking via an app.
11.
▲
by
chrisbroadfoot
6y ago
Earth = consumer globe viewer. Earth Pro = prosumer Google Earth. Earth Enterprise = private, offline globe. Earth Engine = research-oriented massively parallelized ML-based imagery analysis platform.
12.
▲
by
chrisbroadfoot
6y ago
Google Earth Enterprise is a very different thing, but is a great call out.
13.
▲
by
chrisbroadfoot
6y ago
The Twitter thread linked at the very top of the page talks about it. https://twitter.com/mouthofmorrison/status/12656350684684861...
14.
▲
by
chrisbroadfoot
6y ago
> As for Google Maps. The biggest tell is that there’s almost no geospatial capability in the software. They don’t want you to analyze and understand. They just want you to consume “where is X”. It’s a standard Google vector for ads appr
15.
▲
by
chrisbroadfoot
6y ago
I think that's what GP is saying. Presumably they don't resell, and don't allow resellers, so no counterfeits of their store brand products.
16.
▲
by
chrisbroadfoot
6y ago
> telnet, nc, ftp, ncftp, lftp, wget, curl, lynx, links? Luxury! Gone. No nc.
17.
▲
by
chrisbroadfoot
7y ago
Joy on Demand. Free to read on Kindle: https://www.amazon.com/Joy-Demand-Discovering-Happiness-With...
18.
▲
by
chrisbroadfoot
7y ago
> at least for months I'm traveling. note I'm pretty sure it's calls from USA to other countries, and that the rates calling from outside USA to USA and other countries is the same rate as the Flexible plan.
19.
▲
by
chrisbroadfoot
7y ago
Very cool. How do you route your legacy number? Did you port it to Twilio?
20.
▲
by
chrisbroadfoot
7y ago
Read this sentence as "600+ major markets, internationally". A "major market" is basically a city/metro.
21.
▲
by
chrisbroadfoot
7y ago
To be pedantic, it's "wouldn't npm be the wrong tool" (it isn't, necessarily, I believe lockfiles provide you with reproducible builds) Vendoring/copying them is another way to achieve this (and means you don&#
22.
▲
by
chrisbroadfoot
7y ago
There's likely a secure element in these NFC devices, more sophisticated than the common NFC tags. My guess is something similar to the chips in bank cards.
23.
▲
by
chrisbroadfoot
7y ago
You can use Cloud Run with GCP-managed infrastructure, and also inside your own GKE cluster. The GCP-managed infrastructure exposes the Knative API, but doesn't actually run in GKE/k8s. (I work on GCP but not much/on Cloud Ru
24.
▲
by
chrisbroadfoot
7y ago
> Cloud Run uses Docker which runs regular processes in a cgroup, so it's sufficient to check the cgroup memory usage, right? Cloud Run uses gVisor as its container runtime. Disclaimer: I work on GCP but not much on/with Cloud
25.
▲
by
chrisbroadfoot
7y ago
Cloud Run uses gVisor for its sandbox, Flex runs your container in a dedicated VM. Cloud Run has a limit of 80 concurrent requests to a copy of your app. Cloud Run has a limit of 2 GiB for memory. Flex gives you more flexibility over VM sha
26.
▲
by
chrisbroadfoot
7y ago
It's compatible with Knative, which is easy to set up in GKE, so you can migrate loads over to that if you want more control over your compute costs. And of course, you can run Knative outside of GKE, too. Disclaimer: I work on GCP but
27.
▲
by
chrisbroadfoot
7y ago
WireGuard is much easier to get configured than OpenVPN. Check out algo: https://github.com/trailofbits/algo I think you could bake your configuration into a custom image, so it would be fast to get a VM started (abo
28.
▲
by
chrisbroadfoot
7y ago
https://github.com/rogpeppe/gohack is great for this.
29.
▲
by
chrisbroadfoot
7y ago
you can also `go get google.golang.org/api@master`
30.
▲
by
chrisbroadfoot
8y ago
Any performance difference will be similar to if you were running on any other platform. So, if for your particular application, Go has a faster startup/cold start time than Python or Node, then yes, it'll be faster, overall. Very
More ›