Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
andraaspar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
andraaspar
8mo ago
The main quote is cropped on Firefox. It reads: YC turns builders nto formidable founders And a little dirt next to founders.
2.
▲
by
andraaspar
1y ago
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, and of course, great animation / transition support. Sv
3.
▲
by
andraaspar
1y ago
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 unpolished. It commandeers not only the `use`, but also the `create`
4.
▲
Quick access to about:logins on Firefox mobile (2022)
(bugzilla.mozilla.org)
1 points
by
andraaspar
3y ago
|
1 comments
5.
▲
by
andraaspar
3y ago
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 main menu.
6.
▲
by
andraaspar
3y ago
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://deepsid.chordian
7.
▲
by
andraaspar
4y ago
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 web app.) The reason my portfolio doesn't have anyth
8.
▲
by
andraaspar
4y ago
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.
▲
by
andraaspar
5y ago
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://doublecmd.sourceforge.io/
10.
▲
Double Commander 1.0.0
(github.com)
3 points
by
andraaspar
5y ago
|
1 comments
11.
▲
by
andraaspar
6y ago
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 of the platform is interested. Whatever you create in the TI
12.
▲
TIC-80 version 0.80
(github.com)
102 points
by
andraaspar
6y ago
|
26 comments
13.
▲
by
andraaspar
6y ago
TIC-80 is a fantasy computer for making, playing and sharing tiny games. Version 0.80 brings numerous enhancements and a new UI.
14.
▲
Pullstate – A Simple Redux Alternative
(lostpebble.github.io)
2 points
by
andraaspar
7y ago
|
0 comments
15.
▲
by
andraaspar
7y ago
Parcel is broken on Windows. Since 2018. https://github.com/parcel-bundler/parcel/issues/1990
16.
▲
by
andraaspar
7y ago
Because it's so easy to share JavaScript code.
17.
▲
by
andraaspar
7y ago
Mithril > Svelte(?) > Vue > React > Angular
18.
▲
by
andraaspar
7y ago
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 reach. Breathe in – breathe out. The world is like this.
19.
▲
by
andraaspar
7y ago
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 of reality - obviously. It just does not come thr
20.
▲
by
andraaspar
8y ago
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 gradually stop – as if it was adhering to physical laws – on a
21.
▲
React.js – server-side rendering on Java back-end with J2V8 (2017)
(ebaytech.berlin)
1 points
by
andraaspar
8y ago
|
0 comments
22.
▲
by
andraaspar
8y ago
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 chunk and no code reuse. Also, what about conditional
23.
▲
by
andraaspar
9y ago
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.
▲
by
andraaspar
9y ago
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.
▲
by
andraaspar
9y ago
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 between areas managed by Mithril and areas managed by jQuery.