pavelbr | 3 years ago | on: Understanding the .NET ecosystem: The evolution of .NET into .NET 7
pavelbr's comments
pavelbr | 3 years ago | on: Java record pattern matching in JDK 19
pavelbr | 6 years ago | on: A whirlwind tour of object-oriented code in F# (2012)
I hope it's gotten better.
pavelbr | 6 years ago | on: Next-Paradigm Programming Languages: What Will They Look Like?
pavelbr | 7 years ago | on: GitHub publishes DMCA deletion notifications sent by Bilibili
What should I do with those secrets though? I'm not sure how to store them securely. So far I've been considering putting them in the server configuration so they can be read from environment variables, but that seems inconvenient for me and other developers and also not that much more secure.
pavelbr | 7 years ago | on: Kdenlive: an open-source video editor
pavelbr | 7 years ago | on: Libpostal: A C library for parsing/normalizing street addresses around the world
pavelbr | 7 years ago | on: Show HN: TabNine, an autocompleter for all languages
pavelbr | 7 years ago | on: C compiler with support for structs written in Assembly
pavelbr | 7 years ago | on: Windows Calculator invalid input with 10^x function
pavelbr | 7 years ago | on: The Legend of Nintendo
Rainbow Six Siege is still one of my favorites.
pavelbr | 7 years ago | on: Hello, GitHub
pavelbr | 8 years ago | on: Improving performance with Stackless Python
Exceptions and threads don't mix well however, so using Stackless' microthreads with code that relies on exceptions will likely lead to slowdown, so there are a few things to be aware of.
pavelbr | 8 years ago | on: Improving performance with Stackless Python
pavelbr | 8 years ago | on: Writing a Managed JIT in C# with CoreCLR
pavelbr | 8 years ago | on: Python 2 will be replaced with Python 3 in the next RHEL major release
pavelbr | 8 years ago | on: Show HN: I made a Chrome extension to reveal zero-width characters
pavelbr | 8 years ago | on: I have forgotten how to read
pavelbr | 8 years ago | on: Chrome 68 will mark all HTTP sites as “not secure”
pavelbr | 8 years ago | on: Startpoint: A saner replacement for `if __name__ == “__main__”`