Viewing profile — barrongineer
barrongineer
HN member- Joined
- Tue, Jun 28, 2016, 3:37 PM UTC
- HN karma
- 165
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About barrongineer
No profile information was provided.
Recent public activity
-
comment
Comment #37586051
Svelte has never looked more like Vue to me. I don't mean this as a dig, I think it looks great. It's just even less obvious to me why I might pick it over Vue at this point.
-
comment
Comment #36436936
Really? Feature realease v3.3 was released just last month... https://blog.vuejs.org/posts/vue-3-3
-
comment
Comment #36431237
Just curious why you preferred SvelteKit to Nuxt? Literally every single thing you said of SvelteKit is also true of Nuxt. I like them both, but tend to lean more toward Nuxt for t…
-
comment
Comment #36431156
This description of Nuxt 3 couldn't be further from reality. Performance is on par with anything else I've tried (SvelteKit, Remix, Next) and the DX (module ecosystem, layers, auto…
-
comment
Comment #35204335
Typically with SSR, only the initial load is server rendered. Subsequent navigations are client rendered.
-
comment
Comment #18830758
Go with the Buffalo framework and Vue.
-
comment
Comment #18667135
The "Search with Bing..." feature will open in whatever the default browser is.
-
comment
Comment #18624549
I tried to switch to firefox a few months ago, but it had no way to view websocket frames in the dev tools. This was kind of a deal breaker for me at the time as I was doing a lot …
- story
-
comment
Comment #18356705
Brave is now based on Chromium. You can install extensions from the Chrome web store just as you would in Chrome. To me, Brave is just Chrome without all the Google stuff and a bui…
-
comment
Comment #18239209
It's my understanding that he's reverse engineering the Chinese version of the phone rather than the international version.
-
comment
Comment #18099706
I switched to Bing and have been perfectly happy with it.
-
comment
Comment #18056118
Premium outlook allows you to use a custom domain now. So long as it's registered with GoDaddy.
-
comment
Comment #18006341
I'm not sure about Safari, but the last time I evaluated Firefox(the initial Quantum release), it lacked the ability to inspect websocket frames. Was a dealbreaker for me and I had…
-
comment
Comment #17603361
They are trying to promote portability.
-
comment
Comment #17518401
I'm at the 6 month mark on a 2017 15in and I still dislike it. It's not that its terrible...it's just worse than the function / media keys. Its a step backwards. Perhaps if the tou…
-
comment
Comment #17515484
I've no idea why anyone would buy an eGPU where the GPU can't be upgraded.
-
comment
Comment #17283339
I dunno, to me it makes perfect sense that you would need to convert it to a duration. time.Second * time.Duration(userInputInt)
- story
- story
-
comment
Comment #16867518
I'm really disappointed by this. To my knowledge, the upcoming Matebook X Pro was the only non-Apple device that has a taller than 16x9 aspect ratio and Thunderbolt 3. These are tw…
-
comment
Comment #16435989
With Java 9 jigsaw and jlink you can now build fairly light JavaFX apps. The entire jre no longer has to be bundled. Only the pieces you're using.
-
comment
Comment #15854454
It's fine for an api as well. When you create your app, just use the --api flag and it will leave out all of the front-end stuff.
-
comment
Comment #15854428
Buffalo - https://gobuffalo.io/
-
comment
Comment #15800836
I find it to be more pragmatic and easier on the eyes. It's easier to learn and also being adopted by more mainstream ecosystems like Spring, Android, Gradle, etc. IDE support is o…