Live data from Hacker News

Viewing profile — codeplea

codeplea

HN member
Joined
Fri, Dec 16, 2016, 2:15 AM UTC
HN karma
144
Public activity
60 items

About codeplea

No profile information was provided.

Recent public activity

  1. comment
    Comment #44379340

    It's probably in the Privacy Policy they just emailed about.

  2. comment
    Comment #44379303

    >I received a confirmation that said, “Your personal information and items associated with your account have now been deleted. This action is permanent and cannot be reversed.” By …

  3. comment
    Comment #44075478

    This is addressed directly in the article: >And for those who might be quick to point out that there could be a dearth of jobs there, note that when people say “there are no jobs” …

  4. comment
    Comment #36032491

    Very cool. I can definitely see this being useful for me in the future. I made a similar tool which simply outputs the exact HTTP request as received by the server. It's useful to …

  5. comment
    Comment #22415019

    For there to be infringement, someone needs to prove that copying took place. Because of the algorithm these musicians used to generate this, they can prove mathematically that cop…

  6. comment
    Comment #22391749

    Couldn't one also argue that more frequent renewal exposes a larger attack surface?

  7. comment
    Comment #22327176

    I wrote for Packt, but I didn't have that problem. It wouldn't have been allowed by the contract. Can you tell us what happened?

  8. comment
    Comment #22277295

    I wrote for them too. My book was published last May. I made a similar workflow to you. I wrote using vim and markdown, then used pandoc to convert to HTML. I then wrote some scrip…

  9. comment
    Comment #21494871

    >what's the moral justification for making this illegal? The robocalls I receive are all using fake caller IDs. At that point, it's fraud, isn't it? I wouldn't mind robocallers if …

  10. comment
    Comment #21494849

    I've been a Twilio customer for a long time. They don't allow you to spoof caller ID. You can only set outgoing caller ID to a real number that you own or have access to.

  11. comment
    Comment #21007324

    Lots of people use mention tools. I built a tool with a much narrower scope than yours, and it has a few thousand users now.

  12. comment
    Comment #20941636

    5k to 5.3k is a 6% increase. It seems like day trading should be just about the riskiest/hardest way to get 6% a year. The S&P 500 returns about 10%/year since its inception. (7% i…

  13. comment
    Comment #20941600

    5k into 5.3k is 6%. You can get much more than that in the long run by just putting it in an index fund. Why bother day trading?

  14. comment
    Comment #20904430

    Does anyone know if this, or anything like it, is available in VR?

  15. comment
    Comment #20838802

    Of course. It's not a secret.

  16. comment
    Comment #20829137

    How do you know it's reliable? In my experience, Google Alerts misses a lot of mentions on HN and Reddit. I would challenge you to try an alternative (like https://f5bot.com/ ) for…

  17. comment
    Comment #19468324

    It's apples and oranges really. I would say that it's easier to use recursive descent to parse a full programming language though. Shunting yard works very well if you want to pars…

  18. comment
    Comment #19466068

    I wrote this. I'm glad to see it posted. Happy to answer any questions.

  19. comment
    Comment #18704124

    That doesn't seem plausible. It works too fast and the results are too good.

  20. comment
    Comment #18704085

    Care to explain more about how it works? Your about page says "sophisticated AI technology to detect foreground layers and separate them from the background" but that's pretty vagu…

  21. comment
    Comment #18225363

    I think Robinhood implements market orders as limit %5 above/below market. You should be able to enter a limit order at your own max price, and it would've executed.

  22. comment
    Comment #18195213

    Google Alerts seems to miss most of Reddit these days. It's really broken.

  23. comment
    Comment #18195199

    Hi, F5Bot author here. I'm working on a premium version, and a couple features are already available through Patreon. It has just been a low priority. If you have ideas for any pre…

  24. comment
    Comment #17914713

    I agree that it seems some amendments are ignored, but also there is no one "right" interpretation of any amendment. I found this article, The Myth of the Rule of Law [1], to be ve…

  25. comment
    Comment #17784633

    Why stick to three lines? With only a couple more you could reduce the boiler-plate needed to use it. I wrote a minimal C test framework too: https://github.com/codeplea/minctest I…