Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jwarren
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jwarren
1y ago
Yeah, we've had it for at least 30 years, probably longer
2.
▲
by
jwarren
2y ago
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 with your second point, it's
3.
▲
by
jwarren
3y ago
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 altogether. You might also want to change t
4.
▲
by
jwarren
3y ago
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 be busy, noisy, and definitely playing music. There are
5.
▲
by
jwarren
3y ago
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-new
6.
▲
by
jwarren
3y ago
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.
7.
▲
by
jwarren
4y ago
"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 article, he also literally had sex with his partner
8.
▲
by
jwarren
5y ago
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 <select> box inaccessability [1] quite instructive. 1: https://www.youtube.co
9.
▲
by
jwarren
6y ago
He'd been a scientologist since the 60s IIRC.
10.
▲
by
jwarren
6y ago
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.
11.
▲
by
jwarren
6y ago
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 makes writing/reading JSON/YAML/other
12.
▲
by
jwarren
6y ago
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/getify/You-Dont-Know-JS
13.
▲
by
jwarren
7y ago
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 is a superset of JavaScript, which means any JS dev
14.
▲
by
jwarren
8y ago
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 follow. It seems that there's the temptati
15.
▲
by
jwarren
8y ago
This Londoner definitely agrees. Their special exhibitions are usually of a very high quality too, worth making the effort in my experience.
16.
▲
by
jwarren
8y ago
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.
17.
▲
by
jwarren
8y ago
Or you can use the body: https://codepen.io/jodi/pen/oMvLaN
18.
▲
by
jwarren
8y ago
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 an experimental component. It made a huge difference switchin
19.
▲
by
jwarren
8y ago
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 straightforward. With some careful optimisation, I had pretty solid
20.
▲
by
jwarren
8y ago
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 engineering. Based on my limited experience with native iOS
21.
▲
by
jwarren
8y ago
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 have a set of lines selected, it will transform t
22.
▲
by
jwarren
8y ago
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 symptom of youth and a lack of perspective - I was
23.
▲
by
jwarren
8y ago
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 know in great detail. But this is the great thing about the
24.
▲
by
jwarren
8y ago
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 for information density. I personally really enjoyed it
25.
▲
by
jwarren
8y ago
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-introduces-compo...
26.
▲
Evolving Browsersync with the 200th Release
(wearejh.com)
2 points
by
jwarren
8y ago
|
0 comments
27.
▲
by
jwarren
8y ago
The Hasselblad sensor shift is amazing for photographing art or still life (i.e. cars etc) - I'm sure you can imagine how excellent this is for commercial photography.
28.
▲
by
jwarren
9y ago
I think you'd be best placed to at least familiarise yourself with the concepts of CSS Grid first. I had a bunch of my colleagues work through http://cssgridgarden.com/ , which seemed to be a good first start for them.
29.
▲
by
jwarren
9y ago
You might find one of the JSON to Typescript type converters handy, i.e. https://shakyshane.github.io/json-ts/
30.
▲
Requiring secure contexts for all new features
(blog.mozilla.org)
159 points
by
jwarren
9y ago
|
17 comments
More ›