Just a shiny male toy…

  • 0 Posts
  • 58 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle




  • No music, I’m fucking forcing as much gasoline and/or electrons into the motor as the pedal will permit, while planning how to park a little bit away and sneak onto the property quietly.

    Let’s see who’s got the better strategy, because questions will be answered.




  • Originally mechanical, moved over to high speed power by volunteering and taking on projects that needed more EE stuff vs ME.

    I work in research and development, in terms of stress and fulfillment, jobs are invariably a mix of the two. You’ll need to build a portfolio of interesting personal projects which are useful, the ability to be creative and flexible… You know, stuff that helps you stand out, comparatively.

    Do your time, just get your foot in the door. But do something more advanced with that time than you’re asked to, if you intend to demand more pay from other companies. And don’t plan on sticking around for more than 3 years, you only get real pay bumps by moving around, so it seems.







  • Meeehhh… Kinda. It was great, for windows, don’t get me wrong.

    But personally I think windows 2000 was the most rock steady and speedy of all of em. But it also had less legacy stuff to support, didn’t have XP’s compatibility layer etc etc etc.

    So it’s easy for me to love win2k, it was less complex, thus less likely to have serious bugs (after the 4th service pack lol).


  • Yeah. It’s come a long way, and if nothing else, Linux is a fertile playground for the philosophy of software design for those who handle the UX/UI stuff.

    Windows 7 was beat to the punch by gnome/Ubuntu on the paradigm of representing apps in the taskbar as icons that then expand to become textual lists. Some people hate that idea, and that’s ok too, so long as they’re given alternatives that are easy to switch between.


  • So… You’re aware that all the things listed are Linux at their core, right? Android runs on the Linux kernel.

    Constant tinkering really means understanding how the system works; not to mention a system (be it Mac/win/lin) which needs no modification is one unused. The only way construction in NYC would stop being a ‘problem’ is if the city were dead.




  • RubberElectrons@lemmy.worldtoProgrammer Humor@lemmy.mlSTOP WRITING C
    link
    fedilink
    arrow-up
    46
    arrow-down
    2
    ·
    edit-2
    6 months ago

    I really like C because I can just get to the heart of an action and make it happen without much surrounding code.

    I could make classes and blah blah blah if I want to make a large, complex program but I’d rather write several small, simple to grok programs which pass information around so each program can do its one simple thing, quickly and easily. Chain the small programs together with bash or something, and bingo, you’ve got a modular high speed system.

    I’m not a programmer, actually a mechanical engineer. But the Unix philosophy of simple, modular tools is great, provided one properly checks and sanitizes inputs.