weirdr.net is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
This is a dual Pentium Pro running NetBSD.
Check out the floppy museum for hints on how to get in touch. Or, you know, ping me on the fediverse. :)
Admin account
@ltning@weirdr.net

Search results for tag #netbsd

Daniel Wayne Armstrong ยป
@dwarmstrong@fosstodon.org

For my NetBSD install I wanted to include _disk encryption_ to protect personal data in case the device is lost or stolen.

Its not really enough to simply encrypt home directories. Passphrases and sensitive data can linger and be extracted from locations such as system logs and swap memory. There is a trade-off to be made between how much to encrypt, the convenience of operating the system, and the ability for the system to boot.

This is how I do it...

dwarmstrong.org/netbsd-encrypt

    Felix Palmen :freebsd: :c64: ยป
    @zirias@mastodon.bsd.cafe

    Next improvement: Make sure to from RAM directly after used. That's more of a precaution, because there *should* be no way how an attacker can access a running process' memory, but you never know which bugs surface ๐Ÿ™ˆ.

    Unexpectedly, that posed issues. has ... a pretty weird function, but suitable for wiping. It's there on and on . Not on though. But NetBSD offers the much saner function . Looking at , there's neither. But there is the (non-standard!) ๐Ÿคฏ .. and with glibc, it requires _DEFAULT_SOURCE to be defined as soon as you compile with a C standard version given to the compiler. This function exists on some other systems as well, but there's confusion whether it should be declared in string.h or strings.h. ๐Ÿคช

    Here's the full set of compile-tests I'm now doing, only to find the best way to really erase memory:
    github.com/Zirias/swad/blob/ma

    And if none of these functions is found, swad uses the "hacky" way that most likely works as well: Access the normal memset function via a volatile pointer.

      Stefano Marinelli ยป
      @stefano@mastodon.bsd.cafe

      Mmm parallel seem to have some troubles on NetBSD. Sometimes it's just stuck, doesn't start to process the task.
      For now, when BSSG will detect it's running on NetBSD, it will use the slower but more reliable sequential build process

        benz ยป
        @bentsukun@mastodon.sdf.org

        Does support ZRAM?

          Felix Palmen :freebsd: :c64: ยป
          @zirias@mastodon.bsd.cafe

          About the thingie ... I need random data in to generate unpredictable IDs.

          I previously had an implementation trying the -originating if available, with a fallback to a stupid internal , which could be disabled because it's obviously NOT cryptographically secure, and WAS disabled for the generation of session IDs.

          Then I learned is available on many systems nowadays (, , even Linux with a recent-enough glibc), so I decided to add a compile check for it and replace the whole mess with nothing but an arc4random call IF it is available.

          arc4random originates from and provides the only sane way to get cryptographically secure random data. It automatically and transparently (re-)seeds from OS entropy sources, but uses an internal CSPRNG most of the time (nowadays typically , so it's a misnomer, but hey ...). It never fails, it never blocks. It just works. Awesome.

            Bitslingers-R-Us ยป
            @AnachronistJohn@zia.io

            #NetBSD #pkgsrc 2025Q1 package building continues!

            An unexpected power outage has caused some work to need to be restarted, plus has indicated that some new UPS batteries need to be purchased :P

            Some new build machines will be coming online soon :)

              sinza ยป
              @sinza@bitbang.social

              Look at my makeshift exhibit at !

              A Dell Dimension 4300 running a modern web browser (BadWolf) on NetBSD.

              Alt...A Dell Dimension 4300 running a modern web browser (BadWolf) on NetBSD.

                vermaden ยป
                @vermaden@mastodon.bsd.cafe

                Latest ๐—ฉ๐—ฎ๐—น๐˜‚๐—ฎ๐—ฏ๐—น๐—ฒ ๐—ก๐—ฒ๐˜„๐˜€ - ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฑ/๐Ÿฌ๐Ÿฐ/๐Ÿญ๐Ÿฐ (Valuable News - 2025/04/14) available.

                vermaden.wordpress.com/2025/04

                Past releases: vermaden.wordpress.com/news/

                  Ronald Klop ยป
                  @ronnie_bonkers@mastodon.social

                  @bsd_nl conference day at Maximus Brewery in Utrecht

                  A lovely day with a great beer ๐Ÿป on the sunny terrace. ๐Ÿ๏ธ

                  Thanks to the organizers and speakers @kp firewall and Benedict Reuschling

                  Bsdnl conference Opening

                  Alt...Bsdnl conference Opening

                    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

                      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

                        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

                          Jay ๐Ÿšฉ :runbsd: ยป
                          @jaypatelani@bsd.network

                          ostan101, saw this Linux only meme added some flavour for BSDs ๐Ÿ˜œ

                            Jay ๐Ÿšฉ :runbsd: ยป
                            @jaypatelani@bsd.network

                            ./build.sh

                              benz ยป
                              @bentsukun@mastodon.sdf.org

                              @ryoon I do but on my desktop, and I work on a laptop most of the time. I only have unaccelerated graphics, which is slow. But Chromium works well on current.

                                Parade du Grotesque ๐Ÿ’€ ยป
                                @ParadeGrotesque@mastodon.sdf.org

                                Framework Laptop 12 is now on pre-order:

                                frame.work/fr/en/products/lapt

                                That little machine looks gorgeous and the prices are surprisingly reasonable.

                                I have to resist ordering such a machine for 7.7... :openbsd:

                                What about 10.1? :netbsd:

                                But is it supported by BSD...? Only one way to find out! ๐Ÿค“

                                  gyptazy boosted

                                  Stefano Marinelli ยป
                                  @stefano@mastodon.bsd.cafe

                                  gyptazy ยป
                                  @gyptazy@mastodon.gyptazy.com

                                  I just launched the new @BoxyBSD self-service portal where you can finally manage your BSD based box instances on your own - and I really love this minimalistic and terminal alike design.

                                  The installer currently supports , , , , and also ().

                                  Have fun and !

                                    Peter N. M. Hansteen ยป
                                    @pitrh@mastodon.social

                                    Parade du Grotesque ๐Ÿ’€ ยป
                                    @ParadeGrotesque@mastodon.sdf.org

                                    @usul

                                    ... On ???

                                    What in the holy name of Cthulhu is this?

                                    @jpmens

                                      Peter N. M. Hansteen ยป
                                      @pitrh@mastodon.social

                                      At EuroBSDCon 2025, we're eager to read your paper, BOF or tutorial submission!

                                      Please go to 2025.eurobsdcon.org/ for info, submit at events.eurobsdcon.org/2025/cfp

                                      See you in Zagreb in September!

                                        dejarW boosted

                                        Bitslingers-R-Us ยป
                                        @AnachronistJohn@zia.io

                                        #NetBSD #pkgsrc 2025Q1 is here! The number of packages for each architecture that could be brought forward to 2025Q1 are:

                                        NetBSD 9.0:
                                        m68k: 1511
                                        earmv4: 2468

                                        NetBSD 10.0:
                                        aarch64eb: 16750
                                        earmv4: 9590
                                        m68k: 5096
                                        sh3el: 9964
                                        sparc64: 13714
                                        vax: 8270

                                        Some packages are still uploading to the NetBSD servers.

                                          Parade du Grotesque ๐Ÿ’€ ยป
                                          @ParadeGrotesque@mastodon.sdf.org

                                          All right, pkgsrc 2025Q1 has just been announced on the mailing lists.

                                          It's not even on pkgsrc.org yet! ๐Ÿ˜‰

                                            Bitslingers-R-Us ยป
                                            @AnachronistJohn@zia.io

                                            Final #NetBSD #pkgsrc 2024Q4 binary package counts are in.

                                            9.0: earmv4 3133
                                            9.0: m68k 1813 (+180)

                                            10.0: aarch64eb 23238 (+21)
                                            10.0: earmv4 11730 (+3113)
                                            10.0: m68k 7069 (+1570)
                                            10.0: mipsel 1101 (+976)
                                            10.0: sh3el 11590 (+1009)
                                            10.0: sparc64 17571 (+2063)
                                            10.0: vax 9290 (+46 - done until someone fixes Python)

                                              Jay ๐Ÿšฉ :runbsd: ยป
                                              @jaypatelani@bsd.network

                                              Happy ! By the NetBSD community. Just like these resilient little birds, is adaptable and thrives in diverse environments. Let's appreciate the small but mighty! ๐Ÿฆ๐Ÿ’ป

                                                Peter N. M. Hansteen ยป
                                                @pitrh@mastodon.social

                                                Stefano Marinelli ยป
                                                @stefano@mastodon.bsd.cafe

                                                Now that it's official, I can announce it - although I may have dropped a few hints earlier! ๐Ÿ˜‰

                                                My talk "Why (and how) weโ€™re migrating many of our servers from Linux to the BSDs" has been accepted, and Iโ€™ll be honored to present it in June at BSDCan in Ottawa.

                                                The joy of meeting BSD friends in person again (and those I havenโ€™t had the chance to meet live yet) will be immense, and the honor of sharing my story in Canada is truly beyond measure, especially considering the level of other talks and all the people attending.

                                                Of course, Iโ€™ll be bringing various BSD Cafe gadgets with me!

                                                For more information, hereโ€™s @mwl 's post with further details: blog.bsdcan.org/2025/03/18/bsd

                                                  Peter N. M. Hansteen ยป
                                                  @pitrh@mastodon.social

                                                  EuroBSDcon 2025 in Zagreb

                                                  - Call for Papers runs until June 21st, 2025 2025.eurobsdcon.org/cfp/

                                                  Conference 2025-09-25 - 2025-09-28

                                                  Tutorials September 25-26 2025
                                                  Talks September 27-28 2025

                                                  2025.eurobsdcon.org/

                                                    vermaden ยป
                                                    @vermaden@mastodon.bsd.cafe

                                                    Latest ๐—ฉ๐—ฎ๐—น๐˜‚๐—ฎ๐—ฏ๐—น๐—ฒ ๐—ก๐—ฒ๐˜„๐˜€ - ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฑ/๐Ÿฌ๐Ÿฏ/๐Ÿญ๐Ÿณ (Valuable News - 2025/03/17) available.

                                                    vermaden.wordpress.com/2025/03

                                                    Past releases: vermaden.wordpress.com/news/

                                                      Parade du Grotesque ๐Ÿ’€ ยป
                                                      @ParadeGrotesque@mastodon.sdf.org

                                                      Well, I did not go back to the gym and I certainly did not install today...

                                                      Ah well, there is always tomorrow.

                                                      Oh wait, tomorrow is Monday... โ˜น๏ธ

                                                        R.L. Dane :Debian: :OpenBSD: ๐Ÿต ยป
                                                        @rl_dane@polymaths.social

                                                        @tripplehelix

                                                        I'm guessing you're taking about #FreeBSD.

                                                        Both #NetBSD and #OpenBSD give you a working #X11 immediately after install.

                                                        #NomadBSD even gives you #xfce

                                                          Back to top - More...