• 5 Posts
  • 527 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle

  • One project I am doing at work (engineering and administrative departments run on spreadsheets) not being a programmer at all is automating technical sales generation. We make custom things but we have a few products that have a bunch of standard things to configure.

    Using VBA to do a few small calculations (it sucks at large data which is why python in excel is amazing) and taking in a bunch of configuration fields to output a price, then generating a word document from a template with the quote including the relevant configuration details.


  • I wonder if it was even able to compile. I am a shitty hobby coder who just does it to make my embedded hardware projects function.

    I have yet to get compilable code out of any of the AI bots I have tried. Gemini, mistral, and chatGPT. I am not making an account lol.

    I have gotten some compilable python and VBA code for data analysis stuff at work, so I wonder if it is because embedded stuff uses specific SDKs that it can’t handle.

    Either way I have given up on it for anything besides bouncing ideas off of or debugging where electromagnetics issues could lie (though it has been completely wrong about that also even though it is using the wrong concepts, it just reminds me of concepts that I might have overlooked)



  • I would suggest first doing the basics first before diving in and trying to run cracked games. I had trouble and had to go through multiple troubleshooting steps to get DODI repacks working on windows even. the difference is there are a ton of resources of people spending hours and hours fixing broken cracked games on windows (dodi Hogwarts legacy has like 100+ threads on reddit with fixes) where Linux just isn’t popular enough yet to have a big community find fixes for your cracked games for you already and the fixes from windows often don’t work.

    First try browsers, steam games, streamimg, and light use while dual booting, you can still keep windows for the games that don’t work on Linux.

    It doesn’t have to be all or nothing. Just take it one step at a time. You are trying to reduce tracking. That is going to be 90% internet browsing, so if you already switch to Linux for that, you are much of the way there.





  • I respectfully disagree. I understand what you are saying. But censorship and echo chambers on a platform level are a related, but different issue.

    I agree that Lemmy is very much anti-censorship.

    an environment in which somebody encounters only opinions and beliefs similar to their own, and does not have to consider alternatives

    However, echo chambers can exist with 0 platform censorship whatsoever. It doesn’t have to be the platform’s fault. If people only read and interact with communities who’s viewpoints confirm their own, that is a completely self-made echo chamber. Completely seperate than censorship and completely unrelated to the platform, but instead the people and community moderators.

    For example, hexbear users pretty much only interact with hexbear and .ml users (and often ban others). That is an echo chamber. The .world main communities ban people of both too far right and too far left so there is little interaction of those viewpoints with those communities. That is an echo chamber. The community of open source doesn’t ban many people, but the only people who go to that community are very positive about open source. That is an echo chamber.

    If you have a dozen rooms in the same building and you have 1 room that thinks the world is flat and the people don’t go into any other room, even though they have free and open access and can go to hear the opinions of the 11 other rooms, that room is an echo chamber



  • I mean, every community is an echo chamber, that is what online communities do and have done since the beginning of the internet. Hell, in-person meeting groups are echo chambers more often than not. If you go to an open source convention, the people there will probably echo your opinions on the topic.

    Lemmy is definitely an echo chamber in many different communities, I would venture to say most. If someone thinks left communities aren’t as much of an echo chamber as liberal or conservative, then they either haven’t spent enough time there or are lying to themselves just like the people that say “propaganda won’t work on me

    People gravitate towards people with the same views who confirm their worldview. Even if you discuss topics and have different views, you are still in a group with like 90% the same views. That is just how humans are unless one makes a conscious effort to go into hugely different groups like specific debate groups or something.


  • I used this back in the day after i left university with free MATLAB.

    Very functional, but struggled (8 years ago was the last I tried) with large datasets, especially variable exploring. It also was missing signal processing and filtering libraries back then.

    I had since switched to python with numpy, Pandas, scipy, and matplotlib and it is phenomenal.

    I would try it out because it has probably improved a ton, but Python is now available in excel (and it already was in libreoffice) for sharing scripts with people without python at work, so I don’t know if it is worth it lol.



  • I find it very confusing to get a good workflow with it + calibre.

    I sync all of my books (and use readarr for organization or occasionally grabbing books from dead authors) via syncthing. Then calibre web won’t ingest any new books I copy to the folder, so I have to go to desktop calibre to add them manually, then it will sync the database and calibre-web has a built-in task for scanning any database changes so then the book will show up.

    Seems like a clunky method and I would think I am doing it wrong, but I haven’t found a way for calibre to scan books already organized in folders in its book directory.



  • Maybe not a good example because all TVs and Smart fridges run MCUs (or SBUs) that are 10x-20x more powerful than what is in any smart watch besides the apple watch (where the watch is mostly one gigantic custom IC).

    They usually run NXP I.MX Arm M7 processors at the bare bare bare minimum, much more common is an ARM A7 or higher which is a completely different world than the tiny nrf52840 with 192KB of RAM and 1MB of flash that is standard across lower-end smart watches (and doesn’t go upuch with higher end) That is why I was confused. But I guess people get down voted to hell for asking a question lol



  • Nah, it is pretty much if you didn’t buy one of 2 trendy models of the year, then nothing else has ever or will ever be supported (of course you can always write your own drivers but it is a ton of work, especially for non-coders)

    I have a thought that a lot of the enthusiasts that go through the pain and effoet of writing all of these drivers for old phones they have were usually the kind of people to buy the best/most popular device of the year



  • Probably because it is all portable and in markdown, the devs are widely available and it is open enough that community, open source plugins can be easily made which allow you to make custom workflows that simply aren’t available in any alternatives.

    Linking is significantly easier and better than any alternative I have tried which significantly lowers the effort of documentation which is the largest hurdle for most people. As all social media shit apps have taught us, ultra low-effort beginning of a habit is the key to consistent use.

    And if the dev enshittifies, all of your notes are safe in plaintext markdown and not a proprietary format and can be imported and cleaned up in your choice of new editor and fix the linking.