catacomb

joined 2 years ago
[–] catacomb@beehaw.org 11 points 5 months ago

Yeah and this still wouldn't cover something like xz-utils because I would only be aware of end user projects and not the libraries behind them. I'd have to draw up entire dependency graphs.

[–] catacomb@beehaw.org 49 points 5 months ago (1 children)

Now run an emulator within an emulator for extra acceleration.

1000018060

[–] catacomb@beehaw.org 3 points 5 months ago (1 children)

Ah, maybe one of my experiences isn't common. Mine started after a benefit was added and somehow not reported, which probably was my employer's fault but I didn't get anywhere with them. Reporting it seemed to clear it up.

I have had it where a second employer totally messed up which just involved waiting until April. Then another where a previous employer failed to produce a P45 and I just had to push them for it. Those are probably more common and, you're right, the hotline didn't help.

I've been at a small company where I've overheard directors talk about how they purposely didn't produce a P45 out of spite of someone leaving. It relies on good faith far too much and is confusing to navigate.

[–] catacomb@beehaw.org 4 points 6 months ago (4 children)

This would really suck if you were put onto emergency tax, which temporarily takes away your tax free allowance.

The government would temporarily take £209.50 a month extra while the useless chat bot would be unable to help. After 6 months you'd be short by £1,257 which, for some, would be devastating.

[–] catacomb@beehaw.org 5 points 6 months ago

If you don't already, use version control (git or otherwise) and try to write useful messages for yourself. 99% of the time, you won't need them, but you'll be thankful that 1% of the time. I've seen database engineers hack something together without version control and, honestly, they'd have looked far more professional if we could see recent changes when something goes wrong. It's also great to be able to revert back to a known good state.

Also, consider writing unit tests to prove your code does what you think it does. This is sometimes more useful for code you'll use over and over, but you might find it helpful in complicated sections where your understanding isn't great. Does the function output what it should or not? Start from some trivial cases and go from there.

Lastly, what's the nature of the code? As a developer, I have to live with my decisions for years (unless I switch jobs.) I need it to be maintainable and reusable. I also need to demonstrate this consideration to colleagues. That makes classes and modules extremely useful. If you're frequently writing throwaway code for one-off analyses, those concepts might not be useful for you at all. I'd then focus more on correctness (tests) and efficiency. You might find your analyses can be performed far quicker if you have good knowledge about data structures and algorithms and apply them well. I've personally reworked code written by coworkers to be 10x more efficient with clever usage of data structures. It might be a better use of your time than learning abstractions we use for large, long-term applications.

[–] catacomb@beehaw.org 7 points 7 months ago (1 children)

Interesting though as it shows what "hard Brexit" was. Not in the customs union, economic area or council; just yeeted all the way out.

The best part is the voting slip never defined any of it and, if taken literally, the UK would still be in the EEA.

[–] catacomb@beehaw.org 5 points 7 months ago

I use a UK keyboard, | is pretty easy to access and $ is Shift+4.

I'm guessing you mean more exotic keyboards. I've used a Swedish keyboard while helping a friend and I had to ask where every key was. You probably just learn the combinations eventually.

[–] catacomb@beehaw.org 4 points 7 months ago

I feel like this is overlooked far too often. I rarely see anyone use data structures outside of (array) list and hash table and any attempt to use something descriptive of the problem is often shot down because of "familiarity," which is sort of self-fulfilling.

I get away with flagging lists which should be sets, though.

[–] catacomb@beehaw.org 1 points 7 months ago

https://www.cloudynights.com/ is probably the best astronomy community about, the subreddit never compared.

[–] catacomb@beehaw.org 7 points 7 months ago

This isn't acceptable. If it's important to the government, then all the more reason to hold them to account. This whole scandal makes a mockery of software engineering as if there is no way to ensure quality.

I work on software arguably less critical than this, in that it's never been used to prosecute anyone, yet any discrepancy in numbers is found by QA, understood and duly fixed. Why can't we demand the same from software which the outputs of can and are used as evidence in court? Why is it acceptable for them to say "it was too costly?"

[–] catacomb@beehaw.org 5 points 7 months ago (2 children)

I think you're asking if it's possible for your government to be a man-in-the-middle? Depending on which government you live under, the answer is likely no but more importantly the answer will always be; it's not worth their effort to find out what you're watching.

YouTube's public key is signed by a certificate authority whose public key (root) is likely installed on your device from the factory. When you connect to YouTube, they send you a certificate chain which your browser will verify against that known root. In effect, it's information both you and YouTube already share and can't be tampered with over the wire.

Technically, those signatures can be forged by a well resourced adversary (i.e. a government) with access to the certificate authority through subversion, coercion, etc. At the same time, it's probably easier to subvert or coerce you or YouTube to reveal what you watch.

 
 
 

I alone decide what is funny

 
 

 

I saw this one a while ago but still check it when I'm doing something that seems trivial but probably has many edge-cases.

view more: next ›