HN user

christop

1,063 karma
Posts21
Comments142
View on HN
twitter.com 8y ago

Shawn Pearce, author of Gerrit and Git-related projects, has died

christop
41pts4
www.theguardian.com 8y ago

Verifone credit card terminals in global outage

christop
1pts0
cavaliercoder.com 8y ago

A WebOps Postmortem

christop
1pts0
meta.stackoverflow.com 9y ago

A Post-Mortem on the Recent Stack Overflow Developer Story Information Leak

christop
2pts0
github.com 9y ago

Browser auto-fill phishing

christop
802pts143
medium.com 9y ago

Federation, Privacy, and User Experience

christop
2pts1
developer.android.com 9y ago

Android Things – IoT Platform

christop
25pts6
www.forbes.com 9y ago

Just One Photo Can Silently Hack Millions of Androids

christop
3pts0
laforge.gnumonks.org 10y ago

Student sentenced for detecting flaws in Slovenian police and army TETRA network

christop
6pts0
www.bbc.com 10y ago

Police stop guarding embassy refuge of Julian Assange

christop
119pts80
nginx.org 10y ago

Nginx 1.9.5 has been released, with HTTP/2 support

christop
1pts0
thecomputerperson.wordpress.com 10y ago

Twitter leaks friends and family information

christop
2pts0
marcysutton.com 11y ago

Marcy Sutton: Speak at your local elementary school

christop
1pts0
nginx.org 11y ago

Nginx 1.8.0 stable has been released

christop
165pts21
kev.inburke.com 11y ago

Node’s `require` is dog slow

christop
4pts0
www.theguardian.com 11y ago

Argentinian government moves to dissolve domestic intelligence agency

christop
2pts0
kohsuke.org 11y ago

Groovy should have a clear governance structure

christop
4pts1
support.google.com 11y ago

Google Cloud Platform can now only be used “for business purposes” in Europe

christop
3pts0
tldr.someecards.com 11y ago

Apple Pay according to TL;DR Wikipedia

christop
1pts0
www.telegraph.co.uk 11y ago

Wikipedia refuses to delete photo taken by monkey

christop
201pts203
developers.soundcloud.com 12y ago

Building the new SoundCloud iOS application — Part I: The reactive paradigm

christop
3pts0

Tailscale works hard to do all this stuff automatically.

Possibly you'd have more luck on a network where your client can allow incoming UDP connections on the Tailscale port, and so the exit node would be able to establish a direct connection.

But for a Tailscale peer I have running on AWS ECS, I can open the UDP port there, so a direct connection always happens regardless of what sort of network my Tailscale clients are on. I don't know if there's any Fly equivalent to get a direct connection to a UDP port.

I tried using this or a similar repo to set up a Tailscale exit node on Fly.io before.

The downside is that my traffic never went direct; it was always relayed via a Tailscale DERP node, as Fly.io machines were only accessible via anycast, and so a direct connection from Tailscale on my machine to the exit node on Fly.io couldn't be established.

So performance wasn't as great (and I felt bad about using up Tailscale's DERP bandwidth, as a free user).

I switched to Joplin a few years ago, and it was able to import my notes from Evernote.

My existing Fastmail account gives me WebDAV file storage, and Joplin can use that as a sync backend. End-to-end encrypted.

There are clients for macOS and Android. Neither of which are as relentlessly buggy as text editing with Evernote. Web Clipper browser extension. All open source.

I've had zero regrets about switching away from Evernote.

Yeah, I'm in the same boat. I'm kinda confused about things like SSH and Funnel being moved to the Premium tier.

It feels a little odd that the Free tier lets you use Premium features indefinitely, but as soon as you get more colleagues onboard, you lose those features.

Unless you're looking carefully at the pricing page, you'd miss that Starter has many fewer features compared to Free.

Unfortunately, using Dagger for DI with Kotlin requires using the Kotlin annotation processor, kapt, which is still incredibly slow, and works non-incrementally.

If you value your build times or your sanity in the slightest, I'd recommend either severely limiting use of Dagger, e.g. by only using it in certain, small Gradle modules, or using a different DI solution.

Yeah, looks very similar. I will be interested to see how quickly containers can be provisioned on FarGate.

Maybe I was doing something wrong, but my experience so far with ACI is that it consistently took about three to four minutes until a smallish container was ready for use.

Welcome to Glitch 9 years ago

That seems reasonable, but the new name is already in wide use in software/hardware. Even outside, its dictionary definition is "a defect or malfunction in a machine or plan".

That seems like an odd choice, though the blog seems to suggest it's because everyone will be fixing each other's bugs.

Unfortunately, you're still not allowed to use Google Cloud Platform for personal usage if you're based in Europe.

Several years ago they emailed (presumably) everyone without a tax number in their account, saying so: https://support.google.com/cloud/answer/6090602

Trying to add a billing account just now from a European country doesn't give the choice of account type; it's fixed to "business" and can't be edited.

So without a billing account, it seems nobody in Europe can use the free tier for personal use.

Are you sure that's the NSL number being redacted at the top-left?

The NSL numbers are also listed in the Google blog entry, and are in the URLs of each PDF, so the numbers definitely aren't something that Google intended to censor.

GitHub Audio 10 years ago

This is a handy alias to have: whois='whois -h whois.geektools.com'