Live data from Hacker News

Viewing profile — cyrusaf

cyrusaf

HN member
Joined
Tue, May 20, 2014, 9:35 PM UTC
HN karma
36
Public activity
25 items

About cyrusaf

No profile information was provided.

Recent public activity

  1. comment
    Comment #21550598

    The blog post is also available on Medium: https://medium.com/twitch-news/go-memory-ballast-how-i-learn...

  2. comment
    Comment #19667408

    Great article! I found the section on "GC Assists" very informative: > You can think of this like a tax that your goroutine must pay for allocating during a GC cycle, except that t…

  3. comment
    Comment #18662319

    Sum types would add much needed compiler safety to returned errors and optional values. We often see nil pointer dereferences during runtime due to the usage of pointers as optiona…

  4. comment
    Comment #18042283

    It's very unlikely they store their passwords in plaintext. They were probably logging during login requests and didn't realize the whole request body was being logged. Can happen …

  5. story
  6. comment
    Comment #16790965

    It's possible their truncate also restarted the sequence: "TRUNCATE TABLE users RESTART IDENTITY;" https://stackoverflow.com/questions/13989243/sequence-does-n... Although, I am co…

  7. comment
    Comment #16790875

    This is not what happened. The tokens were mapped to user IDs and when people signed in, the db created new users which may have had the same IDs as old deleted accounts. When they…

  8. comment
    Comment #16574304

    Have you tried plantuml? http://plantuml.com/ https://www.planttext.com/

  9. comment
    Comment #16163943

    Hopefully these will be implemented soon by the community. Open source rules :)

  10. comment
    Comment #16162537

    HTTP 1.1 + json support for twirp opens up a lot of doors too. It's easy for the browser to natively hit a twirp service without the need for large packages such as https://github.…

  11. comment
    Comment #15854608

    HTTP: - gRPC for microservices - graphql for combining microservices for the frontend DB: - dynamodb/psql depending on features. aws-sdk or base go sql package. - redis for caching…

  12. comment
    Comment #15784284

    I think you would be better off using more well known statistics for betting (ie. multivariate regressions, t-tests, etc..). These stats methods are less of a black box than ML (ne…

  13. comment
    Comment #15755084

    In person I use a thumb drive. You could encrypt the credentials using PGP and send it to a coworker if they are remote. Sometimes I just go on google hangouts and share my screen …

  14. comment
    Comment #14244117

    I don't see this as a comparison between Ryzen and Intel. He compares a custom built PC with a 2017 3.6 GHz 8 core Ryzen to an older 2013 2.3 GHz 4 core i7. He could have replaced …

  15. comment
    Comment #13487675

    I think many would make the argument that not enough is being done environmentally and that more action needs to be taken. Cutting funding to the EPA and lifting restrictions are r…

  16. comment
    Comment #12394294

    I disagree about changing the track. It should be changed every iteration. If the track is not changed every iteration, the NN might develop to work in specific scenarios (only tur…

  17. comment
    Comment #11173610

    I wouldn't be surprised to see it shipping with Chrome sometime in the near future.

  18. comment
    Comment #10551760

    butt stuff?

  19. comment
    Comment #10231928

    I'm curious as to why more WebGL games aren't popular? Is it due to the infancy of the WebGL scene or is WebGL just not capable of creating great games yet?

  20. comment
    Comment #9934535

    I used Polymer for a project a few months ago and I ran into browser support issues. Polyfills helped for most browsers, but my application wasn't working on iOS Safari. I'm not su…

  21. comment
    Comment #9156456

    I think it has to do a lot with moderation. If someone is going to take full doses of psychedelics multiple times per week, I have no doubt in my mind that they could go through se…

  22. comment
    Comment #8797612

    Is it possible that the xbox/playstation servers are overloaded from all the new consoles? Or is it confirmed that both servers are getting ddosed?

  23. story
  24. comment
    Comment #7811376

    You could use JS to make AJAX calls to PHP, since it has a JS library.

  25. comment
    Comment #7811370

    How is this technology so much more accurate than Microsoft's Kinect? That's awesome! I love seeing the new guy develop a better product than a old giant.