Live data from Hacker News

Viewing profile — stonefroot

stonefroot

HN member
Joined
Mon, Aug 27, 2012, 6:39 PM UTC
HN karma
10
Public activity
16 items

About stonefroot

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #4446366

    re: MAC spoofing I don't use WiFi as a matter of practice, but I'm curious: What if you could keep all the "whitelisted" MAC's continually logged in to your network, or, at least, …

  3. comment
    Comment #4445557

    "make is crazy fast" Make calls the shell in order to run programs, correct? (IOW, does make call execve directly, as the shell does?)

  4. comment
    Comment #4445459

    Still waiting for Ethernet to "break". IP as well. UDP too. And netcat. It's been like 20 years. I'm still waiting. I also wasn't aware that RFC drafts were the same as "commits". …

  5. comment
    Comment #4441964

    What would you have done differently? (I'm serious. I'd like to know.) One of the tough things for anyone aiming to replicate Facebook is that Facebook used some devious methods to…

  6. comment
    Comment #4441776

    How do you know it's the gimmicks that make the "billions upon billions" of dollars? Are you making some assumptions? Could marketing play a role in consumer decisions?

  7. comment
    Comment #4441744

    Hmmm. Very interesting perspective. I'm currently using a number of "dead" programs. In fact, most of my kernel is "dead". There is code in there that hasn't been changed in over 3…

  8. comment
  9. comment
    Comment #4440795

    These all seem to be such frivolous things in relation to the function of a computing device. They have nothing to do with capabilities or performance. Gimmicks. Just my personal o…

  10. comment
    Comment #4440729

    cfallin: many, many thanks. I guess should read the gdb manual, and, if it's anything like the as manual (which I've learned is not always the full story), the source too.

  11. comment
    Comment #4440677

    What's really needed, in my opinion, is a search engine to track shell companies. The lawyer interviewed is shooting from the hip when he says it is "a shell game". Without the use…

  12. comment
    Comment #4440477

    So there is an assumption that number of commits means something? I'm just not quite sure what that something is. What if the software as released is "rock solid"? That is, it's so…

  13. comment
    Comment #4440381

    No domain name! I love it! How often do we see this on HN? Fantastic. As for the idea in the title, isn't this more or less what Viaweb did? Create a DSL for generating HTML elemen…

  14. comment
    Comment #4440309

    Can I do this with a hand-written assembly program, i.e. not necessarily one that has been compiled with as and subject to GNU default optimisations or "constraints"?

  15. comment
    Comment #4440289

    Why would it mean the project is "dead"? Do you mean that community projects are by nature "dead" projects? What does "dead" mean, exactly? My OS is a community project. OSX/iOS ar…

  16. comment
    Comment #4440155

    I want to be able to do this with assembly, e.g., see what is in each register as I step through the program.