Live data from Hacker News

Viewing profile — theaustinseven

theaustinseven

HN member
Joined
Fri, Jan 01, 2016, 11:10 PM UTC
HN karma
202
Public activity
75 items

About theaustinseven

No profile information was provided.

Recent public activity

  1. comment
    Comment #25965724

    I haven't had any trouble. I'm running an elixir project that I'm testing over localhost, and you don't have to do any port magic whatsoever. Just run the app in WSL and go to loca…

  2. comment
    Comment #24151034

    I think you still have to clarify what makes baiting bad here. If I hold a sale in my retail store, is that baiting? Is that bad? I don't think so. In this scenario, much of the up…

  3. comment
    Comment #23606254

    It goes further than that. HPL is already a bad benchmark since it just prioritizes the narrow requirements of HPL(double precision multiplication and bandwidth). HPCC( https://icl…

  4. comment
    Comment #22765478

    I think so. Even if it's a little watered down at times, it's nice to have the strong focus on a given topic every time. It's also just nice to be able to go back to specific issue…

  5. comment
    Comment #22088858

    How do you think all of the startups on here really achieve the "viral" growth they all talk about? Heavily targeted ads have allowed niche businesses to get off the ground and bec…

  6. comment
    Comment #20943686

    Often the money will be given with some agreement to pay it back if the employee leaves before a certain date(and other variations on that theme). It usually compensates for giving…

  7. comment
    Comment #20529673

    Yeah, but this starts to break down when the pharmaceutical representatives can give laundered incentives(fancy "educational" dinners, "educational" yacht parties, etc.) to prescri…

  8. comment
    Comment #20288593

    Hey, posting an LMGTFY is basically always extremely condescending and unnecessary. Here's a link that explains the quality of polling in 2016 and talks about some of the misconcep…

  9. comment
    Comment #20064514

    That's absolutely ridiculous. With this logic, any time I implement an interface that I didn't myself make, it's a copyright violation. I shouldn't even consider making something i…

  10. comment
    Comment #19942912

    They did answer the question, and did so in good faith. This comment however is fairly confusing. There's a reason that our government institutions can't perform espionage on anyon…

  11. comment
    Comment #19907151

    Oh yeah, I understand. That's why I brought up the last part. Germany did a relatively good job after the war of apologizing for its warcrimes and rooting out the toxic culture tha…

  12. comment
    Comment #19906857

    Japan invaded the Korean peninsula as well as a sizeable portion of China and enacted horribly cruel war crimes against the citizens of those places. I won't get into details, but …

  13. comment
    Comment #19845080

    Really? It looks more like Riot is doing the absolute minimum to make it look like they are actually interested. They won't get rid of forced arbitration for current or past employ…

  14. comment
    Comment #19842715

    Like someone said in another comment, you'll still have existing gas-powered vehicles(current cars, jet aircraft, etc.) for some time, and they have to get that gas somewhere. Bett…

  15. comment
    Comment #19667884

    If the password is stored in plaintext or can be changed by an admin(in a method other than a reset where the user still sets the new password), we've got other problems.

  16. comment
    Comment #19277192

    Yeah, but if you look at the tabs redesign, they're cheating a little. They are using a very busy repo(which most aren't) so the little numbers next to each tab are acting as a div…

  17. comment
    Comment #15220342

    This would be nice, however, if you were making a printed document like a book.

  18. comment
    Comment #15171596

    This is for building a compiler for the language tiny: http://thinkingeek.com/gcc-tiny/ Otherwise, get your hands dirty with a parser generator(PEG parser generators[1] tend to be …

  19. comment
    Comment #14963999

    Yeah, for reference, VS Code had just a couple of months prior added editor tabs. The VS Code today is vastly different from the one a year ago.

  20. story
  21. comment
    Comment #14550312

    There really aren't any. The compiler will compile the code the same either way.

  22. comment
    Comment #14037060

    I don't really have much out there right now. I have some spec, but it's really out of date. I have done some ML and I would say that while patten matching/powerful type inference …

  23. comment
    Comment #14034882

    I've been working on a new programming language mainly to be what I think Go could have been. I think that it is important for us to have a compiled language that feels like a dyna…

  24. comment
    Comment #14005273

    Yeah, I can understand the appeal of implementing your own, but MIPS itself is very small. There are also a lot of good resources on it, and the spec fits on one page : http://www.…

  25. comment
    Comment #14000866

    If your going for a small processor, you should really implement a small subset of MIPS. It is really simple, and you can even compile programs from C and run them on your processo…