Viewing profile — sraquo
sraquo
HN member- Joined
- Sun, Feb 01, 2009, 12:00 AM UTC
- HN karma
- 84
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About sraquo
No profile information was provided.
Recent public activity
-
comment
Comment #22372797
We do plan to do some tests, to the extent that we're able. We can A/B test much of the UI but we can't A/B test the insurance terms that we give people because that would require …
-
comment
Comment #22372170
(Goodcover dev here) It could be, along with say family size. But the UX cost of asking such questions is real, especially on an insurance application form. People get worried why …
-
comment
Comment #22370359
Scala.js too! Been a great experience overall. (I work at Goodcover)
-
comment
Comment #19425620
What I'm saying is outside of the virtual DOM paradigm you might not need to diff any elements at all, real or virtual, and so you wouldn't care about the performance of DOM reads,…
-
comment
Comment #19425413
Well... faster than what exactly? You have to do the virtual DOM pattern (generating new DOM state and then diffing with old state) with virtual elements. You can't compare proper …
-
comment
Comment #19397767
> Oh wow. You just described the existing imperative DOM APIs, haven't you? Inflexible implementation wasting everyone's time. Existing DOM APIs are very simple, low level and unop…
-
comment
Comment #19395210
> Why waste time implementing and “reducing it even further” and not just implement it in the browser? Because the browser should not offer inflexible implementations of complex, h…
-
comment
Comment #19394408
There is enough differentiation in virtual DOM designs[1] that I don't think implementing a lowest common denominator that is flexible enough to support competing strategies would …
-
comment
Comment #19393249
Because virtual DOM is not the only way to achieve efficient DOM updates, and even within the concept of virtual DOM there could be many different ways to achieve efficient diffing…
-
comment
Comment #18873259
ScalaTags is indeed not relevant here, but Scala.js has its fair share of reactive UI libraries such as my own Laminar https://github.com/raquo/Laminar
-
comment
Comment #17974943
Yup, I've seen more than one friend leave Vancouver for Ontario and Quebec. But hey if you work remotely, you're in the same timezone as SF!
-
comment
Comment #17970821
Directly. One of my friends is holed up in Yukon working via a website similar to upwork. Seems to work for him although these kind of sites generally get bad rep on HN.
-
comment
Comment #17965114
Yes, I worked remotely for both US and Canadian clients. Dealing with Quebec clients is a pain (need to file their sales tax, _in french_), otherwise it's been a smooth sailing. Ju…
-
comment
Comment #17957428
Spoiler alert: the best setup is to hole up in a nice town in Canada working remotely for a client in the US. Vancouver numbers I know from friends, mostly from a couple years ago,…
-
comment
Comment #17857531
> What are the 12 most common shortcut keys? FWIW the WhatPulse app can tell you that (for your own typing) e.g. https://i.imgur.com/SuPLw9h.png I used its data to drive my custom …
-
comment
Comment #17854927
You don't have to change from the qwerty layout for general typing. For example, you can program the keyboard in such a way that pressing X+A sends Ctrl+C keys to the OS, where X i…
-
comment
Comment #17843192
Keyboards like Diverge and Ergodox are fully programmable so nothing's stopping you from doing that today! Also, I found that putting a small touchpad^ in a thumb-accessible area (…
-
comment
Comment #17842389
I tried Dvorak for a month a few years ago. For me it was just useless agony, not only with key positions but also with app/OS shortcuts that are very much designed for qwerty layo…
-
comment
Comment #16296395
It would be great if you had a public preview of the content there. I've seen it done before, so there must be some kind of a slack app that lets you do that. As a remote contracto…
-
comment
Comment #14897406
I was told they would send me a replacement if they determine it to be a hardware problem. Return wouldn't be an option (I'm past the first 30 days). I'll try to negotiate with the…
-
comment
Comment #14893954
> Dell isn't doing anything special to the version they distribute. From what I've read on their website, they actually do bundle it with custom software like drivers. But really m…
-
comment
Comment #14893877
I don't think so. A lot of my issues are with BIOS and various linux apps or the window manager, not technically the distribution flavour itself. Also, I'm done spending time on th…
-
comment
Comment #14893726
Earlier this year I bought a Developer Edition (Ubuntu) of Dell Precision 5520, which is the business version of XPS 15 9560. Same chassis and hardware, better factory QA and diffe…
-
comment
Comment #14480586
Thanks! You know, if it comes to that, Scala.js community is a passionate bunch, we could probably crowdfund it :)
-
comment
Comment #14480546
Scala.js has been an amazing tool for my personal projects. I literally hit euphoria sometimes writing stuff in it. I am yet to truly grasp the benefits of full stack Scala (shared…