Live data from Hacker News

Viewing profile — spicykraken

spicykraken

HN member
Joined
Tue, Oct 24, 2023, 3:40 PM UTC
HN karma
27
Public activity
22 items

About spicykraken

No profile information was provided.

Recent public activity

  1. comment
    Comment #40079071

    > > and heavy handed punishment is the best way to deter it. > That sounds like an empirical statement. Evidence? Singapore and Japan.

  2. comment
    Comment #40017826

    Being strungout and shitting on the streets is a crime though, so I'd take it if they enforced that one...

  3. comment
    Comment #40017723

    How did we get here? I don't know any sane citizen that would want this.

  4. comment
    Comment #40017706

    We could also, ya know... enforce our drug laws and punish folks in possession of fentanyl. But no, lets enable warrant-less spying on American citizens instead.

  5. comment
    Comment #39919988

    Not all applications provide users with the option to log out of all sessions. Web Applications today, could do several things without the help of Google to make cookies more diffi…

  6. comment
    Comment #39842303

    Graphic novels and short comics are a finite medium, they have a beginning and an end. There's not a very practical way to doom scroll away your entire weekend with comic books. Yo…

  7. comment
    Comment #39833221

    Children aren't allowed to play slot machines either and that's what TikTok (and Youtube Shorts, etc) sure feels like to me.

  8. comment
    Comment #39832210

    I hear ya. We hold similar sentiments and also don't use CAPTCHA, we find MaxMind (and a few custom heuristics) to do good enough of a job at filtering out bad actors. A few get in…

  9. comment
  10. comment
    Comment #39817138

    A captcha might add enough friction to at least slow them down if they're doing this at scale. Also adding some fraud detection on top might help (e.g. MaxMind) you can tell if the…

  11. comment
    Comment #39525541

    You can use separate repos for sensitive documents instead of one big repo. The biggest challenges will be: - Teaching git to non-technical folks, the HR lady doesn't know how to r…

  12. comment
    Comment #39376608

    Gotta pay the bills somehow

  13. comment
    Comment #39376583

    I've actually seen CVEs like that before, I agree that's bonkers but I have seen it...

  14. comment
  15. comment
    Comment #39315774

    Unfortunately so, native modules for Node are starting to be written more and more in rust rollup and parcel are two examples. Unlike previous modules written in C++ if there's no …

  16. comment
    Comment #38849509

    SmartOS is still going strong with bi-weekly releases: https://us-central.manta.mnx.io/Joyent_Dev/public/SmartOS/sm...

  17. comment
    Comment #38349570

    I use Firefox across Windows, Mac, OpenBSD, and Ubuntu. I've not seen any specific issues with Google sites at all. I only really use Docs, Maps, and Youtube with any regularity bu…

  18. comment
    Comment #38113834

    > Cloudflare is assessing a loss of power impacting data centres while simultaneously failing over services. Oh, no! The lava lamps are off, there's not enough entropy! https://www…

  19. comment
    Comment #38030201

    Seems reasonable

  20. comment
    Comment #38001910

    Ah thanks, I thought "realms" sounded familiar and that helps clear things up a bit. Also Lavamoat and SES look really interesting thanks for the link.

  21. comment
    Comment #38000987

    I think it's fair to say a lot of people bought "too much car" but I completely agree we need better public infrastructure and not be forced to pay the US car tax. Having experienc…

  22. comment
    Comment #38000732

    What do you mean by "across realms"? Is that just another way of saying `Uint8Array.prototype.isPrototypeOf` and `instanceof Uint8Array` are not available in all JS environments? I…