Justine Smithies

@justine@snac.smithies.me.uk

Friend, Lover, Sister, Mother & Wife
Loves cooking
Linux, BSD chick
Mobiles:
Watch PineTime
Hand wired builder
owner
Daily driver - with and as my bar running on a native encrypted filesystem
Editor:
HomeLab:

Githttps://git.smithies.me.uk
Bloghttps://justine.smithies.me.uk
LocationCruden Bay, Scotland
PronounsShe / Her

478 following, 1939 followers

Stefano Marinelli »
@stefano@mastodon.bsd.cafe

Ok, I made some changes. If everything goes well, I'll probably make a new release tomorrow, as I believe the init will be useful to many and allows for a complete decoupling between and the site. Here's a bit of the changelog:

### Added

- Added configuration variable `RSS_INCLUDE_FULL_CONTENT` (default: `false`) to allow including the full post content in the RSS feed description (`config.sh`, `scripts/build/config_loader.sh`, `scripts/build/generate_feeds.sh`).
- When creating a new post (`scripts/post.sh`), BSSG now generates the `lastmod` frontmatter tag, identical to the `date` tag.
- When creating a new page (`scripts/page.sh`), BSSG now generates the `lastmod` frontmatter tag, identical to the `date` tag.
- Added robust editor fallback check (nano/vi) and vi instructions message to `scripts/page.sh`, mirroring functionality in `scripts/post.sh`.
- Added configuration variable `DRAFTS_DIR` (default: `drafts`) to `config.sh` to specify the location for draft files.
- Added `init <directory>` command (`bssg.sh`, `scripts/init.sh`) to initialize a new, separate site structure. This allows keeping site content independent from the BSSG core installation, facilitating updates. The generated site config includes `OUTPUT_DIR` setting.

### Changed

- The `edit` command (`scripts/edit.sh`) now automatically updates the `lastmod` frontmatter tag/field to the current date and time before opening the file in the editor.
- Refactored `post.sh`, `page.sh`, `edit.sh`, `list.sh`, and `delete.sh` to consistently use `$SRC_DIR`, `$PAGES_DIR`, and the new `$DRAFTS_DIR` configuration variables instead of hardcoded directory paths.
- Refactored `scripts/list.sh` to support listing `posts`, `pages`, or `drafts` (including both post and page drafts) based on arguments, using the configured directory variables.

### Fixed

- Corrected a syntax error in `scripts/build/generate_secondary_pages.sh` caused by using `eval` to parse pipe-delimited page data; replaced with a safer `read` loop.

