Live data from Hacker News

Viewing profile — hhda

hhda

HN member
Joined
Sun, Dec 19, 2021, 4:15 PM UTC
HN karma
18
Public activity
10 items

About hhda

No profile information was provided.

Recent public activity

  1. comment
    Comment #38755508

    We assume we know the possible space for YouTube URLs, but it might not be a fair assumption. Take phone numbers as an analogy. Without foreknowledge or without careful analysis of…

  2. comment
    Comment #38476342

    Thanks, I didn't know about `-t`, I'll read up on it.

  3. comment
    Comment #38475128

    Yeah, the -M command is wonderful (super handy for ignoring minified files that you don't want to see results from, etc), and also great is the -g command (eg `-g *.cs` and you'll …

  4. comment
    Comment #34972152

    For that, I believe you need to use cargo-geiger[0] and audit the results. [0] - https://github.com/rust-secure-code/cargo-geiger

  5. comment
    Comment #34971542

    You can add `#![forbid(unsafe_code)]` to your codebase to avoid any unsafe Rust, which should prevent buffer overflows. Obviously it may make writing a codebase somewhat harder.

  6. comment
    Comment #33822827

    From what I can tell, yearly Search ad revenue is in the neighborhood of $104 billion [0], and the number of yearly searches served by Google is somewhere in the neighborhood of 3.…

  7. comment
    Comment #31308930

    I guess the issue is that you assumed the type of egg and jumped to a conclusion about the egg you assumed was used in the experiment. You also assumed the environment - who is to …

  8. comment
    Comment #30911644

    I always find the postmortem of a major tech outage interesting. Ever since Google had a major outage with Maps, etc, I've been going back[0] to check for their breakdown of why th…

  9. story
  10. comment
    Comment #30263752

    Laravel 9 was released today (hence this thread) - Laravel 8 is the major version that came out directly before Laravel 9. Further, Laravel 9 is essentially Laravel 8 with a bump t…