Viewing profile — andraaspar
andraaspar
HN member- Joined
- Wed, Oct 04, 2017, 3:01 PM UTC
- HN karma
- 73
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About andraaspar
No profile information was provided.
Recent public activity
-
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.
-
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, …
-
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…
-
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…
- story
-
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…
-
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…
-
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.
-
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…
- story
-
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 …
-
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.
- story
- story
-
comment
Comment #21990420
Parcel is broken on Windows. Since 2018. https://github.com/parcel-bundler/parcel/issues/1990
-
comment
Comment #20460176
Because it's so easy to share JavaScript code.
-
comment
Comment #20392738
Mithril > Svelte(?) > Vue > React > Angular
-
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…
-
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…
-
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…
- story
-
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…
-
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.
-
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.
-
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…