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

[?]benz » 🌐
@bentsukun@mastodon.bsd.cafe

@mook Well, in this case, I have a image (armv7.img.gz) that I would really like to write onto there.

    #netbsd boosted

    [?]Jay 🚩 :runbsd: » 🌐
    @jaypatelani@bsd.network

    @trashheap @grahamperrin I don't know about but has policy of not accepting AI/LLM generated code

    netbsd.org/developers/commit-g

      #netbsd boosted

      [?]JdeBP » 🌐
      @JdeBP@mastodonapp.uk

      @bytebro

      It's very unlikely that anything of the sort will occur. There is simply a complete disconnect between Microsoft/Google/Apple user accounts anything that firmware can record in persistent storage before an operating system has even started up.

      I predicted, as you probably saw, the form that the compliance measures would take for and Unix-like operating systems on 2026-03-01, and both 11 hours and about 4 days later they took that form from two different people. One with pull requests on GitHub, one in the very FediVerse thread that I began.

      It is operating systems that will see (and indeed have seen) the updates bringing this. Not firmwares.

        Jay 🚩 :runbsd: boosted

        [?]joany » 🌐
        @joany@mastodon.bsd.cafe

        and -Risc friends

        after installing the version on 10.1

        I am trying to get a ssh tunnel going across the Atlantic
        Works fantastic if i DON'T use -N flag
        Tunnel goes down after 30sec

        so
        ssh -C -R port:blabla:port user@server
        work flawless

        any ideas why?

        maybe i am betting too much on my HP715 beast 🤣

          #netbsd boosted

          [?]HowToPhil (Phillip R) » 🌐
          @howtophil@mastodon.social

          that you can install over serial port

            #netbsd boosted

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

            @scott @nuintari Probably, fot the next analog of FreshPorts could be used: pkgsrc.se/

              Jay 🚩 :runbsd: boosted

              [?]Jim Spath » 🌐
              @jspath55@chaos.social

              Big kudos to the person testing 11.0 RC2 on an i386, loading the system from floppy disks. Gracias!

              mail-index.netbsd.org/port-i38

                Jay 🚩 :runbsd: boosted

                [?]Jay 🚩 :runbsd: » 🌐
                @jaypatelani@bsd.network

                A successful boot is often just beyond the moment you feel like giving up on that obscure piece of hardware. Keep hacking—the moment you can finally say, 'Of course it runs NetBSD,' is closer than you think.
                🚩

                  #netbsd boosted

                  [?]Radio_Azureus » 🌐
                  @Radio_Azureus@ioc.exchange

                  curl

                  Daniël Stenberg

                  facts and praise

                  I'm fortunate that I am allowed to follow Daniël, lead programmer of the mightycurl. The reason I formulated the line in this way, is because only through the power of the FediVerse I've gotten a boost from someone I follow, who found a post of the lead programmer or curl interesting

                  stats:

                  install base => 20000*10

                  6

                  devices

                  20 billion+ installations!

                  curl is used in command lines or scripts to transfer data. curl is also libcurl, used in:

                  • cars
                  • television sets
                  • routers
                  • printers
                  • audio equipment
                  • mobile phones
                  • tablets
                  • medical devices
                  • settop boxes
                  • computer games
                  • media players

                  Curl is THE Internet transfer engine for countless software applications in over twenty billion installations!

                  curl is used daily by virtually every Internet-using human on the globe!

                  curl is 30 years old

                  Let that sink in!

                  Opinion

                  curl is mature critical network infrastructure software that we all need to have our internet powered software / hardware to function in respect to data transfer.

                  The syntax to use curl in simple implementations is IMHO quite easy. In case you need to know an extra option, the executable and libcurl have excellent documentation. End users normally interact with curl using the (elf) binary on Linux based POSIX operating systems. The more mature BSDs have another binary format

                  Just type curl to get an initial output which looks like this on my current system

                  curl
                  curl: try 'curl --help' or 'curl --manual' for more information

                  then type

                  curl --help
                  Usage: curl [options...] <url>
                  -d, --data <data> HTTP POST data
                  -f, --fail Fail fast with no output on HTTP errors
                  -h, --help <subject> Get help for commands
                  -o, --output <file> Write to file instead of stdout
                  -O, --remote-name Write output to file named as remote file
                  -i, --show-headers Show response headers in output
                  -s, --silent Silent mode
                  -T, --upload-file <file> Transfer local FILE to destination
                  -u, --user <user:password> Server user and password
                  -A, --user-agent <name> Send User-Agent <name> to server
                  -v, --verbose Make the operation more talkative
                  -V, --version Show version number and quit

                  This is not the full help; this menu is split into categories.
                  Use "--help category" to get an overview of all categories, which are:
                  auth, connection, curl, deprecated, dns, file, ftp, global, http, imap, ldap, output, pop3, post, proxy,
                  scp, sftp, smtp, ssh, telnet, tftp, timeout, tls, upload, verbose.
                  Use "--help all" to list all options
                  Use "--help [option]" to view documentation for a given option

                  When you type curl --manual|less you get the manpages which I delimited with less through a vertical pipe

                            _   _ ____  _
                  ___| | | | _ \| |
                  / __| | | | |_) | |
                  | (__| |_| | _ <| |___
                  \___|\___/|_| \_\_____|
                  NAME

                  curl - transfer a URL

                  SYNOPSIS

                  curl [options / URLs]

                  DESCRIPTION

                  curl is a tool for transferring data from or to a server using URLs. It
                  supports these protocols: DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP,
                  HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP,
                  SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS.

                  curl is powered by libcurl for all transfer-related features. See
                  libcurl(3) for details.

                  URL

                  The URL syntax is protocol-dependent. You find a detailed description in
                  RFC 3986.

                  I can also type man curl to get a nice output:

                  curl(1)                                         curl Manual                                        curl(1)

                  NAME
                  curl - transfer a URL

                  SYNOPSIS
                  curl [options / URLs]

                  DESCRIPTION
                  curl is a tool for transferring data from or to a server using URLs. It supports these protocols:
                  DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S,
                  RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS.

                  curl is powered by libcurl for all transfer-related features. See libcurl(3) for details.

                  URL
                  The URL syntax is protocol-dependent. You find a detailed description in RFC 3986.

                  If you provide a URL without a leading protocol:// scheme, curl guesses what protocol you want. It
                  then defaults to HTTP but assumes others based on often-used hostname prefixes. For example, for
                  hostnames starting with "ftp." curl assumes you want FTP.

                  You can specify any amount of URLs on the command line. They are fetched in a sequential manner in
                  the specified order unless you use -Z, --parallel. You can specify command line options and URLs
                  Manual page curl(1) line 1 (press h for help or q to quit)

                  The reasoning behind curl --manual is simple. On a machine without the manual system you still need access to the full manual. This is one of the reasons why man curl is also implemented as curl --manual

                  An important RFC is echoed to my terminal in the man curl output which is RFC 3986

                  A Uniform Resource Identifier (URI) is a compact sequence of
                  characters that identifies an abstract or physical resource. This
                  specification defines the generic URI syntax and a process for
                  resolving URI references that might be in relative form, along with
                  guidelines and security considerations for the use of URIs on the
                  Internet. The URI syntax defines a grammar that is a superset of all
                  valid URIs, allowing an implementation to parse the common components
                  of a URI reference without knowing the scheme-specific requirements
                  of every possible identifier. This specification does not define a
                  generative grammar for URIs; that task is performed by the individual
                  specifications of each URI scheme.

                  I shall not quote the whole RFC 3986 here. You can read all about it on the RFC site (see sources)

                  As you can see curl is thorougly documented, has all the features a simple end user needs to fetch all kind of data, scaled up all the way to the extensive complex features router hardware et all, needs to transfer data.

                  programming route

                  I came to this toot when I saw that certain external feature code, which lives in stable external libraries, is now being removed from curl. I should say the code is depreciated then phased out.

                  This is a logical step

                  • It takes resources to maintain external code
                  • If the (shared) libraries are stable and mature, it's much better to just call those libraries and be done.
                  • The more external code you can remove from your project the better it is for all the programmers

                  The same is also happening in the Linux kernel, they are following in the footsteps of curl

                  Conclusion

                  There is a treasure trove of information in the sources. Just reading the pages on RFC 3986 will keep you occupied for hours.
                  Have fun and keep reading / learning and programming!

                  sources:

                  curl.se/

                  rfc-editor.org/rfc/rfc3986

                  curl.se/mail/lib-2026-03/0026.

                  screencap

                  Alt...screencap

                  screencap

                  Alt...screencap

                  https://www.rfc-editor.org/rfc/rfc3986

                  Alt...https://www.rfc-editor.org/rfc/rfc3986

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

                    The European BSD conference, EuroBSDcon 2026 will be in Brussels, 9-13 September 2026.

                    You can send your talk, tutorial, BOF or other session submission to our program committee before June 2oth, see 2026.eurobsdcon.org/cfp/

                    For more about the BSD conferences, see nxdomain.no/~peter/what_is_bsd

                      #netbsd boosted

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

                      @nuintari I think your mirror idea would work, but keep in mind that if you reach the maximum depth of your write cache, the physical disk will hold up writes to the RAM disk until things get caught up.

                      Something I don’t get: how can it take 40 to 45 minutes to back up, say, 128 gigs? That’s only slightly faster than free-128-gig-USB-stick-from-Microcenter speeds. With a decent NVMe SSD, that should take, say, 128 seconds or so.

                      RAM disks are great for certain uses. I’ve booted machines with no disks, create a RAM disk, installed #NetBSD on to it, chrooted to it, then run entirely in the RAM disk for months. It’s a great solution to certain problems.

                      (edit: RAM disk <-> physical disk hold up)

                        #netbsd boosted

                        [?]vermaden » 🌐
                        @vermaden@mastodon.social

                        Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟲/𝟬𝟯/𝟮𝟯 (Valuable News - 2026/03/23) available.

                        vermaden.wordpress.com/2026/03

                        Past releases: vermaden.wordpress.com/news/

                          [?]vermaden » 🌐
                          @vermaden@mastodon.bsd.cafe

                          Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟲/𝟬𝟯/𝟮𝟯 (Valuable News - 2026/03/23) available.

                          vermaden.wordpress.com/2026/03

                          Past releases: vermaden.wordpress.com/news/

                            benz boosted

                            [?]Dr. Brian Callahan [He/Him] » 🌐
                            @bcallah@bsd.network

                            New post alert!

                            I muse about research some of my grad students and I did around independently evaluating some anti-ROP mitigations, and I bid farewell to being an OpenBSD developer.

                            briancallahan.net/blog/2026032

                              Jay 🚩 :runbsd: boosted

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

                              Toot from /www/firefox-149.0b10 in my local pkgsrc tree on /amd64-current...

                                Nils boosted

                                [?]joany » 🌐
                                @joany@mastodon.bsd.cafe

                                My web server is up for now
                                arch
                                HP 715/100XC anno 1995

                                i remind you i am not a web developer 🤣

                                paj.realnovum.com

                                  #netbsd boosted

                                  [?]arosano 🇩🇰 🇮🇱 » 🌐
                                  @arosano@mastodon.bsd.cafe

                                  Jay 🚩 :runbsd: boosted

                                  [?]Jay 🚩 :runbsd: » 🌐
                                  @jaypatelani@bsd.network

                                  Happy International Day of Forests. 🌲

                                  While the tech industry burns megawatts and boils millions of gallons of water just to run the latest AI hype-machine, NetBSD🚩 is about extreme efficiency. Writing tight code that keeps the hardware you already own running for decades means less e-waste in the ground and less power pulled from the grid.

                                  You don't need to drain a lake to run a server. Keep your old machines alive. Protect the forests. 💧🌳

                                  Photo By: Andrea Villarreal Rodríguez
                                  “The legacy of the forest”
                                  Country: United States of America

                                    [?]BSDCan » 🌐
                                    @bsdcan@bsd.network

                                    BSDCan 2026 is June 19-20, with tutorials 17-18. If you register before May 1, the closing reception is free!

                                    Register at bsdcan.org/2026/registration.h

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

                                      #netbsd boosted

                                      [?]R.L. Dane :Debian: :OpenBSD: :FreeBSD: 🍵 :MiraLovesYou: [he/him/my good fellow] » 🌐
                                      @rl_dane@polymaths.social

                                      Rant about people ranting about Wayland [SENSITIVE CONTENT]

                                      @jzb

                                      I think the one rant about Wayland that I think should stick is that the rate of change is too much for smaller projects like #NetBSD (who's yearly funding goal is 1/6,220 of the Linux foundation's 2025 income) to ever hope to keep up with.

                                      I also find the attitude of some Wayland apologists just kinda tapping their feet and expecting smaller projects to just adopt it quickly as if it isn't a very complex thing kind of infuriating.

                                      That said, I'm running Wayland on most of my machines, in both KDE Plasma 6.x and Sway.

                                      I don't love it, and I don't hate it, but it mostly just works for me.

                                      I think those who want to ignore the use cases where it doesn't work should learn to have more understanding that their typical use case isn't everything, and those who resist change because it's change should at least try something new, even if it's a little worse.

                                        [?]BoxyBSD » 🌐
                                        @BoxyBSD@mastodon.bsd.cafe

                                        Wow! After we temporary opened the gates for free VPS instances, we got more than 80 new registrations and already shipped more than 50 new, completely free bases VPS instances.

                                        Thanks to @gyptazy for making this possible!

                                          #netbsd boosted

                                          [?]R.L. Dane :Debian: :OpenBSD: :FreeBSD: 🍵 :MiraLovesYou: [he/him/my good fellow] » 🌐
                                          @rl_dane@polymaths.social

                                          @DrInterpreter @AnachronistJohn @jns

                                          @AnachronistJohn @jns @rl_dane I'm looking for an AI-free, secure OS that will let me pretend to be on Windows when I need to and still run ad blocking Chromium browsers, Zoom and solid free video editing.

                                          I think all three major BSDs can run Chromium. I know for certain #OpenBSD can, pretty sure #FreeBSD can as well. My experience with #NetBSD is very limited, though, but probably.

                                          As far as zoom, I'm afraid that's currently out of the picture on the BSDs, to the best of my knowledge. They used to have a web app, but I think that's gone, as well.

                                          Among the Linux distros, Gentoo seems to have a pretty strongly anti-AI stance.

                                            #netbsd boosted

                                            [?]Andrew Ball » 🌐
                                            @ball@mastodon.bsd.cafe

                                            @Zenie @justine @prahou I find /evbarm works on the 32-bit boards. People tell me it (partially) works on some 64-bit boards but not mine. In fairness I think there's a lack of documentation for the SoCs.

                                              [?]JdeBP » 🌐
                                              @JdeBP@mastodonapp.uk

                                              @nuintari @mwl

                                              A lot of the sysop infrastructure on the BSDs seems to still have the old reporting model of undergraduates running the occasional password cracker who need to be discovered first thing in the morning and told off by lunchtime, rather than an entire planet of malefactors attacking everything that they can reach all of the time, that one lone sysop cannot do anything to halt.

                                                Jay 🚩 :runbsd: boosted

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

                                                @jns @rl_dane #NetBSD has a careful and deliberate developer selection, so the scenario where lots of corporate shills come in, invite more corporate shills, then push out or outnumber non-shills won’t happen.

                                                It’s not a coincidence that we’re not making bullshit excuses to de-support x86 and lesser known architectures, and that we’re not allowing “AI” anything.

                                                  [?]joany » 🌐
                                                  @joany@mastodon.bsd.cafe

                                                  Some 2026 issues are fun.
                                                  Trying to host a simple webpage on my -risc
                                                  It crashes when i hit reload a few times on Firefox

                                                  What variables can i tune to make it a bit more stable?

                                                    Jay 🚩 :runbsd: boosted

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

                                                    Mid February #NetBSD #pkgsrc package counts for 2025Q4:

                                                    10.0: earmv4 12805 (didn't have it listed before)
                                                    10.0: m68k 9622 (+1394)
                                                    10.0: powerpc 20711 (+2833)
                                                    10.0: sparc64 16866 (+1635)
                                                    10.0: vax 7495 (+748)

                                                    11.0: aarch64eb 24042 (+4001)
                                                    11.0: earmv4 4362 (+612)
                                                    11.0: m68k 8132 (+1271)
                                                    11.0: mips64eb 3852 (+363)
                                                    11.0: mipsel 440 (+449 - needs a new power supply)
                                                    11.0: powerpc 4552 (unchanged - needs space and power)
                                                    11.0: riscv64 18616 (+3233)
                                                    11.0: sh3el 7809 (+2239)
                                                    11.0: vax 5245 (+1879)

                                                      7 ★ 1 ↺
                                                      Jay 🚩 :runbsd: boosted

                                                      [?]Amitai Schleier [he/they] » 🌐
                                                      @schmonz@schmonz.com

                                                      Macmini6,2

                                                      fastfetch output

                                                      Alt...fastfetch output

                                                        6 ★ 0 ↺

                                                        [?]Amitai Schleier [he/they] » 🌐
                                                        @schmonz@schmonz.com

                                                        2018 Mac mini was already being weird. Then macOS Tahoe dropped support. Usually I'd want NetBSD. But the only option was Linux, and it's pretty darn okay.

                                                        Here's my setup: https://schmonz.com/2025/11/12/small-macs/

                                                        (Writing... muscles... loosening.)


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

                                                          #NetBSD #pkgsrc 2025Q3 is here!

                                                          Here are the final pkgsrc-2025Q2 package counts:

                                                          9.0: earmv4 4230 (still working on gcc 13)
                                                          9.0: m68k 3418 (+46)

                                                          10.0: aarch64eb 24677 (finished)
                                                          10.0: alpha 18926 (+564 - finished)
                                                          10.0: earmv4 12678 (+573)
                                                          10.0: m68k 9929 (+127)
                                                          10.0: sh3el 10669 (+3)
                                                          10.0: sparc64 15637 (+53)
                                                          10.0: vax 9298 (+54)

                                                          current: riscv64 11615 (+672)

                                                            benz boosted

                                                            [?]Parade du Grotesque 💀 » 🌐
                                                            @ParadeGrotesque@mastodon.sdf.org

                                                            Back to top - More...