Live data from Hacker News

Viewing profile — himujjal

himujjal

HN member
Joined
Thu, Jul 13, 2017, 5:33 PM UTC
HN karma
144
Public activity
117 items

About himujjal

I am a learner and I am learning to code. This site will get me updated to all the coding stuffs!

Recent public activity

  1. comment
    Comment #48850735

    This might just be one of those revolutionary moments in the history of consumer software engineering. Yes, its not native to the OS primitives etc. But with a strong core graphics…

  2. comment
    Comment #46882108

    I like ZSF and what it stands for. I don’t like “American” only politics in it. Thats it. In fact I would like zero politics in it. (from anywhere in the world) Bash the mediocrity…

  3. comment
    Comment #46881927

    You know a better dsl? jquery.

  4. comment
    Comment #46865528

    [flagged]

  5. comment
    Comment #45864772

    I think this is against HN’s policies. @dang

  6. comment
    Comment #40295275

    This. Writing a parser in Zig is so simple. Just allocate once, and then start writing your parser. One allocator for parser, one for scanner. One for type allocation. Keep them al…

  7. comment
    Comment #40220883

    Neovim user detected!

  8. comment
    Comment #40036495

    This is state of the art. It will take time before Tigerbeetle themselves release their state machine as a library. They have done some incredible job. Implementing things I didnt …

  9. story
  10. comment
    Comment #39808422

    I dont know if you want to monetize this. But I suggest make it open source. You will receive tons of improvements and updates. I love this idea!

  11. comment
    Comment #36971790

    Python doesn't work with circular imports. NodeJS does. After using NodeJS for such a long time, I think it is a feature that is taken for granted. That being said, the Nim team is…

  12. comment
    Comment #36959087

    I loved Nim when I used it first. But I left it because of recursive imports. I had to basically put all my types into one file and use them from various others. For a relatively m…

  13. comment
    Comment #36787771

    Go through Zig’s Async. Its a bit like co-routines but low level. You are required to keep track of memory allocations and pointers to function “frames”. For someone coming from a …

  14. comment
    Comment #36786504

    Did you check their Wiki? Have a nice set of gifs

  15. comment
    Comment #36786479

    So, its not just me!

  16. comment
    Comment #36722675

    Yeah. This is what people miss. I have always seen Space missions as an investment into the future.

  17. comment
    Comment #36579559

    Waiting for V to hit 1.0. It is going to be a game changer once everything is up and running at its best.

  18. comment
    Comment #36443354

    Welcome to Hackernews. Being sour is part of every user here just to spread negativity in the guise of "user feedback". Just ignore those comments and read the positive ones. This …

  19. comment
    Comment #36390456

    Try logging in programming.dev and check your network tab. You will see the request being sent as a websocket. The lemmy author implemented lemmy so as to see how fast you can get …

  20. comment
    Comment #36151083

    Yeah. This is exactly why I think the meta-frameworks wont really matter in a decade’s time or will disappear. InertiaJS is an idea/implementation I like and its way of mitigating …

  21. comment
    Comment #36149307

    The exact problem with SvelteKit, NextJS, NuxtJS etc is the plugin the OP has to create. Somehow these meta-framework don't make much sense once you go past the basic DB -> REST ->…

  22. comment
    Comment #36096774

    A question. Other than basic APIs what do Khan Academy do that is deemed complex from server side POV. Using GraphQL and all those jargons and all. Would a Rails app (not consideri…

  23. comment
    Comment #36038186

    Hi. I am the author of EKON. I realized YAML was doing too many things. EKON was meant to be an extension of JSON5. Although right now I realise its also doing too many stuffs unde…

  24. comment
    Comment #36018328

    Weird there are even negative comments about UPI. That too from people who haven't lived in pre-UPI era. My father and my uncle both have had history of losing cash to robbery earl…

  25. comment
    Comment #35912611

    > The developer experience is night and day with Svelte(kit) Svelte has a cool DX. Best I have seen. SvelteKit not so much.