• 1 Post
  • 21 Comments
Joined 1Y ago
cake
Cake day: Jun 11, 2023

help-circle
rss

As a full stack cloud dev usually for me it ends up being some lag between when Azure claims a thing was updated and when it actually was.

(shout out to azure B2C custom policies for taking like 10 minutes to actually reflect changes despite giving me a lil green checkmark)


That’s a weird argument. Most technological advancements are directly beneficial to the work of only a minority of people.

Nobody declares that it’s worthless to research and develop better CAD tools because engineers and product designers are a “vocal minority.” Software development and marketing are two fields where LMMs have already seen massive worth, and even if they’re a vocal minority, they’re not a negligible one.



“big data” runs the content recommendation algorithms of all the sites people use which in tirn have a massive influence on the world. It’s crazy to think “big data” was just a buzzword when it’s a tangible thing that affects you day-to-day.

LLM powered tools are a heavy part of my daily workflow at this point, and have objectively increased my productive output.

This is like the exactly opposite of Bitcoin / NFTs. Crypto was something that made a lot of money but was useless. AI is something that is insanely useful but seems not to be making a lot of money. I do not understand what parallels people are finding between them.


To be fair, Spotify’s recommendation system is the only algorithmic content feed that I feel actually gets me the kind of stuff I want rather than just exploiting my psyche, so I wouldn’t be surprised if Spotify’s AI integration is likewise the only of it’s kind that has real benefit.

It could also be completely useless, who knows 🤷


Domain name were a speculative asset. This supports what the person you’re replying to is arguing.


“Intellectual property” is a silly concept that only exists because under capitalism massive powerful corporations benefit if they can leverage the legal system to permeantly keep knowledge, innovation, and art behind a paywall, and people in society are dependent on monetary gain to survive.

We should, to the fullest extent of the law, make it such that proper credit is given to people who make things, but calling something “theft” when the person you’re “stealing” from literally does not lose anything is asinine.


Don’t get me wrong, I think that since AI is here we absolutely ought to keep it as free for the average person to engage with as possible because the corpos are gonna do it regardless of legality.


Technological advancement is cool. Widening the power divide between megacorporations and the general population and allowing rich assholes to have greater power and control over the average person is not cool, and unfortunately, that’s what technological advancement is doing.


Generally UI related stuff is opinionated framework-heavy, so the best place to start is see what technologies similar-ish apps use and then read their documentation.


Tips for improvement in a small company environment?
Hey all, I am a software developer at a small company where I'm one of two developers. The other dev is primarily back-end and has been working off some basic cloud infra set up by an external company before I joined, so I'm essentially running solo on the frontend, some of the backend, cloud architecture, project management, etc. (really, everything except database management some of the existing api endpoints). So, what are the best ways to improve in this scenario? How do you prevent a limited learning environment from limiting your growth? Has anyone been in a similar situation and learned some tips for making the best of it? Any ideas? (Also, I know it's frequent advice to just say "move companies" but this job is a really unique opportunity, and I absolutely love the company, so I am not interested in doing that.) Thanks :)
fedilink

Honestly as far as hiring for this stuff goes, this is more in the “cute” category for me rather than the “annoying” category.


JetBrains brand Integrated Development Environments



It would be better for you to leave the original comment, use markdown to strike it through*, and create an edit showing that you realized it was wrong.

It shows humility and reflects positively on you, but it also allows the history of this conversation to remain preserved.

*not sure if this is possible on Lemmy yet

Edit: it is :)


I’m all for bashing corporations, but y’all, this is a $1 increase for the first time in years. Not only is that reasonable, If anything, the rate of inflation is such that this is still effectively cheaper than it has been just a couple years ago.


I used emojis on Reddit all the time and never got any flak for it.


The kind of people who have to deal with those shows that have “nothing to do with politics” randomly indicating that they deny that person’s human rights.

And the kind of people who care about the first category.


It matters if you develop compilers 🤷,

Otherwise? Readability trumps the minute performance gain almost every time (and that’s assuming your compiler won’t automatically do branchless substitutions for performance reasons anyway which it probably will)


I think it’s worth it mostly because it’s really not hard to get to a point where you’re equally as efficient as you were before, and from there the sky’s the limit.

It’s also really nice not to have to open a full gui to make quick edits to files.

For me though, it’s not even the efficiency which brought me to it, it’s that it just feels so much nicer to use. Someone once told me it’s like using a really nice pen: it’s not going to make you a better writer but it will make writing a hell of a lot more enjoyable.


Most text editors people use (like VSCode) generally automatically adjust tabs to be whatever the standard indent is for the project (and convert to spaces if it’s necessary). As a result, indenting with tabs usually just works, and so most people just learn to do it that way. Also people are used to using tabs for indent from things like Word which they used before learning to write code. As a result, I’ve noticed most people use the tab key (even if their not technically “using tabs” every time they do it).


I’d imagine it’s because people who use spaces are either further in their career in average (because the modern programming ecosystem in general uses tabs so new devs are more likely to only know that) or they’re just more serious about software development because the kind of person to die on that hill is also the kind of person who is very obsessive about other things as well.