Live data from Hacker News

Viewing profile — nsguy

nsguy

HN member
Joined
Tue, Oct 31, 2023, 10:41 PM UTC
HN karma
350
Public activity
232 items

About nsguy

No profile information was provided.

Recent public activity

  1. comment
    Comment #41064838

    Yeah, we agree on that last bit. Though technically exploding is also a "wrong result" as we saw with Crowdstrike...

  2. comment
    Comment #41054152

    I think the OP's point was that '/' is not a mathematical divide anyways. Sure, we can remove '/' and make that a happy face emoji but I don't think that changes the premise here. …

  3. comment
    Comment #41038883

    Israel is acting towards its declared objectives which it views as existential: The removal of Hamas from power in Gaza and the return of its hostages. Hamas is acting towards its …

  4. comment
    Comment #41038445

    I think the reality is that demand for good software developers is only going to grow. This has been the trend since the 1960's and it shows no signs of reversing. There have been …

  5. comment
    Comment #41028097

    The US public is not as supportive of Israel as it used to be but support is still broad. The opinions you're reflecting are a small minority. I would expect that democrats lost vo…

  6. comment
    Comment #41027300

    Totally agree. Not only would a coverage guided fuzzer catch this they should also be adding every single file they send out to the corpus of that automated fuzz testing so they ca…

  7. comment
    Comment #41027251

    It's all standard Linux metrics that node-exporter exposes. Mostly from procfs.

  8. comment
    Comment #41027237

    As far as I'm aware there's never a requirement to use a specific product/technology for compliance. The standards will require processes or something very general and the way a co…

  9. comment
    Comment #41018298

    Yeah... I understood the ask ;) In your example the tab is strictly finger-picking over chords since that's how the song goes but some tabs are lead guitar tabs which might be slid…

  10. comment
    Comment #41014413

    you don't need to airgap it. just limit the access to the specific APIs/access to the database and block everything else. CrowdStrike won't be able to upgrade itself through your d…

  11. comment
    Comment #41014111

    But that's not useful. So you're saying just put on a CMaj13 grip for playing anything in a scale to the OP? On your 7 string guitar? EDIT: Also you have to be missing at least one…

  12. comment
    Comment #41012972

    A lot of tabs do have them... Also you're not always picking notes from a chord, though I guess often you are.

  13. comment
    Comment #40980333

    I've used a 3090 and some of the predecessors and VM/CMS. The "monitor" was called CP (control program) IIRC. XEDIT was a great editor. There was also Rexx (and previously EXEC and…

  14. comment
    Comment #40980198

    Rexx (EDIT: https://en.wikipedia.org/wiki/Rexx )

  15. comment
    Comment #40971858

    I have a fair bit of experience writing tests for concurrent code that uses timers on Go. We started with an open source test library ( https://pkg.go.dev/github.com/benbjohnson/cl…

  16. comment
    Comment #40938160

    Wouldn't the deadline be now+zero for real time audio applications? If I'm building a guitar pedal (random example) ideally I want no delay from the input to the output. Any digita…

  17. comment
    Comment #40933938

    If you have a buffer that's being clocked out and your goal is to keep data flowing, the jitter is going to influence how small your buffer can be. Let's say you're producing 56Khz…

  18. comment
    Comment #40933915

    You don't really do these any more on a modern CPU. This is stuff I used to do 30 years ago and you might still do if you're on a micro-controller or some other tiny system. The CP…

  19. comment
    Comment #40933897

    Yes. Most modern Ethernet isn't running on shared media (i.e. there are no collisions) and for the most part no packet loss as long as there's no congestion. For networks and for t…

  20. comment
    Comment #40933081

    Was doing some Googling and came across: https://en.wikipedia.org/wiki/Breakout_(video_game) I never heard this story...

  21. comment
    Comment #40932804

    IIRC reading some Intel CPU design history some of their designers are from a CS/software background. But I agree. Software is naturally very sequential which is different than dig…

  22. comment
    Comment #40932779

    I think the key word above was modern. I felt able to design a simple CPU when I finished my Computer Architecture course in university. I think I forgot most of it by now ;) There…

  23. comment
    Comment #40921849

    Yeah! fast, clean, cool, unique.

  24. comment
    Comment #40911133

    Right. It confused me but re-reading PG's post he's certainly making that distinction. Yeah- I have seen the bash your head against a wall and not take any input kind of stubborn.

  25. comment
    Comment #40910224

    Obstinant can just be a nay-sayer though? Someone who isn't even trying to solve the problem their way but someone getting in the way of problems being solved at all. I have a lot …