RandomUser

joined 1 year ago
[–] RandomUser@lemmy.world 26 points 3 days ago (2 children)

I'd go with a good quality traditional key lock fitted properly in a good door and frame. Security isn't a single point task, it depends on many things so think like a bad person and do what you can to make your property a harder target than your neighbours.

A good lock on a bad door doesn't work, neither does a bad lock on a good door. Everything needs to work together. If you're likely to lose your keys or many people need access a smart lock may be an idea, but good probably isn't cheap. If it's just you and you can keep your keys safe, then I think tried, tested and simple kit is good.

Ultimately though, as ever, it's your risk assessment based on your needs.

[–] RandomUser@lemmy.world 37 points 3 days ago (8 children)

If you watch lock picking lawyer, you may as well just leave it open. Most smart locks seem to prioritise convenience over security. -possibly check that your insurance is happy with a smart lock.

[–] RandomUser@lemmy.world 3 points 3 weeks ago

It's like everything, practice slowly, get good form wired in, then when you write fast for exams your writing will be worse than normal, but still legible.

[–] RandomUser@lemmy.world 4 points 3 weeks ago (2 children)

Practice writing slowly and with good form. Write regularly, give yourself practice pieces. At uni you will be writing FAST, so it'll get worse if you don't keep disciplined.

Alternatively, learn to touch type, and type any work you need to hand in. - if your handwriting is so bad, you may want to make your notes legible to yourself for revision.

[–] RandomUser@lemmy.world 13 points 3 months ago (1 children)

I've avoided the conversation entirely. Ever since the pandemic I've done my own hair with clippers. Made a good enough job of it, even if I've sometimes needed to do a small adjustment the next day.

For a simple style it's not that difficult if you take your time.

[–] RandomUser@lemmy.world 3 points 4 months ago

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!

[–] RandomUser@lemmy.world 5 points 4 months ago (2 children)

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.

[–] RandomUser@lemmy.world 18 points 4 months ago

Yes prime minister is the most accurate documentary about British politics of all time.

[–] RandomUser@lemmy.world 26 points 7 months ago (1 children)

3 day working week will more likely mean companies cutting staff by 50%. Can't imagine most people being able to live when only working 3 days.

[–] RandomUser@lemmy.world 36 points 8 months ago (1 children)

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.

[–] RandomUser@lemmy.world 3 points 1 year ago

The PI is always a good place to start, but they're not cheap anymore. You can still do some useful things at the command line (not sure how fun, but a great education), python is there and very accessible. - get a camera and you could do some great things with open CV. Not sure what packages are out there though. Think you'd just have to follow some web tutorials.

As an alternative, have you considered an Arduino kit? Lots of great projects, all very well documented. Playing with LEDs, sensors, motors etc may keep their attention longer than a bash prompt.

[–] RandomUser@lemmy.world 10 points 1 year ago (1 children)

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.

view more: next ›