Live data from Hacker News

Viewing profile — waynecolvin

waynecolvin

HN member
Joined
Wed, Oct 27, 2010, 12:50 AM UTC
HN karma
142
Public activity
56 items

About waynecolvin

Newbie poking around. Hello.

Recent public activity

  1. comment
    Comment #13716404

    If they misrepresent their arguements there must be a motive.

  2. comment
    Comment #13666452

    I believe ktRolster may be refering to "Procedural Abstration". The term is used in SICP [1] (the Wizard Book using scheme, previously freshman programming text at MIT). Abstration…

  3. comment
    Comment #13659943

    I believe Linus claims to be an engineer, or maybe a manager nowadays. shrug Glad he has done well anyways.

  4. comment
    Comment #13659907

    Trust is earned, Linus is right.

  5. comment
    Comment #13659896

    Traditionally big corporations, or anybody with legacy systems, are very conservative with technology choices...

  6. comment
    Comment #13659759

    You might be complaining about students being taught Python and it becoming their "blub" language. We all start somewhere, and you can indeed go far with Python in some fields. It'…

  7. comment
    Comment #13659619

    I don't like Python either but it's out there and a fact of life. You use whatever a client requires. Dictionaries, sets and lists can be nice though. Go here( https://www.thecodin…

  8. comment
    Comment #13659353

    It can be a terrible filter, but credentialism fits in well with bureaucratic environments. :/

  9. comment
    Comment #13659238

    True. But before the days of Structured Programming widespread understanding of algorithms was hoped to lead to a professional Software Engineering field. The idea of "Software Eng…

  10. comment
    Comment #13659098

    I think the priority was to reenable discussion of new movies and TV shows, that would be useful moving forward. But maybe they could make an API.

  11. story
  12. comment
    Comment #13639869

    Wait a moment, they have a Falsehoods series on all sorts of subjects. The Fake News fact checkers are going to try globbing on to every niche they can...

  13. comment
    Comment #13621254

    A real man might take responsibility, but if that ever becomes too visible you will be made the dunce if not scapegoat. Maybe only the successful people had the clout to pull it of…

  14. comment
    Comment #13619098

    Languages/libraries evolve and bitrot is a fact of life, yes. Now you have me thinking about how to plan that long! You would need an architecture easy to port and good documentati…

  15. comment
    Comment #13618944

    I was actually thinking about veterins returning to civillian life at the time, but maybe you're right.

  16. comment
    Comment #13618863

    Table lookup is a common solution when a FPU isn't available and speed is a higher priority than accuracy. I've actually used formulas for trig functions before with IEEE double fl…

  17. comment
    Comment #13618722

    Are you sure there weren't some sort of recruitment effort with at least some of those guys... Though you do see some tech pages out there, maybe because of Hangouts? shrug I didn'…

  18. comment
    Comment #13611521

    How does one create a reasonable intermediate languages? I'm at a loss there. :/

  19. comment
    Comment #13611035

    You are describing "generalization". Lookup Tables (LUT) can still be a valid technique if the problem space is small enough. If you use a table for trigonometry functions then int…

  20. comment
    Comment #13583972

    How then do you forget, after this overlearning already occurred? EDIT: Someone says "If you can't get past nature's paywall,"

  21. comment
    Comment #13566424

    Yeah. But for a function with parameters there needs to be a way to associate values with parameters. There are different ways to do that, but even a static global would be accesse…

  22. comment
    Comment #13565699

    Those LUT's have implied indexing internally, I suspect something akin to indexing is essential. Logic functions can be composed using any one of: NAND, NOR, XOR, IMPLY, or other u…

  23. comment
    Comment #13564005

    I suspect it would be difficult (impossible?) without relative position addressing modes and/or other tricks. A conventional stack would need some way to access an offset away from…

  24. comment
    Comment #13514552

    How are you sure this isn't precisely evil on Google's part?

  25. comment
    Comment #7875916

    Question: Can anybody explain how synthetic singing voice is made? Especially things like pitch, a voice actor doesn't have to sing every syllable at every pitch do they?