qatanah's comments

qatanah | 10 months ago | on: OpenAI releases image generation in the API

All I can think of is image generation of potential targets like ships, airplane, airfield and feed them to their satellite or drones for image detection and tweak their weapons for enhance precision.

qatanah | 4 years ago | on: How Laravel Livewire works

I'm loving htmx! as backend developer this just eliminates all the js monstrosity of packaging, dependencies and deployments..

qatanah | 4 years ago | on: Windows 96

Looks cool!

Where is my minesweeper and freecell?

qatanah | 4 years ago | on: Ask HN: What novel tools are you using to write web sites/apps?

Using a different setup for deploying client side static html.

- React/ Js framework

- Deploy Static Files to S3

- Cloudfront for cdn

- Cloudflare pointing to cloudfront cdn

- Cloudfare Page rules for protected sites / no need create login/auth

- Flask

- Postgres

qatanah | 5 years ago | on: Migrating to SQLAlchemy 2.0

Thanks for the hardwork zzzeek! I've been using sqlalchemy for 5+yrs now and it's great to work with!

I like SQL and I like the ORM. When things go tough like doing complicated JOINs or OLAP. I just go raw sql. If it's OLTP, updates and simple lookups, ORM makes the code readable.

The alembic migration is also great! I can craft the models to design with postgres features (index, multi key index, pk uuid) and etc..

I'd would love sqlalchemy to invest more on scaling. Although scaling is an entire book of discussion. Not much resources are there for handling multiple db, sharding (maybe too much to ask).

My opinion is, love SQL and Love the ORM. You'll need both to appreciate it's power. It's like learning VIM, a long term investment tool and hard to :wq

qatanah | 5 years ago | on: An Introduction to ZFS

Loving how zfs is so easy once you get a hang of it.

I'm trying to test it out on an i3a.large instance with 1.2TB NVME ssd and benchmarking postgres on it. Trying to move out of RDS since time to time I have an heavy iops scripts.

Only thing left is doing zfs snapshots next for my backups. zfs snapshots or pg_dump snapshots? I wonder what's better.

page 1