Viewing profile — khalidx
khalidx
HN member- Joined
- Thu, May 11, 2017, 8:48 PM UTC
- HN karma
- 147
- Public activity
- 111 items
- HN profile
- View on Hacker News ↗
About khalidx
No profile information was provided.
Recent public activity
-
comment
Comment #49189135
Finally! So happy to see support for running durable objects outside of one provider. Upvoted. The "durable object" concept has been repeatably demonstrated to be a valuable abstra…
-
comment
Comment #42431003
This is nicely done. One function I've written that I frequently use is a generic iterate function which (in JS/TS land) allows you to loop over a T[], Array , ArrayLike , Iterable…
-
comment
Comment #42065019
This is awesome. I think another audience for this is stock market traders and analysts who usually have Bloomberg and other channels up for watching market news.
-
comment
Comment #40606566
I wanted to expand and say that if you are keen on writing and managing infra and running it yourself, besides Serverless Framework, SST, CDK, arc.codes, and Terraform are all good…
-
comment
Comment #40606497
We’re building https://rx.run so you don’t have to think about these sorts of things and can just ship your app. If you can write a function, you can deploy to the cloud. No infra …
-
comment
Comment #40592543
Yeah, this works fine unless you’re using something like DynamoDB or any system which requires you to have knowledge of the key. For relational setups this is the way to go though.…
-
comment
Comment #40380194
Oh, boy, have I been waiting for this one! I've been building my own datomic-like datastore recently and this is going to be useful. Reading it now. I enjoyed the MongoDB analyses.…
-
comment
Comment #40107874
This a great idea. You could also add a collapse toggle ">" to the classname line that will open the focus view (instead of the keyboard toggle). I think the VSCode API supports it…
-
comment
Comment #40040966
The market timing of this ~1 day (same day?) after Supabase GA? Both are good platforms though.
-
comment
Comment #40040710
Also: - It'll be hosted in our data center in the USA. - It will have 4GB RAM, 20+GB SSD, super fast internet, and lots of bandwidth. Like getting a Digital Ocean Droplet or an EC2…
-
comment
Comment #40040681
We're giving away free hosted Raspberry Pis for the first ~X :) users that sign up for the https://rx.run beta. rx is a lightweight CLI and runtime that lets you deploy any functio…
- story
-
story
Show HN: Rx, the Deploy-as-you-save client for the cloud
rx is a lightweight CLI and runtime that lets you deploy any function instantly as you save it in your editor. It’s fast, simple, and takes care of setting up all your cloud infras…
-
comment
Comment #39300092
TLDR: Issue with yarn also. I just tested with yarn, and the same issue exists unless the yarn or npm config option for `script-shell` is set to zsh (like the solution described in…
-
comment
Comment #39299964
I'm reporting this here for awareness. Please check your CI pipelines for any issues. TLDR: Fixing the issue with globstar paths (`**/*`) not working when running an npm script: `n…
- story
-
comment
Comment #39113303
I've been following this issue for some time. Having a large trash compactor/incinerator in space sounds so cool. Would love to help or join the team!
-
comment
Comment #38915475
One word. Maps.
-
comment
Comment #38574732
Short answer: Yes.
-
comment
Comment #38499185
I've been nerd sniped! Emailed you. Also, the current theme I'm seeing across many companies is "we have added lots of engineers/products/vendors and we need to focus on building a…
- story
-
comment
Comment #38373919
I definitely will!
-
comment
Comment #38368299
I just dug a bit deeper as I couldn't remember the differences. They're not referring to the same things. "alwaysStrict", which adds "use strict", is different than TypeScript "str…
-
comment
Comment #38368208
This would be a nice direction for the Node community. I wish for this. Especially since so many other platforms are supporting it out of the box.
-
comment
Comment #38363006
Is alwaysStrict the same as strict? I think this skips a lot of the strict options that are usually the case for using TypeScript in the first place.