@fallenhitokiri@social.screamingatmyscreen.com
Post #2093483
2023-09-21 06:29 UTC
Replies (17)
-
@chanakya@social.screamingatmyscreen.com 2023-09-21 06:39
@fallenhitokiri@social.screamingatmyscreen.com 1. Databases are for wimps. GraphQL FTW 2. The size of the code is 20 times larger than the size of data 3. And service discovery.
-
@DerMolly@toot.kif.rocks 2023-09-21 06:55
@fallenhitokiri@social.screamingatmyscreen.com While I agree, such system can be easily built if management tells you we‘ll have lot‘s of users and we need to be able to massivly scale at some point. Doesn‘t excuse the bad way it‘s build to work with few users though.
-
@robinsyl@meow.social 2023-09-21 07:11
@fallenhitokiri@social.screamingatmyscreen.com subtitle: admit it, you are not Google
-
@robertpi@functional.cafe 2023-09-21 07:19
@fallenhitokiri@social.screamingatmyscreen.com Related: most perf issues I've investigated do not require architectural changes to fix. They're simply bugs where code is executed far more times than it should be.
-
@ratkins@mastodon.social 2023-09-21 07:27
@fallenhitokiri@social.screamingatmyscreen.com Oh god yes. “I have just saved you three years getting your service to market, my consulting fee is a very modest $10,000. Please and thank you.”
-
@az@scorpinc.social 2023-09-21 07:41
@fallenhitokiri@social.screamingatmyscreen.com i'm reminded of the wonderful quote; "You can have a second computer once you’ve shown you know how to use the first one." by Paul Barham
-
@joshoconnorchen@mastodon.nz 2023-09-21 07:44
@fallenhitokiri@social.screamingatmyscreen.com Two servers seems like a lot of overengineering. One server, with good backups/restores, and a chapter on realistic recovery time objectives would suffice quite nicely.
-
@oschonrock@mastodon.social 2023-09-21 08:05
@fallenhitokiri@social.screamingatmyscreen.com 💯 For once I am happy to admit that our "legacy architecture" is exactly this... (except MariaDB instead of Postgres)
-
@schaueho@functional.cafe 2023-09-21 08:40
@fallenhitokiri@social.screamingatmyscreen.com This is what you get from CVDD, cv-driven development.
-
@tyarosh@mastodon.social 2023-09-21 10:11
@fallenhitokiri@social.screamingatmyscreen.com + keep team small. This is absurd when an uncontrolled crowd of multiple architects, dozens of software engineers, few project and delivery managers, designers, and a bunch of business analytics build microservices for an app that can be replicated as an iOS Shortcut
-
@tomw@mastodon.social 2023-09-21 10:54
@fallenhitokiri@social.screamingatmyscreen.com Yes but MySQL, MariaDB, SQLite also all fine. And don't particularly need to be on a separate server at the smallest scale.
-
@wademcgillis@mastodon.social 2023-09-21 12:08
@fallenhitokiri@social.screamingatmyscreen.com W2t the f2k did you j2t f5g say a3t me you l4e b3h? I'll h2e you k2w I g7d top of my c3s in the N2y S3s, and I've b2n i6d in n6s s4t r3s on Al-Q3a and I h2e o2r 300 c7d k3s. I am t5d in g5a w5e and I'm the top s4r in the e4e US a3d f4s. You are n5g to me but j2t a5r t4t. I w2l w2e you the f2k out w2h p7n the l3s of w3h has n3r b2n s2n b4e on t2s E3h, m2k my f5g w3s.
-
@dneto@mastodon.gamedev.place 2023-09-21 13:27
@fallenhitokiri@social.screamingatmyscreen.com You'd like this from David Crawshaw https://crawshaw.io/blog/one-process-programming-notes There's also a talk linked from that post.
-
@billseitz@toolsforthought.rocks 2023-09-21 13:34
@fallenhitokiri@social.screamingatmyscreen.com I really want a fresh front-end book for the 95%. Or is that "Bootstrap 5"?
-
@malwareminigun@infosec.exchange 2023-09-21 14:43
@fallenhitokiri@social.screamingatmyscreen.com back when nosql was a new thing what I kept saying was "if SQL is fast enough for Walmart it's probably fast enough for you".
-
@groxx@hachyderm.io 2023-09-21 16:25
@fallenhitokiri@social.screamingatmyscreen.com include a "what to do if X is no longer enough" per section (e.g. how do I live-migrate from SQLite to postgres) and tbh I think it might work. Fear of being stuck with no clear way out is a pretty big part of it.
-
@chrisg@fosstodon.org 2023-09-21 16:34
@fallenhitokiri@social.screamingatmyscreen.com Hey, I wrote a whole thing about exactly this idea. It makes me so happy to see others say this too. https://radiki.dev/posts/a-small-dbms/