HN user

davidgl

714 karma
Posts26
Comments113
View on HN
www.bbc.co.uk 2y ago

Unity engine maker says sorry after runtime fee price plan backlash

davidgl
3pts0
newsletter.mollywhite.net 3y ago

The Oasis “counter-hack” and the centralization of DeFi

davidgl
3pts0
www.bbc.co.uk 4y ago

OnlyFans: It handles illegal sex videos – BBC investigation

davidgl
2pts0
www.holistics.io 5y ago

QUEL vs. SQL

davidgl
3pts0
redislabs.com 5y ago

Redis Labs Raises $100M

davidgl
156pts107
www.bbc.co.uk 6y ago

Solar Orbiter: Sun probe's first images reveal small 'camp fires'

davidgl
3pts0
www.ft.com 6y ago

Yuval Noah Harari: the world after coronavirus

davidgl
4pts0
medium.com 6y ago

I Peeked into My Node_Modules Directory

davidgl
43pts17
www.youtube.com 6y ago

A network of science: 150 years of Nature papers

davidgl
2pts0
medium.com 6y ago

.NET Core 3.0 AWS Lambda Benchmarks and Recommendations

davidgl
1pts0
www.wired.co.uk 6y ago

Google Quantum Computer

davidgl
2pts0
abe-winter.github.io 7y ago

12 Months with Big Redis

davidgl
2pts0
www.zuckedbook.com 7y ago

Zucked – Waking Up to the Facebook Catastrophe

davidgl
2pts0
meta.stackoverflow.com 7y ago

Announcing the Stack Overflow Time Machine

davidgl
4pts0
medium.com 7y ago

The Journey to 90% Serverless at Comic Relief

davidgl
1pts0
www.chrisstucchio.com 7y ago

Why you can't have privacy on the internet

davidgl
1pts0
ncase.me 8y ago

Interactive demos on network theory, game theory, trust etc

davidgl
209pts6
rob.conery.io 8y ago

A pure postgresql document db api

davidgl
2pts0
aws.amazon.com 8y ago

Amazon Neptune GraphDB Generally Available

davidgl
2pts0
www.dr-josiah.com 8y ago

Forking Redis: SSL/TLS and Transactions

davidgl
77pts57
azure.microsoft.com 8y ago

Azure login is down in some parts of Europe and Asia

davidgl
1pts1
evelinag.com 9y ago

Tabs, spaces and your salary – how is it really?

davidgl
2pts0
hackernoon.com 9y ago

Amazon is eating the software (which is eating the world)

davidgl
1pts0
m.signalvnoise.com 10y ago

The Majestic Monolith

davidgl
304pts91
ithare.com 11y ago

64 Network DO’s and DON’Ts for Game Engines

davidgl
13pts1
github.com 11y ago

ToroDB – Document-oriented JSON database on top of PostgreSQL

davidgl
166pts49

We use it in a production system on the aspnetcore stack, and it's been bulletproof for a number of years.

We have lots of proxies in the way, and old tech on certain networks, and at this moment we are 97% websockets, 2% server side events, 1% long polling, and it's all transparent to me, brilliant.

Yep, it's a cluster OS. If you need to run a cluster, you need to explore and understand the trade offs of k8s versus other approaches. Personally I run a small cluster on k3s, for internal tools, and love it. Yes it's a load of new abstractions to learn, but once learnt if really helps in designing large scalable systems. I manage lots of pet machines and VMs for clients, and it would be soooo much easier on k8.

From the tool itself:

SSH to a Tailscale machine

USAGE tailscale ssh [user@]<host> [args...]

The 'tailscale ssh' command is an optional wrapper around the system 'ssh' command that's useful in some cases. Tailscale SSH does not require its use; most users running the Tailscale SSH server will prefer to just use the normal 'ssh' command or their normal SSH client.

The 'tailscale ssh' wrapper adds a few things:

* It resolves the destination server name in its arguments using MagicDNS, even if --accept-dns=false.

* It works in userspace-networking mode, by supplying a ProxyCommand to the system 'ssh' command that connects via a pipe through tailscaled.

* It automatically checks the destination server's SSH host key against the node's SSH host key as advertised via the Tailscale coordination server.

It’s easy to over-index on reuse as a primary goal of APIs (I believe taming complexity is a more important goal)

So true !

Is it more complicated though ? I've been developing for over 30 years, and I don't feel like its got any worse, I think it's the nature of the medium.

These days I fight with npm or nuget dependencies problems, 20 years ago I was trying to write Delphi code to do simple REST requests, the complexity moves around but is still there.

Out of the Tar Pit (http://curtclifton.net/papers/MoseleyMarks06a.pdf) was written 15 years ago, and it's all about curbing complexity