Viewing profile — christop
christop
HN member- Joined
- Wed, Apr 30, 2014, 11:22 PM UTC
- HN karma
- 1,063
- Public activity
- 164 items
- HN profile
- View on Hacker News ↗
About christop
No profile information was provided.
Recent public activity
-
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?
-
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 …
-
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 …
-
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…
-
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…
-
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…
-
comment
Comment #30859954
Jenkins lets you replay a Pipeline, with changes, which is massively useful — removing the need to change things locally and commit.
-
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
-
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 …
-
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.
-
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.
-
comment
Comment #16261542
And on the Gerrit mailing list: https://groups.google.com/d/topic/repo-discuss/B4P7G1YirdM/d...
- story
- story
-
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 …
- story
-
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…
-
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…
-
comment
Comment #13788380
And they say it's been more than thirty years since the Berlin Wall came down…
-
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…
-
comment
Comment #13757570
0.1% of 28 days is 40 minutes, so it seems likely to happen.
-
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…
-
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.?
-
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?
-
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…