lykron
|
4 years ago
|
on: Restic 0.13.0
lykron
|
7 years ago
|
on: Brex Has Amassed A Valuation Of $1.1B In Under Two Years
They are. Small Business Cards are always are. It's not tied to my credit report, but my report was pulled as part of the process.
lykron
|
7 years ago
|
on: Brex Has Amassed A Valuation Of $1.1B In Under Two Years
American Express gives out credit cards like candy. We make 600/month and Amex have us 40k in credit. It’s aslo cheaper than their offering.
It looks like an interesting product, but I’m surprised that Chase or Amex hasn’t attacked the market segment.
lykron
|
9 years ago
|
on: Building a Bank with Go [video]
He didn't talk much about this, but I find it very hard to believe that they were able to make their own deposit application and get it certified for use (unless the UK has vastly different banking regulations than the US). 32-bit/64-bit systems have small rounding errors that are show-stoppers for banking from what I've heard. There is a reason why COBOL and Big Iron rain supreme in Finance.
lykron
|
9 years ago
|
on: DigitalOcean Connectivity Issues
Linode offers a shared private network per datacenter.
lykron
|
9 years ago
|
on: DigitalOcean Connectivity Issues
Yeah. Nobody is perfect, but Linode's technical features and support makes up for it in my book.
lykron
|
9 years ago
|
on: DigitalOcean Connectivity Issues
lykron
|
9 years ago
|
on: DigitalOcean Connectivity Issues
Linode, except for DDoSs, has been incredibly solid.
lykron
|
9 years ago
|
on: Ops in the serverless world: monitoring, logging, config management
"skills and efforts required to fulfill the ops responsibilities do not justify the need for such specialization." You just pay someone else to do it; get over yourself.
lykron
|
9 years ago
|
on: Introducing FreeNAS Corral
They've always had the functionality to run software like Transmission inside a Jail. I guess they just moved that functionality to docker to be more "hip".
lykron
|
9 years ago
|
on: Security 101 for SaaS startups
I'm not saying to use AD for a SaaS product, I'm saying the advice on having an obscure domain is a bad one. The SaaS product is saas.com, the company domain is company.com, and the IPA or AD Domain is domain.company.com. I don't see any good reason to have a 3rd domain floating around for directory services. If anything it is another thing to manage and keep track of.
lykron
|
9 years ago
|
on: Security 101 for SaaS startups
ElasticByte looks kinda cool. I'm curious to the market for it, as you seem to fit between "We can use heroku" and "We can hire two people."
lykron
|
9 years ago
|
on: Security 101 for SaaS startups
"A third domain is needed for internal use and back office. This domain would probably be registered anonymously, so it would be a little more difficult to find."
Um, security through obscurity is not security. And I don't get this? Are we talking Active Directory? It can be a subdomain off your root domain that is only accessible internally.
lykron
|
9 years ago
|
on: Apple's Tim Cook: We really care about pro users
Nothing you describe hasn't already been done by others.
lykron
|
9 years ago
|
on: Twitter’s New Tool to Crack Down on Politically Incorrect Language
The Silicon Valley double standard, but I would like a bit more concrete evidence before I get my pitchfork out.
lykron
|
9 years ago
|
on: DigitalOcean introduces Load Balancers
DigitalOcean seems to be going after Linode. Will be interesting to see how Linode responds.
lykron
|
9 years ago
|
on: Wheaton College (Massachusetts) promises full scholarship to student refugees
While I like this idea, the burden is shifted to the students couldn't get a scholarship; Students who are probably working to pay for school or have taken out loans that will take years to pay for.
lykron
|
9 years ago
|
on: Dear FetLife (And Other Kinky People)
A good article pointing out that it is not enough to complain or be a keyboard warrior, but you have to take tangible action in order to get effective results. A bit firm, but needed as this is the first time I've seen this issue with FetLife raised outside of FetLife.
lykron
|
9 years ago
|
on: Inside the Tesla 100kWh Battery Pack
Cheaper to buy standardized cells at scale, due to production capacity?
lykron
|
9 years ago
|
on: How Lever (YC S12) Got to 50–50 Women and Men
You forgot an /s when you said the pay gap. If you didn't, then they pay gap you refer to is a statistical figure that is observed when you compare every worker across every profession across their entire career. The pay gap (as you assert it) doesn't exist (nor is legal to have) at a company level.
`timeout -s SIGINT 1h restic...`
That would let restic run for one hour, and then once the hour elapses send a SIGINT which will stop the process (see https://github.com/restic/restic/blob/a29777f46794ea4e35548f...)