ViktorasM | 8 years ago | on: API Security Checklist for developers
ViktorasM's comments
ViktorasM | 8 years ago | on: Delete Hate Speech or Pay Up, Germany Tells Social Media Companies
ViktorasM | 9 years ago | on: Show HN: Generate a quiz from a Wikipedia page
ViktorasM | 9 years ago | on: Making Humans a Multiplanetary Species [video]
ViktorasM | 9 years ago | on: A bite of Python
ViktorasM | 9 years ago | on: Ask HN: What's your favorite way to save money?
like always, there's an XKCD for that: http://xkcd.com/946/
..and like someone mentioned their 200$ food budget, try spending twice that amount on kindergarden a month that your kid is not attending for now because he's home sick and you're spending extra on treatment.
When you've exhausted your saving options, making more is still the best option for saving money:) Simple math, if you spend 3000/month of your favourite currency, then you'll have twice more money by earning 4000 vs 3500.
ViktorasM | 9 years ago | on: Let's Play a Game – find bugs in popular open-source projects
e.g. in "if a.length != a.length" the "correct" token is the first "a". Should really be anything in the whole expression.
ViktorasM | 9 years ago | on: Guide to modern Object Pascal for programmers
Don't actually feeling the need to go back though. It's not about language properties anymore, but the library ecosystem. I hated when anything useful in Delphi was a C dll port. You're never a first class citizen.
ViktorasM | 9 years ago | on: Simple Ways of Reducing the Cognitive Load in Code
No.
ViktorasM | 10 years ago | on: Proposal: Go should have generics
I like the direction Go is going of "there are no options to choose", like unconfigurable fmt, or the fact that there is no way to create "exotic" implementations.
However, generics would be my number #1 on the list of "maybe let's add that". Would be nice to have less "interface {}" in reusable libraries.
Exceptions would be probably second, but that would come with some sort of runtime cost. With them Go would start to drift towards "generic programming language".