Live data from Hacker News

Viewing profile — sersnth

sersnth

HN member
Joined
Tue, Mar 13, 2018, 7:32 AM UTC
HN karma
39
Public activity
16 items

About sersnth

Feel free to email me at hn+snth@snthhacks.com

Recent public activity

  1. comment
    Comment #37530557

    I imported the BOM for the tracker to Mouser and it looks like it's around $100 in components for one board. It looks like the boards with ENIG finish and filled and capped vias wo…

  2. comment
    Comment #35906596

    In a power supply you can sense your output voltage with a differential amplifier between the positive and negative outputs that way the voltage drop across your current sense resi…

  3. comment
    Comment #33471225

    sudoedit runs the editor as the original non-privileged user, which is nice if you're using a configurable text editor like vim/emacs so you're not suddenly using whatever (lack of…

  4. comment
    Comment #32818974

    That describes both partially and fully hydrogenated fats, but only the partially hydrogenated fats contain trans fat. As far as I know fully hydrogenated fats are not any more unh…

  5. comment
    Comment #32585905

    Unsigned integer underflow and overflow are both guaranteed to wrap by the C standard.

  6. comment
    Comment #27321086

    Your comment reminds me of this comic https://www.smbc-comics.com/comic/mind-3 Perhaps with social media it applies as much to younger people as well.

  7. comment
    Comment #24230625

    I can see why Google would not require G Suite customers to set up DKIM, but why do they not have it set up for google.com? It seems like it would have added another barrier of def…

  8. comment
    Comment #24046155

    In that first paper, it does not seem to indicate that there was a difference in the level of cognitive improvement in the albendazole + fortified biscuits group versus the placebo…

  9. comment
    Comment #23383826

    The rule was already written there. The patch just reformatted things a bit.

  10. comment
    Comment #23281537

    I am pretty sure you can end up in the sort of situation where ordering 3000 costs less than ordering 2500 on Digikey, and in my experience the same goes for other major component …

  11. comment
    Comment #21918012

    Why have comparison callbacks return this enum enum c7_order {C7_LT, C7_EQ, C7_GT}; instead of a signed int which seems to be the idiomatic way in C?

  12. comment
    Comment #21840983

    I agree that intrusive data structures are often a better choice and do not have the issues GP mentions (by using something like a container_of() macro, so the data structure membe…

  13. comment
    Comment #21013387

    Your grep result of Linux is because the regex is bad. `\t` does not seem to be available in the grep basic syntax. It is available with Perl Compatible Regular Expressions, but th…

  14. comment
    Comment #20228600

    I think they are referring to the fact that the signal could be triggered before the system call is executed, in which case you will miss the signal and the system call will never …

  15. comment
    Comment #19873907

    > I replaced the battery on it ~6 months ago. Where did you purchase the battery from, and how is the performance, if you do not mind me asking? I also use a mid 2009 Core 2 duo, b…

  16. comment
    Comment #16779817

    That comment is from the series' author, just doing a bit of his signature trolling for which he is so beloved on Hackaday. I know he (Brian) has expressed that those articles gene…