Live data from Hacker News

Viewing profile — bsdetector

bsdetector

HN member
Joined
Sun, Aug 04, 2013, 12:10 AM UTC
HN karma
811
Public activity
366 items

About bsdetector

No profile information was provided.

Recent public activity

  1. comment
    Comment #48591116

    Anyone that wants to see real examples can turn on showdead in preferences.

  2. comment
    Comment #48563767

    [flagged]

  3. comment
    Comment #48347187

    It implies that this list is the entirety of the cancelled NSF grants instead of a cherrypicked woke subset.

  4. comment
    Comment #48338787

    https://www.nsf.gov/awardsearch/show-award/?AWD_ID=1231319&a... Appears it didn't receive any funds since 2022 after being extended for years (so your "daddy" is Biden) and wouldn'…

  5. comment
    Comment #48296848

    The cost to the content provider can be reduced to zero by the parents, by allowing it in parental controls. So the maximum cost to a provider is capped at convincing parents to di…

  6. comment
    Comment #48281775

    If the default wasn't "almost nothing" then you'd be sanctioning exposing some kids to content their parents didn't want them to see. If there's no economic incentive to tag conten…

  7. comment
    Comment #48280464

    You're already responsible for everything you would be on a private server (one user). If you go to 8chan and see illegal content then good luck telling the authorities you're not …

  8. comment
    Comment #48274304

    Some people run their own Mastodon servers, where they share and participate in social media, so there's a proof by example that your fears are unfounded.

  9. comment
    Comment #48273425

    You host your own content, and non-230 telecom rules protect a pure cache so bandwidth and always-on internet needn't be an issue. It shouldn't be baffling to you; it's not even a …

  10. comment
    Comment #48273243

    Without section 230 you'd get a few large publishing outlets moderating all content and you'd also get distributed media where the aggregation is done by each individual. There jus…

  11. comment
    Comment #47222865

    Wouldn't just good screen sharing solve your coffee table problem? Just have the coffee table iPad be a display for your own iPad. You could even have a virtual iPad on your mac th…

  12. comment
    Comment #45630796

    Wikipedia Wow! article says it is equivalent of hydrogen line plus 10 km/s blue shift. Even if this was a scanning beam I think we can assume it would take a lot of energy and so m…

  13. comment
    Comment #45630742

    A ship approaching a sun will see the objects on the far side illuminated fully, but objects on the near side will be illuminated only on a thin edge, like a crescent moon, because…

  14. comment
    Comment #45471171

    Seems reasonable that an alien craft travelling between stars might want to illuminate the whole star system to detect dark objects and plot a safe or more perfect course. Apparent…

  15. comment
    Comment #43889824

    Would this be far enough out to use the sun's gravitational lensing to image distant planets? It seems like the idea was to send a bunch of instruments way out and then take pictur…

  16. comment
    Comment #43513075

    In October when Windows 10 support ends it'll finally be the year of desktop linux.

  17. comment
    Comment #43061805

    You're thinking about energy and not cost. For example, when solar plus direct air capture can remove a ton of CO2 for cheaper than it costs a container ship not to emit that CO2 t…

  18. comment
    Comment #42397954

    The 1..125 loop stores 8000 bytes of string and they need to clear 8000 bytes. There may be a fast path for adding one character, but in any case bytes of program are a valuable re…

  19. comment
  20. comment
    Comment #40101048

    > But none of those are simple key=value formats either. What is the difference between: { object: { name: value }} { object: "{ name: value }"} object="name=value" There's zero di…

  21. comment
    Comment #40100774

    > The nature of being nested, and also containing structures like lists, maps, etc. All of which makes it more complicated than key=value. These are javascript objects, which are k…

  22. comment
    Comment #40100574

    > That's not your original request though, to use line-based data. It wasn't my request and OP (not me) said "line-based data" is best. The comment I replied to said "Newline-delim…

  23. comment
    Comment #40100242

    JSON is literally key=value, just nested. Which you can do with shell variables. The question was "What's not to like [about JSON output from cmdline tools]?" and the answer is tha…

  24. comment
    Comment #40099875

    JSON is not immediately usable by and is cumbersome to parse correctly in a shell. A simple line-based shell variable name=value format works unreasonably well. For example: # ls -…

  25. comment
    Comment #39706462

    SPDY's header compression allowed cookies to be easily leaked. This vulnerability was well known at the time so had they even asked an intern at Google Zero to look at it they woul…