Live data from Hacker News

Viewing profile — ygra

ygra

HN member
Joined
Wed, Sep 19, 2012, 12:52 PM UTC
HN karma
5,963
Public activity
3,110 items

About ygra

Software developer at yWorks GmbH, working with graph drawing, compilers and UX. My posts are my opinion and don't represent my employer in any way.

Contact, if needed: hn (at) hypftier (german tld)

Recent public activity

  1. 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.

  2. 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…

  3. 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…

  4. 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…

  5. comment
    Comment #48932427

    They still do.

  6. comment
  7. 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.

  8. 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…

  9. 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…

  10. 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 …

  11. 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…

  12. 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…

  13. 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://…

  14. 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…

  15. 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 …

  16. 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…

  17. 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, …

  18. comment
    Comment #47998135

    Euro NCAP will also only give the highest safety rating to cars with physical buttons for common functions.

  19. 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.

  20. 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…

  21. 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.

  22. 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…

  23. comment
    Comment #47675057

    So, like edit.com and QBasic. What is old is new again.

  24. 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…

  25. 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…