• 5 Posts
  • 100 Comments
Joined 2 years ago
cake
Cake day: May 31st, 2023

help-circle




  • 7heo@lemmy.mltoProgrammer Humor@lemmy.mlJunior Dev VS Senior Dev
    link
    fedilink
    arrow-up
    11
    arrow-down
    19
    ·
    1 year ago

    Junior dev:

    Straight out of uni, know the latest developments while having also studied long established standards and specifications (like POSIX, LSB, SQL, etc), full of energy, and ready to speedrun burning out any %

    Senior dev:

    Hasn’t learned anything substantial in decades, uses outdated specs because “who got the time for that, and legacy stuff works just as well anyway”, copy pastes most of their work from stack overflow, is only still employed because of their inside information knowledge and the utter absence of documentation leading to a bus factor of one, and has perfected the art of gaming the system to the point of photoshopping a sloppy IDE screen over their WoW game whenever a picture of them “working” gets taken.

    Yeah, checks out.





  • I think Time Cop answers your request the best.

    It is on f-droid (ca.hamaluik.timecop).

    Unfortunately, even tho it works well for your use case (you would have to turn on the option to have only one task at a time), it makes very basic use of notifications, and has no widget… It could be so much more.

    Edit: I discovered it yesterday while perusing this thread (I have been searching for a time management software for a long time, so I checked all the suggestions one by one on f-droid, and when searching for “a time tracker”, I found it), and I have been using since. Very cool software. Works well, very usable. I highly recommend it.






  • 7heo@lemmy.mltoReddit@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    15
    ·
    edit-2
    1 year ago

    Honestly I don’t think spez is too bright.

    He first taunted people some days ago by essentially admitting to having kompromat on most users… Which is the number one thing not to do when you have kompromat. You make sure the target knows, but you also absolutely deny it to anyone else, so you won’t be scrutinised, and cannot be sued for blackmailing… 🤷‍♂️

    But then he went ahead and allowed ads to be exactly similar to user submitted content, which, again, is not something you want your users to know about, as it is definitely destroying the last remaining shreds of trust that anyone might still have in reddit…

    And, finally, he goes ahead with an IPO, knowing fully that the most potent user centric trading community is from reddit, and that they successfully fucked with several established brokers and traders already. All WSB needs to do at this point is set up a back-up community, probably on discord or some shit, and they will literally be able to own reddit.

    What is he, trying to make musk look smart?


  • That isn’t real. It wouldn’t pass peer review. Here is the actual code:

    function GetCookieValue(x) {
      return JSON.stringify(x);
    }
    
    user.cookies.agreed = Boolean(GetCookieValue(true));
    
    if(!DarkPatternPopup()) {
      // Make sure we respect the user choice
      user.cookies.agreed = Boolean(GetCookieValue(false));
    }
    
    if(user.cookies.agreed) CollectData(user);
    



  • It would seem that the end user has no idea what “cut” means. I never have to “go back to the original directory to delete the originals”. That is what “cut” is for.

    Besides, as other comments pointed out, one can make a multiple selection, and then, in conjunction with “cut”, it will work exactly like the feature described at the end. 🤷‍♂️


  • Ah OK. My bad then. Probably someone that I inconvenienced elsewhere and who went through all my comments to downvote everything then 😅

    Thanks for your answer. Yeah I can see how that can be annoying. I’ll admit that I didn’t upgrade in quite a while… So that might be why.


  • 7heo@lemmy.mltoOpen Source@lemmy.mlAlternative to s3?
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    1 year ago

    Using minio, and I don’t find it complicated? But maybe I’m not using it as intensively as you. What issues did you run into?

    Edit: I don’t care about the down vote (except that it shows that you saw my answer), but could you at least answer?? 😐