treespace89's comments

treespace89 | 5 years ago | on: Posture: Is the Pandemic Breaking Our Backs?

Off topic: The pandemic has been wonderful for my gi tract.

Constipation driven by office bathrooms problems where a regular concern. I would really try to time bowel movements so that they would happen at home. And would get constipated if I missed my window.

Not having to worry about this has been a huge quality of life improvement.

treespace89 | 5 years ago | on: US doctor forgives $650k in medical bills for cancer patients

I can't see the US ever adopting a single payer health care system. However I do think they could adopt a health care justice system.

The US cares a lot about justice, and free markets. Some kind of well funded, and empowered FBI system for ensuring citizens get fair value for the money spent.

treespace89 | 5 years ago | on: Java is better than C++ for high speed trading systems

The quote here is the main point. "But if you want to engage with 20+ exchanges, to go to market quickly, and implement continuous performance tuning, you'll choose Java."

The amount of changes you need to make due to customer preferences and regulations is continuous. If it's ok for your system to run in the 100 microsecond range then Java is a clear winner. If you are just focused on a single exchange, running in the same rack as the exchange then of course C or lower is what you will want.

treespace89 | 5 years ago | on: I Miss Working from the Office

I just wanted to add an another perspective. I had a great private office with a door that closed, and a quiet work environment. My home office is also a nice dedicated room and well equipped.

Even in the quietest office noises would get to me. I would always have to fight to focus on work. At the end of the day I was spent.

Working from home full time, even with my family here 24/7 has been incredibly relaxing. I really, really don't want to ever go back.

treespace89 | 5 years ago | on: Vanilla-todo: A case study on viable techniques for vanilla web development

Frameworks make hiring a bit easier it's true.

I'm amazed at the number of developers who can't seem to cope with working with custom in house frameworks. I'm talking about fully working systems, with full source code and being walked through the code by the author / maintainer.

They fall apart, constantly complaining that the approach is non standard, deprecated, dangerous, unprofessional, untestable.

So we are trying more and more to use frameworks, just to be able to hire more easily.

treespace89 | 5 years ago | on: The Serverless Revolution Has Stalled

I think I understand your point.

It's more back to the mainframe model of software development. I did this back in the 90s and I never had to think about scaling. Granted these were just simple crud / back-office apps.

But I can see how it would work for most modern software.

treespace89 | 5 years ago | on: Is TDD Dead? (2014)

Any developer worth their wage tests.

After writing any code I run the program to test the change I have made. I make sure the code is exercised either by logging, debugger, or clear UI change. If it's a browser app I use multiple browsers, if it's a rest service I make the rest call.

But I have known some developers that write a unit test, but never test the actual change! And without fail serious bugs appear. Like the application fails to start, or crashes when the new feature is invoked for the first time.

treespace89 | 5 years ago | on: Ask HN: Is working as a developer on technical route until retirement feasible?

47 here, coding professionally since I was 24. No management, and no plans for it.

While ageism exists in some places, I don't find it to be an industry wide problem.

At the end of the day programming is just coding the correct if/else and working with other programs, and the OS. (Which is really just a program too)

Personally I love it. Building and extending these machines. Learning new ways of doing things, coding for new platforms.

treespace89 | 6 years ago | on: How to manage HTML DOM with vanilla JavaScript only?

I've been maintaining a complex web client for 14 years.

Every single time we have used a framework it has made development harder, and more fragile.

In addition within a few years either the framework is abandoned, or changed to be incompatible with what has been implemented.

Staying away from frameworks completely would have saved us more time in the long run.

treespace89 | 6 years ago | on: Age, Sex, Existing Conditions of Covid-19 Cases and Deaths

To me I simply have never seen this before. I remember SARS, and H1N1. There was a big media blitz about both, but that was it.

With this I am seeing cities / countries on lockdown. I have friends that can't go home in Italy because of the lockdown. My own government (Canada) has asked us to prepare for pandemic, and we only have a handful of cases ?!?

page 1