Live data from Hacker News

Viewing profile — andraaspar

andraaspar

HN member
Joined
Wed, Oct 04, 2017, 3:01 PM UTC
HN karma
73
Public activity
25 items

About andraaspar

No profile information was provided.

Recent public activity

  1. comment
    Comment #46752504

    The main quote is cropped on Firefox. It reads: YC turns builders nto formidable founders And a little dirt next to founders.

  2. comment
    Comment #43782720

    I would not necessarily. It depends. They are pretty close in mindset (how state works), but Svelte is more established, better polished, has better docs, with a larger community, …

  3. comment
    Comment #43781425

    Solid has a different take (from React) on how to tackle application state. I love this. It is refreshingly simple. (Look ma, no keys! Deep state! No reducer!) Yet, it is unpolishe…

  4. comment
    Comment #38516165

    Firefox on mobile has the saved logins (passwords) hidden deep in the settings menu. Odd to see that option hidden so deep. Especially since Chrome just moved the option to the mai…

  5. story
  6. comment
    Comment #36756117

    To me, it's Steve Rowlands. No composer ever got anything close to Retrograde or Creatures 2: So: https://deepsid.chordian.net/?file=/MUSICIANS/R/Rowlands_Ste... Many: https://deep…

  7. comment
    Comment #31668519

    As a designer I feel more than capable of designing anything you want and iterate on it until you are truly happy. (And as a web developer I can even build it for you, if it's a we…

  8. comment
    Comment #31595366

    Minetest is awesome. It is a lot of fun to play with kids on LAN. We played countless hours on the base game only and then there are tons of mods.

  9. comment
    Comment #28916891

    Double Commander is a free cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.[0] [0] https://doubl…

  10. story
  11. comment
    Comment #24626596

    Apart from design differences, the TIC-80 is free and open source. PICO-8 is not. This could mean that whatever you create in the PICO-8 will be playable only as long as the owner …

  12. comment
    Comment #24624368

    TIC-80 is a fantasy computer for making, playing and sharing tiny games. Version 0.80 brings numerous enhancements and a new UI.

  13. story
  14. story
  15. comment
    Comment #21990420

    Parcel is broken on Windows. Since 2018. https://github.com/parcel-bundler/parcel/issues/1990

  16. comment
    Comment #20460176

    Because it's so easy to share JavaScript code.

  17. comment
    Comment #20392738

    Mithril > Svelte(?) > Vue > React > Angular

  18. comment
    Comment #20336046

    Breathe in – breathe out. Breathe in – breathe out. Ever tired of breathing? You will be. I've seen all my favorite activities turn sour. Pleasure turned into pain. Relief out of r…

  19. comment
    Comment #19623285

    It does not mix, and does not obstruct my eyesight. I can read while 'seeing' the events in the book. It does not pass through the eyes, and it is as detailed and sharp as my sense…

  20. comment
    Comment #18707803

    I had to once code a ‘wheel of fortune’ UI, that simply revealed trivia in random order. You had the perception of control: you could set a speed for the initial spin and see it gr…

  21. story
  22. comment
    Comment #18487270

    No components??? It's no good then. Edit: Sure, having automatic HTML escape for values is good. I work with JSX every day, and I can't really imagine having it all in one huge chu…

  23. comment
    Comment #15440776

    Google Drive for public, Dropbox for private, Keybase for self. If it's real huge, you could use Bittorrent. Or you could rent a VPS and host it.

  24. comment
    Comment #15435025

    VS Code will type check open files only. So this only works for tiny projects. And all that typing (overly verbose) seems a lot of pain compared to setting up TypeScript properly.

  25. comment
    Comment #15433985

    I have had success combining old jQuery based components with a Mithril based UI (Mithril is similar to Vue, but simpler). But this only worked because I defined clear boundaries b…