Live data from Hacker News

Viewing profile — justusthane

justusthane

HN member
Joined
Tue, Dec 02, 2014, 10:19 PM UTC
HN karma
3,106
Public activity
933 items

About justusthane

Sysadmin in Canada

https://www.justus.ws

Recent public activity

  1. comment
    Comment #49252330

    The author’s take on this in the Mitigations section makes sense to me: > Remove the timeout, and a legitimately stuck core hangs the platform on the first SMI. Increase the timeou…

  2. comment
    Comment #49209426

    I don't think was unkind, and I think that if you make something public, opinions are always warranted.

  3. comment
    Comment #48947520

    When someone says "I nearly had a heart attack," it's _highly_ unlikely that they actually nearly had a heart attack. I don't think the chances are good that anyone actually had a …

  4. comment
    Comment #48936033

    I really worry about AI leading to the information death of the internet. If everyone is getting their info from AI, rather than actually reading websites/blogs/forums, is there an…

  5. comment
    Comment #48935985

    Is this what you're talking about? https://www.star.nesdis.noaa.gov/goes/conus_band.php?sat=G16...

  6. comment
    Comment #48920675

    Apologies for my tardy response. I tried it and am disappointed to report that it does not, in fact, "just work", but migration is easy anyway - there's a "File to DB graph" import…

  7. comment
    Comment #48910440

    This is a minor nit, but why is OP's script a Python script with a .sh extension? I know the extension doesn't "matter", but if I see a .sh extension I'm expecting a Bash script.

  8. comment
    Comment #48900881

    I would assume that it “just works”. I’ll try it tomorrow and report back.

  9. comment
    Comment #48884255

    I’ve found croc to be more reliable than MW in across different network architectures — croc has worked in places where MW has not. I’m not sure why.

  10. comment
    Comment #48868081

    > then suggested I did get hired for my cybersecurity expertise, that I do take my obligations seriously, and he could just ask me to do whatever they were planning to do from the …

  11. comment
    Comment #48839000

    Isn’t that already what DMARC does though? For DMARC to pass you need DKIM _or_ SPF alignment, not both. It’s designed that way because there are scenarios where SPF _can’t_ pass (…

  12. comment
    Comment #48831471

    What is it about this that makes it particularly hard to OCR?

  13. comment
    Comment #48781506

    Also very interested in this. I was playing around with doing the same thing with YaCY. I want the proxy aspect so that I can proxy my phone traffic through it as well.

  14. comment
    Comment #48774602

    I've seen this solved in some platforms with localstorage, so that it automatically saves your "draft" as you type and seamlessly restores it if you re-open the page. It was a real…

  15. comment
    Comment #48685679

    Really? I’d think more like chaotic good -> lawful neutral (at best).

  16. comment
    Comment #48630282

    No, they're very different. Using webkitdirectory="true" on an element just allows you to select a directory to e.g. upload it to the server. It's a one-time operation. This API re…

  17. comment
    Comment #48630154

    The article also contradicts itself halfway through: > There remains a clear penalty for being an open LLM user. The conversation here _around_ the article is interesting, but the …

  18. comment
    Comment #48618132

    Parent commenter is saying that they do this _after rooting their phone_

  19. comment
    Comment #48507536

    You could look into Podman as well - it's rootless by default, and often can be a drop-in replacement for Docker.

  20. comment
    Comment #48503168

    That’s a really interesting and pretty neat approach. How do you communicate with it? Just su to that user? Or tmux? Although I can’t help but think that a VM is still more conveni…

  21. comment
    Comment #48113789

    I have "Agree" and "No thanks" buttons on my cookie banner. Tested on FF and Chrome (Windows) and Safari (iOS). Maybe a UI bug for you?

  22. comment
    Comment #48078412

    I was excited to see there's a Canadian one, but it's just a Wordpress blog?

  23. comment
    Comment #47974050

    It's the cable that is supposed to reverse itself and not the device? I'm not entirely sure I buy that - seems like it would add a lot of unnecessary complexity to every cable.

  24. comment
    Comment #47973122

    I wasn't either (insomuch as I had never thought about it), but it makes sense if you think about it for a second. If you have one end plugged in one way, and the other end plugged…

  25. comment
    Comment #47963289

    His comment is _not_ wrong. He says "I agree with the article, FastCGI is better than HTTP for these things." "These things" being the communication between a proxy and the backend…