schmonz.com 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.

Search results for tag #NetBSD

#netbsd boosted

[?]Jay ๐Ÿšฉ :runbsd: ยป 🌐
@jaypatelani@bsd.network

news.ycombinator.com/item?id=4

OP: This is my attempt to get Vulkan going on

    [?]intro ๐Ÿงfreebsd: Mehr ๐Ÿ‡ฉ๐Ÿ‡ฐ wagen ๐Ÿ’ช ยป 🌐
    @intro@mastodontech.de

    #netbsd boosted

    [?]N-gated Hacker News ยป 🤖 🌐
    @ngate@mastodon.social

    ๐Ÿš€๐ŸŽฉ Behold, the new eraโ€”Vulkan on NetBSD! Because nothing says "cutting-edge graphics" like trying to make a relevant. ๐Ÿ˜‚๐Ÿ”ง Good luck with that, segaboy; maybe one day there'll be a game to play! ๐ŸŽฎ๐Ÿคž
    github.com/segaboy/vulkan-netb

      #netbsd boosted

      [?]Hacker News ยป 🤖 🌐
      @h4ckernews@mastodon.social

      #netbsd boosted

      [?]Stefano Marinelli ยป 🌐
      @stefano@mastodon.bsd.cafe

      ๐ŸŒŸ Introducing BSD.cafe ๐ŸŒŸ

      Excited to present the first building block of the BSD Cafe project! When I registered this domain months ago, I envisioned a themed bar where we can casually chat about *BSD systems, Linux, and Open-Source technology among friends, acquaintances, and patrons. But like any bar, discussions can cover a wide range of topics while respecting everyone.

      BSD.cafe will be a hub for various tools and services, powered by *BSD.

      The first brick is a new Mastodon instance, a gateway to the Fediverse. Registration is open, and the server will be moderated under clear guidelines promoting good behavior and zero tolerance for hate towards anyone. Inclusivity, respect, and constructive dialogue are the key values of this new instance.

      The main server is currently hosted in Finland on a small VM, based on . Services are divided into VNET jails, connected in a LAN via a local bridge. A VPN system is also present and have been able to move individual jails to different, more powerful, machines.

      Multimedia data and cache are hosted on another physical server (FreeBSD, within a jail), with Cloudflare in front. The aim is to cache and geodistribute data, reducing network traffic on the main VPS.

      Reverse proxy (frontend), mail server, media server, and the instance itself are reachable via .

      The instance started empty. No unnecessary content was pre-loaded; I want it to grow organically based on users' interests and following. There won't be any preemptive blocks at this stage. Users are encouraged to promptly report anything they find worth flagging.

      Join us at mastodon.bsd.cafe to build a constructive and inclusive communityโ€”a safe and relaxing space for everyone.

      Our wiki, located at wiki.bsd.cafe, features essential links and articles related to the BSD world. It provides an overview of the tools, services, rules, uptime, and more information about the BSD Cafe Services.

      A Matrix server, a Miniflux RSS Reader, the Wiki itself, and the BlendIT Lemmy instance are all part of the BSD Cafe services, with more to come.

        [?]Jim Spath ยป 🌐
        @jspath55@chaos.social

        We have an executable.

        Updated timelime:
        -rw-r--r-- 1 root wheel 0 Jun 30 18:20 .depends_done
        -rw-r--r-- 1 root wheel 13 Jul 1 13:26 .build_done
        -rw-r--r-- 1 root wheel 13 Jul 1 19:52 .install_done

        $ time qgis --version
        QGIS 3.44.11-Solothurn 'Solothurn' (exported)

        real 0m9.938s
        user 0m9.854s
        sys 0m0.071s

        $ ldd `which qgis` | grep -i sql
        -lQt5Sql.5 => /usr/pkg/qt5/lib/libQt5Sql.so.5
        -lsqlite3 => /usr/pkg/lib/libsqlite3.so

        10

          #netbsd boosted

          [?]arosano ๐Ÿ‡ฉ๐Ÿ‡ฐ ๐Ÿ‡ฎ๐Ÿ‡ฑ ยป 🌐
          @arosano@mastodon.bsd.cafe

          @lcheylus and on it seems they only ported an ada version

            [?]Stefano Marinelli ยป 🌐
            @stefano@mastodon.bsd.cafe

            [?]Peter N. M. Hansteen ยป 🌐
            @pitrh@mastodon.social

            [?]JdeBP ยป 🌐
            @JdeBP@mastodonapp.uk

            @wezm

            It's standardized to the extent that the escape sequences are valid, now. It's just up to the implementation to choose, from the two choices, and to document what they do.

            With issue 7, using those escape sequences in a BRE would have made it ill-formed.

            There's a fair amount of stuff in the world of POSIX and C and C++ where things are implementation-defined. It's a distinct thing from not actually being standardized.

            The sad thing is that HP-UX will likely never be fixed. But and could be. They're both -derived, like and , and dropping in that part of the Evans code for those three escape sequences wouldn't be that hard.

              [?]JdeBP ยป 🌐
              @JdeBP@tty0.social

              @chesheer @cos

              It would be interesting to trace the relationships, if any, between the twain.

              Here's something for your doco: Pendleton's actual shar posting to comp.unix.wizards in 1988, complete with UUCP bang paths in the signature block.

              groups.google.com/g/comp.unix.

              Notice that Pendleton did VMS emulation before emacs.

              groups.google.com/g/comp.unix.

              Also note that the BSDs have cfmakeraw(3) available in the C library.

                [?]Stefano Marinelli ยป 🌐
                @stefano@mastodon.bsd.cafe

                Great news! My presentation for has been accepted!

                Expect a mix of disasters, horror stories, recoveries, BSDs, and one very, very long day.

                Stay tuned!

                  #netbsd boosted

                  [?]KaiXin ยป 🌐
                  @kaixin@snac.bsd.cafe

                  Every now and then when I come back to use my daily driver running , I got surprised why still does not provided short-formed commands like in and in do such as:

                  # FreeBSD
                  pkg ins vim # same as pkg install vim
                  pkg sea vim # same as pkg search vim

                  # NetBSD
                  pkgin in vim # same as pkgin install vim
                  pkgin se vim # same as pkgin search vim

                  # while in Debian
                  apt search vim # no apt se/sea
                  apt install vim # no apt in/ins


                    [?]Stephen Borrill ยป 🌐
                    @sborrill@justfollow.me.uk

                    @aaribaud Kudos to reinoud@n.o for his UDF work

                      [?]leaf ยป 🌐
                      @leaf@tea.pepperm.int.eu.org

                      โœ… Successful gotosocial-0.22.0 (new stable major release) build and package available here https://pepperm.int.eu.org/pkgsrc/packages/All
                      From now on, this GTS version is stable: further upgrades will only be available from pkgsrc repository and GTS Codeberg repository (no need for me building -rc packages anymore, that's a good thing).

                      โœ… Submitted a package update to pkgsrc-WIP for v0.22.0, with help of wiz it should be good.
                      One may use pkgin or NetBSD pkg_add tools to upgrade GoToSocial from now on.
                      Careful about releases notes and configuration or database breaking changes.

                      Build platform: NetBSD 10.1 amd64 / pkgsrc trunk
                      Compilation and linker flags aligned with GTS binary release on Codeberg

                      #pkgsrc #pkgsrc-wip #gotosocial #netbsd #instanceadmin

                        [?]Dragon of BSDCafe :freebsd: [he/him] ยป 🌐
                        @evgandr@mastodon.bsd.cafe

                        @nuintari Isn't this some kind of Unix heritage? :drgn_think_confused: I see that for packages in my box it is a common thing: all rc scripts installed to somewhere like /usr/pkg/share/examples/โ€ฆ and package installation script suggests to copy them to the /etc/rc.d/ if I want to start them with /etc/rc.conf

                        I suppose, this is for package reinstallation without removing the rc scripts for them? :drgn_think_confused: I have some modifications in some scripts and they aren't lost after package reinstallation.

                          #netbsd boosted

                          [?]vermaden ยป 🌐
                          @vermaden@mastodon.social

                          Latest ๐—ฉ๐—ฎ๐—น๐˜‚๐—ฎ๐—ฏ๐—น๐—ฒ ๐—ก๐—ฒ๐˜„๐˜€ - ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ/๐Ÿฌ๐Ÿฒ/๐Ÿฎ๐Ÿต (Valuable News - 2026/06/29) available.

                          vermaden.wordpress.com/2026/06

                          Past releases: vermaden.wordpress.com/news/

                            [?]vermaden ยป 🌐
                            @vermaden@mastodon.bsd.cafe

                            Latest ๐—ฉ๐—ฎ๐—น๐˜‚๐—ฎ๐—ฏ๐—น๐—ฒ ๐—ก๐—ฒ๐˜„๐˜€ - ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ/๐Ÿฌ๐Ÿฒ/๐Ÿฎ๐Ÿต (Valuable News - 2026/06/29) available.

                            vermaden.wordpress.com/2026/06

                            Past releases: vermaden.wordpress.com/news/

                              [?]arosano ๐Ÿ‡ฉ๐Ÿ‡ฐ ๐Ÿ‡ฎ๐Ÿ‡ฑ ยป 🌐
                              @arosano@mastodon.bsd.cafe

                              @ryoon I will update my 10.1 to 11 when we're done with the

                              Edit: Soon I hope

                                #pkgsrc boosted

                                [?]leaf ยป 🌐
                                @leaf@tea.pepperm.int.eu.org

                                โœ… Successful gotosocial-0.21.3 (current stable) build and package available here http://pepperm.int.eu.org/pkgsrc/packages/All/

                                โœ… Submitted a package update to pkgsrc-WIP for v0.21.3, with help of wiz it should be good

                                Build platform: NetBSD 10.1 amd64 / pkgsrc trunk
                                Compilation and linker flags aligned with GTS binary release on Codeberg

                                #pkgsrc #pkgsrc-wip #gotosocial #netbsd #instanceadmin

                                  #netbsd boosted

                                  [?]Ryo ONODERA ยป 🌐
                                  @ryoon@mastodon.sdf.org

                                  My home server is upgraded to /amd64 11 RC5.

                                    [?]Bitslingers-R-Us ยป 🌐
                                    @AnachronistJohn@zia.io

                                    #NetBSD #pkgsrc 2026Q2 is now fully underway.

                                    Thereโ€™s no easy way to move a kernel from NetBSD to an AmigaOS partition, so I had to xz it, split it, copy it over using MS-DOS disk images using a Gotek with FlashFloppy, then join and xz -d on the Amiga side.

                                    #m68k is really taking off! The virt68k port that @thorpej has made is nothing short of amazing. It can now compile practically anything in a VM with 3 gigs of memory and 4 gigs of swap, faster than a real m68060.

                                    This lets us compile large packages that werenโ€™t previously possible or that required a lot of manual tweaking, like llvm-21.1.8, clang-21.1.8, webkit-gtk-2.36.8nb29.

                                    More to come!

                                      [?]leaf ยป 🌐
                                      @leaf@tea.pepperm.int.eu.org

                                      Just made a small donation to The NetBSD Foundation ... as usual it is not much but this is what I can do to help.

                                      Once in a while one can do it there:
                                      https://www.netbsd.org/donations/#how-to-donate

                                      #sponsoring #donate #donation #netbsd #foundation #bsd #thatthinghasbuilttheinternet

                                        [?]Klaus Zimmermann :unverified: [He/Him] ยป 🌐
                                        @kzimmermann@c.im

                                        @sylvie this one is a tough call! See, the "weakest" machines I've ever ran on were a RPi Model B (the original 2012 one) and a Dell Latitude D620 from 2006.

                                        In both cases, the overall conclusion is that the system is actually incredibly useful - until you try opening a regular web browser. So ditch Firefox - minimalist browsers like are your buddy there!

                                        (OK, so the D620 *can* run Firefox in a "barely making it" manner. But even it's super slow even with 2 or 3 tabs. But you have a separate (?) GPU, maybe you'll fare better)

                                        At any rate, yes, I think NetBSD is a great choice to keep that machine alive. Performance is better than Alpine Linux, for example. Just embrace the minimalism and enjoy the ride!

                                        Finally: yes, you can "startx" your way from a fresh install in there as a regular user, so I guess you did get it right.

                                          [?]purple ๐Ÿ’œ ยป 🌐
                                          @purple@nya.social

                                          notably this does not disable the touchscreen, rather it allows X to detect the device on its own but more importantly this prevents the movement speed from being screwed with by the mixed types of pointing devices.

                                            [?]Jim Spath ยป 🌐
                                            @jspath55@chaos.social

                                            Kudos to Greg T for fixing whatever was not working with gdal on , so now I can generate geo-referenced (or GeoSpatial) PDFs from
                                            The pkgsrc 2026 Q2 has the code; waiting for packages to be built but meanwhile I compiled QGIS locally.

                                            The wrong answer (old issue):
                                            $ gdalinfo --formats | grep -i PDF
                                            PDF -raster,vector- (w+): Geospatial PDF (*.pdf)

                                            The correct answer:
                                            $ gdalinfo --formats | grep -i PDF
                                            PDF -raster,vector- (rw+uvs): Geospatial PDF (*.pdf)

                                            Pics!

                                            Geo-PDF of Manhattan with a few points of interest.
PDF displaying latitude / longitude in lower right corner (Grand Central Terminal).

                                            Alt...Geo-PDF of Manhattan with a few points of interest. PDF displaying latitude / longitude in lower right corner (Grand Central Terminal).

                                            Viking app with Manhattan in the middle. 
App displaying latitude / longitude in bottom margin  (for Grand Central Terminal)

                                            Alt...Viking app with Manhattan in the middle. App displaying latitude / longitude in bottom margin (for Grand Central Terminal)

                                              Ryo ONODERA boosted

                                              [?]Bitslingers-R-Us ยป 🌐
                                              @AnachronistJohn@zia.io

                                              #NetBSD #pkgsrc SuperH binaries are in progress!

                                              My Plextor PX-EH25L is incredibly reliable. Even with only 64 megs of memory and living in swap for months, it just compiles and runs without issues... That is, until the IDE disk dies.

                                              It now has a new (to it - it's still IDE) 250 gig disk, it's been updated to NetBSD 11.0_RC5, and it's compiling #pkgsrc-2026Q2 packages already :)

                                                [?]Bitslingers-R-Us ยป 🌐
                                                @AnachronistJohn@zia.io

                                                #NetBSD #pkgsrc sparc64 binaries are in progress!

                                                I've updated my Sun Fire V100 to NetBSD 11.0_RC5 and started compiling packages, using distcc with a fast Ryzen system.

                                                I wish I could find a place to colocate or otherwise run my Sun Fire V245... It's much faster to have two 1.5 GHz UltraSPARC CPUs with 16 gigs of memory than one 550 MHz CPU with 2 gigs.

                                                  [?]Diane Bruce ยป 🌐
                                                  @DianeBruce@bsd.network

                                                  At BSDCan 2026 I was chatting with someone who had mentioned he'd not met so many fountain pen fans at once, so I took out my Lamy fountain pen. It's fun when two of my interests converge! Since we were at Ottawa U I told him about Paper Papier in the market. ๐Ÿ˜€โ€‹

                                                    [?]leaf ยป 🌐
                                                    @leaf@tea.pepperm.int.eu.org

                                                    @gotosocial @netbsd โœ… Successful gotosocial-0.22.0-rc3 build and package available here https://pepperm.int.eu.org/pkgsrc/packages/All/

                                                    Build platform: NetBSD 10.1 amd64 / pkgsrc trunk
                                                    Compilation and linker flags aligned with GTS binary release on Codeberg

                                                    Will submit a package update to pkgsrc-WIP when GTS reaches 0.22.0-GA ๐Ÿ˜Š

                                                    #pkgsrc #gotosocial #netbsd #instanceadmin

                                                      [?]jmcunx ยป 🌐
                                                      @jmcunx@mastodon.sdf.org

                                                      @sirwumpus @restorante @ruri @jaypatelani

                                                      What version of are you on with gcc v10 ? I am on NetBSD 11 RC5 and that has gcc 12.5.0 (20260326).

                                                      But in I see "gcc14-14.3.0nb1". One thing about and it is easy to have multiple versions of software installed :) Granted I know nothing about ada and gcc 14, so maybe the port is not working the way you hope ?

                                                      Note: I kind of like the long release cycles. As for curses/ncurses, I am not sure why that is a issue.

                                                        Back to top - More...