Viewing profile — dimaaan
dimaaan
HN member- Joined
- Sat, Jun 26, 2021, 12:26 AM UTC
- HN karma
- 29
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About dimaaan
No profile information was provided.
Recent public activity
-
comment
Comment #48590841
RTO - Return to Office
-
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…
-
comment
Comment #47340330
[flagged]
-
comment
Comment #46060776
Don't forget NPM packages Mocha and Chai (Pee and Tea)
-
comment
Comment #44737404
MIT license: https://github.com/dotnet/roslyn
-
comment
Comment #44687961
No. See https://stackoverflow.com/questions/1732348/regex-match-open...
-
comment
Comment #41029502
And "Search by picture"
-
comment
Comment #39557043
Right, fixed such test today
-
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) …
-
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 …
-
comment
Comment #35676634
And the greatest Russian rock singer was Korean. https://en.wikipedia.org/wiki/Viktor_Tsoi
-
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.
-
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…
-
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