Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LO
LondonPilot @lemmy.world
Posts 2
Comments 24
*Permanently Deleted*
  • I got my first programming job in 1996. I still have days like this.

    Today, I had a conversation with my boss about an apprentice in our team. Our senior front-end dev left a few months ago, and the apprentice has had to take on a lot of work with little guidance. Our team is very full of back-end devs with no front-end experience. During this conversation, we described our apprentice as “extremely capable but lacking experience”, and discussed the best way of getting him more experience. The conclusion we came to is that there is no shortcut here, but having good guidance from senior devs can help somewhat.

    What I’m trying say here is that what you’re describing is absolutely normal, and based on what you’ve said, you’re doing fine. You have a little imposter syndrome, which seems worse than it is because of your genuine lack of experience… that experience will come with time, and days like today are the days where you learn a load from your mistakes. You’ll probably not hard-code things like that in future, and today you gained a tiny bit of that experience that you need - well done!

  • How would you mentor new entrants into tech in general and programming in particular?
  • This depends massively on the abilities of the person you're mentoring.

    If they're brand new to programming, they're probably not going to be working on production systems. They might be given tasks to create tools and utilities that might be used by the team, rather than the customer, or they might be given exercises to help them understand programming. The most important thing is to get the right mix of training and programming. Following online tutorials alone is not enough to get someone up to speed - they need to be given software to create without following a guide. They need to have someone they can come to when they're stuck, and they will get stuck. They need frequent code reviews to check they're on the right track. It will take a fair amount of mentoring, and you can't expect them to be able to contribute positively to the team for a while - but when they do get up to speed, they will be extremely familiar with the team's tools, technologies and products.

    If they've done some programming before, then maybe they can be let loose on production code. But they will still need frequent detailed code reviews, they will still get stuck and need someone to come to for helpl

    When they need help, they do not need someone to show them the answer - that doesn't help them. They need someone to point them in the right direction. To do that, you need to understand why they've failed so far. Which part of the process have they got stuck on. Is it that they haven't understood the problem? They haven't understood the solution? There's a piece of code or a library function they're not familiar with? Work out where they're stuck, and then put them right on the specific thing they're stuck on. Then, ask them what they plan on doing with the new information you've given them, and make sure they know what to do next.

  • Sunak says no extra help with mortgages as fixed rates climb to 6%
  • At this point, I’m not sure what he can do.

    The reason interest rates are going up is specifically to ensure people have less money to spend, in the hope that this will slow inflation.

    If he offers help, then people won’t have less money, and there won’t be anything to stop inflation.

    Whatever could have been done to prevent this, the opportunity has now passed.

  • Reddit may be bringing back deleted comments
  • My belief is that no, it wouldn't - because the posts don't contain identifiable information about people. I'm not an expert, though, and I'd love for someone to come and correct me if I'm wrong.

    Edit: I just saw that @S4nvers gave a more detailed answer than me a bit lower down, essentially agreeing with me but quoting the relevant part of GDPR to explain why.

  • Reddit raised $250m for building this
  • People see bitcoin/blockchain, don't know the difference between the two, and realise other people have made lots of money on it. Same people see a new thing which also uses (or in their eyes, "is") blockchain, and think this is going to be the new way to make money.

  • Mercedes driver George Russell reckons Max Verstappen is racing “less aggressive than he’s ever been” in Formula 1 because of Red Bull’s 2023 pace advantage.
  • I'm not sure about Max. Obviously this season is different, but in the past, I've always viewed him as someone who has excellent situational awareness - but slightly less honed risk management. But I don't think his situational awareness has ever been in question, only his risk management.

    If RBR somehow screw up their car, and Max has to start really fighting again, I suspect we'd see far fewer incidents than a couple of years ago, because by then not only will he be older and wiser, but also because he's now proven himself to be one of the greatest of all time (and I say that as someone who is not a fan of Max, I just think it's objectively true), so there won't be any need to take the kinds of risks he used to take in the past.

  • Mercedes driver George Russell reckons Max Verstappen is racing “less aggressive than he’s ever been” in Formula 1 because of Red Bull’s 2023 pace advantage.
  • I think the point made in the headlines is pretty obvious. There's no benefit in being agressive when you're so much faster than everyone else.

    I agree that the other point is more interesting. Especially the fact that those drivers he don't feel so comfortable going against, it's not because they're agressive, but becdause they don't (yet?) have the spacial awareness.

  • [HN] Reddit stripping moderators of rights and forcing subreddits to go public
  • In the linked discussion, the sub and the mod are both named - so I'm assuming I'm ok to re-post that here - it is r/tumblr and u/taytay_is_god

    Please post this in as many places as you can, including /r/ModCoord, /r/RedditAlternatives and /r/Save3rdPartyApps (hate to say it, but it'll probably get more visibility there than on here). It would be great if we could find a way of getting this story into the press, too, but I'm not sure how to go about doing that.

  • Battle rages between Boris Johnson and Rishi Sunak for credibility and loyalty
  • "To honour these peerages it was not necessary to overrule HOLAC - but simply to ask them to renew their vetting, which was a mere formality," Mr Johnson said.

    Even if this were true (and the following few sentences of the article quote multiple people saying it's not, and explaining why) - is there any practical difference between Rishi "overruling" HOLAC and "asking them to renew their vetting"? Both would be equally distasteful. I'm not really sure what point Boris is trying to make here. I don't see him coming out of this looking anything other than even worse than he did going into it.

  • A number of subs going public again, but many have decided to extend the blackout indefinitely
  • Hopefully more and more will join the indefinite blackout.

    Huffman's memo that dismissed the whole thing shows that nothing can be achieved with just a 2-day blackout.

    From the point of view of the mods, there isn't really anything to lose by staying dark. It's not costing them revenue having their subs shut down. Hopefully most of them will realise that indefinite is the way to go!

  • C# (CSharp) @lemmy.ml LondonPilot @lemmy.world

    Expressions with Linq

    github.com ExpressionWithLinq/Using Expression object with Linq.md at main · ddashwood/ExpressionWithLinq

    Contribute to ddashwood/ExpressionWithLinq development by creating an account on GitHub.

    I wrote this blog a while ago, because it was a topic which was confusing and fascinating to learn. Since then, I've had a couple of other occasions when I've had to do similar things, and I've found myself looking back at what I wrote and using it as a reference. Hopefully some other people on here will also find it useful!

    0
    C# (CSharp) @lemmy.ml LondonPilot @lemmy.world

    Is this community dead?

    Hey - refugee from /r/csharp here, looking to find a Lemmy equivalent. But this place looks dead? Is there a C# community on Lemmy anywhere?

    9