Live data from Hacker News

Viewing profile — wtroughton

wtroughton

HN member
Joined
Thu, Nov 08, 2018, 12:41 PM UTC
HN karma
43
Public activity
30 items

About wtroughton

No profile information was provided.

Recent public activity

  1. comment
    Comment #46523161

    I'd make the case that turning their citizens into consumers like America has done could be considered a national security risk.

  2. comment
    Comment #43935775

    Education does not operate in a vacuum. Many students are incentivized by the social accreditation of completing a program. Institutions need some way to qualify that teaching is a…

  3. comment
    Comment #42027055

    “A shared fiction in the world to help frame interactions between people”. You sir are a natural philosopher. I think what’s universally important is to keep active and engaged in …

  4. comment
    Comment #41112436

    Anyone else fall into the trap of procrastinating watching YouTube or pg’s essays for advice?

  5. comment
    Comment #40827535

    My internship project involved a tool to look up individual IP addresses as well as checking a range of address blocks. I ended up implementing the trie data structure, which perfo…

  6. comment
    Comment #36027658

    A compiler is a theorem prover, sure, but compilers vary in terms of expressiveness of the propositions it is capable of proving (a Python interpreter would be a very weak theorem …

  7. story
  8. comment
    Comment #25221651

    Writing only becomes better when you go on a journey of identifying your own intentions, and confronting your own trepidation. Thanks for writing this, I've been struggling to writ…

  9. comment
    Comment #25016418

    I don't agree with many of the points made in the article in regards to certifications (formal methods aren't there yet as an industry), but I did want to touch on that fact that "…

  10. comment
    Comment #25016276

    I also disagree with the author about certifications and the attempt to bridge similarities with other established engineering professions. I think what it important in this discus…

  11. story
  12. comment
    Comment #24936279

    > For debugging and monitoring, developers can access the console output of the board through the built-in microUSB type-B connector. As a software developer who's interested in th…

  13. comment
    Comment #24883743

    Probably overkill, but I use Pandoc to generate tailored resumes for roles and jobs I’m interested in. I keep a list of all my skills, experience and education in a YAML file and h…

  14. comment
    Comment #24714938

    I agree wholeheartedly of doing something that you believe is valuable. The process of figuring out what's valuable is different from person to person. Some people know from a youn…

  15. comment
    Comment #24654836

    Should engineers from new grads to senior levels apply under Principal Engineer listing?

  16. comment
    Comment #24205237

    Anyone familiar with Breaking Bad? Walter White goes under the alias of Heisenberg. When he’s Walter, he’s anxious and fearful. It’s such a contrast compared to the calm, calculate…

  17. comment
    Comment #22256497

    Examples that I can think off the top of my head are 1) all-hands and 2) networking events. These tend to be formulaic from my experience, they consist of a catering plates full of…

  18. comment
    Comment #22256460

    When I worked at Amazon, our team decided to have a theme for each sprint consisting of breakfast items. Product launches & demos were small celebrations at the end of the sprint. …

  19. story
    Ask HN: Why does your company run corporate events?

    Hey HN, I’m a founder of a startup trying to solve problems for coffee shops and cafes when it comes to catering through corporate channels. If your company has hosted a corporate …

  20. comment
    Comment #19418184

    100% agree that in object-oriented programming, only the object itself should care about its internal state. The object should know about its behaviors and what state changes are a…

  21. comment
    Comment #19279862

    Tech courses targetting recruiters. I'm interested in this as a beneficiary not as a direct participant. I wonder if recruiters would be interested in a course like this?

  22. comment
    Comment #19269189

    Thinking of interfaces as state machines can be valuable. An area that I think about a lot is how effective are companies at spreading useful information to the people who can best…

  23. comment
    Comment #18939621

    I love SequelPro but I've been thinking about switching to TablePlus from SequelPro for quite some time since SequelPro isn't available on Windows / Linux. Do you know how TablePlu…

  24. comment
    Comment #18838496

    I also use Things and Quiver (note taking) for 2 weeks now and it has grown on me. I use to write creative thoughts in a text document or Notes on iOS. I never revisited these note…

  25. comment
    Comment #18774328

    This. The code base should be the authoritative source of the behavior of the system. The comments should be the authoritative source of what is expected of the system.