_virtu

↗ HN profile [ 77.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. So I've thought that it would be fun to give a name to the length of time that your code outlives you. What name would you give to this idea?

  2. There's a post from 2015 with the same title. It's been a while. Who are your favorite poets now that it's year 2020?

  3. Serious question. If employees are expected to work in an open office and schedule rooms to have in depth discussions, why are leaders given their own offices?

  4. Halstead Complexity Measures (en.wikipedia.org)
  5. I have some volunteer hours and I'm looking to apply them to working on software. The only constraints are that I have to volunteer for Vetted 501(c)3 Organizations. Is there a good list out there? I've looked around on…

  6. I recently saw the roadmap that was released for VSCode and really appreciated it. Since I'm always trying to get better at communicating to my dev org, I want to write documents like this to help create a clearer…

  7. A company I work for is currently looking into penetration testing our application: - Which companies or consultants do you recommend? - Do you have any advice for penetration testing in general?

  8. TL;DR : How do you log bugs in your product in an automated manner without dirtying up your bug tracker? Recently, at my place of work, we've come into a bit of an issue with the way that log our bugs. Currently we…

  9. Recently at my place of work we've come into a bit of an issue with the way that log our bugs. Currently we automate logging many different types of exceptions and errors to our bug tracking system from our product.…

  10. I'm studying state machines right now and I find the model for describing systems of change very interesting. State machines remind me of the _smell_ of recursion. They are are very powerful, yet rather simplistic in…

  11. Let’s Build a Compiler (1995) (compilers.iecc.com)
  12. Context: I'm a young developer that's been asked to write up a design document for my next feature. My Experience: I've only been exposed to design documentation in school for assignments as well as the samples at work.…