James

@james@jvalleroy.fbx.one

I contribute to free and open source software projects such as FreedomBox and Debian. I also play games on Steam Deck.
pronounshe/him
Fosstodonhttps://fosstodon.org/@jvalleroy
bloghttps://jvalleroy.fbx.one
0 ★ 1 ↺

James »
@james@jvalleroy.fbx.one

https://phys.org/news/2025-09-space-doesnt-framework-reality.html

I think this article makes some good points. And makes it clear why physics is not a good substitute for philosophy.


    James boosted

    Kunal Mehta »
    @legoktm@wikis.world

    New-ish blog post: Adventures of a YAML engineer

    blog.legoktm.com/2025/08/28/ad

    (I actually wrote this back in May and never published it...)

    I mostly wanted to brag about a bit of YAML code I wrote back in March for 's completed migration to Ubuntu Noble that I neglected to mention in the blog post explaining the technical details. Yes, , is a programming language.

      ...
      James boosted

      Joseph Nuthalapati :fbx: »
      @njoseph@social.masto.host

      I didn't expect Google to wage war against general-purpose computing itself.

      We have custom ROMs, but how long before Google decides that the AOSP doesn't have to be open source anymore?

      It's already quite a struggle to run the essentials like banking and cash transfer apps without Google Play Services. A new update might drop at anytime and your app stops working. Some apps won't let you use the old working version for security reasons.

      ...

      Joseph Nuthalapati :fbx: »
      @njoseph@social.masto.host

      contd...

      How are sovereign nations comfortable allowing this?

      Your mobile banking services don't work when the Internet-based services offered by an American corporation goes down or denies you access.

      What if Trump eats the wrong kind of burger today and decides to put sanctions on your country?

      James boosted

      Joseph Nuthalapati :fbx: »
      @njoseph@social.masto.host

      Today, I met a FreedomBox for Villages volunteer, Satya at a local conference. It was pleasant surprise to know that they have recently deployed a community Wi-Fi network in a remote island village in the Narmada river that barely has cellular phone signals. The village only has an elementary school (until class 4), so the main thing they needed to provide was Moodle with some K-12 educational content.

      Another non-profit might set up satellite Internet in the near future.

        James boosted

        Joseph Nuthalapati :fbx: »
        @njoseph@social.masto.host

        Gleam is an interesting new functional programming language. It is an ML-family language with syntax very similar to Rust, but it's not a replacement.
        If you like Rust and don't like Go (or Elixir's Ruby syntax), Gleam might be worth considering for I/O bound applications needing high concurrency.
        Gleam can also replace Elm on the browser. Code written in Gleam is apparently 30% faster than hand-written JavaScript.

        gleam.run

          ...
          James boosted

          Joseph Nuthalapati :fbx: »
          @njoseph@social.masto.host

          I bought an Android TV 4 years ago. Only today I had a working idea to get rid of ads on it.

          Google's launcher is set as the default. It shows ads at the top which considerably affects the TV's performance. It also deceptively keeps showing titles from the Play Store as if they are available from one of your installed apps.

          So, just get another launcher. You can install one from the Play Store and set it as default.

          No Google Launcher, no ads. :blobcatgooglyshrug:

            James boosted

            Fabio Manganiello »
            @fabio@manganiello.social

            I don’t know #Clojure sufficiently to judge the benefits of its typing system.

            But when it comes to its culture of forward-and-backward stability, as someone who has often complained about developers introducing breaking changes just because they like something to have a different name, I can definitely relate to these words:

            Why are we renaming everything all the time?

            Once you notice this trend, it’s impossible to un-see. We get records out of the database, and what’s the first thing we do? Rename its fields. We then run it through several transformation steps which will invariable rename them again. We then put it on the wire as JSON, and, of course, that requires that we rename them again. We then load them in our SPA and, well the names we got off the wire certainly won’t do. Best rename them one more time.

            It’s insanity, and yet it is the world we created.

            @programming

            https://potetm.com/devtalk/stability-by-design.html

              1 ★ 0 ↺

              James »
              @james@jvalleroy.fbx.one

              I developed a very small program to practice some coding in Guile Scheme:

              https://git.sr.ht/~jvalleroy/lister

              It's a TUI and CLI program to manage a list of items in a text file.


                James boosted
                in reply to »

                Joseph Nuthalapati :fbx: »
                @njoseph@social.masto.host

                After switching to Neovim (no AI plugins this time), I feel like the joy of programming is slowly returning.

                LLMs are like energy vampires. They suck the joy out of everything.

                James boosted

                Joseph Nuthalapati :fbx: »
                @njoseph@social.masto.host

                I started using GitHub Copilot for work to generate both test and production code in January.

                Since the refactoring work it was generating for me was too much, I stopped using it for production code a month ago.

                It keeps creating test files in the wrong directories and breaks half the scripts in the repository (not consistently though 🤦‍♂️). Yesterday, this got pushed to the main branch and broke scripts for everybody.

                The day has finally arrived! I've completely given up on AI-generated code.

                ...
                James boosted

                Joseph Nuthalapati :fbx: »
                @njoseph@social.masto.host

                I have one prediction for 2025 that I am most confident about.

                2025 will be the hottest year on record (since 1850), just like the two years before it.

                  James boosted

                  Kunal Mehta »
                  @legoktm@wikis.world

                  New blog post: Three years of

                  blog.legoktm.com/2025/01/31/th

                  This is the longest I've ever held the same position at a job, so a few notes on what I've been up to over the past year and what I enjoy.

                    0 ★ 0 ↺

                    James »
                    @james@jvalleroy.fbx.one

                    Tried making one-pot pasta, but I used too much tomato paste.

                    A plate with pasta

                    Alt...A plate with pasta

                    James boosted

                    Kunal Mehta »
                    @legoktm@wikis.world

                    ...
                    James boosted

                    Joseph Nuthalapati :fbx: »
                    @njoseph@social.masto.host

                    MaggieAppleton/digital-gardeners: Resources, links, projects, and ideas for gardeners tending their digital notes on the public interwebs

                    github.com/MaggieAppleton/digi

                      James boosted

                      Joseph Nuthalapati :fbx: »
                      @njoseph@social.masto.host

                      Using Python uv tool as a replacement for Poetry for a small Python utility I'm writing. It feels a lot like Rust's Cargo.

                      All that I can say for now is that it is certainly a better experience than setting up a virtualenv manually.

                      I am writing this proprietary tool for a team of JavaScript developers. I think they will feel that it is just as easy to use as npm/yarn or whatever is the new hotness this week.

                        ...
                        0 ★ 0 ↺

                        James »
                        @james@jvalleroy.fbx.one

                        Christmas tree is up

                        Very small, artificial Christmas tree with lights.

                        Alt...Very small, artificial Christmas tree with lights.

                        0 ★ 0 ↺

                        James »
                        @james@jvalleroy.fbx.one

                        Food, meat [SENSITIVE CONTENT]I made a "savory pumpkin pie" for Thanksgiving dinner. It contained bacon, onion, rosemary, cheese, and a bit of black pepper and cayenne. I think it turned out pretty well!

                        Pie in pan on oven. The pie is covered with cheese.

                        Alt...Pie in pan on oven. The pie is covered with cheese.

                        James boosted

                        Joseph Nuthalapati :fbx: »
                        @njoseph@social.masto.host

                        Problems with Free and Open Source Software
                        njoseph.me/blog/posts/foss-pro

                        My last blog post for September. After not writing any blog posts for 4 years, I wrote 4 in one month!

                          ...
                          James boosted

                          Joseph Nuthalapati :fbx: »
                          @njoseph@social.masto.host

                          New blog post!

                          Using small AI tools on Debian GNU/Linux
                          njoseph.me/blog/posts/small-ai

                          I am using the word as it is meant to be used, as click-bait. 😉

                            ...
                            James boosted

                            Lu wilson »
                            @TodePond@mas.to

                            check out this beautiful post by @jimmyhmiller on What It Means To Be Open

                            jimmyhmiller.github.io/raised

                              James boosted

                              Joseph Nuthalapati :fbx: »
                              @njoseph@social.masto.host

                              I have started quoting liberally in my linkblog (subscribe via RSS).

                              njoseph.me/shaarli/

                              Earlier, I was only writing my own summary or opinion of the subject, but quoting adds more context. This is inspired by the writing style of Pixel Envy blog. pxlnv.com

                              Debian » 🤖
                              @debian@framapiaf.org

                              New Debian Developers and Maintainers (May and June 2024) bits.debian.org/2024/07/new-de

                              ...

                              Cory Doctorow »
                              @pluralistic@mamot.fr

                              Today's threads (a thread)

                              Inside: The true, tactical significance of Project 2025; and more!

                              Archived at: pluralistic.net/2024/07/14/fra

                              1/

                              An X-ray of a broken femur. On either side of the fracture is a elephant (cropped from a medieval illumination) facing one another, in the livery of the GOP logo.

                              Alt...An X-ray of a broken femur. On either side of the fracture is a elephant (cropped from a medieval illumination) facing one another, in the livery of the GOP logo.

                                FreedomBox »
                                @freedomboxfndn@mastodon.social

                                FreedomBox 24.14 has been released! This one adds a new "Automatic repair" option to the Diagnostics page. When enabled, it will attempt to fix some issues that cause diagnostics to fail.

                                discuss.freedombox.org/t/freed

                                  ...

                                  FreedomBox »
                                  @freedomboxfndn@mastodon.social

                                  FreedomBox 24.6 released to Debian (unstable) with several fixes related to the setup, uninstall, and backup/restore for Wordpress and Zoph apps.

                                  discuss.freedombox.org/t/freed

                                    History