Viewing profile — kbirkeland
kbirkeland
HN member- Joined
- Sun, Dec 03, 2017, 6:09 PM UTC
- HN karma
- 105
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About kbirkeland
No profile information was provided.
Recent public activity
-
comment
Comment #24288904
While not explicitly pointed toward SSH, the "Asymmetric signatures" section covers this. Their recommendation is to use Ed25519 and avoid all other options mentioned in the articl…
-
comment
Comment #23907976
"Explicit is better than implicit" - PEP20 I wouldn't really say that it's a hurdle to greeting the world since you can just throw `print("Hello world")` at the top level.
- comment
-
comment
Comment #22659954
In this case, it looks like a NASCAR spotter was the winner: https://kickinthetires.net/esports/spotter-josh-williams-ups...
- comment
-
comment
Comment #21200187
Google scholar returns a pdf[0] when searching the doi. [0] https://epubs.siam.org/doi/pdf/10.1137/0206025
-
comment
Comment #21146828
We're already past 768k and are now around 800k[0]. [0] https://bgp.potaroo.net/as2.0/bgp-active.html
- comment
-
comment
Comment #20401437
I feel like the last two are cheating a bit by explicitly using 32 bit integers where the other examples seemed to use 64 bit.
-
comment
Comment #20392324
Also due to the ambiguity of ports also using a colon delimiter, the IPv6 address may be in brackets: [::1:2:0:0:dead:beef]:443 And link-local addresses are mandatory and scoped pe…
-
comment
Comment #20267127
Leaking a /4 into BGP would do basically nothing unless the originator was originally advertising a /4. IP forwarding is based on the longest-prefix match. Since allocations are si…
-
comment
Comment #20124571
A completely OOB management network is an amazingly high cost when you have presence all over the world. I don't think anybody has gone to the length to double up on dark fiber and…
-
comment
Comment #20088959
I'm curious what your experiences are here. With enterprise-level networking equipment and LACP (802.3ad), I've never run into any weird issues.
-
comment
Comment #20054331
I believe that's an iota (ι) not a 1.
-
comment
Comment #19976087
IMO they would have ideally used "key derivation function" instead of "hash function". It could lead those who know enough to be dangerous to think that safely storing passwords is…
-
comment
Comment #19860309
I was curious why you added the `-X GET` to that, but it seems twilio returns 405 Method Not Allowed for HEAD requests. Is there any legitimate reason they would block these?
-
comment
Comment #19834526
AFAICT still no update out for the android version either
-
comment
Comment #19833403
This is useless without authentication though. You're opening yourself up to attacks on the first retrieve. Sure, you can make sure you're getting the file they want you to have, b…
-
comment
Comment #19833398
That dip is probably not related to the 768k limit. The limit doesnt remove all the current routes, it just doesnt allow for new ones to be installed in hardware. All the routing l…
-
comment
Comment #19833324
Honestly I skimmed the first part of the article and then checked the comments. It may be a design cliche, but it may be true. I didn't make it to that part.
-
comment
Comment #19772663
Is your argument that you only need integrity if you verified the authenticity out of band?
-
comment
Comment #19766890
A hash only provides integrity. A signature provides integirty and authentication .
-
comment
Comment #19651396
Advertising the longest generally-accepted prefix is more of a BGP hijack defense than a DDoS defense. Longest prefix always wins in IP forwarding, so advertising the longest prefi…
-
comment
Comment #19651374
I think the reason for using /30s instead of /31s is mostly legacy. It's a 19 year old standard and most vendors support it. Regardless of the point-to-point subnet used for the lo…
-
comment
Comment #19551320
Isn't this what git lfs[0] sets out to solve? [0] https://git-lfs.github.com/