HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sconi

no profile record

Submissions

Turning Business Logic Errors into Compile-Time Errors

bowtie.security
3 points·by sconi·last year·0 comments

[untitled]

1 points·by sconi·2 years ago·0 comments

Our Database Came from the Future

bowtie.works
1 points·by sconi·3 years ago·1 comments

comments

sconi
·2 years ago·discuss
Yes, Zscaler or any other Zscaler clone (e.g., Netskope, Cato, etc) -- they're all just sitting ducks, and once they are compromised, what happens to all the customers? It doesn't make any sense and shows how much we're willing to give up for convenience.
sconi
·3 years ago·discuss
Back in Docker's day it was (basically) the only thing out there that let you reliably package up an application in a portable way from any Linux distribution to any Linux distribution - before Docker it was prohibitively difficult to build your application on your Ubuntu desktop and run it on your CentOS servers because you had to wrangle system packaging, library differences, and see the app run in the same way as it would in production. Docker turned the runtime into one consistent thing everywhere (and the ability to ship it to the deployment target).

That's less novel in 2023 but solved serious problems a decade ago. In 2023 reproducible builds are important as reflected by efforts like Debian's reproducible builds or SALSA and nix zooms way beyond that to solve downstream problems, too
sconi
·3 years ago·discuss
I get very similar vibes to early Docker as I do about Nix today: it requires doing things very differently, is difficult ramp up on because of that, but those who pay the cost to invest the time are gaining an advantage now by their ability to do dazzling things by adopting early.