Viewing profile — jwarren
jwarren
HN member- Joined
- Wed, Nov 28, 2012, 7:31 AM UTC
- HN karma
- 998
- Public activity
- 219 items
- HN profile
- View on Hacker News ↗
About jwarren
No profile information was provided.
Recent public activity
-
comment
Comment #44443534
Yeah, we've had it for at least 30 years, probably longer
-
comment
Comment #42171125
It won't override global scope, it's just a hint the layout engine that your container's paint and/or size won't change, and thus it can optimise it's performance. Wholly agree wit…
-
comment
Comment #38683798
Depends - do you want screen readers to hear something? If so, add a `aria-label="heart"` or similar. If not, add `role="presentation"` to remove it from the accessibility tree alt…
-
comment
Comment #36490608
That's absolutely not the case for the most part, depending on the bar and the time. Go out to a city centre on an evening, especially Friday or Saturday. Most bars and pubs will b…
-
comment
Comment #36382356
We have layers now: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_... I’d recommend this article on recent CSS developments: https://developer.chrome.com/blog/whats-n…
-
comment
Comment #36068455
You're mixing metaphors there! It might be lightweight but it's still a flavour. It's still not part of the common browser API, so yes it's easy to add, but no, it's not vanilla.
-
comment
Comment #32518618
"stole a kiss" wtf is this minimising bullshit? According to the article, he forced himself on someone, grabbing them by the throat. They feared for their life. According to the ar…
-
comment
Comment #28315095
There are lots of people without your educational background. It's a few years old now, but I remember finding Alice Bartlett's talk on box inaccessability [1] quite instructive. 1…
-
comment
Comment #26111965
He'd been a scientologist since the 60s IIRC.
-
comment
Comment #24754187
This has been my go-to placeholder site for the best part of a decade. Not because it necessarily works the best, but just because I always remember it.
-
comment
Comment #23953883
I think this is really nice and smart. I would suggest left-aligning the text in the edit/view mode for a few reasons: 1) It's a bit easier to read for longer text sources 2) It ma…
-
comment
Comment #23700273
As a primarily frontend developer, I've had a couple of good experiences helping some experienced backend developers work through You Don't Know JS[0]. [0] https://github.com/getif…
-
comment
Comment #20765946
Elm is lovely, and I'd definitely encourage people to take a look at it from an education point of view at the least. However, I think that's a disingenous comparison. TypeScript i…
-
comment
Comment #19025850
I can only assume that you're trying to run before you can walk. Remember that you're just defining a set of layout rules. You're not giving the browser specific instructions to fo…
-
comment
Comment #18509522
This Londoner definitely agrees. Their special exhibitions are usually of a very high quality too, worth making the effort in my experience.
-
comment
Comment #17621600
They will absolutely merge in fixes, though they may well not be timely if they're not from internal engineers. I've had broken behaviour sit in a PR for over 6 months before.
-
comment
Comment #17488715
Or you can use the body: https://codepen.io/jodi/pen/oMvLaN
-
comment
Comment #17459229
FlatList was absolutely the way to go here. In fact, we initially built the list in question when ListView was the only option. During development, FlatList was made available as a…
-
comment
Comment #17456113
RN isn't a wrapped HTML renderer like Phonegap. It uses bridge code to render native UI powered by JS business logic. You still write in JSX, which makes layout pretty straightforw…
-
comment
Comment #17456102
I had a pretty similar experience. It's still a challenging environment - getting performance and memory management nailed across platforms and devices took some very careful engin…
-
comment
Comment #17347492
They have! I use a Jetbrains editor daily and I'd never be able to work without it. Look under Edit > Column Selection Mode. I think it's bound to Cmd+Shift+8 by default. If you ha…
-
comment
Comment #17073345
I know... it really bothers me how everything becomes a binary evaluation. Something not to your taste isn't objectively terrible, it's just not to your taste. I think it's a sympt…
-
comment
Comment #17073330
Tbh not really, I often stop to investigate stuff anyway. I personally prefer to have it at my pace and under my control than listen through someone laboriously explain something I…
-
comment
Comment #17073013
I completely understand that it could be more difficult for non-native speakers to understand. It's been sped up to match the cartoon style characters that he uses, and presumably …
-
comment
Comment #17072865
Great book. I'd also recommend his free video course on Egghead. It's rather quirky, which is something that I very much enjoyed: https://egghead.io/courses/professor-frisby-introd…