Live data from Hacker News

Viewing profile — deeebug

deeebug

HN member
Joined
Fri, Nov 23, 2012, 12:57 AM UTC
HN karma
84
Public activity
19 items

About deeebug

I debug stuff.

Recent public activity

  1. comment
    Comment #48571632

    Looks like it's that, plus vibe coding (in areas like crypto!) - https://kerkour.com/stdx

  2. comment
    Comment #48156167

    They have build.rs ( https://doc.rust-lang.org/cargo/reference/build-scripts.html )

  3. comment
    Comment #48125009

    As someone who uses gitea, honestly it’s because I set it up a while ago and foregjo hasn’t offered anything compelling to force a switch, nor has gitea “enshittified” like the con…

  4. comment
    Comment #47201552

    Do note rustfs has had a...questionable...security posture. See https://github.com/rustfs/rustfs/security/advisories/GHSA-h9... as a good example (hardcoded static token).

  5. comment
    Comment #46141737

    > So if the minio maintainers (or anybody that forks the project and wants to work it) can fix any security issues that may occur I don't see any problems with using it. The concer…

  6. comment
    Comment #41263590

    > That aside, I’m confused about the 250ms thing. You don’t have to hit a Google API to construct a signed URL. It should just be a signature calculation done locally in your serve…

  7. comment
    Comment #41106798

    Slight correction, the sales org uses GitLab, mainly to segregate any “code” they build for customers. Internal AWS/Amazon teams use an internal git-backed UI.

  8. comment
    Comment #38742081

    > I believe they had intentions of selling this tech to other stores but it never really took off (maybe uniqulo is using it?) They did, it's called "Just Walk Out" - https://www.j…

  9. comment
    Comment #38356448

    As an opposite point - the airports I've been to have been pretty easy to opt-out, though they usually have snippy comments about "saying it up front". That being said, did your ai…

  10. comment
    Comment #37470322

    > Why can’t T-Mobile issue me a free “advertising” eSIM that doesn’t actually provide service (or provides a ridiculously small amount) Not sure if you’ve checked, but they actuall…

  11. comment
    Comment #33322487

    Unsure if it was added recently, but Splunk Query Language does have VAL IN (1,2,3) now -> https://docs.splunk.com/Documentation/Splunk/9.0.1/SearchRef...

  12. comment
    Comment #26825110

    This looks to be that version: https://github.com/ehmicky/dev-tasks/blob/1f6cd2a9c7bc2146b7... Though this was uploaded before April 1, and it doesn't appear to have any malicious …

  13. comment
    Comment #16729726

    What’s your threat model? The latency you’re going to introduce with TOR will make everyday browsing slow

  14. comment
    Comment #16326943

    Just because the protocol has a formal set of proofs, doesn't mean it's production ready. The very fact that the only releases are snapshots and not eligible for CVE's makes me wea…

  15. comment
    Comment #12775428

    University at Buffalo, SUNY. The person that teaches the course (who is the lectuerer) is Geoffrey Challen ( https://blue.cse.buffalo.edu/people/gwa/ ) Source: I took this class la…

  16. comment
    Comment #12728738

    This doesn't sound like a Computer Science course. Maybe for something like a Software Engineering degree, but not for CS.

  17. comment
    Comment #8594314

    "FILTER_SANITIZE_EMAIL" doesn't do any validation. That only filters.

  18. comment
    Comment #7238878

    Yup, they include a free SSL cert for 1 year on all domain purchases

  19. comment
    Comment #6023236

    Actually they check the $_GET['id'] variable, which is used to set the $UserId variable. Check the top of the source: if (empty($_GET['id']) || !is_numeric($_GET['id']) || (!empty(…