HackerTrans
TopNewTrendsCommentsPastAskShowJobs

san1t1

no profile record

comments

san1t1
·8 เดือนที่ผ่านมา·discuss
Love a nice 'single box project'.

But as soon as you start dealing with data sovereignty for your SaaS app, and need co-lo's in multiple geographies, each with their own contract/billing cycles, HA and backup, the global reach and consistency of the cloud providers starts seeming quite compelling again.
san1t1
·9 เดือนที่ผ่านมา·discuss
I think the conversation has turned from "Can we spend more?" to "Can you please try and spend less?"
san1t1
·ปีที่แล้ว·discuss
My smallest PR was adding a missing executable file permission.
san1t1
·ปีที่แล้ว·discuss
The dark web is based around network anonymity.

You can find, and log into, your facebook account, should you have one, here, where I'm sure you would be quite identifiable.

facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd dot onion
san1t1
·ปีที่แล้ว·discuss
I've heard them best described as 'mansplaining as a service'
san1t1
·2 ปีที่แล้ว·discuss
After happily replacing the battery in a ten year old phone, six months later it was obsolete due to the 3G network switch off; the device was no longer capable of one of it's primary functions; making and receiving phone calls.
san1t1
·2 ปีที่แล้ว·discuss
I use an approach with Github Actions where if I need small amounts of persistent data between runs, I use a filesystem based off a fresh branch in the same repository.

That branch is rebased down to $tip so it shares no commits, and the 'database' doesn't affect development in trunk.

Obviously this doesn't work for significant data analysis, but if it's just a question of 'what was the state at the last run' it's cheap and easy.
san1t1
·2 ปีที่แล้ว·discuss
This whole article could be summed up as 'Be careful when you're mocking' and that would be sound advice.