Viewing profile — qatanah
qatanah
HN member- Joined
- Mon, May 08, 2017, 10:24 AM UTC
- HN karma
- 48
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About qatanah
No profile information was provided.
Recent public activity
-
comment
Comment #43788653
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 fo…
-
comment
Comment #39905190
Your hiring page is so cool! Love it!
-
comment
Comment #39558203
oh no wonder they had a billing outage. https://www.cloudflarestatus.com/
-
comment
Comment #33934874
You offload some load like pg connections from postgres to redis. Your pg shared buffers would also be available for other stuff.
-
comment
Comment #32629272
Ars longa, vita brevis "skilfulness takes time and life is short" https://en.wikipedia.org/wiki/Ars_longa,_vita_brevis
-
comment
Comment #31800617
Also if you can add amazon memory db to yor list of benchmarks, would also be interested to know more. https://aws.amazon.com/memorydb/
-
comment
Comment #31692583
no wonder my builds are all failing..
-
comment
Comment #30849934
Something I've wanted to comment on this as well. It's best to use render_template() when rendering the views so it doesn't tangle w/ a lot of python controller logic.
-
comment
Comment #30623221
I've been using my own audit trigger for 3 years now. https://github.com/cmabastar/audit-trigger It uses the old and tested http://wiki.postgresql.org/wiki/Audit_trigger_91plus but…
-
comment
Comment #29169623
curious to know what instance type are you using for AWS? Are they i3 instances?
-
comment
Comment #28851370
I'm loving htmx! as backend developer this just eliminates all the js monstrosity of packaging, dependencies and deployments..
-
comment
Comment #28189678
We are using it on our PoC products. It's really great and fast! it removes all the traction of doing an autocomplete search. https://correlate.meetglimpse.com/ If you're doing som…
-
comment
Comment #27979492
Looks cool! Where is my minesweeper and freecell?
-
comment
Comment #27483865
For simple task queues, yes pg is ok. For high loads, redis is still better as PG generates a lot of WAL & connection overhead.
-
comment
Comment #26706287
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 - Clou…
-
comment
Comment #26189529
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 JOI…
-
comment
Comment #26073253
Not the world, but the universe!
-
comment
Comment #25159611
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 R…
-
comment
Comment #24641604
By any chance did you get inspired from this thread? https://news.ycombinator.com/item?id=24157180
-
comment
Comment #24578407
Great work postgres team!
- story
-
comment
Comment #23309314
Can confirm the experience, I had to work on a company before with similar tech using Django. https://github.com/bernardopires/django-tenant-schemas All I can say, that it was a ni…
-
comment
Comment #23288714
Exactly it's a bit more of work does make you prone to mistakes. This is what happens when you rewrite transaction on your application. See what happens with to a btc exchange usin…
-
comment
Comment #23270840
back when mongo was around 2.6x, they had a global write lock. Also, you'll encounter more problems with mongodb if in case you need transaction. You should check out more discussi…
-
comment
Comment #23109611
How does Thinkpad compare to the trackpad of mac nowadays? The only thing that makes me use mac is the trackpad and retina. I have 15" late 2015 mbp, so far the best mbp out there …