HackerTrans
TopNewTrendsCommentsPastAskShowJobs

biermic

no profile record

comments

biermic
·el año pasado·discuss
The coding part of building a SaaS is the easier one. Get a job and build on the side
biermic
·el año pasado·discuss
Nope, we just decided to migrate to S3
biermic
·el año pasado·discuss
I've integrated it into two projects. Users loved it.
biermic
·el año pasado·discuss
Back in 2006 my blog got me a girlfriend. I think exposure in any way is beneficial.
biermic
·hace 3 años·discuss
I don't, they'd probably rather sell what is left.
biermic
·hace 3 años·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
·hace 3 años·discuss
A lot of things but not really much at the same time
biermic
·hace 3 años·discuss
AWS thought us that one cannot trust status pages
biermic
·hace 3 años·discuss
And Iphones are allergic to Helium https://www.ifixit.com/News/11986/iphones-are-allergic-to-he...
biermic
·hace 3 años·discuss
Could you reduce to 24 hrs per week? That would be 3 full days out of 7.
biermic
·hace 3 años·discuss
That sounds like a wonderful lifestyle!
biermic
·hace 4 años·discuss
Maybe something more basic. Like GOTO's
biermic
·hace 4 años·discuss
Maybe a proper debugger?
biermic
·hace 4 años·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
·hace 4 años·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
·hace 4 años·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
·hace 4 años·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.