• 5 Posts
  • 51 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
  • Good point. I guess you’re right, there are no flattering roles. But each of those options you list would have been less on top of existing prejudices.

    Making her the (non-technical) project manager whose only contribution is “how many story points is that?”, who’s then silenced because “this is important!”, confirms the typical prejudices about women in tech:

    • no technical expertise
    • is not in charge
    • does not have anything to say that is worth listening to in times of crisis

    Especially being talked over. This matches many women’s experiences in men-dominated environments to a T.

    I’d much rather the technically competent, important but socially weird engineer (Jared) be the woman, or the incompetent boss, who’s in charge and calls the shots. Even having no women in the skit would be better than this Cindy role.

    Or, weird idea I know, multiple people with different roles being women. 🙄






  • Makes sense. Mono was necessary in the “old .NET” world, where runtimes were tied to Windows versions and the framework was a pure Windows framework. Mono made it possible to run old dotNET framework versions (up to 4.8) on other OSes.

    Since dotNET Core and then dotNET 5 and higher, the framework itself is cross-platform so Mono is not necessary anymore, except for backwards compatibility for apps that use a now unsupported framework.

    So it makes sense that Microsoft, after dropping the old dotNET Framework versions, also wants to stop supporting the cross-platform library that was only needed for those old versions.








  • I um… didn’t get started yet. But a colleague demoed it to my and it’s kind of between virtual environments and containers, if you’re familiar with Python.

    You write a Nix config and specify exactly which versions of which package you want to have. Reproducibility is the main selling point of Nix. Things don’t just break overnight because a dependency of a dependency of a dependency got upgraded. You can always go back to exactly what it was like before. Guaranteed. That’s pretty cool.

    Ok so you got that config, then you build and activate it, and it replaces your shell. You enter the Nix shell. You still have access to all your files and directories, but your Nix config controls exactly which versions of your tools you have. gcc, npm, python, maven, whatever you use.

    You can see why this makes people want to build an immutable OS.

    The main drawback of Nix is that it has a bit of a learning curve. Hence why I haven’t started yet. Maybe it’s time though.




  • F04118F@feddit.nltoADHD@lemmy.worldStruggling to set life into motion
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 months ago

    As much as is reasonable, try to expect them. Put a task in 2 weeks describing what to do if there have been no replies yet. Expand your range of options. Search farther, find a different kind of handiman companies to mail, find someone who can give feedback on your resume, or if necessary, consider different kinds of jobs.

    I would not be a part of this community if this mind of planning always went well in my life. But in general, planning these kinds of things in advance so I don’t have to:

    • notice them in the moment
    • make the plan in the moment

    Helps me. Do the work now so you can simply follow reminders and instructions for plan B.


  • I feel you. What helps me, is to organize before starting (as much as I dread organizing). Write down what needs to be done when, and make sure you have at least a reminder to kickstart plan B scheduled.

    I extensively use to-do lists (love the Todoist app) and will put in tasks like (for a home improvement example)

    • mail at least 5 companies asking to do X (tomorrow)
    • in 2 weeks: make sure you have followed up with 1 of them, else read 2 tutorials and get tools to do X myself

    For the boring (but non-waiting) tasks like making the schedule, reading or just doing boring stuff at work, I like to use pomodoro: Set a timer, try to do focused work for 25 minutes. When the timer goes off, you HAVE TO take a break and enjoy yourself for 5 minutes (set a timer again), whether you got any work done or not. Repeat. There’s apps and sites that help make this smooth.

    Usually the first pomodoro is wasted but in the second or third, I get so much work done, and feel better because of the mandatory breaks, that it is usually worth it




  • Most of (what we call) Linux OSes are formally GNU/Linux. GnuCash is as close as it gets to “made for Linux”. If you don’t want an accounting-specific application, but just generic spreadsheets, check out LibreOffice.

    I highly recommend GnuCash for accounting though: a fellow board member cleaned up an org’s accounting by putting it all in GnuCash, where it was a bunch of error-prone Excel sheets before. That really made it easier to keep track and to do it right.