Viewing profile — ziggity
ziggity
HN member- Joined
- Tue, Aug 06, 2019, 3:52 PM UTC
- HN karma
- 64
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About ziggity
No profile information was provided.
Recent public activity
-
comment
Comment #21198130
I agree in theory. But in practice that specific caller's code bug was so widespread and Timsort broke so much existing code that it warranted offering a "-Djava.util.Arrays.useLeg…
-
comment
Comment #21197857
And then 3 years later we have [0] and 6 years after that we have [1]. I appreciate Masters of the Universe types like Bloch and Lea contributing wickedly-efficient code, but someh…
-
comment
Comment #21195263
Apparently I was wrong about how podcast chapters are embedded: It's not in the RSS feed itself but encoded as ID3v2 tags in the MP3 file. Apple Podcasts added support in iOS 12, h…
-
comment
Comment #21194712
Dynamic Ad Insertion wreaks havoc with this. Podcast eps can have different lengths and segments can have different start times depending on the ad profile of the listener. And tha…
-
comment
Comment #21194666
Overcast is an interesting case study on optimizing for listeners vs. creators. The app developer, Marco Arment, is also co-host of Accidental Tech Podcast. One cool feature in Ove…
- comment
- comment
-
comment
Comment #20820287
> The identity "Me while I'm visiting nytimes.com" is distinct from the identity "Me while visiting cnn.com". Trying to solve this through purely technical means is futile. If you …
- comment
-
comment
Comment #20733447
Without knowing more about the "sophisticated anti-piracy system" employed by the app author, it's hard to determine if Google's claim of malicious behaviour is valid. This could b…
-
comment
Comment #20648873
I agree 100%, perhaps I could have phrased that better. I try to use it as a teachable moment: "Hey, instead of using base64decode.org did you know you could use atob and btoa in a…
-
comment
Comment #20647383
Still too dangerous, and I don't trust new developers to make that determination. Once you get into the habit of pasting development details into random website textboxes hosted wh…
-
comment
Comment #20647149
I had a junior dev show me a neat site where you can paste in a Java thread dump and it performs an analysis. After explaining why it's a bad practice to send diagnostic details to…
-
comment
Comment #20626339
A person in the middle can see the hostname via SNI. But if you're terminating TLS on behalf of a customer, you can see everything. e.g. https://new.blog.cloudflare.com/terminating…