@justine @jbaty - thank you for your help and suggestions!

    ...
    Older...

    Jack Baty »
    @jbaty@social.lol

    @stefano @justine Woah, you've been busy! I'll test things asap, thanks!

      ...
      AodeRelay boosted

      Stefano Marinelli »
      @stefano@mastodon.bsd.cafe

      @jbaty @justine it's been a rainy day, so...

        Andreas (82mhz) »
        @82mhz@oldbytes.space

        @stefano
        Your BSSG is going through the roof, I've seen it recommended on numerous sites and linklists this week 💪

        I also recommended it in my latest post and someone thanked me for sharing it, so I'm passing this on to you. Thanks for creating it!

        techtoots.com/@thumb/114322111

          ...
          AodeRelay boosted

          Stefano Marinelli »
          @stefano@mastodon.bsd.cafe

          @82mhz thank you! I'm glad that BSSG has been received so well. I've also read your linkdump. Thank you!!!

            AodeRelay boosted

            mkj »
            @mkj@social.mkj.earth

            @stefano Thank you for making it easy for people to offer full-text feeds. 🙂

            @justine @jbaty

              ...
              AodeRelay boosted

              Stefano Marinelli »
              @stefano@mastodon.bsd.cafe

              @mkj @justine @jbaty it's been requested and I was already working on it. And it absolutely makes sense.

                Jack Baty »
                @jbaty@social.lol

                @stefano @justine The config file --init seems to work well. Thanks for that! One thing I noticed is that it forces full, absolute paths, which may be an issue if I sync the config between Mac and Linux (/Users/jbaty vs /home/jbaty). Not sure if ~/ or ${HOME} would work, but it might make things more portable.

                  ...
                  AodeRelay boosted

                  Stefano Marinelli »
                  @stefano@mastodon.bsd.cafe

                  @jbaty @justine it should be working with a relative path with a tilde. I'll test it

                    5 ★ 1 ↺

                    Justine Smithies »
                    @justine@snac.smithies.me.uk

                    I'm blaming @stefano@bsd.cafe for me now being busy making my own theme to match my current blog using his .
                    It's still only local just now but I'm seriously considering using this fantastic creation for my blog. 🙃

                      ...
                      AodeRelay boosted

                      Stefano Marinelli »
                      @stefano@mastodon.bsd.cafe

                      @justine ahah sorry about that 👼

                        Francesco P Lovergine :debian: »
                        @gisgeek@floss.social

                        @justine @stefano Jamstack solutions are always a good compromise among flexibility and simplicity, but I find bash not a great idea as a language for serious programming, I'm definitely catched in Lisp dialects such as Guile and Haunt for SSG.

                          4 ★ 3 ↺
                          Fred de CLX boosted

                          Justine Smithies »
                          @justine@snac.smithies.me.uk

                          If you're using @stefano@bsd.cafe then you'll love this update.

                          Announcing BSSG 0.10.0: More Control and Enhancements!

                          https://blog.bssg.dragas.net/2025/04/13/announcing-bssg-0-10-0-more-control-and-enhancements/


                            Stefano Marinelli »
                            @stefano@mastodon.bsd.cafe

                            Let's introduce the BSSG dev blog!

                            blog.bssg.dragas.net/2025/04/1

                            Stay tuned, as a new release is just around the corner!

                              ...

                              Harald »
                              @HaraldKi@nrw.social

                              @stefano Bash only? Nice. Interesting.

                              As I am on a bash-only journey myself, despite having sworn sometime earlier to not program anything but trivialities in bash, I wonder: what do you feel is your biggest pain point with bash.

                              Mine is: passing lists (arrays) and maps (associative arrays) around as values, which would include having them as values in lists and maps. We can only pass around their names.

                                ...
                                AodeRelay boosted

                                Stefano Marinelli »
                                @stefano@mastodon.bsd.cafe

                                @HaraldKi yes, that's a hard part. In general, I try to avoid bash for tasks like this. But this project started 10 years ago, and now I want to go on without a full rewrite 🙂

                                  ...

                                  Harald »
                                  @HaraldKi@nrw.social

                                  @stefano 😀

                                  Did you ever consider Tcl? It has the shell feel and very a good exec abstraction, but also good lists and maps. Years ago, I was a great fan, but it seems to be a niche today (except for gitk).

                                    ...
                                    AodeRelay boosted

                                    Stefano Marinelli »
                                    @stefano@mastodon.bsd.cafe

                                    @HaraldKi I think I worked with it many years ago. Nowadays, when I need something more than some scripting, I use python

                                      Jack Baty »
                                      @jbaty@social.lol

                                      @stefano Will you consider including full posts in BSSG's RSS feed? I'd like it on my blog, also. :)

                                        ...
                                        AodeRelay boosted

                                        Stefano Marinelli »
                                        @stefano@mastodon.bsd.cafe

                                        @jbaty I was already implementing it, I've just committed it into the public repo. There's a new option, RSS_INCLUDE_FULL_CONTENT - that, if set to true, will include the full post.
                                        If you can, please test it and let me know if it's ok, you can already test it cloning the master: brew.bsd.cafe/stefano/BSSG

                                          ...

                                          Jack Baty »
                                          @jbaty@social.lol

                                          @stefano Yes! Seems to work and validates. Thanks!

                                            ...
                                            AodeRelay boosted

                                            Stefano Marinelli »
                                            @stefano@mastodon.bsd.cafe

                                            @jbaty thanks for the feedback! It was almost ready. I should also test some other things that will go into the next release (like the "this post is older than xx days and might me outdated") and other nice stuff

                                              Jack Baty »
                                              @jbaty@social.lol

                                              @stefano Is there a strategy I should use for keeping my content/config in a repo but still track your changes to BSSD? The default .gitignore sort of prevents it :)

                                                ...
                                                AodeRelay boosted

                                                Stefano Marinelli »
                                                @stefano@mastodon.bsd.cafe

                                                @jbaty yes, the base .gitignore will probably create problems with it. Maybe I should refactor the directory structure to allow a specific subdirectory for all the user stuff (config.sh.local, etc).

                                                  ...

                                                  Jack Baty »
                                                  @jbaty@social.lol

                                                  @stefano Yeah, not sure. You'd have to deal with drafts/, src/, static/, custom themes, etc. Not trivial!

                                                    ...
                                                    AodeRelay boosted

                                                    Stefano Marinelli »
                                                    @stefano@mastodon.bsd.cafe

                                                    @jbaty I was thinking that the config file already supports a custom location for SRC, etc. I'll power up this to totally decouple BSSG directory and the website one, that can then be totally separated

                                                      ...

                                                      Jack Baty »
                                                      @jbaty@social.lol

                                                      @stefano Let's say, hypothetically, that I have a couple of suggestions for BSSD. Should I create issues at the bsd.cafe repo or would you rather just deal with me here on Mastodon? :)

                                                        ...
                                                        AodeRelay boosted

                                                        Stefano Marinelli »
                                                        @stefano@mastodon.bsd.cafe

                                                        @jbaty You can create a directory outside the BSSG tree and create a config.sh.local there, specifying as src, static, etc. the complete path of that directory and subdirectories. Then you can fall bssg specifying a custom config file (the one you created) and it should be working. You can then treat that directory as you want as it's out of the gitignore. I've used it some years ago, haven't recently retested it but should be working.

                                                          ...

                                                          Jack Baty »
                                                          @jbaty@social.lol

                                                          @stefano I'll give that a whirl, thanks!

                                                            ...
                                                            AodeRelay boosted

                                                            Stefano Marinelli »
                                                            @stefano@mastodon.bsd.cafe

                                                            @jbaty I'll also try it later, to be sure everything is still working as supposed. Then I'll create a specific part in the readme file, to explain it

                                                              ...

                                                              Jack Baty »
                                                              @jbaty@social.lol

                                                              @stefano I might need to come back to this. I got `build` working with custom config, but e.g. `./bssh.sh post` puts things in the default src/ folder. With things changing quickly, this might be getting ahead of myself.

                                                                ...
                                                                AodeRelay boosted

                                                                Stefano Marinelli »
                                                                @stefano@mastodon.bsd.cafe

                                                                @jbaty ok, thanks for the feedback. I think the post, edit, etc aren't honouring the config file. I'll need to check this

                                                                  AodeRelay boosted

                                                                  Stefano Marinelli »
                                                                  @stefano@mastodon.bsd.cafe

                                                                  @jbaty I think I have an idea on how to make this easier. I'll let you know as soon as I'll have finished with it

                                                                    Todd Alström »
                                                                    @toddalstrom@mastodon.social

                                                                    Looking at mini PCs (available in Finland) to run Linux for daily use, coding, and some gaming, but I've been out of the Linux scene for too long.

                                                                    Recommendations?

                                                                      Mike :nixos: »
                                                                      @codemonkeymike@fosstodon.org

                                                                      Don't do it kids! I've seen this movie.

                                                                      2 kids standing in front of a zoltar machine

                                                                      Alt...2 kids standing in front of a zoltar machine

                                                                      Michael Dexter »
                                                                      @dexter@bsd.network

                                                                      The BSDLVTV and @bsdtv teams are pleased to announce new uniforms and expanded funeral coverage.

                                                                      Please don’t die though.

                                                                        14 ★ 1 ↺

                                                                        Justine Smithies »
                                                                        @justine@snac.smithies.me.uk

                                                                        Just updated my to 14.2-RELEASE-p3 :freebsd:

                                                                          ...

                                                                          Martin Pugh »
                                                                          @pugmiester@bsd.network

                                                                          @justine and I guess, boring and uneventful?

                                                                            ...
                                                                            1 ★ 0 ↺

                                                                            Justine Smithies »
                                                                            @justine@snac.smithies.me.uk

                                                                            Absolutely as always.

                                                                              ...

                                                                              Martin Pugh »
                                                                              @pugmiester@bsd.network

                                                                              @justine I've been using OpenBSD VM's for various tasks at home and for the last few years it's been much the same. Just run `sysupgrade` and check any config file details it flags during the process (where you deviated from the default) and you're done. I'm pretty certain there's even a way to avoid those config messages but I need to make time to check. Mostly though, drama free

                                                                                44 ★ 8 ↺

                                                                                Justine Smithies »
                                                                                @justine@snac.smithies.me.uk

                                                                                You know what I really like about the community ? Earlier I posted about maybe trying for my desktop instead of my current and nobody said "No" use the other. If I'd said that about a distro I'd have had folk from all corners shouting use this distro or that. The BSD community chime in when you ask for help or when they see a way that could be better for you. I'm probably going to sent to Coventry for saying this but ah well bite me. Free speech and all. 🤣

                                                                                  ...
                                                                                  Older...
                                                                                  AodeRelay boosted

                                                                                  Stefano Marinelli »
                                                                                  @stefano@mastodon.bsd.cafe

                                                                                  @justine True. The BSD Community is great and collaborative.

                                                                                    ...
                                                                                    AodeRelay boosted

                                                                                    Stephen Borrill »
                                                                                    @sborrill@justfollow.me.uk

                                                                                    @stefano @justine Or the guys are putting together a posse to convince you of the error of your ways

                                                                                      ...
                                                                                      AodeRelay boosted

                                                                                      Stephen Borrill »
                                                                                      @sborrill@justfollow.me.uk

                                                                                      @stefano @justine @stablehorde_generator generated the following artist's impression of the posse

                                                                                      Bearded warriors holding orange flags

                                                                                      Alt...Bearded warriors holding orange flags

                                                                                        ...

                                                                                        benz »
                                                                                        @bentsukun@mastodon.sdf.org

                                                                                        @sborrill @stefano @justine @stablehorde_generator Not so sure if that's an accurate representation

                                                                                          ...
                                                                                          AodeRelay boosted

                                                                                          Stephen Borrill »
                                                                                          @sborrill@justfollow.me.uk

                                                                                          @bentsukun @stefano @justine @stablehorde_generator No, I asked for them to be holding toasters

                                                                                            ...
                                                                                            #openbsd boosted

                                                                                            Parade du Grotesque 💀 »
                                                                                            @ParadeGrotesque@mastodon.sdf.org

                                                                                            @sborrill

                                                                                            Interesting, though, that is associated with bearded warriors and orange flags on... fire?

                                                                                            I thought was more of the flame war operating system?

                                                                                            (I kid! I kid!)

                                                                                            @bentsukun @stefano @justine

                                                                                              ...
                                                                                              Older...

                                                                                              benz »
                                                                                              @bentsukun@mastodon.sdf.org

                                                                                              @ParadeGrotesque @sborrill @stefano @justine Don't worry, we got enough flames on the mailing list sometimes.

                                                                                                ...

                                                                                                Parade du Grotesque 💀 »
                                                                                                @ParadeGrotesque@mastodon.sdf.org

                                                                                                @bentsukun

                                                                                                By definition, have you ever seen any kind of public forum (mailing lists, web forums, fediverse) that is free of flame wars? 😂

                                                                                                Flame wars have been a part of the culture of the Internet since day one!

                                                                                                @sborrill @stefano @justine

                                                                                                  jean-mi »
                                                                                                  @jeanmimi@mamot.fr

                                                                                                  @ParadeGrotesque it did calm down last decade. I miss the song.

                                                                                                    subnetspider »
                                                                                                    @subnetspider@mastodon.bsd.cafe

                                                                                                    @ParadeGrotesque
                                                                                                    Absolutely, you can't build a firewall with no flames. 😎 🔥

                                                                                                      AodeRelay boosted

                                                                                                      Ríni Fogol »
                                                                                                      @extrowerk@mastodon.bsd.cafe

                                                                                                      @sborrill @stefano @justine @stablehorde_generator against what do they fighting? I dislike the (passive) agressive pose how some represent operating systems. I dont want ideologies, i dont care about which OS somebody hates or try to eliminate. An OS should serve users, not political views.

                                                                                                        AodeRelay boosted

                                                                                                        Tim Chase »
                                                                                                        @gumnos@mastodon.bsd.cafe

                                                                                                        @justine there are BSD folks who will shout at you for not choosing the Better™ BSD, but on the whole, many of us try to be welcoming and encouraging. So here's adding my voice to the "FreeBSD is great, but so is OpenBSD, try 'em both and see what fits you best!" ☺

                                                                                                        (I run a mix of both FreeBSD & OpenBSD and enjoy each for different reasons)

                                                                                                          bitzero »
                                                                                                          @bitzero@corteximplant.net

                                                                                                          @justine
                                                                                                          “I use [Free/Open/Net/xxx]BSD, btw” isn’t still a thing, apparently

                                                                                                            #runbsd boosted

                                                                                                            thedæmon »
                                                                                                            @thedaemon@snac.9front.club

                                                                                                            That's a nice observation and hadn't thought of it like that!

                                                                                                              AodeRelay boosted

                                                                                                              jj »
                                                                                                              @jj@mastodon.bsd.cafe

                                                                                                              @justine Perhaps it is so easy that everyone noticed you are moving upwards, improving your environment and did not think to complain about it? 😜

                                                                                                                Steven Rosenberg »
                                                                                                                @passthejoe@ruby.social

                                                                                                                @justine I have had a laptop running OpenBSD with Xfce from 7.3 through 7.6, and it has been a fun and informative experience.

                                                                                                                The setup and tweaking kind of reminds me of Linux back in the 2008-12 era -- not as much is automatic, but it's all doable.

                                                                                                                I have notes on everything, but I'm reluctant to wipe the drive, though I very much want to try a FreeBSD desktop on this hardware (2017 HP Envy all Intel).

                                                                                                                  #openbsd boosted

                                                                                                                  intro »
                                                                                                                  @intro@mastodontech.de

                                                                                                                  @justine

                                                                                                                  Have fun, use 😁

                                                                                                                    AodeRelay boosted

                                                                                                                    r1w1s1 »
                                                                                                                    @r1w1s1@snac.bsd.cafe

                                                                                                                    Normally in a humorous way, I'd say "Use Slackware!" 😄

                                                                                                                    But honestly, I really get what you mean. The BSD crowd tends to be more about sharing experiences and letting you explore, rather than pushing their own favorites. It's refreshing. On the Linux side, even saying "I'm trying something new" can start a 12-way distro war in the comments 😂

                                                                                                                    Still, if someone asks me about Linux distros, I will sneak in a "have you tried Slackware?"—because hey, tradition! 😉


                                                                                                                      ...

                                                                                                                      Simon Ser »
                                                                                                                      @emersion@hachyderm.io

                                                                                                                      Ret »
                                                                                                                      @ret@furry.engineer

                                                                                                                      Really happy with how these came out. Raspberry Pi 5 + PoE + NVMe + active cooling in a rack-mountable, low-height layout.

                                                                                                                      Three Raspberry Pi 5s on rack-mounting sleds with NVMe adapter boards attached behind. Each one has a cooling fan. They are hostname-labelled "rusty", "bandit" and "mack"

                                                                                                                      Alt...Three Raspberry Pi 5s on rack-mounting sleds with NVMe adapter boards attached behind. Each one has a cooling fan. They are hostname-labelled "rusty", "bandit" and "mack"

                                                                                                                      A close-up of how the NVMe board attaches to the Pi using 3D printed parts.

                                                                                                                      Alt...A close-up of how the NVMe board attaches to the Pi using 3D printed parts.

                                                                                                                      A close-up of the PCIe connection. Yes, awful cheap incorrect size fasteners were used on the left because I didn't have any 18mm M2.5 machine screws. They are on the way...

                                                                                                                      Alt...A close-up of the PCIe connection. Yes, awful cheap incorrect size fasteners were used on the left because I didn't have any 18mm M2.5 machine screws. They are on the way...

                                                                                                                      The boards installed in a rack.  Maybe more to come???

                                                                                                                      Alt...The boards installed in a rack. Maybe more to come???

                                                                                                                      vitaut 🤍❤️🤍 🇺🇦 »
                                                                                                                      @vitaut@mastodon.social

                                                                                                                      great advice from git

                                                                                                                      Eric Vitiello »
                                                                                                                      @pixel@oldbytes.space

                                                                                                                      I swear I remember using Mosaic on a in 1994. But I certainly can't find a copy anywhere.

                                                                                                                        ...

                                                                                                                        lopta »
                                                                                                                        @lopta@mastodon.social

                                                                                                                        @pixel mmosaic (multicast Mosaic) is close and that's available in pkgsrc.

                                                                                                                          20 ★ 1 ↺

                                                                                                                          Justine Smithies »
                                                                                                                          @justine@snac.smithies.me.uk

                                                                                                                          OK just ordered 32Gb DDR4 ram and an NVME 1Tb M2 2880 drive to upgrade my freebie Dell Optiplex 3080 Tower. It's the i5-10500 version so it'll make a nice desktop for me and save me using the all the time.

                                                                                                                            ...
                                                                                                                            Older...

                                                                                                                            mrsp »
                                                                                                                            @mrsp@mastodon.cloud

                                                                                                                            @justine Just curious - will you be looking at file sync or other to keep both at parity in terms being able to pick up with the ThinkPad wherever you left off on the desktop?

                                                                                                                              ...
                                                                                                                              0 ★ 0 ↺

                                                                                                                              Justine Smithies »
                                                                                                                              @justine@snac.smithies.me.uk

                                                                                                                              Hmm I hadn't really thought that far ahead, But that is an option worth exploring. Thank you.

                                                                                                                                ...
                                                                                                                                AodeRelay boosted

                                                                                                                                gmc »
                                                                                                                                @gmc@friends.chasmcity.net

                                                                                                                                @justine Fwiw, I have several desktops around the house. I'm using to keep it all in sync, but not sure if that'll work on OpenBSD. Works fine on though.

                                                                                                                                @mrsp

                                                                                                                                  ...

                                                                                                                                  Myke »
                                                                                                                                  @mWare@mstdn.ca

                                                                                                                                  @gmc @justine @mrsp i run @ServerNorth office staff on Syncthing, it’s been great, tho I doubt it’ll scale past a handful of users.

                                                                                                                                    mrsp »
                                                                                                                                    @mrsp@mastodon.cloud

                                                                                                                                    @gmc @justine more & more it feels like I should try nextcloud.

                                                                                                                                      Teapot Ben »
                                                                                                                                      @teapot_ben@glammr.us

                                                                                                                                      @justine that's a seriously nice freebie!

                                                                                                                                        8 ★ 3 ↺

                                                                                                                                        Justine Smithies »
                                                                                                                                        @justine@snac.smithies.me.uk

                                                                                                                                        I probably will install but I have looked at maybe trying but I'm kind of put off by the small selection of stuff. I'm not sure wether I would, should or could go back to an X based WM ??? Food for thought thought and feel free OpenBSD family to tell me why I should or not.

                                                                                                                                          ...
                                                                                                                                          Older...

                                                                                                                                          Miah Johnson »
                                                                                                                                          @miah@hachyderm.io

                                                                                                                                          @justine You should try it and not let anything about Wayland hold you back. Just go with X. Its fine. (This is my take, as a person who has never even used Wayland)

                                                                                                                                            ...
                                                                                                                                            1 ★ 0 ↺

                                                                                                                                            Justine Smithies »
                                                                                                                                            @justine@snac.smithies.me.uk

                                                                                                                                            Thanks Miah, You never know I might end up trying it. I'll do a fair bit of research first though. 😉

                                                                                                                                              charlie :blobfoxcomputer: »
                                                                                                                                              @voyager@hachyderm.io

                                                                                                                                              @justine Wayland is not even a thing in BSD. If you are using BSD, forget about Wayland

                                                                                                                                                ...
                                                                                                                                                0 ★ 1 ↺

                                                                                                                                                Justine Smithies »
                                                                                                                                                @justine@snac.smithies.me.uk

                                                                                                                                                What makes you say that ? I'm interested as currently using Sway on FreeBSD. Is it because it's not the true Unix way ?

                                                                                                                                                  ...
                                                                                                                                                  Older...

                                                                                                                                                  charlie :blobfoxcomputer: »
                                                                                                                                                  @voyager@hachyderm.io

                                                                                                                                                  @justine BSD is a much more conservative land than Linux. Not to say many BSD users use WMs instead of fancy DEs, many of those WMs are still relying on X11. Can't see X11 being dropped in BSDs in a short period.

                                                                                                                                                    kit »
                                                                                                                                                    @hypostase@bsd.network

                                                                                                                                                    @justine I’m beginning to think that might be my issue. I was using hikari for a while, and it is very close to something that works for me, but I keep running into little issues that seem more philosophical than technical. On the other hand they seem to be present in modern Xorg desktop tools as well.

                                                                                                                                                      ...

                                                                                                                                                      Tionisla »
                                                                                                                                                      @Tionisla@mastodon.bsd.cafe

                                                                                                                                                      @hypostase @justine 🤔 Haven't you already run riverwm on FreeBSD?😉

                                                                                                                                                        ...
                                                                                                                                                        1 ★ 0 ↺

                                                                                                                                                        Justine Smithies »
                                                                                                                                                        @justine@snac.smithies.me.uk

                                                                                                                                                        Yes I'm running RiverWM and have used SwayWM. I've never used X11 on a BSD as progressed to Wayland a good few years ago on Linux and never really thought about going back.

                                                                                                                                                        CC: @hypostase@bsd.network

                                                                                                                                                          ...

                                                                                                                                                          Tionisla »
                                                                                                                                                          @Tionisla@mastodon.bsd.cafe

                                                                                                                                                          @justine @hypostase thought so. I also toyed around with plasma/wayland and but in the end gave up, because I guess kwin is doing something too funky for FreeBSD's current wayland implementation. I think eventually it will get there...

                                                                                                                                                            AodeRelay boosted

                                                                                                                                                            gmc »
                                                                                                                                                            @gmc@friends.chasmcity.net

                                                                                                                                                            @justine I can't even use X on FreeBSD on my framework laptop, only wayland (with sway indeed). Works fine.

                                                                                                                                                            @voyager

                                                                                                                                                              Chip »
                                                                                                                                                              @bytex64@awesome.garden

                                                                                                                                                              @voyager @justine ᖍ(ᐙ)ᖌ I’ve used it on FreeBSD. As I understand it, it works fine unless you have an Nvidia card.

                                                                                                                                                                Val Packett 🧉 »
                                                                                                                                                                @valpackett@social.treehouse.systems

                                                                                                                                                                @voyager @justine I've literally had weston working on FreeBSD in 2017 or so. Hikari was literally developed on FreeBSD. Please don't spread misinformation.

                                                                                                                                                                  Linh Pham »
                                                                                                                                                                  @qlp@linh.social

                                                                                                                                                                  @voyager Wayland is a thing on FreeBSD. I even played around with it when futzing around with running FreeBSD on a Steam Deck. While it may not be to the level of running something like GNOME or KDE, but there are compositors available in Ports.

                                                                                                                                                                  @justine

                                                                                                                                                                    ...

                                                                                                                                                                    Linh Pham »
                                                                                                                                                                    @qlp@linh.social

                                                                                                                                                                    @voyager There is literally a chapter in the FreeBSD Handbook on it as well: docs.freebsd.org/en/books/hand

                                                                                                                                                                    @justine

                                                                                                                                                                      Stevan »
                                                                                                                                                                      @withaveeay@mastodon.scot

                                                                                                                                                                      @justine Have I asked if you'd looked at Dragonfly, Justine? I recall wondering about it some years back, but I didn't actually get around to doing anything about it. I vaguely recall seeing somewhere that desktops were quite good on it, but that was years ago. The filesystem looked interesting too.

                                                                                                                                                                        ...
                                                                                                                                                                        1 ★ 0 ↺

                                                                                                                                                                        Justine Smithies »
                                                                                                                                                                        @justine@snac.smithies.me.uk

                                                                                                                                                                        No I've never looked at Dragonfly, I tend to lean towards the originals like FreeBSD and OpenBSD. I tested Ghost and Nomad briefly to make sure that my hardware was fit for BSD but that was all it was for.

                                                                                                                                                                          ...

                                                                                                                                                                          Stevan »
                                                                                                                                                                          @withaveeay@mastodon.scot

                                                                                                                                                                          @justine Ah, ta.
                                                                                                                                                                          You're allowed to use the term "hardcore" if you want. 😉

                                                                                                                                                                            ...
                                                                                                                                                                            1 ★ 0 ↺

                                                                                                                                                                            Justine Smithies »
                                                                                                                                                                            @justine@snac.smithies.me.uk

                                                                                                                                                                            Moi "hardcore" ? 🤣

                                                                                                                                                                              ...

                                                                                                                                                                              Stevan »
                                                                                                                                                                              @withaveeay@mastodon.scot

                                                                                                                                                                              @justine Oh OK, hardthread then.

                                                                                                                                                                                3 ★ 0 ↺

                                                                                                                                                                                Justine Smithies »
                                                                                                                                                                                @justine@snac.smithies.me.uk

                                                                                                                                                                                If I did give a shot and obviously went with the flow using an X based WM then I do like the look of as it seems very scriptable too. 🤔

                                                                                                                                                                                  ...

                                                                                                                                                                                  R.L. Dane :Debian: :OpenBSD: 🍵 »
                                                                                                                                                                                  @rl_dane@polymaths.social

                                                                                                                                                                                  @justine

                                                                                                                                                                                  cwm is worth trying just to try it. I used it for a few months and had it configured to be as close to my typical i3wm configuration as possible. I did eventually go back to i3wm, but I was happy for the experience.

                                                                                                                                                                                  I'd be happy to share my config file when I get back home, if you're interested.

                                                                                                                                                                                  ...
                                                                                                                                                                                  1 ★ 0 ↺

                                                                                                                                                                                  Justine Smithies »
                                                                                                                                                                                  @justine@snac.smithies.me.uk

                                                                                                                                                                                  It wouldn,t hurt to take a look at your config, thanks.

                                                                                                                                                                                    ...

                                                                                                                                                                                    R.L. Dane :Debian: :OpenBSD: 🍵 »
                                                                                                                                                                                    @rl_dane@polymaths.social

                                                                                                                                                                                    @justine

                                                                                                                                                                                    It's a bit of a ball of wax, because I just pasted in my i3 config, commented it all out, and then started converting it a line at a time, but if nothing else, you can grep out a lot of the comments and reduce it to its essentials. XD

                                                                                                                                                                                    The file will probably get overwritten automatically the next time I do a blog post (sometime today), so if you don't get a chance to download it before it disappears, just let me know and I'll repost it.

                                                                                                                                                                                    https://rldane.space/.cwmrc

                                                                                                                                                                                    ...
                                                                                                                                                                                    1 ★ 0 ↺

                                                                                                                                                                                    Justine Smithies »
                                                                                                                                                                                    @justine@snac.smithies.me.uk

                                                                                                                                                                                    My God that was quick ! I'll go DL it now and thank you.

                                                                                                                                                                                      ...

                                                                                                                                                                                      R.L. Dane :Debian: :OpenBSD: 🍵 »
                                                                                                                                                                                      @rl_dane@polymaths.social

                                                                                                                                                                                      @justine

                                                                                                                                                                                      Sure thing! I figured I might have it backed up somwhere (I tend to place important config files in a ~/backups folder which gets synced with #syncthing, and then just symlink the correct files there), and I did! ;)

                                                                                                                                                                                        R.L. Dane :Debian: :OpenBSD: 🍵 »
                                                                                                                                                                                        @rl_dane@polymaths.social

                                                                                                                                                                                        @justine

                                                                                                                                                                                        The config format is really stupidly simple, but be warned, it's not trying to be a tiling wm. It's a very bare-bones stacking (ordinary) wm with some nice features and grouping.

                                                                                                                                                                                        I don't use it anymore, but I'm glad I tried it.

                                                                                                                                                                                        AodeRelay boosted

                                                                                                                                                                                        mms :runbsd: + :emacs: »
                                                                                                                                                                                        @mms@mastodon.bsd.cafe

                                                                                                                                                                                        @justine watch out for gpu drivers. Nvidia was not supported when I last checked.

                                                                                                                                                                                          ...
                                                                                                                                                                                          1 ★ 0 ↺

                                                                                                                                                                                          Justine Smithies »
                                                                                                                                                                                          @justine@snac.smithies.me.uk

                                                                                                                                                                                          I'm ok as AMD on the ThinkPad and Intel UHD630 on the the Dell tower.

                                                                                                                                                                                            ...
                                                                                                                                                                                            AodeRelay boosted

                                                                                                                                                                                            mms :runbsd: + :emacs: »
                                                                                                                                                                                            @mms@mastodon.bsd.cafe

                                                                                                                                                                                            @justine then have a great time. I loved my short time with it but I left for where nvidia is working.

                                                                                                                                                                                            Fucking nvidia…

                                                                                                                                                                                              Rust Buckett »
                                                                                                                                                                                              @rustbuckett@mastodon.social

                                                                                                                                                                                              @justine I had a similar consideration, but decided that OpenBSD is not for desktop use. I'm sure lots of people do, but I really don't think that's what it's for. That and I didn't like the vibe I got from OpenBSD. Despite some initial challenges with FreeBSD, coming from Linux, I've been happy with my decision.

                                                                                                                                                                                                ...
                                                                                                                                                                                                AodeRelay boosted

                                                                                                                                                                                                Tom »
                                                                                                                                                                                                @pertho@mastodon.bsd.cafe

                                                                                                                                                                                                @rustbuckett @justine I'd recommend increasing the resource limits in OpenBSD. The default ones in /etc/login.conf are way too low.

                                                                                                                                                                                                  Thomas »
                                                                                                                                                                                                  @tfb@functional.cafe

                                                                                                                                                                                                  @justine Does OpenBSD have anything more sane than FFS to offer? Because I wouldn't want to go back to that.

                                                                                                                                                                                                    ...
                                                                                                                                                                                                    0 ★ 0 ↺

                                                                                                                                                                                                    Justine Smithies »
                                                                                                                                                                                                    @justine@snac.smithies.me.uk

                                                                                                                                                                                                    Oh !? Tell me more.

                                                                                                                                                                                                      ...

                                                                                                                                                                                                      Thomas »
                                                                                                                                                                                                      @tfb@functional.cafe

                                                                                                                                                                                                      @justine I haven't looked at OpenBSD seriously in quite a while, but last I did it only supported unjournaled FFS (aka UFS). Which if you remember ext2 and how fun that was when the system lost power, it's pretty much the same mess.

                                                                                                                                                                                                        ...

                                                                                                                                                                                                        Thomas »
                                                                                                                                                                                                        @tfb@functional.cafe

                                                                                                                                                                                                        @justine NetBSD on the other hand has journaling for FFS, and ZFS support 😸

                                                                                                                                                                                                          ...
                                                                                                                                                                                                          4 ★ 0 ↺

                                                                                                                                                                                                          Justine Smithies »
                                                                                                                                                                                                          @justine@snac.smithies.me.uk

                                                                                                                                                                                                          Now look what you've done ! Added to the list of things to checkout. 😜

                                                                                                                                                                                                            ...

                                                                                                                                                                                                            Thomas »
                                                                                                                                                                                                            @tfb@functional.cafe

                                                                                                                                                                                                            @justine Oh what a shame it would be if you tried it out 😇 🚩

                                                                                                                                                                                                              Wizards Anonymous »
                                                                                                                                                                                                              @crft@mastodon.social

                                                                                                                                                                                                              @justine curious which drive you went with and why freebsd. :)

                                                                                                                                                                                                                ...
                                                                                                                                                                                                                1 ★ 0 ↺

                                                                                                                                                                                                                Justine Smithies »
                                                                                                                                                                                                                @justine@snac.smithies.me.uk

                                                                                                                                                                                                                I went with this drive and FreeBSD because that's what I run now as my daily. I just love the community, documentation and its init system too.

                                                                                                                                                                                                                https://www.crucial.com/ssd/t500/ct1000t500ssd5

                                                                                                                                                                                                                  #openbsd boosted

                                                                                                                                                                                                                  Rafael »
                                                                                                                                                                                                                  @rafaelm7o@hachyderm.io

                                                                                                                                                                                                                  @justine
                                                                                                                                                                                                                  I have been running for a week; I must admit that has been cool because I have to learn the basics given that I started with CWM; such as tracking when the an external monitor is plugged, creating scripts to change the resolution an so on.
                                                                                                                                                                                                                  Coming from Linux where there's always a GUI has been completely different
                                                                                                                                                                                                                  The only issue so far has been an unstable iwm WiFi driver

                                                                                                                                                                                                                    Street Art Utopia »
                                                                                                                                                                                                                    @streetartutopia@mastodon.online

                                                                                                                                                                                                                    Something to keep in mind.
                                                                                                                                                                                                                    -
                                                                                                                                                                                                                    Part of a Street Art Campaign to Save the Bees with Jim Vision at Shoreditch Station in London, UK.

                                                                                                                                                                                                                    Mural of two large, realistic bees painted on a turquoise brick wall with the bold message: “WHEN WE GO, WE’RE TAKING YOU ALL WITH US!” The bees are mid-flight, one facing forward and the other turned to the side, emphasizing movement and urgency. The mural comments on the ecological crisis and the vital role bees play in our survival. Spray paint cans and a backpack are visible on the ground, suggesting the mural was recently painted.

                                                                                                                                                                                                                    Alt...Mural of two large, realistic bees painted on a turquoise brick wall with the bold message: “WHEN WE GO, WE’RE TAKING YOU ALL WITH US!” The bees are mid-flight, one facing forward and the other turned to the side, emphasizing movement and urgency. The mural comments on the ecological crisis and the vital role bees play in our survival. Spray paint cans and a backpack are visible on the ground, suggesting the mural was recently painted.

                                                                                                                                                                                                                    electron.greg »
                                                                                                                                                                                                                    @electron_greg@oldbytes.space

                                                                                                                                                                                                                    My beloved tiny 23ft narrowboat, "Fran".

                                                                                                                                                                                                                    View of our boat "Fran" at our favourite mooring for weekends away. The boat is technically a Wilderness Boat but most people class it as a short narrowboat. It is bright red, with a burgundy canopy on the back. It has "Fran" sign-written on the side in friendly pseudo 3D lettering. In the background is a dozen or so wind farm thingies. Sort of appropriate really (I'm stretching this somewhat) as "Fran" is 100% electric.

                                                                                                                                                                                                                    Alt...View of our boat "Fran" at our favourite mooring for weekends away. The boat is technically a Wilderness Boat but most people class it as a short narrowboat. It is bright red, with a burgundy canopy on the back. It has "Fran" sign-written on the side in friendly pseudo 3D lettering. In the background is a dozen or so wind farm thingies. Sort of appropriate really (I'm stretching this somewhat) as "Fran" is 100% electric.

                                                                                                                                                                                                                    View of going under a bridge on the Grand Union Canal. It is Bridge 36. The roof of the boat is visible with 3 solar panels which charge the boat's main battery. The boat itself is 100% electric.

                                                                                                                                                                                                                    Alt...View of going under a bridge on the Grand Union Canal. It is Bridge 36. The roof of the boat is visible with 3 solar panels which charge the boat's main battery. The boat itself is 100% electric.

                                                                                                                                                                                                                    ...
                                                                                                                                                                                                                    Older...

                                                                                                                                                                                                                    Juan »
                                                                                                                                                                                                                    @reidrac@mastodon.gamedev.place

                                                                                                                                                                                                                    @electron_greg that alt text is poetry. Thank you 🥰

                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                      eobet »
                                                                                                                                                                                                                      @eobet@oldbytes.space

                                                                                                                                                                                                                      @reidrac @electron_greg thanks for pointing it out (I missed it even though I usually write things like that myself). Absolutely wonderful! 😍

                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                        Arx »
                                                                                                                                                                                                                        @arx@tech.lgbt

                                                                                                                                                                                                                        @electron_greg That’s a cute little boat. Be nice to go off-grid and mortgage-free with something like that.

                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                          electron.greg »
                                                                                                                                                                                                                          @electron_greg@oldbytes.space

                                                                                                                                                                                                                          @arx
                                                                                                                                                                                                                          Thank you. I'm tempted to do just many times.

                                                                                                                                                                                                                            Cyningstan »
                                                                                                                                                                                                                            @cyningstan@mastodon.social

                                                                                                                                                                                                                            @electron_greg That side view made me go "aww" out loud. The boat is adorable.

                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                              electron.greg »
                                                                                                                                                                                                                              @electron_greg@oldbytes.space

                                                                                                                                                                                                                              @cyningstan
                                                                                                                                                                                                                              Awww thank you. I feel the same. 🤗

                                                                                                                                                                                                                                1 ★ 0 ↺

                                                                                                                                                                                                                                Justine Smithies »
                                                                                                                                                                                                                                @justine@snac.smithies.me.uk

                                                                                                                                                                                                                                Nice I've never seen a barge that small or even heard of an electric one.

                                                                                                                                                                                                                                  ...

                                                                                                                                                                                                                                  electron.greg »
                                                                                                                                                                                                                                  @electron_greg@oldbytes.space

                                                                                                                                                                                                                                  @justine
                                                                                                                                                                                                                                  Thank you! Yes, electric narrowboats are gaining some "traction" but they're expensive. That's one of the reasons ours is tiny!

                                                                                                                                                                                                                                    C.B.Leslie »
                                                                                                                                                                                                                                    @cbleslie@hachyderm.io

                                                                                                                                                                                                                                    @electron_greg fran rules.

                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                      electron.greg »
                                                                                                                                                                                                                                      @electron_greg@oldbytes.space

                                                                                                                                                                                                                                      @cbleslie
                                                                                                                                                                                                                                      Thank you. I agree. Named after my favourite daughter. (Only have 1, but you know!)

                                                                                                                                                                                                                                        nette ✨ »
                                                                                                                                                                                                                                        @nette@lgbtqia.space

                                                                                                                                                                                                                                        Here's a new for a new instance!

                                                                                                                                                                                                                                        I am a silly little creature trying to get by in an unwelcoming world.

                                                                                                                                                                                                                                        When I am not trolling children as a teaching assistant, I contribute to like .

                                                                                                                                                                                                                                        I refuse to apologize for the hair all over your keyboard.

                                                                                                                                                                                                                                        :blobcatbounce:

                                                                                                                                                                                                                                          Pete Prodoehl 🍕 »
                                                                                                                                                                                                                                          @rasterweb@mastodon.social

                                                                                                                                                                                                                                          I'm not quite sure how to test RAM on a TrueNAS install... I can't install memtester or anything... should I just boot using a different distro on a thumb drive?

                                                                                                                                                                                                                                            ...

                                                                                                                                                                                                                                            Rich Thompson :bc: :bash: »
                                                                                                                                                                                                                                            @rich@d3f4ult.space

                                                                                                                                                                                                                                            ...

                                                                                                                                                                                                                                            Kelsey Jordahl »
                                                                                                                                                                                                                                            @kajord@hachyderm.io

                                                                                                                                                                                                                                            @rich @rasterweb there is also the open source Memtest86+, but also requires booting to it.
                                                                                                                                                                                                                                            memtest.org

                                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                                              Pete Prodoehl 🍕 »
                                                                                                                                                                                                                                              @rasterweb@mastodon.social

                                                                                                                                                                                                                                              @kajord @rich Here we go!

                                                                                                                                                                                                                                              A computer screen showing a memory test running.

                                                                                                                                                                                                                                              Alt...A computer screen showing a memory test running.

                                                                                                                                                                                                                                                ...

                                                                                                                                                                                                                                                Rich Thompson :bc: :bash: »
                                                                                                                                                                                                                                                @rich@d3f4ult.space

                                                                                                                                                                                                                                                @rasterweb @kajord I run a TrueNAS Scale box at home without ECC memory since it is for hobby stuff. I've had bad memory in it in the past so hopefully you can discover that here.

                                                                                                                                                                                                                                                  Timo Zimmermann »
                                                                                                                                                                                                                                                  @fallenhitokiri@social.screamingatmyscreen.com

                                                                                                                                                                                                                                                  @rasterweb many bioses have memtest integrated these days, did you check for that?

                                                                                                                                                                                                                                                  Otherwise booting a thumb drive will be the easiest option and keep ram usage down (hard to test memory in use :)

                                                                                                                                                                                                                                                    Jonathan Matthews »
                                                                                                                                                                                                                                                    @jonathanmatthews@fosstodon.org

                                                                                                                                                                                                                                                    TL;DR is there a way to use git to provide out-of-band *per-line* commentary on content changes? Perhaps using git-notes?

                                                                                                                                                                                                                                                    Imagine you have a plaintext document that needs review.

                                                                                                                                                                                                                                                    Broadly, a review could be "change line 42 from X to Y", which can be captured by "a git commit"; but could also include "if we change L42 from X to Y then what about effect Z?" - in other words: commentary.

                                                                                                                                                                                                                                                    Is there a -y way to store, transmit, & then display such per-line comments, *external* to the source doc?

                                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                                      Marco Bresciani »
                                                                                                                                                                                                                                                      @AAMfP@fosstodon.org

                                                                                                                                                                                                                                                      @jonathanmatthews
                                                                                                                                                                                                                                                      Uhm... maybe amending the commit message?

                                                                                                                                                                                                                                                      1. You write the text and commit
                                                                                                                                                                                                                                                      2. I see the text, amend your commit message adding a new line (to the message) saying: "change line 42 from X to Y"
                                                                                                                                                                                                                                                      3. You re-amend the commit message adding a new line: "if we change L42 from X ..."

                                                                                                                                                                                                                                                      Might work.
                                                                                                                                                                                                                                                      Could be worse. Could be raining. 😉

                                                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                                                        luca »
                                                                                                                                                                                                                                                        @luca@activitypub.lucamatei.com

                                                                                                                                                                                                                                                        @AAMfP
                                                                                                                                                                                                                                                        Sounds like what https://pr.pico.sh/ is proposing
                                                                                                                                                                                                                                                        @jonathanmatthews

                                                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                                                          Jonathan Matthews »
                                                                                                                                                                                                                                                          @jonathanmatthews@fosstodon.org

                                                                                                                                                                                                                                                          @luca @AAMfP ooh, that does look interesting - ta! I was /hoping/ for strictly out-of-content-doc comments (as markdown has poor support for comments that /definitely/ won't get rendered by accident) but I'll definitely take a look at where that service is heading!

                                                                                                                                                                                                                                                            Chris [list of emoji] »
                                                                                                                                                                                                                                                            @suetanvil@freeradical.zone

                                                                                                                                                                                                                                                            @jonathanmatthews

                                                                                                                                                                                                                                                            I don't know of an existing tool that does this, but git's plumbing could certainly support one.

                                                                                                                                                                                                                                                            It seems pretty straightforward to do this with some scripts, though. Encode the comments as JSON with filename/line-position, then make a tool that merges them and pipes it through `less`. Then, either store them in `git notes` or create a specially-named branch off the commit and put them in `.commentary/*`.

                                                                                                                                                                                                                                                              ottO »
                                                                                                                                                                                                                                                              @ottobackwards@fosstodon.org

                                                                                                                                                                                                                                                              @jonathanmatthews I may be wrong, but this makes me think of code review tools as annotation and teaching tools. I often wish I could create a “review" with no changes, and just put comments on the code an then "walk" the users through them.
                                                                                                                                                                                                                                                              I think what you are suggesting is to actually embed that into the commit / patch?

                                                                                                                                                                                                                                                                Fesshole 🧻 » 🤖
                                                                                                                                                                                                                                                                @fesshole@mastodon.social

                                                                                                                                                                                                                                                                I have 5 grand-kids. Each time one was born, I set up an email address for them. I send them random emails of things they did or said, special occasions like birthdays, etc. Things that would be forgotten in time. When they're 18, I'll give them their email address and password.

                                                                                                                                                                                                                                                                joany »
                                                                                                                                                                                                                                                                @joany@mastodon.bsd.cafe

                                                                                                                                                                                                                                                                Is there any EU store where I can buy hoodies and t-shirts?
                                                                                                                                                                                                                                                                I need to update my wardrobe to spread some love in the windows world

                                                                                                                                                                                                                                                                  ...

                                                                                                                                                                                                                                                                  delan »
                                                                                                                                                                                                                                                                  @delan@kolektiva.social

                                                                                                                                                                                                                                                                  got a sparcstation but no keyboard or mouse? tired of having to reprogram your idprom over and over?

                                                                                                                                                                                                                                                                  usb3sun lets you connect usb keyboards and mice to your sun workstation, and it can reprogram your idprom with just a few keystrokes ☀️

                                                                                                                                                                                                                                                                  rev B0 now available → go.daz.cat/usb3sun

                                                                                                                                                                                                                                                                  usb3sun rev B0, connected to a sparcstation 5 and a usb keyboard and mouse

                                                                                                                                                                                                                                                                  Alt...usb3sun rev B0, connected to a sparcstation 5 and a usb keyboard and mouse

                                                                                                                                                                                                                                                                    Stevan »
                                                                                                                                                                                                                                                                    @withaveeay@mastodon.scot

                                                                                                                                                                                                                                                                    North by North-West
                                                                                                                                                                                                                                                                    I wish I'd got video with the sound on of this, as the geese honk to each other constantly.
                                                                                                                                                                                                                                                                    "Oh, let Mabel lead"
                                                                                                                                                                                                                                                                    "Don't you remember what happened the last time?"
                                                                                                                                                                                                                                                                    "George, don't do that."
                                                                                                                                                                                                                                                                    "It's this way, I tell you"
                                                                                                                                                                                                                                                                    "For heaven's sake, Fred, we don't use the A-Z any more. Just get out your phone and use the GPS"
                                                                                                                                                                                                                                                                    "No, Javier, it's April - we head north now"
                                                                                                                                                                                                                                                                    "There's a tesla down there - right everyone, you have been storing your poop, haven't you? Let go....Now!"

                                                                                                                                                                                                                                                                    A huge series of skeins of geese in blue sky. They're just patterned dots on the image really

                                                                                                                                                                                                                                                                    Alt...A huge series of skeins of geese in blue sky. They're just patterned dots on the image really

                                                                                                                                                                                                                                                                      ...
                                                                                                                                                                                                                                                                      Older...
                                                                                                                                                                                                                                                                      1 ★ 0 ↺

                                                                                                                                                                                                                                                                      Justine Smithies »
                                                                                                                                                                                                                                                                      @justine@snac.smithies.me.uk

                                                                                                                                                                                                                                                                      I love the little characters you give them but it does make me wonder if you've been out in the sun too long ? 😜😂

                                                                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                                                                        Stevan »
                                                                                                                                                                                                                                                                        @withaveeay@mastodon.scot

                                                                                                                                                                                                                                                                        @justine What do you mean? I thought I'd toned it down a little. You really don't want to know their actual commentary. Phoooar, it'll take the feathers off sandpiper at 500 metres.
                                                                                                                                                                                                                                                                        😉

                                                                                                                                                                                                                                                                          fedops 💙💛 »
                                                                                                                                                                                                                                                                          @fedops@fosstodon.org

                                                                                                                                                                                                                                                                          @withaveeay are you sure those are geese? The formation looks more like cranes to me. Can you post an unscaled closeup?

                                                                                                                                                                                                                                                                            ...

                                                                                                                                                                                                                                                                            Stevan »
                                                                                                                                                                                                                                                                            @withaveeay@mastodon.scot

                                                                                                                                                                                                                                                                            @fedops I don't think we get cranes here, and they sounded like geese.

                                                                                                                                                                                                                                                                            Closer image of the geese, looking as though they;re standing on each other's backs

                                                                                                                                                                                                                                                                            Alt...Closer image of the geese, looking as though they;re standing on each other's backs

                                                                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                                                                              fedops 💙💛 »
                                                                                                                                                                                                                                                                              @fedops@fosstodon.org

                                                                                                                                                                                                                                                                              @withaveeay yes you're right, thanks for the pic. 👍

                                                                                                                                                                                                                                                                                HarriettMB »
                                                                                                                                                                                                                                                                                @HarriettMB@beige.party

                                                                                                                                                                                                                                                                                @withaveeay What a fantastic skein of geese. The ones I see are so much smaller than this.

                                                                                                                                                                                                                                                                                  Graham Phillips »
                                                                                                                                                                                                                                                                                  @ferryoons@mastodon.scot

                                                                                                                                                                                                                                                                                  @withaveeay Yes, it’s constant isn’t it?

                                                                                                                                                                                                                                                                                    Larvitz :fedora: :redhat: »
                                                                                                                                                                                                                                                                                    @Larvitz@burningboard.net

                                                                                                                                                                                                                                                                                    Updated my router/home-server from FreeBSD 14.1 to 14.2 as well as all the jails and bhyve VMs running services on it.

                                                                                                                                                                                                                                                                                    Still waiting for poudiere to finish some builds for packages, I build locally. But apart from that, everything is done.

                                                                                                                                                                                                                                                                                    As usual, the upgrade was a smooth, uneventful experience without issues 🙂

                                                                                                                                                                                                                                                                                      Neil Brown »
                                                                                                                                                                                                                                                                                      @neil@mastodon.neilzone.co.uk

                                                                                                                                                                                                                                                                                      If you have a blog, please add a full-text RSS feed to it.

                                                                                                                                                                                                                                                                                      ...
                                                                                                                                                                                                                                                                                      Older...

                                                                                                                                                                                                                                                                                      mal3aby »
                                                                                                                                                                                                                                                                                      @mal3aby@mastodon.smears.org

                                                                                                                                                                                                                                                                                      @neil What's your use case for it? (I am currently writing some software to host a blog, including RSS feeds, so good to know how people might use it... eg do you want plain text and/or HTML? If plain text, does it need to be formatted properly? etc)

                                                                                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                                                                                        Neil Brown »
                                                                                                                                                                                                                                                                                        @neil@mastodon.neilzone.co.uk

                                                                                                                                                                                                                                                                                        @mal3aby I read most blogs in an RSS reader. As long as the rss xml renders nicely in common readers, I am happy!

                                                                                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                                                                                          mal3aby »
                                                                                                                                                                                                                                                                                          @mal3aby@mastodon.smears.org

                                                                                                                                                                                                                                                                                          @neil What readers should I be checking with? (Or at least, what do you use?) I don't tend to use RSS myself, but I'm aware that many people do, and I'd like to make it not suck!

                                                                                                                                                                                                                                                                                            Fancy Pants »
                                                                                                                                                                                                                                                                                            @fancypants@toot.kiwi

                                                                                                                                                                                                                                                                                            @neil at the very least do it in memory of Aaron Swartz.

                                                                                                                                                                                                                                                                                              Klaus Frank »
                                                                                                                                                                                                                                                                                              @agowa338@chaos.social

                                                                                                                                                                                                                                                                                              @neil Also helps to have a full text RSS feed btw...

                                                                                                                                                                                                                                                                                                cafkafk »
                                                                                                                                                                                                                                                                                                @cafkafk@catgirl.farm

                                                                                                                                                                                                                                                                                                ...

                                                                                                                                                                                                                                                                                                Neil Brown »
                                                                                                                                                                                                                                                                                                @neil@mastodon.neilzone.co.uk

                                                                                                                                                                                                                                                                                                @cafkafk You can't add something that you've already got, I guess!

                                                                                                                                                                                                                                                                                                  AodeRelay boosted

                                                                                                                                                                                                                                                                                                  Troed Sångberg »
                                                                                                                                                                                                                                                                                                  @troed@swecyb.com

                                                                                                                                                                                                                                                                                                  @neil I did recently. Might have been because of your nagging, or Dave Winer's :D

                                                                                                                                                                                                                                                                                                  Much great. Very feed.

                                                                                                                                                                                                                                                                                                    Tobi »
                                                                                                                                                                                                                                                                                                    @tobi@dotnet.social

                                                                                                                                                                                                                                                                                                    @neil but ... but ... then you won't see my cool redesigns?

                                                                                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                                                                                      Alavi | علوی »
                                                                                                                                                                                                                                                                                                      @alavi@techhub.social

                                                                                                                                                                                                                                                                                                      @neil
                                                                                                                                                                                                                                                                                                      What do you mean by full-text?

                                                                                                                                                                                                                                                                                                      Is my atom feed ok?
                                                                                                                                                                                                                                                                                                      alavi.me

                                                                                                                                                                                                                                                                                                        Martin Pugh »
                                                                                                                                                                                                                                                                                                        @pugmiester@bsd.network

                                                                                                                                                                                                                                                                                                        @neil it's still on my to-do list, when I can find an example that actually works. My blog uses Hugo and it looks super simple (just create this template file here and viola) but so far it fails 100% of the time.

                                                                                                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                                                                                                          Neil Brown »
                                                                                                                                                                                                                                                                                                          @neil@mastodon.neilzone.co.uk

                                                                                                                                                                                                                                                                                                          @pugmiester I can share my template, if that would help? (It is a lightly modified version of the etch theme, with nothing fancy!)

                                                                                                                                                                                                                                                                                                            ...

                                                                                                                                                                                                                                                                                                            Martin Pugh »
                                                                                                                                                                                                                                                                                                            @pugmiester@bsd.network

                                                                                                                                                                                                                                                                                                            @neil that would be cool, if you don't mind. I mean, it looks simple enough but I'm obviously missing something. Plus, when I tried to cleanup after this afternoon's attempt I deleted the entire `layouts\*` directory tree breaking everything else. I'm just not cut out for this development malarkey. I'm a firewalls and routers guy by trade so this software stuff is a bit of a challenge at times.

                                                                                                                                                                                                                                                                                                              Art Zemon ✅ 🟦 »
                                                                                                                                                                                                                                                                                                              @azemon@babka.social

                                                                                                                                                                                                                                                                                                              @neil I'll compromise with you. My blog has an RSS feed of summaries. There is more to my blog than words so I want folks to come to my website.

                                                                                                                                                                                                                                                                                                              And no, it isn't ads. I don't have any ads at all. But I do have artwork and I care about the graphic design of the site.

                                                                                                                                                                                                                                                                                                                ...

                                                                                                                                                                                                                                                                                                                Neil Brown »
                                                                                                                                                                                                                                                                                                                @neil@mastodon.neilzone.co.uk

                                                                                                                                                                                                                                                                                                                @azemon Oh, to each, their own. When I find sites like that, I either don't read them (because I read nearly every site via RSS) or, if I really want to read it, I spend some time working with FreshRSS to collect the relevant bits of the site automatically, so that they are in my reader. That usually includes images, but would drop the site design, look and feel etc.

                                                                                                                                                                                                                                                                                                                  Richard Schneeman »
                                                                                                                                                                                                                                                                                                                  @Schneems@ruby.social

                                                                                                                                                                                                                                                                                                                  @neil roast my rss feed plz (what could be better)? schneems.com/feed.xml

                                                                                                                                                                                                                                                                                                                    R.L. Dane :Debian: :OpenBSD: 🍵 »
                                                                                                                                                                                                                                                                                                                    @rl_dane@polymaths.social

                                                                                                                                                                                                                                                                                                                    Thinking of trying #postmarketOS on my #PinebookPro.

                                                                                                                                                                                                                                                                                                                    I didn't even know you could run it as a desktop OS.

                                                                                                                                                                                                                                                                                                                    Supposedly the installer supports #FullDiskEncryption, which is... "poggers," I think the kids say.

                                                                                                                                                                                                                                                                                                                    #pmOS #FDE

                                                                                                                                                                                                                                                                                                                      ...
                                                                                                                                                                                                                                                                                                                      Older...

                                                                                                                                                                                                                                                                                                                      OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                      @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                      @rl_dane I've never heard "poggers" before, and I have very mixed feelings on FDE, so I literally have no idea how to interpret this :P

                                                                                                                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                                                                                                                        R.L. Dane :Debian: :OpenBSD: 🍵 »
                                                                                                                                                                                                                                                                                                                        @rl_dane@polymaths.social

                                                                                                                                                                                                                                                                                                                        @OpenComputeDesign

                                                                                                                                                                                                                                                                                                                        "Poggers," I can take or leave.

                                                                                                                                                                                                                                                                                                                        What's your beef with FDE???

                                                                                                                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                                                                                                                        OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                        @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                        @rl_dane Disk Encryption is one of those things that is only ever a thing anyone should use because earth is an absolutely aweful place. It's such a nightmare, I'm low key willing to risk prison time to not have to screw with it

                                                                                                                                                                                                                                                                                                                        Like, it's terrible in concept, and _miles_ worse in implementation.

                                                                                                                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                                                                                                                          Nick (Alatar the Blue) »
                                                                                                                                                                                                                                                                                                                          @alatartheblue@polymaths.social

                                                                                                                                                                                                                                                                                                                          @rl_dane @OpenComputeDesign

                                                                                                                                                                                                                                                                                                                          I’m not sure I follow - LUKS and similar full disk encryption is really painless to get going on mainline Linux distros; my opinion is that it should be enabled by default.

                                                                                                                                                                                                                                                                                                                          You can then add in layers to decrypt automatically based on TPM and image hash so it’s seamless in daily use, but if someone yanks the SSD or attempts to mount the drive via a live boot iso it requires passphrase.

                                                                                                                                                                                                                                                                                                                          What are you finding horrible about it? I’m genuinely curious?

                                                                                                                                                                                                                                                                                                                            ...

                                                                                                                                                                                                                                                                                                                            OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                            @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                            @alatartheblue @rl_dane The _majority_ of people should _absolutely *not*_ use FDE

                                                                                                                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                                                                                                                              OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                              @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                              @alatartheblue @rl_dane

                                                                                                                                                                                                                                                                                                                              Like, when you go to enable Disk Encryption, Sirens should go off with a big scary dialog box that says "Are you absolutely _sure_ you want to do this? You probably don't need it, and you're risking loosing _everything_ with _no_ recourse. _Only_ use if you _fully_ understand the risks. NOT RECOMMENDED"

                                                                                                                                                                                                                                                                                                                                ...

                                                                                                                                                                                                                                                                                                                                Nick (Alatar the Blue) »
                                                                                                                                                                                                                                                                                                                                @alatartheblue@polymaths.social

                                                                                                                                                                                                                                                                                                                                @OpenComputeDesign @rl_dane

                                                                                                                                                                                                                                                                                                                                I will give you that we shouldn’t need encryption, but given the state of the world and surveillance capitalism with data being monetized, I argue it should be table stakes for everything - to protect individuals from corporations, not individual danger or theft.

                                                                                                                                                                                                                                                                                                                                And I can immediately mount an encrypted drive in any (hardware compatible) machine - it just requires the password to be known.

                                                                                                                                                                                                                                                                                                                                I agree 100% that full encryption shouldn’t be taken lightly and have warnings, but we should be educating general populace about how to do it safely and sanely so that they aren’t being taken advantage of, not scaring them away from tools that can help them because of risk.

                                                                                                                                                                                                                                                                                                                                  ...

                                                                                                                                                                                                                                                                                                                                  OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                                  @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                                  @alatartheblue @rl_dane

                                                                                                                                                                                                                                                                                                                                  I have a hate-_despise_ relationship with passwords.

                                                                                                                                                                                                                                                                                                                                  Passwords make me loose my will to use computers.

                                                                                                                                                                                                                                                                                                                                  Passwords are not to be relied on.

                                                                                                                                                                                                                                                                                                                                    ...

                                                                                                                                                                                                                                                                                                                                    OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                                    @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                                    @alatartheblue @rl_dane

                                                                                                                                                                                                                                                                                                                                    Besides, I _really_ don't see how FDE is even a _little_ helpful against corporate threats. Of all the many threats FDE can help against, that's, if it's on the list at all, way way down

                                                                                                                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                                                                                                                      Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                      @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                      @OpenComputeDesign @alatartheblue @rl_dane

                                                                                                                                                                                                                                                                                                                                      Personally I use FDE because (1) I have left my computer in the presence of others when not in the room (I mean, I had a roommate for three years) and (2) it can be a legal requirement to encrypt certain types of data when travelling internationally (I was a sophomore advisor for freshmen in university honors, which meant I had info that fell under FERPA).

                                                                                                                                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                                                                                                                                        OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                                        @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                                        @amin @alatartheblue @rl_dane

                                                                                                                                                                                                                                                                                                                                        Luckily I never travel anywhere, so my main threat vector is my family snooping, so they just have to wait until I'm _deathly_ sick of passwords and disable all password protection again. :P

                                                                                                                                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                                                                                                                                          Nick (Alatar the Blue) »
                                                                                                                                                                                                                                                                                                                                          @alatartheblue@polymaths.social

                                                                                                                                                                                                                                                                                                                                          @amin @OpenComputeDesign @rl_dane

                                                                                                                                                                                                                                                                                                                                          I understand and respect your position. However, in 2025, I can’t possibly recommend people not have strong passwords on computers and accounts, and encryption wherever possible. As much as I wish the world were a nice place, and always am willing to give individuals the benefit of the doubt, as a large whole that’s not the case.

                                                                                                                                                                                                                                                                                                                                            ...

                                                                                                                                                                                                                                                                                                                                            OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                                            @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                                            @alatartheblue @amin @rl_dane

                                                                                                                                                                                                                                                                                                                                            The number one thing I see family getting upset about on a daily basis is logins. My number one reason for wanting to drop out of college is logins. I still use _horribly insecure_ communications because I don't want more logins.

                                                                                                                                                                                                                                                                                                                                            Most security measures are nuisances, with their levels of nuisance increasing exponentially faster than their actual levels of security.

                                                                                                                                                                                                                                                                                                                                            Cont.

                                                                                                                                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                                                                                                                                              OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                                              @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                                              @alatartheblue @amin @rl_dane

                                                                                                                                                                                                                                                                                                                                              For a lot of people, any effort to force an increase of security will _only_ do one of two things:

                                                                                                                                                                                                                                                                                                                                              Actually decrease security.
                                                                                                                                                                                                                                                                                                                                              Significantly decrease their ability to do what they need to.

                                                                                                                                                                                                                                                                                                                                              I've seen family loose creative writing having to factory reset devices, get locked out of email for hours more days than not, need to borrow phones to log into government paperwork, reset passwords for simpler and simpler ones every time they log in, etc.

                                                                                                                                                                                                                                                                                                                                                ...

                                                                                                                                                                                                                                                                                                                                                OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                                                @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                                                @alatartheblue @amin @rl_dane

                                                                                                                                                                                                                                                                                                                                                All the while, what is it actually protecting people from? The best thing anyone can do to protect themselves from adware and spyware, is install ublock and noscript, and only install stuff from the official repos. Better passwords and FDE can't really help there.

                                                                                                                                                                                                                                                                                                                                                If your computer gets stolen, I hate to break it to you, but they're not liable to give a shit about poems or school reports. Your only risk there is if you're logged into a password manager.

                                                                                                                                                                                                                                                                                                                                                  ...

                                                                                                                                                                                                                                                                                                                                                  OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                                                  @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                                                  @alatartheblue @amin @rl_dane

                                                                                                                                                                                                                                                                                                                                                  And even if you are worried about the police, your two biggest risk factors _by far_ is them subpoenaing the online services you use, and them using psychological tricks on you and the people you know.

                                                                                                                                                                                                                                                                                                                                                  In fact, social engineering is by far in a way the biggest risk pretty much _everyone_ faces. From senile old people, even to serious black hat hackers.

                                                                                                                                                                                                                                                                                                                                                  It's all just not worthy telling mom to jeopardize her precious birthday pictures.

                                                                                                                                                                                                                                                                                                                                                    ...

                                                                                                                                                                                                                                                                                                                                                    R.L. Dane :Debian: :OpenBSD: 🍵 »
                                                                                                                                                                                                                                                                                                                                                    @rl_dane@polymaths.social

                                                                                                                                                                                                                                                                                                                                                    @OpenComputeDesign @alatartheblue @amin

                                                                                                                                                                                                                                                                                                                                                    What the flaming hell.

                                                                                                                                                                                                                                                                                                                                                    Let's eliminate road safety laws and driver's tests because people obviously can't be arsed to do a damn thing other than exist as a living brain stem with appendages.

                                                                                                                                                                                                                                                                                                                                                    I can't even with this line of numbarse reasoning.

                                                                                                                                                                                                                                                                                                                                                    You have to take responsibility to operate a car, operate human genitalia, or to operate a computing device.

                                                                                                                                                                                                                                                                                                                                                    If you're not willing to take the responsibility to do so, then don't do so.

                                                                                                                                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                                                                                                                                      Sam D »
                                                                                                                                                                                                                                                                                                                                                      @spaceraser@polymaths.social

                                                                                                                                                                                                                                                                                                                                                      @OpenComputeDesign @rl_dane @alatartheblue @amin but Dane

                                                                                                                                                                                                                                                                                                                                                      My decisions affect myself and myself only. If I make bad decisions, the consequences of those bad decisions are isolated to me, a sovereign individual and master and captain of my own fate. The government has no place to tell me how big my truck is, how dirty it’s exhaust is, whether I drive recklessly, how many women I impregnate out of wedlock by doing it, and whether I’m using proprietary software the entire time by uploading my vlog documenting my Liberty Experience ™️ on YouTube™️ or Bing Video™️

                                                                                                                                                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                                                                                                                                                        OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                                                        @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                                                        @spaceraser @rl_dane @alatartheblue @amin

                                                                                                                                                                                                                                                                                                                                                        Obviously things like how and what we drive _do_ affect other people. (Although things like whether or not we use airbags or seatbelts, for example, don't).

                                                                                                                                                                                                                                                                                                                                                        But while somebody very well might die if I do 100 in a 25 zone, nobody is likely to die if anyone sees my downloads folder

                                                                                                                                                                                                                                                                                                                                                        My downloads folder. It's a freaking mess. So much downloaded software and crap

                                                                                                                                                                                                                                                                                                                                                        Alt...My downloads folder. It's a freaking mess. So much downloaded software and crap

                                                                                                                                                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                                                                                                                                                          Sam D »
                                                                                                                                                                                                                                                                                                                                                          @spaceraser@polymaths.social

                                                                                                                                                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                                                                                                                                                          Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                          @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                          @spaceraser @alatartheblue @rl_dane @OpenComputeDesign

                                                                                                                                                                                                                                                                                                                                                          Oh, it's not so bad. Most of those are Linux install ISOs, it looks like.

                                                                                                                                                                                                                                                                                                                                                          I mount a tmpfs on my downloads folder, though.

                                                                                                                                                                                                                                                                                                                                                            Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                            @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                            @OpenComputeDesign @alatartheblue @rl_dane

                                                                                                                                                                                                                                                                                                                                                            Your only risk there is if you're logged into a password manager.

                                                                                                                                                                                                                                                                                                                                                            They can steal your browser profile, too, including any logged in sites.

                                                                                                                                                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                                                                                                                                                              OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                                                              @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                                                              @amin @alatartheblue @rl_dane I consider that a form of password manager

                                                                                                                                                                                                                                                                                                                                                                ...

                                                                                                                                                                                                                                                                                                                                                                Clayton »
                                                                                                                                                                                                                                                                                                                                                                @clayton@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                @alatartheblue @rl_dane @OpenComputeDesign @amin I’ve seen a few research articles now state forcing password changes might actually lessen security too.

                                                                                                                                                                                                                                                                                                                                                                https://www.ncsc.gov.uk/blog-post/problems-forcing-regular-password-expiry

                                                                                                                                                                                                                                                                                                                                                                  ...

                                                                                                                                                                                                                                                                                                                                                                  Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                  @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                  @clayton @alatartheblue @rl_dane @OpenComputeDesign

                                                                                                                                                                                                                                                                                                                                                                  Oh, yeah, no, forcing password changes is definitely usually a problem.

                                                                                                                                                                                                                                                                                                                                                                  What is interesting with what my uni does is they make profs reset their passwords more often if they're short, and I know at least one professor who uses a longer one because of that.

                                                                                                                                                                                                                                                                                                                                                                    OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                                                                    @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                                                                    @clayton @alatartheblue @rl_dane @amin

                                                                                                                                                                                                                                                                                                                                                                    Yeah, I've seen it first hand.

                                                                                                                                                                                                                                                                                                                                                                    I also know that I've run into some password fields so "strict" that the only passwords I could get them to accept were, funny enough, things like *my email address* and "PasswordPassword123" Yet they refused any other long password I could think of. Usually it was for the dumbest things, too. Like online resources for college classes, or downloads for micro controller SDKs.

                                                                                                                                                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                                                                                                                                                      Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                      @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                      @OpenComputeDesign @clayton @alatartheblue @rl_dane

                                                                                                                                                                                                                                                                                                                                                                      Only requirement for my sites is >=14 chars.

                                                                                                                                                                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                                                                                                                                                                        OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                                                                        @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                                                                        @amin @clayton @alatartheblue @rl_dane

                                                                                                                                                                                                                                                                                                                                                                        I will confess I've forgotten my password

                                                                                                                                                                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                                                                                                                                                                          Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                          @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                                                                                                                                                                          OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                                                                          @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                                                                          @amin @clayton @alatartheblue @rl_dane

                                                                                                                                                                                                                                                                                                                                                                          I knew I shoulda just reused another password

                                                                                                                                                                                                                                                                                                                                                                            ...

                                                                                                                                                                                                                                                                                                                                                                            Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                            @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                            @OpenComputeDesign @clayton @alatartheblue @rl_dane

                                                                                                                                                                                                                                                                                                                                                                            I've finally figured out a worthwhile model for password reset, but am not there yet. I guess we can chat and figure something out when I am?

                                                                                                                                                                                                                                                                                                                                                                            I can get it manually reset for you right now, but it takes a fair bit of work on my end.

                                                                                                                                                                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                                                                                                                                                                              OpenComputeDesign »
                                                                                                                                                                                                                                                                                                                                                                              @OpenComputeDesign@linuxrocks.online

                                                                                                                                                                                                                                                                                                                                                                              @amin @clayton @alatartheblue @rl_dane I'll just bother you about it when I've come up with a new story ;)

                                                                                                                                                                                                                                                                                                                                                                                ...

                                                                                                                                                                                                                                                                                                                                                                                R.L. Dane :Debian: :OpenBSD: 🍵 »
                                                                                                                                                                                                                                                                                                                                                                                @rl_dane@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                @alatartheblue @OpenComputeDesign

                                                                                                                                                                                                                                                                                                                                                                                I'd much rather lose my data than give it to zuck, et. al.

                                                                                                                                                                                                                                                                                                                                                                                  AodeRelay boosted

                                                                                                                                                                                                                                                                                                                                                                                  khm »
                                                                                                                                                                                                                                                                                                                                                                                  @khm@hj.9fs.net

                                                                                                                                                                                                                                                                                                                                                                                  I've run it on mine for years; it's the only OS that makes the machine tolerable for short durations

                                                                                                                                                                                                                                                                                                                                                                                    ...

                                                                                                                                                                                                                                                                                                                                                                                    R.L. Dane :Debian: :OpenBSD: 🍵 »
                                                                                                                                                                                                                                                                                                                                                                                    @rl_dane@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                    @khm

                                                                                                                                                                                                                                                                                                                                                                                    Any gotchas I should know about? I've never run it or Alpine.

                                                                                                                                                                                                                                                                                                                                                                                    ...
                                                                                                                                                                                                                                                                                                                                                                                    AodeRelay boosted

                                                                                                                                                                                                                                                                                                                                                                                    khm »
                                                                                                                                                                                                                                                                                                                                                                                    @khm@hj.9fs.net

                                                                                                                                                                                                                                                                                                                                                                                    Not really! PostmarketOS is pretty solid; Alpine is my linux of choice anyway. I don't remember having to deviate from instructions on installation.

                                                                                                                                                                                                                                                                                                                                                                                    Stick with one of the prepackaged window managers at first; there is no systemd, so wayland stuff needs either seatd or elogind to fully function. Until/unless you learn how the puzzle pieces fit together there, it can be a bit of a pain in the ass to set up, so I recommend the packaged UIs to start. You can always switch later.

                                                                                                                                                                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                                                                                                                                                                      R.L. Dane :Debian: :OpenBSD: 🍵 »
                                                                                                                                                                                                                                                                                                                                                                                      @rl_dane@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                      @khm

                                                                                                                                                                                                                                                                                                                                                                                      Sounds good! Thank you! :)

                                                                                                                                                                                                                                                                                                                                                                                      Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                                      @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                      @rl_dane

                                                                                                                                                                                                                                                                                                                                                                                      Hm, the kids I know would say "straight bussin', no cap".

                                                                                                                                                                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                                                                                                                                                                      Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                                      @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                      @rl_dane

                                                                                                                                                                                                                                                                                                                                                                                      Well, that's my brothers. "Kids" my age would say that "slays".

                                                                                                                                                                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                                                                                                                                                                      Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                                      @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                      @rl_dane

                                                                                                                                                                                                                                                                                                                                                                                      We zoomers are speed-running slang.

                                                                                                                                                                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                                                                                                                                                                      Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                                      @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                      @rl_dane

                                                                                                                                                                                                                                                                                                                                                                                      "Poggers" is a bit before my time, I think. Though I could be wrong. I've never heard it used un-ironically, though.

                                                                                                                                                                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                                                                                                                                                                      Steffo »
                                                                                                                                                                                                                                                                                                                                                                                      @steffo@a.junimo.party

                                                                                                                                                                                                                                                                                                                                                                                      @amin @rl_dane

                                                                                                                                                                                                                                                                                                                                                                                      i think it's just outside your interest area

                                                                                                                                                                                                                                                                                                                                                                                      i don't think either of you is much into twitch streaming ;P

                                                                                                                                                                                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                                                                                                                                                                                        Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                                        @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                                                                                                                                                                                        Steffo »
                                                                                                                                                                                                                                                                                                                                                                                        @steffo@a.junimo.party

                                                                                                                                                                                                                                                                                                                                                                                        @amin @rl_dane

                                                                                                                                                                                                                                                                                                                                                                                        i'm actually surprised wikitionary has such a long article on it

                                                                                                                                                                                                                                                                                                                                                                                        en.wiktionary.org/wiki/pog

                                                                                                                                                                                                                                                                                                                                                                                        kinda afraid to open the talk page

                                                                                                                                                                                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                                                                                                                                                                                          Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                                          @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                          @steffo @rl_dane

                                                                                                                                                                                                                                                                                                                                                                                          I don't know that I want to open the page itself. XD

                                                                                                                                                                                                                                                                                                                                                                                            R.L. Dane :Debian: :OpenBSD: 🍵 »
                                                                                                                                                                                                                                                                                                                                                                                            @rl_dane@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                            @steffo @amin

                                                                                                                                                                                                                                                                                                                                                                                            Lol, I'm kinda afraid to open it, period.

                                                                                                                                                                                                                                                                                                                                                                                            Edit: Ok, yes, that was actually good.

                                                                                                                                                                                                                                                                                                                                                                                            Better in every way than "Urban Dictionary."

                                                                                                                                                                                                                                                                                                                                                                                              R.L. Dane :Debian: :OpenBSD: 🍵 »
                                                                                                                                                                                                                                                                                                                                                                                              @rl_dane@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                              @amin

                                                                                                                                                                                                                                                                                                                                                                                              I have no clue when someone younger than 30 is being ironic or not, at this point.

                                                                                                                                                                                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                                                                                                                                                                                              Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                                              @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                              @rl_dane

                                                                                                                                                                                                                                                                                                                                                                                              You can tell by the tone of voice and whether there's tittering/giggling afterwords if the slang is genuine or facetious.

                                                                                                                                                                                                                                                                                                                                                                                              R.L. Dane :Debian: :OpenBSD: 🍵 »
                                                                                                                                                                                                                                                                                                                                                                                              @rl_dane@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                              @amin

                                                                                                                                                                                                                                                                                                                                                                                              I think zoomers and "alphas" are speed-running meaninglessness, tbh.

                                                                                                                                                                                                                                                                                                                                                                                              Not all of them, obviously, but I've noticed a lot of verbal, eh... waste from that generation.

                                                                                                                                                                                                                                                                                                                                                                                              I think there's going to be a blost on that soon.

                                                                                                                                                                                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                                                                                                                                                                                              Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                                              @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                              @rl_dane

                                                                                                                                                                                                                                                                                                                                                                                              Wait so who exactly are gen alpha; my cousins?

                                                                                                                                                                                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                                                                                                                                                                                              R.L. Dane :Debian: :OpenBSD: 🍵 »
                                                                                                                                                                                                                                                                                                                                                                                              @rl_dane@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                              @amin

                                                                                                                                                                                                                                                                                                                                                                                              Everyone born between 2000ish and 2020ish?

                                                                                                                                                                                                                                                                                                                                                                                              Oh wait, I did it again. I said alpha when I meant Z.

                                                                                                                                                                                                                                                                                                                                                                                              I'm guessing gen alpha is everyone 10 years old and less right now, more or less, maybe less than 10 years old.

                                                                                                                                                                                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                                                                                                                                                                                              Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                                              @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                              @rl_dane

                                                                                                                                                                                                                                                                                                                                                                                              So I'm Generation Alpha? What about all the kids born in the last five years, what are they? Generation COVID?

                                                                                                                                                                                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                                                                                                                                                                                              Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                                              @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                              uspol humor [SENSITIVE CONTENT]

                                                                                                                                                                                                                                                                                                                                                                                              @rl_dane

                                                                                                                                                                                                                                                                                                                                                                                              The upcoming generation is the Greatest Again Generation.

                                                                                                                                                                                                                                                                                                                                                                                              Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                                              @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                              @rl_dane

                                                                                                                                                                                                                                                                                                                                                                                              So yes, my cousins, then. ;)

                                                                                                                                                                                                                                                                                                                                                                                              pixx »
                                                                                                                                                                                                                                                                                                                                                                                              @pixx@merveilles.town

                                                                                                                                                                                                                                                                                                                                                                                              @amin @rl_dane as a 'kid' your age

                                                                                                                                                                                                                                                                                                                                                                                              it's cool, dude

                                                                                                                                                                                                                                                                                                                                                                                                ...

                                                                                                                                                                                                                                                                                                                                                                                                Amin Hollon 🏳 »
                                                                                                                                                                                                                                                                                                                                                                                                @amin@polymaths.social

                                                                                                                                                                                                                                                                                                                                                                                                @pixx @rl_dane

                                                                                                                                                                                                                                                                                                                                                                                                That ate and left no crumbs.

                                                                                                                                                                                                                                                                                                                                                                                                  7 ★ 0 ↺

                                                                                                                                                                                                                                                                                                                                                                                                  Justine Smithies »
                                                                                                                                                                                                                                                                                                                                                                                                  @justine@snac.smithies.me.uk

                                                                                                                                                                                                                                                                                                                                                                                                  I have on my too and it's very nice.

                                                                                                                                                                                                                                                                                                                                                                                                    feld »
                                                                                                                                                                                                                                                                                                                                                                                                    @feld@friedcheese.us

                                                                                                                                                                                                                                                                                                                                                                                                    sendme and dumbpipe are now in FreeBSD ports

                                                                                                                                                                                                                                                                                                                                                                                                    @dvl check these out, I think you'll like them

                                                                                                                                                                                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                                                                                                                                                                                      Dan Langille »
                                                                                                                                                                                                                                                                                                                                                                                                      @dvl@bsd.network

                                                                                                                                                                                                                                                                                                                                                                                                      ...
                                                                                                                                                                                                                                                                                                                                                                                                      Dan Langille boosted

                                                                                                                                                                                                                                                                                                                                                                                                      feld »
                                                                                                                                                                                                                                                                                                                                                                                                      @feld@friedcheese.us

                                                                                                                                                                                                                                                                                                                                                                                                      @dvl

                                                                                                                                                                                                                                                                                                                                                                                                      sendme:

                                                                                                                                                                                                                                                                                                                                                                                                      on sender side

                                                                                                                                                                                                                                                                                                                                                                                                      sendme send /path/to/file/or/dir

                                                                                                                                                                                                                                                                                                                                                                                                      it outputs a command to give to the recipient like:

                                                                                                                                                                                                                                                                                                                                                                                                      sendme receive LONGSTRING

                                                                                                                                                                                                                                                                                                                                                                                                      That person can run the command from anywhere in the world and it should work. If possible NAT hole punching happens, otherwise it goes through a relay server but all the data is E2EE so nobody can snoop on it.


                                                                                                                                                                                                                                                                                                                                                                                                      https://www.iroh.computer/sendme

                                                                                                                                                                                                                                                                                                                                                                                                        ...
                                                                                                                                                                                                                                                                                                                                                                                                        AodeRelay boosted

                                                                                                                                                                                                                                                                                                                                                                                                        feld »
                                                                                                                                                                                                                                                                                                                                                                                                        @feld@friedcheese.us

                                                                                                                                                                                                                                                                                                                                                                                                        @dvl

                                                                                                                                                                                                                                                                                                                                                                                                        dumbpipe:

                                                                                                                                                                                                                                                                                                                                                                                                        think of it as a proxy / like SSH port forwarding, but without SSH. Can also do unix pipes, doesn't need to be a TCP socket.

                                                                                                                                                                                                                                                                                                                                                                                                        # opens listening socket, all data that comes through goes to 127.0.0.1:8080
                                                                                                                                                                                                                                                                                                                                                                                                        dumbpipe listen-tcp --host 127.0.0.1:8080

                                                                                                                                                                                                                                                                                                                                                                                                        this will output a long string too that you give to the other end

                                                                                                                                                                                                                                                                                                                                                                                                        other side:

                                                                                                                                                                                                                                                                                                                                                                                                        # I think it's a bug that send and receive don't use the same term (addr or host)
                                                                                                                                                                                                                                                                                                                                                                                                        # This opens up a listening socket on 127.0.0.1:8080
                                                                                                                                                                                                                                                                                                                                                                                                        dumbpipe connect-tcp --addr 127.0.0.1:8080 LONGSTRING

                                                                                                                                                                                                                                                                                                                                                                                                        Now your 127.0.0.1:8080 is accessible on another computer across the planet, through firewalls, etc. Magic and it just works. Performance is great too -- I did a test and was getting line rate between my home network and a datacenter.

                                                                                                                                                                                                                                                                                                                                                                                                        If you have to use a relay it will be slower, but sometimes the relay is only used momentarily until the NAT hole punching has completed.

                                                                                                                                                                                                                                                                                                                                                                                                        You can also run your own relay so you know where it is and what bandwidth it's capable of. I am making a port for that too but it's not ready yet.

                                                                                                                                                                                                                                                                                                                                                                                                        https://www.dumbpipe.dev

                                                                                                                                                                                                                                                                                                                                                                                                          mms :runbsd: + :emacs: »
                                                                                                                                                                                                                                                                                                                                                                                                          @mms@mastodon.bsd.cafe

                                                                                                                                                                                                                                                                                                                                                                                                          Hey . I'm trying to install git-lfs. According to freshports.org/devel/git-lfs/ it's just pkg-install.
                                                                                                                                                                                                                                                                                                                                                                                                          But

                                                                                                                                                                                                                                                                                                                                                                                                          doas pkg install git-lfs
                                                                                                                                                                                                                                                                                                                                                                                                          Updating FreeBSD repository catalogue...
                                                                                                                                                                                                                                                                                                                                                                                                          FreeBSD repository is up to date.
                                                                                                                                                                                                                                                                                                                                                                                                          All repositories are up to date.
                                                                                                                                                                                                                                                                                                                                                                                                          pkg: No packages available to install matching 'git-lfs' have been found in the repositories

                                                                                                                                                                                                                                                                                                                                                                                                          wat?

                                                                                                                                                                                                                                                                                                                                                                                                            ...
                                                                                                                                                                                                                                                                                                                                                                                                            Older...

                                                                                                                                                                                                                                                                                                                                                                                                            ax6761 »
                                                                                                                                                                                                                                                                                                                                                                                                            @ax6761@freeradical.zone

                                                                                                                                                                                                                                                                                                                                                                                                            @mms Possibly …
                                                                                                                                                                                                                                                                                                                                                                                                            - recent package building failed;
                                                                                                                                                                                                                                                                                                                                                                                                            - mismatch between (you being on) “quarterly” branch & (FreshPorts on, guessing) “latest”.

                                                                                                                                                                                                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                                                                                                                                                                                                              TomAoki »
                                                                                                                                                                                                                                                                                                                                                                                                              @TomAoki@mastodon.bsd.cafe

                                                                                                                                                                                                                                                                                                                                                                                                              @ax6761 @mms
                                                                                                                                                                                                                                                                                                                                                                                                              Another possibility would be just waiting for starting builds in build queue.

                                                                                                                                                                                                                                                                                                                                                                                                              According to the "Packages" section of FreshPorts, quarterly branch is behind latest except for i386. So quarterly branch of ports should have the latest version (if not, i386 version should not exist).

                                                                                                                                                                                                                                                                                                                                                                                                              IIUC, 32bit arch supports are going to be dropped, especially for huge monstors that take a plenty of time to finish building, so i386 builds could finish earlier (other 32bit archs would be much slower than i386).

                                                                                                                                                                                                                                                                                                                                                                                                                LeJax »
                                                                                                                                                                                                                                                                                                                                                                                                                @lejax@mastodon.bsd.cafe

                                                                                                                                                                                                                                                                                                                                                                                                                @mms

                                                                                                                                                                                                                                                                                                                                                                                                                Did you use quarterly repoor latest?

                                                                                                                                                                                                                                                                                                                                                                                                                May be git-lfs only available on latests.

                                                                                                                                                                                                                                                                                                                                                                                                                My 2 cts

                                                                                                                                                                                                                                                                                                                                                                                                                  ...

                                                                                                                                                                                                                                                                                                                                                                                                                  mms :runbsd: + :emacs: »
                                                                                                                                                                                                                                                                                                                                                                                                                  @mms@mastodon.bsd.cafe

                                                                                                                                                                                                                                                                                                                                                                                                                  @lejax I'm on latest

                                                                                                                                                                                                                                                                                                                                                                                                                    ...

                                                                                                                                                                                                                                                                                                                                                                                                                    LeJax »
                                                                                                                                                                                                                                                                                                                                                                                                                    @lejax@mastodon.bsd.cafe

                                                                                                                                                                                                                                                                                                                                                                                                                    @mms

                                                                                                                                                                                                                                                                                                                                                                                                                    I'd check on my side and even quaterrly or latets, no git-lfs on the repos. That's strange indeed

                                                                                                                                                                                                                                                                                                                                                                                                                      David Chisnall (*Now with 50% more sarcasm!*) »
                                                                                                                                                                                                                                                                                                                                                                                                                      @david_chisnall@infosec.exchange

                                                                                                                                                                                                                                                                                                                                                                                                                      @mms The table of FreshPorts shows the combinations of package branch and architecture that this built for. It looks as if the build failed for FreeBSD 14 (latest and stable ports branches) on amd64. It’s odd that it built form amd64 on all other FreeBSD versions and built for FreeBSD 14 on all other architectures that have package builds. Hopefully it was something that the port maintainer can fix next build.

                                                                                                                                                                                                                                                                                                                                                                                                                      If you’re using git-lfs with GitHub, make sure you carefully read all of their quota and billing information, especially with regards to bandwidth. CI can chew up the free quota in a couple of days and leave you unable to clone the repo for a month without paying and anonymous public git clones from random people can cost you an unbounded amount for public repos.

                                                                                                                                                                                                                                                                                                                                                                                                                        ...
                                                                                                                                                                                                                                                                                                                                                                                                                        AodeRelay boosted

                                                                                                                                                                                                                                                                                                                                                                                                                        The Psychotic Network Ferret » 🤖
                                                                                                                                                                                                                                                                                                                                                                                                                        @nuintari@mastodon.bsd.cafe

                                                                                                                                                                                                                                                                                                                                                                                                                        @david_chisnall @mms

                                                                                                                                                                                                                                                                                                                                                                                                                        Yeah, I caught that too, so I tossed it into my poudriere server and it built just fine:

                                                                                                                                                                                                                                                                                                                                                                                                                        # freebsd-version
                                                                                                                                                                                                                                                                                                                                                                                                                        14.2-RELEASE-p2
                                                                                                                                                                                                                                                                                                                                                                                                                        # pkg search git-lfs
                                                                                                                                                                                                                                                                                                                                                                                                                        pkg: No HTTP mirrors founds for the repo 'assylum'
                                                                                                                                                                                                                                                                                                                                                                                                                        git-lfs-3.6.1_2 Git extension for versioning large files

                                                                                                                                                                                                                                                                                                                                                                                                                        It installed and ran without issue as well, I added/committed a large iso to a new repo, no issues found.

                                                                                                                                                                                                                                                                                                                                                                                                                        So I have no idea why it isn't present in either 14x package site.

                                                                                                                                                                                                                                                                                                                                                                                                                          Daniel Gibson »
                                                                                                                                                                                                                                                                                                                                                                                                                          @Doomed_Daniel@mastodon.gamedev.place

                                                                                                                                                                                                                                                                                                                                                                                                                          My girlfriend is sick and asked for alphabet soup.
                                                                                                                                                                                                                                                                                                                                                                                                                          To be on the safe side, I made her password soup instead.

                                                                                                                                                                                                                                                                                                                                                                                                                          a little bowl with soup.
a spoon is held over it, it contains little star-shaped noodles

                                                                                                                                                                                                                                                                                                                                                                                                                          Alt...a little bowl with soup. a spoon is held over it, it contains little star-shaped noodles

                                                                                                                                                                                                                                                                                                                                                                                                                          ...
                                                                                                                                                                                                                                                                                                                                                                                                                          Root Moose boosted

                                                                                                                                                                                                                                                                                                                                                                                                                          ~n »
                                                                                                                                                                                                                                                                                                                                                                                                                          @nblr@chaos.social

                                                                                                                                                                                                                                                                                                                                                                                                                          @Doomed_Daniel The two kinds of soup noodles:

                                                                                                                                                                                                                                                                                                                                                                                                                          A box labled Username (with alphabet soup) and one labled (Password) with stars.

                                                                                                                                                                                                                                                                                                                                                                                                                          Alt...A box labled Username (with alphabet soup) and one labled (Password) with stars.

                                                                                                                                                                                                                                                                                                                                                                                                                            ...

                                                                                                                                                                                                                                                                                                                                                                                                                            Extreme Electronics »
                                                                                                                                                                                                                                                                                                                                                                                                                            @Extelec@mstdn.social

                                                                                                                                                                                                                                                                                                                                                                                                                            @nblr @Doomed_Daniel sorry your password must include at least one fruit, vegetable and condiment.

                                                                                                                                                                                                                                                                                                                                                                                                                              Stefano Marinelli »
                                                                                                                                                                                                                                                                                                                                                                                                                              @stefano@mastodon.bsd.cafe

                                                                                                                                                                                                                                                                                                                                                                                                                              By the way, I'm refactoring the build process to split it into smaller files. It's working, but still needs to be polished. More, I'm adding some new features like "lastmod" support, etc.
                                                                                                                                                                                                                                                                                                                                                                                                                              To be honest, the post I shared some hours ago has been produced by the refactored version (and has a lastmod): my-notes.dragas.net/2023/09/07

                                                                                                                                                                                                                                                                                                                                                                                                                                ...

                                                                                                                                                                                                                                                                                                                                                                                                                                Neil Brown »
                                                                                                                                                                                                                                                                                                                                                                                                                                @neil@mastodon.neilzone.co.uk

                                                                                                                                                                                                                                                                                                                                                                                                                                @stefano I really should give this a try. I am fine with Hugo at the moment, but I am concerned about what will break when I upgrade the Hugo binary, and a shell script seems more sensible to me.

                                                                                                                                                                                                                                                                                                                                                                                                                                  ...

                                                                                                                                                                                                                                                                                                                                                                                                                                  Stefano Marinelli »
                                                                                                                                                                                                                                                                                                                                                                                                                                  @stefano@mastodon.bsd.cafe

                                                                                                                                                                                                                                                                                                                                                                                                                                  @neil this is the reason why I decided to revamp both ITNBlog and BSSG

                                                                                                                                                                                                                                                                                                                                                                                                                                    ...
                                                                                                                                                                                                                                                                                                                                                                                                                                    AodeRelay boosted

                                                                                                                                                                                                                                                                                                                                                                                                                                    nigel »
                                                                                                                                                                                                                                                                                                                                                                                                                                    @nigel@snac.lowkey.party

                                                                                                                                                                                                                                                                                                                                                                                                                                    Exactly why I am migrating my blog to BSSG.

                                                                                                                                                                                                                                                                                                                                                                                                                                    CC: @neil@mastodon.neilzone.co.uk

                                                                                                                                                                                                                                                                                                                                                                                                                                      AodeRelay boosted

                                                                                                                                                                                                                                                                                                                                                                                                                                      Doerk »
                                                                                                                                                                                                                                                                                                                                                                                                                                      @NebulaTide@mastodon.bsd.cafe

                                                                                                                                                                                                                                                                                                                                                                                                                                      @stefano Oh, that sounds so familiar. Fortunately it’s more than a decade ago that people were bothering me with their computer stuff. At a certain point I only said that I am no longer dealing with Microsoft OS’s and home user stuff, which is true.

                                                                                                                                                                                                                                                                                                                                                                                                                                        ...
                                                                                                                                                                                                                                                                                                                                                                                                                                        AodeRelay boosted

                                                                                                                                                                                                                                                                                                                                                                                                                                        Stefano Marinelli »
                                                                                                                                                                                                                                                                                                                                                                                                                                        @stefano@mastodon.bsd.cafe

                                                                                                                                                                                                                                                                                                                                                                                                                                        @NebulaTide same here. I have no experience with modern Windows systems, so can't help anymore 🙂

                                                                                                                                                                                                                                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                                                                                                                                                                                                                                          SamuelJohnson »
                                                                                                                                                                                                                                                                                                                                                                                                                                          @samueljohnson@mstdn.social

                                                                                                                                                                                                                                                                                                                                                                                                                                          @stefano @NebulaTide I got v weary of undoing handiwork of 12 yr old "expert" on his family's Windows computers. This resonated. Donated old laptops w Linux Mint. No more calls. "Expert" now uses a Mac, ofc.

                                                                                                                                                                                                                                                                                                                                                                                                                                          He managed to screw up his grandmother's iPad despite my request that he not be given the password. Did a software update that enabled Siri, which was then activated w a long press (automatic bc of a tremor). I had to drive 2 hrs to resolve. Complaint

                                                                                                                                                                                                                                                                                                                                                                                                                                          A cigar in a wine glass won't go away

                                                                                                                                                                                                                                                                                                                                                                                                                                            Stevan »
                                                                                                                                                                                                                                                                                                                                                                                                                                            @withaveeay@mastodon.scot

                                                                                                                                                                                                                                                                                                                                                                                                                                            3. There is one possible explanation to the variation in performance. The Cheapie says it's using Band20. The Peplink says it''s trying to connect using Band 3. I don't know what the phone is doing, but maybe it's using multiple bands?
                                                                                                                                                                                                                                                                                                                                                                                                                                            I tried forcing the Peplink to use Band20, to no avail.
                                                                                                                                                                                                                                                                                                                                                                                                                                            I've tried swapping antennae on the two routers. No difference.
                                                                                                                                                                                                                                                                                                                                                                                                                                            The question is, why the difference between my phone (also a cheapie) and the working router? And why might the Peplink not connect at all?
                                                                                                                                                                                                                                                                                                                                                                                                                                            4/..

                                                                                                                                                                                                                                                                                                                                                                                                                                            ...

                                                                                                                                                                                                                                                                                                                                                                                                                                            Stevan »
                                                                                                                                                                                                                                                                                                                                                                                                                                            @withaveeay@mastodon.scot

                                                                                                                                                                                                                                                                                                                                                                                                                                            4. And the follow-up question is whether I'm somehow going about this wrongly. I just can't make sense of these data points, and beginning to think I must be missing something obvious. Is there a Good, Affordable router that Will Work Fantastically in conditions like ours?
                                                                                                                                                                                                                                                                                                                                                                                                                                            Addendum - I can swap 3, er, Three sims in the 3 devices and the outcome is always the same.
                                                                                                                                                                                                                                                                                                                                                                                                                                            Thanks in advance.

                                                                                                                                                                                                                                                                                                                                                                                                                                            ...

                                                                                                                                                                                                                                                                                                                                                                                                                                            Barbara Tate »
                                                                                                                                                                                                                                                                                                                                                                                                                                            @barbaratate@mstdn.social

                                                                                                                                                                                                                                                                                                                                                                                                                                            @withaveeay Am asking the More Knowledgeable #1 offspring who does some of these things for a living. I'll pass on his response (if it's polite!)

                                                                                                                                                                                                                                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                                                                                                                                                                                                                                              Stevan »
                                                                                                                                                                                                                                                                                                                                                                                                                                              @withaveeay@mastodon.scot

                                                                                                                                                                                                                                                                                                                                                                                                                                              @barbaratate Thanks Barbara. Much appreciated.

                                                                                                                                                                                                                                                                                                                                                                                                                                                ...

                                                                                                                                                                                                                                                                                                                                                                                                                                                Barbara Tate »
                                                                                                                                                                                                                                                                                                                                                                                                                                                @barbaratate@mstdn.social

                                                                                                                                                                                                                                                                                                                                                                                                                                                @withaveeay I'll put money on him suggesting Ubiquiti / UniFi kit - but lets see.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ...

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Barbara Tate »
                                                                                                                                                                                                                                                                                                                                                                                                                                                  @barbaratate@mstdn.social

                                                                                                                                                                                                                                                                                                                                                                                                                                                  @withaveeay

                                                                                                                                                                                                                                                                                                                                                                                                                                                  "It's most likely the phone is able to use multiple cells at once, so it can split the download between a few masts. They will need a router that can do that"

                                                                                                                                                                                                                                                                                                                                                                                                                                                    ...

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Stevan »
                                                                                                                                                                                                                                                                                                                                                                                                                                                    @withaveeay@mastodon.scot

                                                                                                                                                                                                                                                                                                                                                                                                                                                    @barbaratate That's really helpful. I suspect that's exactly the reason.
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Thanks, Barbara, and thanks to the fruit of your loins too.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Tim ☑️ 🔭🌃📷🚴🌳 »
                                                                                                                                                                                                                                                                                                                                                                                                                                                      @xylophilist@mastodon.online

                                                                                                                                                                                                                                                                                                                                                                                                                                                      @withaveeay @barbaratate So that translates as... use a spare phone+Pi as a router?
                                                                                                                                                                                                                                                                                                                                                                                                                                                      It's a possibility, I suppose... been known to do similar myself before now.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Stevan »
                                                                                                                                                                                                                                                                                                                                                                                                                                                        @withaveeay@mastodon.scot

                                                                                                                                                                                                                                                                                                                                                                                                                                                        @xylophilist @barbaratate Just what @justine suggested.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Barbara Tate »
                                                                                                                                                                                                                                                                                                                                                                                                                                                          @barbaratate@mstdn.social

                                                                                                                                                                                                                                                                                                                                                                                                                                                          @withaveeay @xylophilist @justine

                                                                                                                                                                                                                                                                                                                                                                                                                                                          I suspect that depends on your "I can do this' : 'sod it, I'll buy one' ratio

                                                                                                                                                                                                                                                                                                                                                                                                                                                            ...

                                                                                                                                                                                                                                                                                                                                                                                                                                                            Stevan »
                                                                                                                                                                                                                                                                                                                                                                                                                                                            @withaveeay@mastodon.scot

                                                                                                                                                                                                                                                                                                                                                                                                                                                            @barbaratate @xylophilist @justine I am pretty sure I can do it, but IF it falls over, I'll have an enraged bear to deal with, so it may be better to have something to blame.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              ...
                                                                                                                                                                                                                                                                                                                                                                                                                                                              2 ★ 0 ↺

                                                                                                                                                                                                                                                                                                                                                                                                                                                              Justine Smithies »
                                                                                                                                                                                                                                                                                                                                                                                                                                                              @justine@snac.smithies.me.uk

                                                                                                                                                                                                                                                                                                                                                                                                                                                              Feed it into the the Peplink WAN1 and the broadband into WAN2 then set them up for failover .

                                                                                                                                                                                                                                                                                                                                                                                                                                                              CC: @barbaratate@mstdn.social @xylophilist@mastodon.online

                                                                                                                                                                                                                                                                                                                                                                                                                                                                ...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                Stevan »
                                                                                                                                                                                                                                                                                                                                                                                                                                                                @withaveeay@mastodon.scot

                                                                                                                                                                                                                                                                                                                                                                                                                                                                @justine @barbaratate @xylophilist That would be.... sensible, but one of the aims is to try to do away with the existing ADSL. May be worth it while we get things sorted though. We could have two different unlimited SIM cards for this, and still be paying less than we do for ADSL. All because BT Openwound was allow to declare our exchange ever so hard for the poor diddums, so they are allowed to charge retailers much more for services.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Stevan »
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  @withaveeay@mastodon.scot

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  LTE thread - responses 1:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I think it's possible that the working router is a "CAT 4" device, while my phone is a CAT6 or above. I don't understand those acronyms (yet) but it seems the "cheap" in my cheapie router explains this.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  It may also explain the Peplink, which first came out some years back, before things like aggregation etc were as common. It doesn't explain the lack of connection at all though.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Christoph »
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  @bsod@soc.zom.bi

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  @withaveeay the phone has probably a more modern modem than the routers and supports carrier aggregation (higher lte category theres a list about those on wikipedia at en.wikipedia.org/wiki/E-UTRA#U).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  i tend to use the netmonster android app to check for used bands on my phone.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  if the peplink is really old or not from europe it might not support band 20 at all. there were some issues in the beginning of lte round here (🇩🇪 ) with imported phones not supporting the most common band 20.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Stevan »
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    @withaveeay@mastodon.scot

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    @bsod That's really helpful, Christoph, thanks a lot. Band 20 is listed on the Peplink, but I suspect now it's the >Cat6 ability to multiplex that's giving the speed.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Also thanks for that link, finally explaining what the categories are.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Will also try netmonster.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I think I have a better handle on the various differences I'm seeing.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Christoph »
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      @bsod@soc.zom.bi

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      @withaveeay yeah, sounds reasonable. cat6 is the lowest which supports connecting to more than one band as well.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      compared with previous standards lte is really annoying with all those different bands used worldwide (the list is so long wikipedia moved it to a separate article at en.wikipedia.org/wiki/LTE_freq) and not every device supporting every band or not supporting all combinations of bands otherwise supported.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Christoph »
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        @bsod@soc.zom.bi

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        @withaveeay if you are looking for a kind of modern 4G Router I can recommend the huawei b818. At least round here one can get ahold one of these used quite cheaply (about 30-40€) and those are cat19.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I wrote up some notes about this one here bsod.dd.zom.bi/gigacube.html from my perspective. maybe some parts of this are interesting for your use case as well.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        if you are looking for information about 4G / 4G hardware from an rural UK standpoint i found the confusedbird.com forum pretty interesting.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Stevan »
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          @withaveeay@mastodon.scot

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          @bsod Found that forum, thanks. At that point I was at my most confused, but maybe it'll make more sense now.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Thanks for that suggestion. Will try to find one of those.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Thanks for the blog post too.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Stevan »
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            @withaveeay@mastodon.scot

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            @bsod It seems the 818 isn't quite as freely and cheaply available as in Germany, but there are some on ebay. I'll look into those.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Again, thanks for the information and recommendations

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              1 ★ 0 ↺

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Justine Smithies »
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              @justine@snac.smithies.me.uk

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Just a thought but if your mobile passes data at higher speeds does it have a USB C port ? You could maybe power it and fit a USB to Ethernet port ???

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Stevan »
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                @withaveeay@mastodon.scot

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                @justine It's pretty tempting. It may well be worth a shot even though it feels even more Heath Robinson than even I can stomach.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  History

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Back to top - More...