• 0 Posts
  • 52 Comments
Joined 3 years ago
cake
Cake day: July 29th, 2023

help-circle


  • As someone with a foot in Windows and Mac, they both suck for different reasons and you’re trading pain in one for pain in the other.

    Windows sucks because of all the stupid one drive and AI garbage. No, I don’t want my desktop and tons of other directories in one drive, stop asking me. The constant migration of settings out of control panel is maddening. Windows 10 end of life is fine, but cutting off older PCs from windows 11 for “reasons” was an absolutely horrible choice.

    Mac is fine if you do super basic computing, but if you want to do much of anything it’s very annoying out of the box. Window management is annoying unless you get an app like magnet, the ribbon can’t be displayed on dual monitors and there’s no way of fixing the primary monitor, keyboard shortcuts are inconsistent across applications like command delete and keyboard shortcuts in general suck (command + shift + 3-5), the OS greatly dislikes network storage, etc etc. Macs were somewhat isolated from marketing needing a “new” OS every year until recently. Now they’re in the change for the sake of things to list on the new OS page trap.

    Linux isn’t without fault, but my experience has been much more pleasant.





  • White collar professionals who spend their days developing and deploying software or working on compute infrastructure? Sure, some of them have been on Linux for decades. Although many big corpos love Windows and Microsoft products, so at best you’re going to have a foot in both worlds if you work at one of these companies.

    Some admin jobs that don’t require bespoke software (ie very little beyond say an office suite) have started making the jump recently to save $$.

    Basically every other white professional that needs to work on a computer with industry specific software like people in medical, engineers, business? Odds are they use windows since the software they use for their job is probably only built for Windows and maybe Mac if they’re lucky. Very few employers are going to mass deploy Linux to run applications via Wine. These employers have support contracts for the major software products their employees use and they won’t get support if they’re not running software on its native OS.


  • IMALlama@lemmy.worldtoSelfhosted@lemmy.worldSelfhosted coding assistant?
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    3
    ·
    2 months ago

    Straight up vibe coding is a horrible idea, but I’ll happily take tools to reduce mundane tasks.

    The project I’m currently working on leans on Temporal for durable execution. We define the activities and workflows in protobufs and utilize codegen for all the boring boiler plate stuff. The project hasa number of http endpoints that are again defined in protos, along with their inputs and outputs. Again, lots of code gen. Is code gen making me less creative or degrading my skills? I don’t think so. It sure makes the output more consistent and reduces the opportunity for errors.

    If I engage gen AI during development, which isn’t very often, my prompts are very targeted and the scope is narrow. However, I’ve found that gen AI is great for writing and modifying tests and with a little prompting you can get pretty solid unit test coverage for a verity of different scenarios. In the case of the software I write at work the creativity is in the actual code and the unit tests are often pretty repetitive (happy path, bad input 1…n, no result, mock an error at this step, etc). Once you know how to do that there’s no reason not to offload it IMO.




  • Same, but I do have some level of worry regarding portability. My solution isn’t local or self hosted, as I was looking for easy and works across Linux/Windows/Mac/Android/iOS. I do not look forward to needing to change to a new password manager in the future, but given the way everything seems to be going it seems likely that I’ll have to at some point.








  • Apple is almost the tale of two companies.

    From the software usability perspective, they have the “it just works” reputation and that might be true if you’re doing really basic stuff. I’ve found both windows and Linux to be much more user friendly if you want to do mildly advanced things.

    Their hardware is generally pretty solid but comes at a premium, especially once you start talking about increasing RAM/SSD capacity. I have both a MacBook pro M3 pro and a Snapdragon X Elite Lenovo Yoga slim 7x. The 7x can give great battery life, but is much more inconsistent in doing so. On the other hand, the 7x has an amszing 3k OLED screen, has a removable m3 SSD, and you can upgrade to 32 GB of RAM for around $100.

    What I find interesting is that a large swath of developers have macs. I get it for some use cases (ARM emulation on ARM vs doing it on x86), but it seems like it’s a bit of a status symbol for others.



  • I ran into this at work today. Proposed a very simple approach for something to an architect and an engineering lead. Engineering lead said this was a practical solution that solves a problem that’s been plaguing them for two years. The architect nearly immediately said, “well, the real source is a mainframe that was stood up in the very early 80s. Let’s ignore the fact that changing it takes an act of Congress or that we have multiple modern downstream systems between it and us that are a much better home for this new function.”

    It really seemed to amount to, “I didn’t come up with this, therefore I don’t support it.”

    Ah, corporate politics.