Live data from Hacker News

Viewing profile — dimaaan

dimaaan

HN member
Joined
Sat, Jun 26, 2021, 12:26 AM UTC
HN karma
29
Public activity
14 items

About dimaaan

No profile information was provided.

Recent public activity

  1. comment
    Comment #48590841

    RTO - Return to Office

  2. comment
    Comment #48462153

    Don't call them rockstars - call them "resume-driven developers." We had one on our team in the past. A bunch of microservices built on an in-house RPC framework he wrote, RabbitMQ…

  3. comment
    Comment #47340330

    [flagged]

  4. comment
    Comment #46060776

    Don't forget NPM packages Mocha and Chai (Pee and Tea)

  5. comment
    Comment #44737404

    MIT license: https://github.com/dotnet/roslyn

  6. comment
    Comment #44687961

    No. See https://stackoverflow.com/questions/1732348/regex-match-open...

  7. comment
    Comment #41029502

    And "Search by picture"

  8. comment
    Comment #39557043

    Right, fixed such test today

  9. comment
    Comment #39556602

    And standard library design errors also. Properly designed date/time API invented relatively recently. System.DateTime (.NET) - 2002 | System.DateTimeOffset - 2005 Joda time (JVM) …

  10. comment
    Comment #35676743

    Thank you for that kind of words. It's so rare nowadays. While i agree with technology, art (painters, literature), dance (ballet), i didn't think Russia brings much to the worlds …

  11. comment
    Comment #35676634

    And the greatest Russian rock singer was Korean. https://en.wikipedia.org/wiki/Viktor_Tsoi

  12. comment
    Comment #35371590

    >> No, https://twitter.com/ is probably not blocked in Russia >> No, https://www.instagram.com/ is probably not blocked in Russia Seems like its not working at all.

  13. comment
    Comment #35124590

    Similar trick for JSON-based web API's that returns either error message or result async fetchApi (request: Request): Promise { type SuccessfulApiResponse = { Succeeded: true; Resu…

  14. comment
    Comment #28644858

    Use System.Threading.Channels. BoundedChannelFullMode.DropNewest, DropOldest, DropWrite, Wait specifies the behavior to use when writing to a bounded channel that is already full