Viewing profile — cyrusaf
cyrusaf
HN member- Joined
- Tue, May 20, 2014, 9:35 PM UTC
- HN karma
- 36
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About cyrusaf
No profile information was provided.
Recent public activity
-
comment
Comment #21550598
The blog post is also available on Medium: https://medium.com/twitch-news/go-memory-ballast-how-i-learn...
-
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…
-
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…
-
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 …
- story
-
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…
-
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…
-
comment
Comment #16574304
Have you tried plantuml? http://plantuml.com/ https://www.planttext.com/
-
comment
Comment #16163943
Hopefully these will be implemented soon by the community. Open source rules :)
-
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.…
-
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…
-
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…
-
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 …
-
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 …
-
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…
-
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…
-
comment
Comment #11173610
I wouldn't be surprised to see it shipping with Chrome sometime in the near future.
-
comment
Comment #10551760
butt stuff?
-
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?
-
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…
-
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…
-
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?
- story
-
comment
Comment #7811376
You could use JS to make AJAX calls to PHP, since it has a JS library.
-
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.