HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gehen88

no profile record

comments

gehen88
·2 years ago·discuss
Note that limiting content length only works with createPresignedPost, not with getSignedUrl.
gehen88
·2 years ago·discuss
Only with createPresignedPost, not with getSignedUrl.
gehen88
·2 years ago·discuss
Interesting! What would the integration between Storybook and a CMS such as Wordpress look like, ideally? How would you use it?
gehen88
·2 years ago·discuss
SSO is not a requirement for secure software. It’s a requirement for enterprises because otherwise they have to manually keep track of everyone’s accounts everywhere, but that’s a management issue not a security issue (unless managed poorly).

Admittedly for many SaaS and OSS offerings SSO is an enterprise-only feature while it doesn’t have to be, but it’s the best discriminator they have to separate cheaper plans from enterprise plans. The alternative is to charge more for all plans, but then you lose out to the competition that does play this enterprise tax game.
gehen88
·3 years ago·discuss
I was hoping for some interesting insight to be shared, but no it’s just a shallow opinion piece on why E2E is better than unit tests for web interfaces, without really explaining why.

The author misses that component tests don’t have to be like unit tests at all, they are more like integration tests if you test entire pages (which are components too), use actual user interactions and mock only the I/O (mostly network) layer. It’s like E2E without spinning up a backend.
gehen88
·3 years ago·discuss
I use my phone to access work stuff. That's a huge reason to need security updates.
gehen88
·3 years ago·discuss
Took me way too long to figure out this is powered by Elixir.
gehen88
·3 years ago·discuss
Why this is getting blamed on JavaScript / Node.js is beyond me. Microservices were/are all the rage in Java/Scala land, and seemed to initially be pushed by (Dev)Ops engineers' desire to roll their own Kubernetes cluster (or whatever came before). I've been on multiple such project and I always loathed the additional complexity (especially combined with actors/event sourcing and Cassandra). Node.js was limited to some frontend tooling that only ran locally or in CI.
gehen88
·3 years ago·discuss
LAN parties got me into casemodding. I was always more interested in looking cool (to this particular crowd) than actually playing games [1]. I always picked a seat at the end of a row, close to the catering so people would come over to take a look. This quickly got out of hand with sponsors (Cooler Master, Silverstone, among others) and dragging my builds to casemodding contests and trade shows (CEBIT Hannover). I was still in high school. Good times.

[1] Serious Sam was my favorite though.