catbuttes's comments

catbuttes | 4 years ago | on: Ask HN: Career change for elderly UK ex-convict?

Seconding the suggestions that you may be able to turn your history into an asset in the right hands. It might be worth taking a look at some of the IT suppliers for the prison system. Unilink are one I am aware of - they do self serve kiosks that are in use in a number of prisons in the UK for stuff like canteen orders and visit booking. They look to be recruiting at the moment as well, so getting in touch can't hurt! https://www.unilink.com/vacancies/

catbuttes | 4 years ago | on: Stop Making Students Use Eclipse (2020)

Anecdotally if I’m collaborating/helping a newer programmer with python, I can tell if they are using and have only used PyCharm. PyCharm users never seem to understand virtualenvs or requirements.txt. Collaboration with pycharm users at that level always gets frustrating as they seem to routinely fail to update requirements.txt - as their setup isn’t using it and it isn’t easy for them to do

catbuttes | 4 years ago | on: Peloton recalling all treadmills after reports of injuries, one death

I saw that video as well and what struck me was that the treadmill detected a jam, reversed direction briefly (almost completely freeing the kid) and then resumed normal running (sucking the kid back in). In what world is it reasonable to have that sequence happen on a treadmill a person is running on with no human input?

catbuttes | 5 years ago | on: On All That Fuckery

Normally I don't support going to peoples employers for shit they do outside of working hours, but I am willing to bet that some of those fucknuggets were using work email addresses/accounts. If I was their boss I would want Kat/Github to reach out and let me know about this.

By using their work accounts, they are stating that the company condones their behaviour - and I suspect that isn't the case in the majority of cases. I would definitely want to know if any of my employees were engaging in this shit so I could explain in very simple terms why it is unacceptable - because they clearly don't get it on their own.

catbuttes | 5 years ago | on: A tale of webpage speed, or throwing away React

We do exactly this within SharePoint. We have various react parts that look things up in the database - sometimes quite heavy queries for reporting.

We have put together a small collection of fairly generic react apps that mean we can put one on a page, put in some config and have it displaying a report generated in SQL in about as long as it takes to write the SQL for the report. We have used this approach for generic SQL reports, SharePoint lists, imgage retrival and entry forms. Having the library of options to hand has meant we can confidently assemble a new (fairly complex) page much quicker than previously - and be confident that it will work as it is reusing known good components.

page 1