Live data from Hacker News

Viewing profile — scoutt

scoutt

HN member
Joined
Fri, Jan 18, 2019, 8:13 AM UTC
HN karma
1,774
Public activity
793 items

About scoutt

No profile information was provided.

Recent public activity

  1. comment
    Comment #48135172

    ScamInc might also have a platform to create perfect invoices, perfect email conversations, scanning LinkedIn to find the right people to scam, etc.

  2. comment
    Comment #47588910

    Well, you have 1000000 microseconds in between. That's a big threshold.

  3. comment
    Comment #43903436

    You are not fighting the C++ compiler or showing why the C++ compiler might be annyoing. You are introducing a bug by poorly using a library (which has nothing to do with writing a…

  4. comment
    Comment #43015103

    What I see when producing code with AI (C/C++, Qt) is that often it gives output for different versions of a given library. It's like it can't understand (or doesn't know) that a g…

  5. comment
    Comment #42998983

    > what should they do? Sorry to ask, but couldn't it be solved with cargo? I hear all the time about the benefits of Rust tooling and zero-cost abstractions. Why can't a driver jus…

  6. comment
    Comment #42694854

    See? You know how to express an opinion. Which is what I don't see in the blog post. And doesn't matter if it was written in a blog.

  7. comment
    Comment #42694842

    Of course it doesn't. But it sounds like ... the thing I describe in the next paragraph.

  8. comment
    Comment #42694840

    "People should be advocating for their own values and morals. To be an ethical person is to understand your values and do the work to apply them in your everyday life." Pablo Escob…

  9. comment
    Comment #42684188

    Sorry but I read you answer as if mine was super clever counter-point you can't counter.

  10. comment
    Comment #42684167

    I did ctrl+f searching for "opinion", "I believe", "I think", etc. I can't find any reference to "opinions". I read the post as the author decribing facts and imparting instruction…

  11. comment
    Comment #42683966

    Pablo Escobar could have said what you wrote as well.

  12. comment
    Comment #42682224

    On the other side, being told what is "bad", what is "good", "right" and wrong", what is "dark" and what is "bright", what I should do and think and why I don't have such good mora…

  13. comment
    Comment #42389305

    Oh... yes. You are right. My bad.

  14. comment
    Comment #42388880

    > Seems archaic today ... run in mere kilobytes of RAM There is an entire industry that does pretty much that... today. They might run in flash instead of RAM, but still, a few kil…

  15. comment
    Comment #41463896

    No one can deny that kernel devs have a valid complain and concerns. Of course Rust and Linux can work together and is feasible, on paper, and everybody wants to see it in the main…

  16. comment
    Comment #40390848

    I thought it was just me, that after 20 years of writing C I still have to look how to declare function pointers.

  17. comment
    Comment #39677760

    I have 1 one year old boy and I often think about how should I behave. While the Santa issue is trivial to me, I decided I will lie, or hide the truth for that matter, about some t…

  18. comment
    Comment #39259084

    > We need a space that can handle an event our size, and configurable enough to accommodate our content. I love this sounds like a pun about loading/executing a payload.

  19. comment
  20. comment
    Comment #38949790

    > This feels like a personal statement Because it is. And is a statement I agree 100% being a +20-years C developer with a hardwired C parser in my brain: Rust, Zig and some (most?…

  21. comment
    Comment #38909564

    Maybe my morning coffee didn't kick in yet, but where are the lies? Or why dismiss them as lies and then go on a "I've succeeded (or think I had) and this is what I think" monologu…

  22. comment
    Comment #37594146

    The chip might be small. The required board to use it can be big due to placements constraints, required extra components to make it work, space required for routing antenna traces…

  23. comment
    Comment #37465123

    I watched the whole thing live. I clearly remember a passenger plane being followed by a couple of fighters. It was filmed by a civilian on the ground. After some time, there was t…

  24. comment
    Comment #36798134

    I think the nature of microcontroller programming is already asynchronous. I mean, it's not that the only alternative to "async Rust" is an RTOS; a classic loop program with interr…

  25. comment
    Comment #36531299

    Or you have to transmit a struct as a network packet "as is", between different architectures.