You're right. But I think it can really vary based on which community you ask in.
I think most people dislike how hostile the main stack overflow site is to beginners, who despite being the ones who need the most help, are the most likely to get their question closed/ downvoted. It's unfortunately necessary to maintain the high quality of the site.
I'm glad its a tossup for other people! I've been debating it with myself for a long time.
I agree very much with your "cartographic control" point.
I should have been more specific when talking about performance. For a raster tile, if it is performing badly on the server, that is solvable because you can pre-render beforehand. For vector tiles (which I guess most of the time are coming from a MBTiles file which is a cache) if they are performing badly in the user's browser its not really solvable because you can't do this pre-render step. The only solution would be to find a way to simplify the data more to lessen the load on the user's browser. I don't know if you have a similar experience?
I think this is a really cool idea and would be something I would use. Is there some way to translate short phrases like "drehte sich um" all together rather than word by word?
It sounds mean to say it, but it's 100% true. I moved away from using python wherever I can. I've had colleagues struggle for days to install well used packages like pandas and numpy in conda.
I second this - there's been a bit of budget cutting at my current company but really nothing has changed. Not sure why we're so unaffected here (touch wood). Perhaps there is less work on "bubbles"
> Often I think new software is designed around looking impressive and fast to upper level management
Bingo, and it also impresses the upper level management at customer companies - i.e. the ones who make the decision to buy the software, not having to use it themselves
No, usually linq is used in combination with an OEM (e.g. entity Framework) to avoid writing raw sql. From the parent comment, I thought he meant something more like sqlx for rust
I watched a dude in front of me at work make a whole PowerPoint using chatgpt, then used it to reply to all his emails - then back to copy pasting from chatgpt into some word doc
Raster tiles are smaller in terms of amount data sent over the wire and work better for users with less powerful computers/ mobile
Really if you aren't interacting with the data on the client I would stick with good old rasters - it's harder to get set up with them but they perform way better
My concerns about serverless aren't to do with them not scaling - quite the opposite! I'm worried that we'll sacrifice developer experience in the name of "scaleability" of Functions without any real benefit.
Our current hosting costs for the projects I work on are about two orders of magnitude below your "worth it" cutoff :)
The integration stuff you mention is indeed very interesting, thank you for mentioning. I can think of a couple projects that would would really benefit from Functions in this way. Our architect is mainly concerned with scalability here, however.
This is one of my concerns as well - apparently azure functions allows you to debug your function from within vscode. I see lots of issues with this in that 1. you are limited to vscode as your editor and 2. you can only interact with Azure resources in a "development environment" within Azure itself, i.e. no local copy of the database etc
Sadly, I think you are completely correct, and this exact sequence of events will go down. I don't think they're an idiot or malicious - I think they're clever and mean well, but perhaps they're blinded by their enthusiasm after getting certified
Some api routes do caching - right now this is using Asp.net core's in memory cache. He recommended redis to replace this. I feel that it's a bit overkill
> In professional settings, approximately all of my time goes into solving problems introduced by people that are just indescribably bad
Translation: everyone except me is stupid.
Why do we let people say things like this without calling them out on it?