Viewing profile — potatoz2
potatoz2
HN member- Joined
- Thu, Nov 07, 2019, 3:55 AM UTC
- HN karma
- 150
- Public activity
- 111 items
- HN profile
- View on Hacker News ↗
About potatoz2
No profile information was provided.
Recent public activity
-
comment
Comment #45209865
I grew up in Paris and that’s where I’m raising my son right now. I think there couldn’t be a kid-friendlier place (other than cost): - I can walk to a gigantic park with many play…
-
comment
Comment #45209740
I can’t speak for other cities, but Paris absolutely does not fit that mold: the highest density of people is in the very center of the city (or immediately adjacent cities), where…
-
comment
Comment #45209706
You can leave the newborn in the stroller and lower the whole thing yourself or with someone’s help. You can hold the newborn and ask someone to fold the stroller. You can take the…
-
comment
Comment #45209672
I live in outer Paris (19th) and have the exact same experience. I’ve taken strollers on the subway without an issue and people are eager to help you (it should be easier, of cours…
-
comment
Comment #45209649
> Right now in Paris, when you have a newborn, the only mobility solution is to take an Uber if you need to go somewhere >1km from where you leave. Buses are very slow and crowded,…
-
comment
Comment #45209605
Are they very dangerous for children? Are there statistics? It doesn’t really freeze in Paris anymore so it's a moot point, but you can ride bikes when it does (you need different …
-
comment
Comment #45209597
I live in the 19th district of Paris—probably the cheapest district within city bounds, with the 20th, and not in the center—and I have no issue living with an under 2-year-old. He…
-
comment
Comment #45209579
It’s false that cyclists routinely ride on the sidewalk in Paris, let alone at full speed. They ride on the road (car and bus lanes) and in bike lanes. It’s true, however, that on …
-
comment
Comment #41872738
I'm not sure I follow what you're saying. A blind outside is just like a curtain, except that to whatever extent it heated up it is heating up directly outside (via radiation or co…
-
comment
Comment #41870065
I'd be interested in a link about low E coatings that depend on the sun angle, a quick search doesn't yield anything. Either way it's not a sufficient solution because AFAIK even t…
-
comment
Comment #41870032
Curtains work poorly at keeping heat out, in large part because the temperature differential can be extreme if you let sunlight hit the curtain (that and air convection behind the …
-
comment
Comment #41870017
Of course they help in those climates too. It's better if it's 100F inside than 120F, which is what you'll get if you let the sun in with no shade-making device. You'll find ways t…
-
comment
Comment #33339042
The opposite would be a more interesting example to argue against the original statement.
-
comment
Comment #33185685
If you don’t trust yourself to have backup keys, you use the Google or Apple ecosystem. As long as you can get back into your Google or iCloud account, you can get back into every …
-
comment
Comment #33185652
That’s not a technical advantage over Yubikeys/SoloKeys, since they also use WebAuthn and are also unphishable.
-
comment
Comment #33185644
It’s not that difficult: you use a PIN/passphrase protected hardware token. Done.
-
comment
Comment #33087557
Imagine your doctor or pilot eschewing “best practices” and what your reaction would be. There’s a reason knowledge communities build consensus. Best practice doesn’t mean you’re a…
-
comment
Comment #32784679
The benefit of React is that it’s declarative. Vanilla JS is imperative/procedural. If you build anything semi-complicated, you’ll build your own declarative framework.
-
comment
Comment #32784651
The inaccessible to non-sighted users, non-computer interpretable canvas? The one where we’d need to reinvent text flowing, resizability, the box model, etc? That’s what you think …
-
comment
Comment #32784620
I don’t understand your comment completely. The “traditional” SSR frameworks (PHP, Rails, Express) didn’t make it easy to componentize things, instead trying to divide logic by bro…
-
comment
Comment #32784605
I don’t think JS is much worse than other dynamically typed languages to be honest. In Ruby you’d get an exception instead, which is mildly better than `NaN` in your user-visible t…
-
comment
Comment #32784359
React is orders of magnitudes simpler than K8s. You can write your own React in a day probably.
-
comment
Comment #32784278
I hope these succeed, but we still need transpilation/bundling: - TypeScript needs transpilation and it’s very popular - Bundling is still beneficial with H2/H3, if only so that co…
-
comment
Comment #32667612
Looks like local storage has a max size of 5MB and cookies 180 * 4KB = 0.7MB, so a similar order of magnitude. AFAIK, cookies can be set to expire in hundreds of years by sites and…
-
comment
Comment #32667539
It’s trivial to emulate cookies with other Web APIs (storage + service worker, for one). You’re focusing on the label of the toggle and not user intent. If a website can send infor…