HackerTrans
TopNewTrendsCommentsPastAskShowJobs

simonbarker87

5,926 karmajoined 14 lat temu
PhD electrical engineer turned self taught software engineer.

comments

simonbarker87
·4 dni temu·discuss
There’s usually some kind of short cut action to disable that for the car. In a Mercedes you hold the volume down button in the steering wheel for 3 seconds and it “updates settings” which is basically disabling that annoying feature.
simonbarker87
·6 dni temu·discuss
Couple that with a framework with decent server side rendered template support and htmx for network based interactions and you’ve got 90% of the <acronym_of_the_moment> stack with 10% of the complexity.
simonbarker87
·8 dni temu·discuss
Sadly nothing specific, I founded that company with a friend so I don’t really know if another path in. Automotive production is interesting and there are lots of ways in that don’t require a formal background in the area if you’re willing to start nearer the bottom again, quality engineering is interesting and that brings you near the line without always being on it.
simonbarker87
·8 dni temu·discuss
We made a relatively simple fan unit to improve airflow for UK central heating radiators, some fans, an electrical harness with a custom designed control PCB and a mix of injection moulded and extruded plastic parts.

Factory was about 2,500 sqft from memory. Ran the business for 8 years, made and sold 75,000 units but ultimately ended the business due to a lack of poor financing and a lack of business resilience to the weather (when it was unseasonably warm in winter our sales would drop)
simonbarker87
·9 dni temu·discuss
I setup and ran a small (10 people) factory many years ago in the UK. Hand assembly and a bit of soldering. It was the most enjoyable work I’ve ever done. I built custom jigs, worked with my team to improve the process, managed inventory, line balancing, work in progress, dispatching, deliveries, built palette racking, learned about kanban and buffers, wrote software to manage it, all working with a team of great people.

If anyone has the opportunity to work in manufacture or adjacent to it I highly recommend.
simonbarker87
·12 dni temu·discuss
It’s a shame it’s quite possibly the ugliest car I’ve seen in a long time.
simonbarker87
·w zeszłym miesiącu·discuss
I want to work with people like this. Build the right solution to the problem with the simplest technology you can.
simonbarker87
·w zeszłym miesiącu·discuss
Yeh the style read like a human, but you’re right, some dashes, annoyingly I have historically used a lot of - in my writing so now I need to stop using them
simonbarker87
·w zeszłym miesiącu·discuss
How refreshing to read something not written by an LLM, unless they promoted it extensively with their own writing style first and I’ve been tricked but this felt much nicer to read than a lot of what I’ve read recently
simonbarker87
·w zeszłym miesiącu·discuss
I’d be interested to know two things:

1. What’s the job satisfaction like day to day being an engineer on this project? How have they adapted to this way of working?

2. How much did it cost? Work is being done whilst the engineers sleep but if that 6 hours overnight task cost $300 and could have been done by a person in 2 hours is it a real saving?
simonbarker87
·2 miesiące temu·discuss
Some kind of slow digesting healthy snack with a reasonable amount of calories does the trick for me.
simonbarker87
·2 miesiące temu·discuss
I live in a silent area at night and regularly woke up at 3:30 am a couple of years ago. Turns out it was a leading indicator for digestive issues, nothing major and fixed now but it seems 3:30am was the point my body said “I need more food and I don’t care you’re asleep” and according to the dietician I saw this is relatively common with IBS.
simonbarker87
·3 miesiące temu·discuss
I had my first interaction with someone wearing Meta(I assume) glasses and it was very disconcerting. Ironically I was collecting my new (non-smart) glasses and it was the employee I was interacting with. I really wanted to ask for someone else to deal with me but since there has been no furore this time around (my how times have changed since Goggle Glass) I decided not to risk a scene
simonbarker87
·4 miesiące temu·discuss
Good on you, exhausting is the right word I’d think. Red Mars was the book that killed my enthusiasm for reading for nearly a year. Something about it bored me to tears and yet, I kept reading (my fault) I think I gave up at 60%.

I feel like I should like it, I’ve read everything my Neal Stephenson so I’m not averse to hefty books
simonbarker87
·4 miesiące temu·discuss
I had an EV for 6 months about 2 years ago and went back to an ICE car happily, it will be a long time before I try again
simonbarker87
·6 miesięcy temu·discuss
Assuming LHR is London Heathrow then ICE cars are not banned there. I drove and parked in short stay parking just a few weeks ago.
simonbarker87
·9 miesięcy temu·discuss
Gut directed hypnotherapy has worked wonders for my IBS. The research on it is really solid and was recommended to me by a registered dietician. The one I followed is called Nerva. Might be worth a try for you.
simonbarker87
·3 lata temu·discuss
Very impressive. This made me chuckle:

> I asked campus IT to whitelist the MAC address

Back at my uni this would have been a multi week endeavour with a number of forms and likely a denial. This was 15 years ago so hopefully things have changed there now.
simonbarker87
·3 lata temu·discuss
If the Vapor aspect works well then this might make air source heat pumps tenable in cold countries. The current crop here in the UK are costing home owners a fortune as the 3-4 kw multiplier drops to 1 below 0degC or so and hearing becomes horrifically expensive. I know a chap who was paying £1,200 a month to hear is home at the worst of this winters cold and the energy price jumps we have here.
simonbarker87
·4 lata temu·discuss
I’ve introduced Must, Should, Could at every company I’ve been at (except the one where I picked it up myself) and it works wonders.

Prefix every suggestion with M, S or C and then just write the suggested change as a plain statement. The prefix handles the severity and importance without you having to worry about tone.

Coulds can be ignored by the coder author with no explanation as to why they are ignoring but if they have time or want to implement the change then they can. Shoulds can only be ignored with a reason and the reviewer has to agree or the change should be made. Musts have to be implemented and should be used rarely. The only person who can over rule a must is a department head, lead or CTO type person.

This massively reduces friction in the CR process.

Article here: https://allthecode.co/blog/post/how-to-get-better-at-code-re...