Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
joestrong
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
joestrong
2y ago
A slightly related thing I think about someone's, is if I look at the time and it's 13:05 and then I do a task and when I finish a task it's 13:10, you could say that took 5 minutes, but because we can't see the seconds
2.
▲
by
joestrong
2y ago
Definitely interested
3.
▲
by
joestrong
2y ago
If you put something random after the URL it seems to skip the browser checks: https://beta.maps.apple.com/bleh
4.
▲
by
joestrong
2y ago
Don't forget that CSS animations are hardware accelerated. If you're doing trig in JS for animations, you're probably also manipulating the DOM to update the UI every millisecond, which is very expensive
5.
▲
by
joestrong
2y ago
> (also don’t ask why justify-content became justify-items) It didn't. `justify-content` works with grid too, and will bunch all the grid cells into the center. `justify-items` is if you want the contents of each grid cell to be cen
6.
▲
by
joestrong
3y ago
I second this. I also have a web background, and last year I started with this video, and the Gameboy is a great place to start with this sort of thing. Start making a game, and you'll soon realise how the CPU works, and making a simpl
7.
▲
by
joestrong
3y ago
I started this just before midnight, and once I got to the wordle question it didn't work. Possibly because the wordle had changed since starting the password game
8.
▲
by
joestrong
4y ago
I did figure out how to do it at one point. I think you had to remove some default config from a JSON file to stop it connecting to their cloud. You still had to query Google directly for the STT though
9.
▲
by
joestrong
5y ago
I've tried putting my phone in airplane mode and the feature still works. You can easily try that yourself.
10.
▲
by
joestrong
5y ago
I'm currently doing both of these with success: - Limit to 1 creative thing per month (music one month, programming the next, etc.) I find it helps to get deep into 1 thing for a while rather than skimming the surface on multiple - Wak
11.
▲
by
joestrong
5y ago
I'd argue that `place-content: center` is better than `place-items: center` as it would handle multiple child elements in a way most people would expect from a simple centering snippet. place-content will position all the children to t
12.
▲
by
joestrong
5y ago
Actually, this is technically incorrect. It doesn't set justify-content, it sets justify-items. This is why it works with grid, and not flexbox Source: https://developer.mozilla.org/en-US/docs/Web/CSS
13.
▲
by
joestrong
6y ago
You beat me to posting this. It's a great video - I often revisit this video for creative inspiration.