Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RA
rath @lemmy.world
Posts 1
Comments 25
A 20-year-experienced CTO’s Advice “Don’t Be a Humble Developer”
  • I think you may be failing to internalize the real lesson from your anecdote: how hard a task is has almost zero correlation with how valuable such task is for the business. If management didn't care about the very difficult work you did, and assuming management actually has a good understanding of the business, then that very difficult work just wasn't very valuable and maybe shouldnt've been done at all (because if you do a cost-benefit analysis, and something is really hard and the benefit small, it's an easy call to not do it).

    Of course, there are things that have almost no immediate benefit to the business but must be done, like when you need to refactor a large code base to be able to implement future features in a way that doesn't destroy the software from within... but if you analyse such cases properly, their benefit is very big for the company in the long run and that's where communication plays an important role: management needs to understand why that refactor is so important, which I admit may be difficult in case of non-technical management (but then you have bigger problems than just properly judging the cost-benefit of some task).

  • A 20-year-experienced CTO’s Advice “Don’t Be a Humble Developer”
  • Why do you think there's more "fairness" in everyone getting 15% raises across the board rather than the few who perform above others getting better raises? I find that almost the definition of unfair?!

    What you're probably thinking of is that it's more important for the group to get rewarded, not the individuals... but that's good NOT because it's fair, it's good because in the end, what a company really cares about is the end result of everyone's work... that doesn't make it fair to the individuals who actually performed most of such work, quite the opposite. Yes, there's a trade off being made between fairness and being result-driven, or making the wellness of the group more important than the satisfaction of the individual (or "social justice" if you may use a very overloaded term).

  • how do I learn C programming ?
  • Nothing beats Beej's Guide to C: https://beej.us/guide/bgc/

    EDIT: ah, the person asking this is from Beehaw so they won't see my answer :/ if someone is on a non-defederated Lemmy instance, feel free to pass on my suggestion.

  • What are 2000 employees doing at Reddit?
  • I've never used any apps (I avoid mobile apps at all cost) and Lemmy seems to work perfectly well on the web, both on desktop and on mobile. Can you point out what makes you want to use an app, and even pay for it, for Lemmy (or Reddit and similar websites)?

  • Is anyone here using a GUI for git? If yes - which one and why?
  • A GUI that is comfortable to use with only a keyboard

    You're looking for Magit. It's so nice that even non-emacs users use emacs just for that.

    I use both Magit and IntelliJ's Git support which is amazing. Using git without a GUI for things like merges, commit reviews, conflict resolution... is really painful.

  • Huh. In the list with "fastest growing [#Lemmy](https://mstdn.social/tags/Lemmy) instances" are only spam instances now
  • This is an obvious consequence of more users moving to Lemmy... do you think spammers will not follow the users, specially on a place where anyone (not matter how spammy) can run their own instances and try to federate with everyone else?? Their only challenge is to stay in "business" without being banned for as long as possible, but as they can keep spawning new instances longer than you can keep banning them, that seems like a losing battle.

  • programming.dev Community Showcase!
  • Does any of these have good programming content? Unfortunately, I can't find anything interesting (some of them don't have anything at all, interesting or not) so far. Really missing reddit/r/programming.

  • Why can't I see all comments on a post?

    I posted a comment on this post:

    https://lemmy.world/post/270586

    My comment is the only one so far...

    I accidentally found that this same post had lots of comments if I access it via this other link:

    https://lemmy.one/post/190223

    Are these completely different posts because they're in different Lemmy instances? Why don't the two get "joined" together? Do they look separate because the user just posted them twice in different instances, or there's some "per instance" comments going on?

    6
    Want to contribute to OpenSource; Where to start?
  • Lemmy itself is open source... it's written in Rust, if you have interest in learning that... but seems to have a TypeScript frontend...

    There are just so many open source projects that's hard to choose one :) the best thing is to try to help on something you actually use. If you just want a random suggestion , try https://github.com/trending Lots of Python in there! There are filters, including for language... e.g. for Go projects : https://github.com/trending/go?since=daily

    Find something you want to actually use, use it, then try to improve whatever bothers you...

  • Should beehaw ditch NGINX for Caddy?
  • You're going to suggest switching web servers without any reason at all? Do you think that's a reasonable thing to do?

    What would Caddy have that Nginx does not, and why would Lemmy need whatever that is? What problem do you believe switching would solve, and does the cost of making the effort required to do it make that a worthwhile endeavour?

  • Sverige i nytt ubåtssamarbete med Australien | SvD
  • After the fiasco of the submarine program Australia had with France, Sweden should be really careful with the terms of the contract :)

    PS Would like to write på svenska but still learning, hope it's ok.

  • Lemmy is in serious need of more devs
  • This site is really responsive and looks nice, has lots of good features etc... well done to the devs who created it... I know some Rust and could probably help out, I will have a look at the tickets and see if I can find time to explore the source code... thanks for the raising this up, I am sure others like me will find this and want to join the battle... being open source and community owned, I think it deserves contributions from users who are able to (and donations for those who still want to help but can't contribute code).

    EDIT: wow the code is very easy to follow! Highly recommend having a look if you know some Rust or want to practice Rust :)

  • Stack Overflow Developer Survey 2023
  • In which planet does a Lua developer get more money than a Java/Javascript/Kotlin developer?? And I always find it amazing how Dart is consistently low-paid, despite mobile developers normally having a pretty decent salary and Dart being almost solely used for mobile dev... this must be like a few big Dart/Flutter users that pay very little (perhaps in some developing country) while Zig, the best paid language, is very likely only used in a couple of high paying companies (Uber seems to use it for a few small things, and I guess someone like Google/Facebook may be using it as well - they use every language under the Sun).