HackerTrans
TopNewTrendsCommentsPastAskShowJobs

biermic

no profile record

comments

biermic
·last year·discuss
The coding part of building a SaaS is the easier one. Get a job and build on the side
biermic
·last year·discuss
Nope, we just decided to migrate to S3
biermic
·last year·discuss
I've integrated it into two projects. Users loved it.
biermic
·last year·discuss
Back in 2006 my blog got me a girlfriend. I think exposure in any way is beneficial.
biermic
·3 years ago·discuss
I don't, they'd probably rather sell what is left.
biermic
·3 years ago·discuss
2 things to add:

- I'd decouple the database writes with a message queue.

- Make sure that table is partitioned if you haven't. TimescaleDB's hyper tables are a good compromise here if you are already using Postgres..
biermic
·3 years ago·discuss
A lot of things but not really much at the same time
biermic
·3 years ago·discuss
AWS thought us that one cannot trust status pages
biermic
·3 years ago·discuss
And Iphones are allergic to Helium https://www.ifixit.com/News/11986/iphones-are-allergic-to-he...
biermic
·3 years ago·discuss
Could you reduce to 24 hrs per week? That would be 3 full days out of 7.
biermic
·3 years ago·discuss
That sounds like a wonderful lifestyle!
biermic
·4 years ago·discuss
Maybe something more basic. Like GOTO's
biermic
·4 years ago·discuss
Maybe a proper debugger?
biermic
·4 years ago·discuss
Redshift COPY from s3 is also affected.

  -----------------------------------------------
  error:  No response body.
  code:      30000
  context:   
  query:     1154965
  location:  xen_aws_credentials_mgr.cpp:403
  process:   padbmaster [pid=15893]
  -----------------------------------------------
biermic
·4 years ago·discuss
I have one running with a ~5TB big unpartitioned table. Adding ~9M rows per day, with significant read load via 2 replicas. Works just fine on a 32 GB memory RDS instance. There is another table half the amount of rows and I join the two 1000s of times a day.

Took a bit of fiddling around to have things run stable. Currently migrating to Redshift, which has stellar performance but comes with its own problems.
biermic
·4 years ago·discuss
Had this happen to me as a client on Upwork.

Interviewed some Italian guy, but when the job started a Russian guy with Asian roots was on the cam.

Somehow I understand his situation, but nevertheless ended the call after one minute.
biermic
·4 years ago·discuss
Some CTO guy who I work with does this with the password for internal docs. He thinks he is 1337.

How long will it take, until someone gains access? I consider this an intentional security leak.