• 11 Posts
  • 1K Comments
Joined 1 year ago
cake
Cake day: August 10th, 2023

help-circle







  • Those 2 might very well cause issues sometimes, you should try and fiddle around with their settings on the websites that complain, or outright whitelist them if nothing works and you want to use them, other times it really is the browser or even more often an artificial check of the user agent string (dick move on the dev’s side), so if you spoof a Chromium browser it’ll start working right away







  • Don’t worry, the basics are really easy to git get down, you can read any beginner guide to start trying it out, for example this one on baeldung seems pretty alright by a quick skim, or, if you prefer a more playful approach, definitely check out ohmygit.
    If you want to try a git hoster as well, make a GitHub profile if you want to go where most everyone is, so you can also easily contribute to others’ projects, otherwise, if you care about staying on a free platform, make an account on Codeberg, fewer people, but all great like-minded free software supporters

    …or make one on both, ngl





  • Yes, I feel like some kind of bell should ring in your brain when something needs to be commented, most often if you struggled to write out the solution or you had to do a lot of digging from various places to achieve the final resulting piece of code, it doesn’t make a lot of sense to pressure yourself into thinking you should comment everything, because some knowledge has to be assumed, nowadays you could even add that if someone completely extraneous to the codebase entered without any knowledge, they could feed the parts of code they need to understand into some LLM to get a feel for what they’re looking at, with further feedback from actual devs though, you never know what random bs they might write.
    Good one on the variables to store results of expressions, I agree with that method, though I always forget to do that because I get so lost in the pride of writing that convoluted one-liner that I think, “oh yeah, this is perfectly beautiful and understandable 😇”, I have to check myself more on that.

    complex portions in some of my projects that would appreciate similar simplification

    So I’m not alone on that haha.

    This is why […] better

    Sorry, what’s the subject of that?