• 1 Post
  • 195 Comments
Joined 11 months ago
cake
Cake day: December 23rd, 2023

help-circle
  • Not my experience. I’ve had the displeasure of having to use Rider at work, and it’s much slower than VSCode, if only for boot times which are a pain in the butt for large projects. You gotta pay for that bloat and feature creep somehow.

    And that’s on a Xeon machine.

    As for refactoring, yes, Rider has lots of options that don’t work and do half the job. So much so, that I don’t use them at all, because they’re unreliable.

    The requirement for Copilot to qualify an IDE is a bit funny. First, VSCode has some support for it, and, secondly, this is super recent, so unless IDEs didn’t exist since last year, I’d say this is not core to the definition of IDE.








  • If higher-ups complain about intempestive code refactoring, it’s always a good idea to stop for a moment and to start becoming less trigger-happy with refactors. It’s OK to take some time to determine what actual value refactors bring to the project in tangible terms - intuition is not enough. Convincing a critical manager is a good start, because their tolerance for programmer bullshit is low if they don’t actually write code.

    Very often, and this is especially prevalent among junior programmers who care about what they do, the reasoning for refactoring turns out to be something along the lines of “I don’t like this” or “I read some cool blog article saying things should be done that way”, without any care about whether or not the change in question is actually improving anything, or, if it does, if the improvement is worth the degradation in terms of quality (new bugs)/maintainability (added genericity making the code more difficult to understand, cryptic features of the language being used that make it hard to understand what’s going on, I’m sure there’s other examples…)


  • The problem is you often get in cases where the developer cannot back their intuition that something is actually harmful with facts. When it’s not just pure bikeshedding about code they don’t like and falsely claim to be a ticking timebomb, they fail to weigh the risks of leaving slightly offputting code in the codebase against the risks associated with significant code changes in general, which, even with tests, will still inevitably break.

    Developers of all sorts tend to vastly overestimate how dangerous a piece of code may be.

    To be clear, while I’ve seen it with other developers, I’m still guilty of this myself to this day. I’m not saying I’m any better than anybody.

    It’s just that I’ve seen how disruptive refactoring can be, and, while it is often necessary, I thought it would be important to mention that I think it should be done with care.

    If you can convince a manager with rational arguments in terms of product quality, it can be a good way to make the case for a refactor, because your manager probably won’t be impressed by arguments about unimportant nuances we developers obsess about.





  • Yeah, you might not be applying to the same jobs a random stranger on the Internet is applying to. Fair assumption.

    Now that this is out of the way, I do also have a family to feed, and am employed. I’ve never not had a job since I left school (and before that, too). But the job searching experience is unnecessarily soul-crushing, because some people in the recruitement chain aren’t displaying the level of professionalism they expect new hires to show. These people are scum, and I’ve had more luck recently sidestepping them outright (they were pissed, and I don’t care). I landed my current gig because I knew someone that helped me bypass all the bullshit, and talk to the real adults in the room directly.

    HR drones are really demanding, and it’s fair to be demanding in return. They don’t get to treat people like shit and get respect just because some people are desperate.

    I’m not telling you what to believe or how to behave. You’re entitled to your opinion.




  • You can extract text from PDFs without using OCR, they aren’t all images embedded in a file.

    I’m sure you’ve opened PDF documents before and selected text in it, or searched for something. That works because the text is embedded in the document, I’m sure.

    You can also create PDF documents with the text converted as images, but those are usually larger in size.