There’s a good chance that it’s the capacitors in the PSU that have failed. It’s always the caps! Should be a very doable repair.
There’s a good chance that it’s the capacitors in the PSU that have failed. It’s always the caps! Should be a very doable repair.
Thought I did so well on my phone. It kept auto correcting code to coffee. Maybe it was telling me something.
Yes, plan for it!
All the other comments are great advice. As an ex chemist who does quite a bit of code I’ll add:
Do you want code that works, or code that works?! It’s reasonably easy to knock out ugly code that only works once, and that can be just what you need. It takes a little more effort however to make it robust. Think about how it can fail and trap the failures. If you’re sharing code with others, this is even more important a people do ‘interesting’ things.
There’s a lot of temporary code that’s had a very long life in production, this has technical debt… Is it documented? Is it stable? Is it secure? Ideally it should be
Code examples on the first page of Google tend to work ok, but are not generally secure, e.g doing SQL queries instead of using prepared statements. Doesn’t take much extra effort to do it properly and gives you peace of mind. We create sboms for our code now so we can easily check if a component has gained a vulnerability. Doesn’t mean our code is good, but it helps. You don’t really want to be the person who’s code helped let an attacker in.
Any code you write, especially stuff you share will give you a support and maintenance task long term. Pirate for it!
Code sometimes just stops working. - at least I’m my experience. Sacrifice something to the gods and all will be fine.
Finally, you probably know more than you think. You’ve plenty of experience. Most of the time I can do what I need without e.g. classes, but sometimes I’ll intentionally use a technique in a project just to learn it. I can’t learn stuff if I don’t have a use for it.
I’m still learning, so if I’ve got any part of the above wrong, please help me out.
Why wasn’t there security on the device? My works devices are password protected and it’s a disciplinary offence if I share passwords or give unauthorized access.
If he gave them the login creds, then he should be penalised .
If he logged in and gave the device to non parliamentary staff, he should also be penalised.
He got caught because it cost money, which is the lesser offence. Cyber security should be more robust for ministers than it is for most companies, but seemingly not.
many technical jobs are vocational in nature as it’s impossible to turn it off after work. As long as it’s not affecting your personal life & work life balance (and not affecting your friends and relations) then you are very lucky. Most people don’t enjoy their work so you’re in a good place. Importantly though, don’t feel obligated to do work problems on your own time and don’t let management expect it. Only do it if you want to.
I like the saying “give a man a job he loves and he’ll never work again”. it’s been true for much of my working life.
As a reddit refugee, this is my first post and it’s taken a few hours to get to this point. My work involves getting non technical users to use high end tech and agree that language and terminology can make or break a deployment. Reddit is easy, sign in here and away you go, not quite so with Lemmy. I have learned that if a system isn’t explained as simply as possible, in terms that your grandmother (or boss) can understand, adoption will be harder.
I’m not saying dumb it down entirely, but nobody cares about servers. Providers may be too abstract. Maybe go as far as calling them ‘Homes’ - or something else real world tangible. Once a user gets that on board they can then understand that different homes can talk to each other to form a village or community.
I enjoyed the ‘thing explainer’ books… Cut out all the technical jargon, focus on the user experience and save the detail for those who want to know.
As I say, I’m new here so apologise if I have spoken out of turn out caused offence, I’m watching and learning, and thought my fresh first hand experience may be of use.
Remember that you are also interviewing them. They won’t expect you to know all the answers, but will want someone that they can work with. If you can, answer questions with the STAR method (situation, task, approach, result), but don’t waffle. You can use one piece of experience in a variety of ways: teamwork, research, urgent deadline etc.
It’s ok to say that you are nervous, they should try to put you at ease.
You may be asked ‘trick questions’, these are not usually to to you up but to see how you work an unknown problem. There is no right answer. Not knowing stuff is ok. Not being able to think up a plan is less so.
Remember whatever the outcome, this is really useful experience. See if you can get a site tour, ask about the tech used… You can then add this to your knowledge for later. In my experience, industry is frequently several years ahead of academia so you get a good chance to understand the real world.