Viewing profile — ygra
ygra
HN member- Joined
- Wed, Sep 19, 2012, 12:52 PM UTC
- HN karma
- 5,963
- Public activity
- 3,110 items
- HN profile
- View on Hacker News ↗
About ygra
Contact, if needed: hn (at) hypftier (german tld)
Recent public activity
-
comment
Comment #49178851
You can bring the water to a boil and dial back the heat when you add the pasta. Will still cook, but no boiling over. Saves a bit of electricity as well.
-
comment
Comment #49151445
Yeah, StreetComplete helps both with adding the data in the first place and then keeping is current, since it will also ask those questions again after a while (which also gives an…
-
comment
Comment #49151419
Well, those things can be added: - opening_hours=* - amenity=cafe - website:menu=* But they can easily become outdated again. Still, local QA via StreetComplete, MapComplete, Every…
-
comment
Comment #48965010
> Where is Windows' equivalent of APFS / BTRFS (or even EXT4)..? NTFS is more than 20 years old by now. There's ReFS, but a lot of NTFS features are basically baked into the filesy…
-
comment
Comment #48932427
They still do.
- comment
-
comment
Comment #48831328
There's a companion app, StreetMeasure, that uses Google's AR measuring capability on compatible phones. Personally, I carry a laser distance measure.
-
comment
Comment #48821827
Wikimedia Commons also requires more up-front work by the uploader to categorize the image properly, which can be daunting if you're new to how things are organized there. But yeah…
-
comment
Comment #48821583
> think for crossings StreetComplete now only asks about the actual crossing nodes, so no more duplicate quests. It can be confusing for roads where both sides are separated or whe…
-
comment
Comment #48819670
The overlays are intentionally a bit hidden, since they're more of a power-user feature and I appreciate that StreetComplete retains beginner-friendliness as a core tenet. But the …
-
comment
Comment #48819641
Google can cheat a little, especially for new roads since they notice when someone is driving over it. When there was a redesign of an intersection near here, someone marked the ro…
-
comment
Comment #48806029
As a frequent contributor myself I love StreetComplete and I wouldn't worry about it perhaps generating a few changesets more than strictly necessary (it tends to make one changese…
-
comment
Comment #48801021
Some apps don't edit OSM directly, but rather add a note on the map for others to edit. Maybe that's what they meant. E.g., OrganicMaps often creates these kinds of notes: https://…
-
comment
Comment #48800909
Nota bene: those end up as notes on the map which another mapper has to input manually. There's a lot of spam and dubious entries so I often no longer bother entering them, especia…
-
comment
Comment #48794935
Both this and addresses is something that's really easy to survey with StreetComplete. Google has the benefit of having their own street-level imagery for house numbers and street …
-
comment
Comment #48168605
Looks to be this building at that address and I can see the solar tiles on Google Maps: https://maps.app.goo.gl/ECbTUVwiUuDEPy6SA The article from which I've linked the image is he…
-
comment
Comment #48167211
This is the roof of an industrial building near here which seems to go with that idea: https://nabendynamo.de/wp-content/uploads/2021/06/20210426_1... While not quite panel-sized, …
-
comment
Comment #47998135
Euro NCAP will also only give the highest safety rating to cars with physical buttons for common functions.
-
comment
Comment #47972887
Trucks need a lot more infrastructure in a lot more places than ships, though. I guess that's not often factored in.
-
comment
Comment #47972618
This concerns Widerrufsrecht, i.e. the right to cancel an order or contract shortly after signing it. For certain services you also waive this when you get to use it immediately (c…
-
comment
Comment #47814947
We first need to get rid of the current one in a few billion years. That won't end well for Earth, though.
-
comment
Comment #47736823
That only helps with multiplications by statically known word sizes (4x, 8x, etc.) and not arbitrary x·y. It can help with many smaller constant multipliers if the complete is clev…
-
comment
Comment #47675057
So, like edit.com and QBasic. What is old is new again.
-
comment
Comment #46973625
> Did you know Windows comes with a bare bones C# 5 toolchain, with csc.exe, and even vbc.exe and jsc.exe? Even with MSBuild 4. From the days when .NET Framework was an OS componen…
-
comment
Comment #46779446
Oh, that's something I also did in QBasic ages ago. I since lost the source code, but it basically worked by querying the screen from bottom to top, finding snow pixels (white) and…