that’s everyday with the legacy web app at work, it crunches up code in a templating process and all the errors become either completely meaningless or just “error 500”
that’s everyday with the legacy web app at work, it crunches up code in a templating process and all the errors become either completely meaningless or just “error 500”
well, no. everything is a god damn web app because everything runs browsers.
so why write native (device) applications if the device can run a browser ? just write code for the browser, which also runs on desktop. now you have a cross platform app without needing 5 different teams
Yep, I was shocked to see that there is no defacto 1st party framework and during my time searching online I found lots of “use x, use y, no y is dead and none uses it, no x is terrible” which is how I found Avalonia.
I still don’t think there’s a solid Windows gui framework, but I haven’t looked in years.
pretty much every windows GUI framework is trash or a pain in the ass to deal with except for Avalonia (my beloved), but it’s more cross platform.
I’m not sure if this is 100% real but it very well could be. although imo makes me think of skill issue (not because the system makes sense, but these problems don’t really seem like problems to me, just minor set backs)
XPS15
I stopped reading there. Congratulations, or sorry that happened.
pretty much everyone I know who plays osrs is extremely addicted, anecdotes of course but I’ve never seen anyone have a normal relationship with this game
on the bright side you could literally use their eShop to download games you don’t own if you had a hacked switch
me when doing serial experiments (I’m using uart from a pico to a desktop)
Pokemon is literally the same game over and over, I hugely regretted my purchase of pokemon x cause it was literally a cloned game with barely any new features. It’s probably Nintendo’s most effective cash cow in terms of effort to capital reward.
every time I see this it always follows with comment that reopens the issue. inactive != resolved.
that’s why I’m so on the fence about spamming my tech skills in resume. on one hand it’s completely factual and is probably favoured by whatever AI garbage is processing the resume.
on the other hand to the human that reads it. it’s probably just dumb and hard to prove, they’re not going to test me on 20 competency skills for the things I have listed
me as an arch user when I have to use ubuntu for work: arthur-fist-clench.gif
that’s modern dev for you. least optimal solution but the most hyped. call it hype driven development
> someone nitpicks word you used in a variable declaration
> you change it
> someone more senior says the former made more sense
> this goes on for far longer than it should
> eventually you get a real review from someone in your team that identified something actually needs to change
> you change it and re request reviews
rinse and repeat
that’s exactly why I’m saying this. I know from experience helping other devs with git issues it’s always because they’re using a GUI alternative to the CLI and they’re clicking on things they don’t understand
let’s turn this into a constructive angle for future devs and current juniors: just learn git cli, I promise you it is much simpler than it seems.
all those memes about git having like a thousand commands are true, but you really will only use like 7 at most per month.
learn push, pull, merge, squash, stash, reset, im probably missing like one or two
I promise you again: it is much simpler than it seems. and you won’t have to use these stupid git GUI things, and it will save you a hassle because you will know what commands you are running and what they do
short disclaimer: using git GUI is totally fine but low-key you are missing out on so much
GitHub CI is great. too great. some devs have taken it upon their hands to attempt and wield an unwieldy power.
and unfortunately at my work it is my job to fix that unwieldy power
that’s IIS as well, I think it’s because we had our severs configured in a reverse proxy and hitting IIS and failing before the http serverhad returned a response caused the 502 error, completely useless error.
(not very experienced with server configs so forgive me if the language isn’t 100%)