Live data from Hacker News

Viewing profile — christop

christop

HN member
Joined
Wed, Apr 30, 2014, 11:22 PM UTC
HN karma
1,063
Public activity
164 items

About christop

No profile information was provided.

Recent public activity

  1. comment
    Comment #39894760

    It seems more like the kernel was actively preventing safe memory access, albeit erroneously, and also has nothing to do with Rust per se?

  2. comment
    Comment #38346931

    Yup, same here — I see the same delay in Chrome now and then. I guessed it was due to the cat-and-mouse adblocking prevention between YouTube and adblockers (I'm also using uBlock …

  3. comment
    Comment #36065784

    Tailscale works hard to do all this stuff automatically. Possibly you'd have more luck on a network where your client can allow incoming UDP connections on the Tailscale port, and …

  4. comment
    Comment #36065581

    I tried using this or a similar repo to set up a Tailscale exit node on Fly.io before. The downside is that my traffic never went direct; it was always relayed via a Tailscale DERP…

  5. comment
    Comment #36065511

    I switched to Joplin a few years ago, and it was able to import my notes from Evernote. My existing Fastmail account gives me WebDAV file storage, and Joplin can use that as a sync…

  6. comment
    Comment #35617154

    Yeah, I'm in the same boat. I'm kinda confused about things like SSH and Funnel being moved to the Premium tier. It feels a little odd that the Free tier lets you use Premium featu…

  7. comment
    Comment #30859954

    Jenkins lets you replay a Pipeline, with changes, which is massively useful — removing the need to change things locally and commit.

  8. comment
    Comment #19888490

    While publishing to Maven Central may be onerous, there are good reasons for it, e.g. https://twitter.com/JakeWharton/status/1073102730443526144

  9. comment
    Comment #16864260

    Unfortunately, using Dagger for DI with Kotlin requires using the Kotlin annotation processor, kapt, which is still incredibly slow, and works non-incrementally. If you value your …

  10. comment
    Comment #16714780

    No, the text says that all .eu registrars will no longer be able to accept .eu registrations or renewals from entities in the UK.

  11. comment
    Comment #16667373

    The GDPR applies to the data of anyone using a service while in the EU, not just to companies that are based in the EU.

  12. comment
    Comment #16261542

    And on the Gerrit mailing list: https://groups.google.com/d/topic/repo-discuss/B4P7G1YirdM/d...

  13. story
  14. story
  15. comment
    Comment #15809176

    Yeah, looks very similar. I will be interested to see how quickly containers can be provisioned on FarGate. Maybe I was doing something wrong, but my experience so far with ACI is …

  16. story
  17. comment
    Comment #13861930

    That seems reasonable, but the new name is already in wide use in software/hardware. Even outside, its dictionary definition is "a defect or malfunction in a machine or plan". That…

  18. comment
    Comment #13834955

    Unfortunately, you're still not allowed to use Google Cloud Platform for personal usage if you're based in Europe. Several years ago they emailed (presumably) everyone without a ta…

  19. comment
    Comment #13788380

    And they say it's been more than thirty years since the Berlin Wall came down…

  20. comment
    Comment #13760020

    I don't think that they're all related. Gerrit, for example, isn't part of Chrome; it was initially developed for Android, AFAIK. Nor is Monorail. I think Breakpad even predates Ch…

  21. comment
    Comment #13757570

    0.1% of 28 days is 40 minutes, so it seems likely to happen.

  22. comment
    Comment #13756510

    Quite a few projects have issue trackers hosted on that hostname: https://bugs.chromium.org/hosting/ I believe those projects switched to using this instance of the Monorail bug tr…

  23. comment
    Comment #13710787

    Thanks. Is this setup with the per-build VM and Docker server access intended so that users could set up multiple linked containers for integration testing, etc.?

  24. comment
    Comment #13709945

    Do the Docker containers that builds run in still provide root access to the Docker socket, allowing people to break out of the container?

  25. comment
    Comment #13417208

    > Techniques such as subresource integrity should be used where appropriate. While this is a good recommendation, I'm not sure this is possible with AMP, as they don't provide vers…