Live data from Hacker News

Viewing profile — khalidx

khalidx

HN member
Joined
Thu, May 11, 2017, 8:48 PM UTC
HN karma
147
Public activity
111 items

About khalidx

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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.

  4. 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…

  5. 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 …

  6. 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.…

  7. 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.…

  8. 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…

  9. comment
    Comment #40040966

    The market timing of this ~1 day (same day?) after Supabase GA? Both are good platforms though.

  10. 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…

  11. 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…

  12. story
  13. 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…

  14. 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…

  15. 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…

  16. story
  17. 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!

  18. comment
    Comment #38915475

    One word. Maps.

  19. comment
    Comment #38574732

    Short answer: Yes.

  20. 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…

  21. story
  22. comment
    Comment #38373919

    I definitely will!

  23. 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…

  24. 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.

  25. 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.