Viewing profile — schlarpc
schlarpc
HN member- Joined
- Tue, Jul 29, 2014, 7:14 PM UTC
- HN karma
- 174
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About schlarpc
Recent public activity
-
comment
Comment #45305069
Doesn’t work for livestreams as far as I know. There’s an open PR: https://github.com/yt-dlp/yt-dlp/pull/6498
-
comment
Comment #45056344
Interesting that it can’t reestablish the connection, as the application level protocol should support it just fine. The client should notice the GRE (game rules engine) TCP socket…
-
comment
Comment #44478829
And thankfully you won’t be looking at it much longer
-
comment
Comment #44211875
Just wanted to say thanks for nix2container. I’ve been using it to do some deploys to AWS (ECR) and my iteration time between builds is down to single digit seconds.
-
comment
Comment #42324089
Thanks for the link, I've got a bunch of hacky code for running Immich's compose under Nix that this might be able to replace.
-
comment
Comment #37837009
I have a similar display, and also use blue noise dithering. Mine is driven in the backend by a web browser, which means I was able to abuse CSS and mix-blend-mode to do the dither…
-
comment
Comment #37578698
Whoa, .alt is finally a proposed standard with a real RFC number. Really happy about this, it's sorely needed in some spaces.
-
comment
Comment #37263291
Another option for NixOS is bootspec-secureboot, I'm using it with no real complaints: https://github.com/DeterminateSystems/bootspec-secureboot
-
comment
Comment #37156523
There kind of is, but it's not really made for that use case so there's a bunch of caveats (it's read/write, has a limited max number of attachments, io1/2 required, can't be the b…
-
comment
Comment #37055462
https://docs.aws.amazon.com/whitepapers/latest/security-desi... .
-
comment
Comment #36766613
This was considered a feature back in the day; it was called MASE - Multiple Account, Same Email. I'm pretty sure you can just change the email on one of them to get out of that st…
-
comment
Comment #36675000
Somewhat related - I made a bridge server [1] that lets ACME clients use standard RFC2136 to solve DNS-01 challenges for internal names without them needing credentials for the act…
-
comment
Comment #35825180
If anyone's interested in poking around a little bit more, here's a half-finished client for the MTG Arena wire protocol: https://gist.github.com/schlarpc/a58f2f647ee2a640baa62c23a…
-
comment
Comment #35821113
Just created it yesterday. I don't think there's as much incentive to squat on the S3 namespace like there is for domain names.
-
comment
Comment #29664868
Kinesis Firehose uses an IAM role to deliver data, so delivery within the same account does not necessarily depend on permissions on the bucket. Removing s3:* permissions from that…
-
comment
Comment #18685578
The Chrome update only bumped to 3.25.3, so it's likely a commit between 3.24.0 and 3.25.3: https://chromium.googlesource.com/chromium/src/+/c368e30ae55...
-
comment
Comment #18108921
In Python 3, all classes are "new style", so omitting the parent is the same as inheriting from `object`.
-
comment
Comment #16162370
There's a couple recent products that hit similar niches: GPD Pocket: https://www.indiegogo.com/projects/gpd-pocket-7-0-umpc-lapto... GPD Win 2: https://www.indiegogo.com/projects/…
-
comment
Comment #16155280
Looks like the "Go support" is just running a precompiled binary that starts a TCP listener ( https://github.com/aws/aws-lambda-go/blob/master/lambda/entr... ), so might not be tha…
-
comment
Comment #15137389
And when you use a role like this, you really should use an external ID to avoid confused deputy attacks. http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_cre...
-
comment
Comment #15086563
The relocation benefits have to be paid back (prorated) until two years, so it sounds plausible enough. For what it's worth (not much without numbers on growth and turnover), I've …
-
comment
Comment #14754762
SNI puts the DNS names you're connecting to in plaintext at the start of every TLS connection. Running your DNS over an encrypted channel won't stop someone from knowing or blockin…
-
comment
Comment #14509604
There's at least one on the market: https://www.evga.com/articles/01051/evga-powerlink/
-
comment
Comment #13943791
AWS uses this isolation pattern internally for just about everything, for what it's worth.
-
comment
Comment #13901718
Just to give an example of the pain that can be caused by NotAction in practice: https://www.reddit.com/r/aws/comments/3recc9/this_iam_policy... This policy looks reasonable to a c…