• 0 Posts
  • 137 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
    • Starting Strength book
      • The program is simplistic, dont follow all the advice in the book but the guidance around compound lifts is good
      • Follow that basic program for a month or two (Or ice cream fitness), depending on your level of fitness you might like PHAT or PHUL.
    • Couch to 5k
      • Once you Can run a 10K It’s simply a matter of determining what your goals are

    On the software side:

    • Fitnotes
      • Although it’s proprietary, it’s free and that allows you to export your data into SQLite. Any llm (even a local one) will cobble together a dashboard with plotly/jupyter or even PyQt without much pain
    • Waistline Is an application available on F-Droid, This is open source. So, send the developer a donation if you like it.







  • Hawk@lemmynsfw.comtomemes@lemmy.worldWarning
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    Yeah, that’s always a risk, but as you said, humans make mistakes too. And if you change your approach to software development by writing more tests and using strict interfaces or type annotations, etc., it is pretty reliable and definitely saves time.


  • Hawk@lemmynsfw.comtomemes@lemmy.worldWarning
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    They can also be really good for quickly writing code if you line up a whole bunch of tests and line up all the types and then copy and paste that a few times, maybe with a macro in Vim.

    The LLM will fill in the middle correctly, like 90% of the time. Compare it in git, make sure the tests pass, and then that’s an extra 20 minutes I get to spend with my wife and kids.


  • Hawk@lemmynsfw.comtomemes@lemmy.worldWarning
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    2 months ago

    It would be on the order of aN intensive video game, maybe. Depends on the size of the model, etc.

    Training is definitely expensive but you are right in that it’s a one-time cost.

    Overall, the challenge is that it’s very inefficient. To use a machine learning algorithm to do something that could be implemented deductively is not ideal (On the other hand, if it saves human effort…)

    To a degree, trained models can also be retrained on newer data (eg freezing layers, LoRa, GaLore, Hypernetworks etc). Also newer data can be injected into a prompt to make sure that the responses are aligned with newer versions of software, for example.

    The electricity consumption is a concern, but it’s probably not going to be the end of the world.



  • Hawk@lemmynsfw.comtoFediverse@lemmy.worldMatrix 2.0 Is Here!
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    We mostly use it privately, there are also a handful of software communities too that takes advantage of bridging.

    Personally, I don’t care about Nazis, they come for the same reason I do, privacy and place to speak. I don’t have to let there negative disposition color the software.







  • I suppose the problem that I had with Media Wiki is that every update would break extensions. Particularly mathjax and semantic media Wiki. I too amusing it with Docker which helps a lot.

    So docuicki has a recent pages view which is really good and lists the user that made the edit. That’s what we use for a feed. There’s also an RSS plug-in that will display other feeds which is kind of nice if you want to discuss other articles.

    We create Journal pages that link out to pages for events etc. The events are also linked to from a start page. We display the backlinks using the footer plugin.

    Whilst it’s a bit different from social media in that there is no feed, it’s really nice that it provides, like a database of our family’s life in history.

    We even have pages for cars and repair logs, computers and updates, everything. The struct plugin is amazing And you can always pop it open in SqliteBrowser too!

    I’ve tried a couple of things and I just keep coming back to dokuwiki because it’s the best compromise.


  • No, I don’t. And that’s going to be one of our big differences here. Everyone in my family is tech literate and knows at least a little bit of programming.

    I would strongly suggest dokuwiki. It’s like having a forever Journal of Family affairs and I really like it. I know it’s not quite the social media aesthetic but in my experience I found it to be the thing that stuck.

    I would argue against Mediawiki though. It may be more user-friendly for some family members, but the maintenance becomes a nuisance And pulling things out of the database involves half a dozen joins.

    Even though dokuwiki editing is text in markup, It’s not a hard concept to grasp and the simplicity makes it feel more tangible which may be appreciated by older family members.


  • There’s a plugin that does it, FoF or something, and then you can upload an image from your device and it’s pretty good. Some videos play others require downloading after uploading though.

    Our family uses a post in flarum for a monthly feed and then moves a few of those images into a dokuwiki page with the gallery plugin.