gyptazy.ch 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.

Admin email
contact@gyptazy.ch
Admin account
@gyptazy@gyptazy.ch

Search results for #illumos

Nour boosted

Michael Dexter »
@dexter@bsd.network

The July 23rd, 2024 Jail/Zones Production User Call is up:

youtu.be/zg2Dty9AM48

We discussed the LittleJet jail management tool, jail process priority limits, cpusets, P core and E core management, Apple Silicon and virtio-fs updates, Lua, and more!

"Don't forget to slam those Like and Subscribe buttons."

Peter Tribble »
@ptribble@mastodon.social

Getting an intermittent error building current jdk on

# There is insufficient memory for the Java Runtime Environment to continue.

I'm suspecting this is something interesting internal to the jdk itself (seen it with jdk22 and jdk23), as the system I use for builds has plenty of capacity.

So many things to do...

Nahum Shalman »
@nahumshalman@hachyderm.io

The 1.70.0 update to required merging in some changes to wireguard-go to get things building for /

I'm marking this release as beta for us:
github.com/nshalman/tailscale/

Things are working for me, but please let me know if you run into issues.

Toasterson »
@Toasterson@chaos.social

@mattl
And thats why I bought the run your own mailserver mastery books a couple days ago. Now I can make my own (clustered?) Mailserver setup on :)

Michael Dexter »
@dexter@bsd.network

The recording of the July 18th, 2024 Production User Call is up:

youtu.be/0eX5Id0ya3A

We discussed moving from AWS/GCP to a private cloud, , upcoming AMD IOMMU fixes, virtio-console, virtio-vsock, , libarchive, system-wide management APIs, Netgraph queue length, over WireGuard and IPsec, a new-to-FreeBSD story, and more!

"Don't forget to slam those Like and Subscribe buttons."

Michael Dexter »
@dexter@bsd.network

The July 16th, 2024 Jail/Zones Production User Call is up:

youtu.be/1F836MFrIfY

We did a deep dive, discussed example , got a update and hacked on it, discussed over and , and more!

"Don't forget to slam those Like and Subscribe buttons."

Toasterson »
@Toasterson@chaos.social

@dch @dexter Yes, although in we have the RBAC facility which allows us to define a user as a role and thus it can run executables if permissions are given but not login. We currently cannot go rootless because of a couple of init services but we could do so. With a couple months effort and some breaking of things. So a Cloud OS based on illumos in the style of google GKE could go rootless even.

Toasterson »
@Toasterson@chaos.social

@dch @dexter Yes, although in we have the RBAC facility which allows us to define a user as a role and thus it can run executables if permissions are given but not login. We currently cannot go rootless because of a couple of init services but we could do so. With a couple months effort and some breaking of things. So a Cloud OS based on illumos in the style of google GKE could go rootless even.

Dr. Brian Callahan »
@bcallah@bsd.network

Here is the spiel for my August 7 NYCBUG talk: nycbug.org/index?action=view&i

As I said before, if you're in the area, come by and say hi. It's a fun talk I've been workshopping; you'll leave with some good laughs, learning some new technical knowledge, and learning how to be a better advocate for the BSDs (or whatever your open source/free software niche is).

Dr. Brian Callahan »
@bcallah@bsd.network

Hey people. I'm speaking at NYC*BUG for the August meeting. If you're in or around come by say hi.

I, uh, have no idea where the venue is. I think NYU?

As for what I'm speaking about, I think I'm going to workshop a new talk. Designed to be funny and push the boundaries of what is truly useful for us to be doing in 2024.

Michael Dexter »
@dexter@bsd.network

The recording of the July 3rd, 2024 Production User Call is up:

youtu.be/iw5P6CZEpls

We revisited OpenZFS encryption options, discussed OpenZFS monitoring with , fully-automatic resume generators (FARGs), and more!

"Don't forget to slam those Like and Subscribe buttons."

0 ★ 0 ↺

gyptazy »
@gyptazy@gyptazy.ch

Ok, finally! Here wo go: on via .

Here, we have a basic image running which will be soon shared as a raw image (including instructions how to run it w/o patched and also trying to provide a image.


Michael Dexter »
@dexter@bsd.network

The July 2nd, 2024 Jail/Zones Production User Call is up:

youtu.be/YhAGlr66SnY

We had a long, in-depth technical discussion about Jail Descriptors, good CVEs to attempt to exploit, SNMP, PkgBase boot environments, and more!

"Don't forget to slam those Like and Subscribe buttons."

Michael Dexter »
@dexter@bsd.network

The June 25th, 2024 Jail/Zones Production User Call is up:

youtu.be/KaNLkeZneaA

We had a long, in-depth performance debugging session and more!

"Don't forget to slam those Like and Subscribe buttons."

Joel Carnat ♑ 🤪 »
@joel@piou.foolbazar.eu

I finally upgraded my PowerEdge server. It was painless, straightforward and error free. So boring. Thanks a lot devs for building such a solid platform!

omnios.org/upgrade

Toasterson »
@Toasterson@chaos.social

@implementcontrols I run my own Kubernetes cluster with S3 and Postgres on local storage (Application based replication) and a NAS with ZFS and NFS for things that can't use S3. Also I want to have one node of the S3 cluster on the NAS for stability. With Kubernetes Oprators which run the Backup etc. for postgres and minio it's very reliably. With Talos you can extend that local cluster to a VPS worker aswell. And it's Very high availability. And once setup autorecovers.

🗳

cypheon »
@cypheon@kanoa.de

Which distribution should I install in a VM as a simple dev environment for testing compatibility?

OmniOS:12
SmartOS:2
OpenIndiana:13
Whatever / Show results:7

Closed

Stefano Marinelli »
@stefano@mastodon.bsd.cafe

Experts in OmniOS, SmartOS, IllumOS, and Solaris, I have a question: I have an OmniOS VPS with several zones, obviously in their ZFS datasets. I'm simulating an emergency restore on another equivalent VPS, just as I do with all my backups. I created a live snapshot of my zone (without halting and detaching) and I'm copying it to the other VPS with a command similar to:
zfs send -vcR rpool/zones/nginx@toMove01 | ssh root@myIP "zfs receive -F rpool/zones/nginx"
The copy completes successfully. At that point, on the destination VPS, I run:
zonecfg -z nginx -f nginx.cfg

The content of nginx.cfg is:
create -b
set zonepath=/zones/nginx
set brand=pkgsrc
set autoboot=true
set limitpriv=default
set ip-type=exclusive
add net
set allowed-address="192.168.123.254/24"
set physical="nginx0"
set mac-addr="2:8:20:9:d7:f2"
set global-nic="internal0"
set defrouter="192.168.123.1"
end
add attr
set name="resolvers"
set type="string"
set value="1.1.1.1,9.9.9.9"
end

The zone is created and is in a configured state. When I run zoneadm -z nginx attach, no output is given, so everything seems okay, but in fact, the zone remains "configured" and a start returns:
[2024-06-24 09:50:41.92728] [29919] [warn] WARNING: cannot 'boot' nginx. nginx is configured and not installed.
Running the install command will create different datasets.

Can you give me some advice? Thank you very much!

Nahum Shalman »
@nahumshalman@hachyderm.io

Michael Dexter »
@dexter@bsd.network

The recording of the June 20th, 2024 bhyve Production User Call is up:

youtu.be/RtANcURRoB8

We discussed TPM emulation, the 9p client that arrived this week, virtio-vsock, NFS, the BMD supervisor, an entropy-starvation VM freeze, NSH, a Windows 7 VM, and more!

"Don't forget to slam those Like and Subscribe buttons."

Michael Dexter »
@dexter@bsd.network

The recording of the June 19th, 2024 OpenZFS Production User Call is up:

youtu.be/ifajTJ1K-So

We discussed sharenfs issues on , the new POSIX standard release, OpenStack on ZFS, 's new 9p client, on the Raspberry Pi, three feature requests, package mismatches, a TrueNAS disk mystery, and more!

"Don't forget to slam those Like and Subscribe buttons."

Michael Dexter »
@dexter@bsd.network

The June 18th, 2024 Jail/Zones Production User Call is up:

youtube.com/watch?v=2hBdphBSLq

We discussed Jan's new post on hosting a FreeBSD package cache, the packaged base ecosystem, a .zfs documentation bug, 9p news, Jailer news, new Jail features, and more!

"Don't forget to slam those Like and Subscribe buttons."

Neirac »
@Neirac@bsd.network

Stefano Marinelli »
@stefano@mastodon.bsd.cafe

Michael Dexter »
@dexter@bsd.network

The recording of the June 12th, 2024 Production User Call is up:

youtube.com/watch?v=qDVDV_Zuqi

We discussed full pool replication, the implicit dataset, a zdb follow-up to last week's discussion, mirroring VM-IMAGEs, UEFI file systems, OpenZFS native encryption and use cases, TCP/IP tuning for WAN replication, and more!

"Don't forget to slam those Like and Subscribe buttons."

Dr. Brian Callahan »
@bcallah@bsd.network

I made a command line interface to repology.org to make keeping track of which of my ports need updating easier. So I released it on GitHub.

It works out of the box on , , and . It will autodetect which of those operating systems you are on and fetch info from the correct repo. For everyone else, it defaults to OpenBSD but can be easily overridden with an option flag.

It is written in D and will build and run wherever a compiler is available.

github.com/ibara/repology

(And yes, I already made an OpenBSD port for it: github.com/jasperla/openbsd-wi)

Michael Dexter »
@dexter@bsd.network

The June 11th, 2024 Jail/Zones Production User Call is up:

youtube.com/watch?v=zS25LILjf4

We discussed SilvertonBSDCon, FreeBSD "firstboot" options, Sun's Translucent File System, Daniel's Netgraph Buddy updates, Dave's CI work, Michael's OccamBSD/PkgBase work, a metapackaged distribution for Jail and VM use, IPv6 diagnostics, and more!

"Don't forget to slam those Like and Subscribe buttons."

Dr. Brian Callahan »
@bcallah@bsd.network

A wild post appears! I bootstrapped the DMD compiler on OpenIndiana and built a package for it. Which apparently no one had done before.

briancallahan.net/blog/2024060

Michael Dexter »
@dexter@bsd.network

The recording of the 2024-06-06 bhyve Production User Call is up:

youtu.be/jCP9L8mBZ9c

We discussed aarch64 and amd64 boot stages in great detail (and would love to see more highly-verbose system boot documentation), read-only VM boot, PXE VM booting, continued Broadcom NIC issues with and without SR-IOV, a '-f (fib number)' option for ping, FreeBSD build options, 9front as a VM, VM termination options, and more!

"Don't forget to slam those Like and Subscribe buttons."

Michael Dexter »
@dexter@bsd.network

The Recording of the 2024-06-04 Jail/Zones Production User Call is up:

youtu.be/HapxoX3TfIo?feature=s

We discussed Mike Karels' passing, Dave's in-progress CI/CD system, Jan's use of Varnish as a package mirror cache, and more!

Toasterson »
@Toasterson@chaos.social

@jmc @ptribble A nod to the children of all devs keeping Java support mandatory :)

Jared Jennings »
@jaredj@emacs.ch

@teajaygrey @thumb Great summary! The only one I don't see there is helloSystem, which I think is still a thing. hellosystem.github.io/docs/

I've only used and lately. FreeBSD has ZFS quite well integrated. When I was younger, the BSDs seemed yawn-worthy: Linux was where all the new stuff was happening. Now a few of those "new stuffs" have come and gone, and I appreciate the ability to store my stuff somewhere that won't break, whose goals are less beholden to corporate initiatives.

In fact, of late, I've seen a lot of chatter on my timeline...

Toasterson »
@Toasterson@chaos.social

Small Announcement:

OpenIndiana missing support for Hybrid ISO's is a Bug and not a result of a decision. We would Love patches to our image builders to address that. If you have some time to put some love into a patch to this script here github.com/OpenIndiana/slim_so we would love your contribution.

Michael Dexter »
@dexter@bsd.network

The recording of the 2024-05-22 Production User Call is up:

youtube.com/watch?v=ozk9DKgstR

We discussed the Multi-Gen LRU/swap issue on Linux, swap management, Rate Limiting, ARC/L2ARC eviction, and more!

Michael Dexter »
@dexter@bsd.network

The May 21st, 2024 Jail/Zones Production User Call is up:

youtube.com/watch?v=jkud_ePHNI

We discussed BSDCan, Jail Descriptors, the Yerevan Kiwi, 14.1-RELEASE bugs and wish list items, aliased Jail networking performance, SR-IOV, configinit, Vultr, iPXE, mount.conf, FreshPorts, and more!

Jonathan Perkin »
@jperkin@federate.me.uk

Folks using on and may be interested in this change I recently looked into:

github.com/jperkin/notes/blob/

I've tested it in bulk builds, and it has been confirmed to fix build issues in at least scipy, while not causing any regressions.

It's now going into the pkgsrc trunk builds for some additional testing.

Michael Dexter »
@dexter@bsd.network

If you are to catch ANY Production User Calls, this would be the week.

We covered some GREAT topics.

YouTube.com/@callfortesting

Michael Dexter »
@dexter@bsd.network

The May 16th bhyve Production User Call recording is up before the call ended!

youtube.com/watch?v=TRj-G8BTpY

We discussed upcoming events, bhyve issues with TrueNAS CORE 13.3 Beta 1, virtio-net checksumming and other networking issues, a Hyper-V to bhyve case study, DTrace in TrueNAS CORE, and more!

Michael Dexter »
@dexter@bsd.network

The May 14th, 2024 Jail/Zones Production User Call

youtube.com/watch?v=WEf3JBrzl_

We discussed BSDCan, Jail Descriptors, the ifconfig CIDR proposal, FreeBSD forwarding overhead and workarounds, Jan's ZFS layout, WAN TCP buffer sizing, net-mgmt/netsnmp, and more!

Alessandro »
@alephoto85@livellosegreto.it

Secondo giro! Lo so che XMPP è poco usato ma può essere una buona scusa per provarlo 😉

Io e @blu, abbiamo creato una MUC, "Guuf - Gruppo Utenti Unix del Fediverso".

Chiacchieriamo di sistemi operativi unix-like, si condividono articoli, esperienze, tutorial 😅

È aperto a tuttз, anche e soprattutto principiantз.

Se volete passare a trovarci siete benvenutз!

fedilug-italia@conference.magi

Per info su XMPP: xmpp-it.net/

"A4 Deconne" di David Revoy - CC-BY 4.0

Michael Dexter »
@dexter@bsd.network

The recording of the May 9th, 2024 Production User Call is up, encoded in SIX minutes on the new hardware:

youtube.com/watch?v=PIpZQg0sfG

We discussed upcoming events, virtualizing Windows 10 with GPU pass-through, the FreshPorts call for participation, lots of updates from Chris Hackathon ideas, en
core/pcore pinning, and more!

Jonathan Perkin »
@jperkin@federate.me.uk

So unfortunately 17 has hit , which means I need to turn off support for the full LLVM suite in on

We offered to provide build hosts and maintain support, but upstream weren't interested, and removed all of the code.

Given it was working absolutely fine, this is a real shame. Especially as I spent a significant chunk of time getting it working.

It'll now have to go back to depending on GCC's libstdc++, and I'll work on avoiding dependencies on clang where I can.

Alessandro »
@alephoto85@livellosegreto.it

Hey gente, con @blu, abbiamo creato una MUC(stanza) su XMPP.

Si chiama "Guuf - Gruppo Utenti Unix del Fediverso".

Chiacchieriamo di sistemi operativi unix-like, si condividono articoli, esperienze, tutorial... insomma un bel po' di roba 😅 (anche se siamo in pochi per ora).

È aperto a tuttз, anche e soprattutto principiantз.

Se volete passare a trovarci siete benvenutз!

fedilug-italia@conference.magi

Il logo è temporaneo e non è azzeccatissimo ma adoro le illustrazioni di David.

"A4 Deconne" by David Revoy − CC-BY 4.0

Michael Dexter »
@dexter@bsd.network

The recording of the 2024-05-01 OpenZFS Production User Call:

youtube.com/watch?v=MD4fOvEAJI

We discussed the Multi-Actuator Drive Fairy visiting Stew, "virtualizing ZFS", Daniel's Zelta news, bookmarks, clones, and more!

Michael Dexter »
@dexter@bsd.network

The recording of the 2024-04-30 Jail/Zones Production User Call

youtube.com/watch?v=3Ubu7j6ZP-

We discussed BSDCan and Mac DevOps YVR, Jan's amazing PkgBase Jail setup, and more!

“This looks awesome 🔥"

Peter Tribble »
@ptribble@mastodon.social

For those interested in also using viola, I've created a clone on github containing the source with changes necessary to build successfully on Tribblix.

I've also added the Host header, which allows it to talk to many more servers. (Although what this means in practice is that it can connect to more servers with content it can't handle, and usually crashes.)

github.com/ptribble/earlybrows

Michael Dexter »
@dexter@bsd.network

The recording of the April 25th, 2024 Production User Call is up:

youtube.com/watch?v=gGzpLLJTHS

We discussed SR-IOV and GPU pass-through, DaVinci Resolve on using Linux compatibility, FreeBSD at Netflix, and more!

Likey Subscriby!

Hey-o! A modern Mac Mini would sure help speed up this process!

Michael Dexter »
@dexter@bsd.network

The April 23rd, 2024 Jail/Zones Production User Call is up:

youtu.be/kyRMerj1yyw

We discussed Jan's impressive use of jail.conf and.include, Netgraph, Doug's OCI work, and much more!

"Don't forget to slam those Like and Subscribe buttons."

Anyone have a 16GB/512GB Apple Silicon Mac Mini to contribute to this effort to speed up rendering times?

Jonathan Perkin »
@jperkin@federate.me.uk

We're hiring!

mnxsolutions.com/careers/senio

Come and help us maintain and enhance a fully open-source operating system and cloud stack that has been battle-tested in very large production environments.

There are plenty of interesting problems to solve, all the way from writing device drivers and debugging early boot issues, to writing new UIs in Rust.

I think we're a pretty friendly team to work alongside too ;)

Happy to answer any questions.

BoxyBSD »
@BoxyBSD@mastodon.bsd.cafe

Shhh! Something is coming... Don't tell anyone.

No description

Peter Tribble »
@ptribble@mastodon.social

New Tribblix SPARC m30 release now available for install and upgrade.

tribblix.org/download.html#spa

0 ★ 0 ↺

gyptazy »
@gyptazy@gyptazy.ch

Is it intended that the default text installer of ( does not support only network configuration and forces me to add configuration (even I do not have one)?

Guess, I spoilered something for now.


0 ★ 0 ↺

gyptazy »
@gyptazy@gyptazy.ch

⚠️ Weekly Meeting ⚠️

Our first weekly will start on the 25th, April 2024 at 7 PM (GMT+2).

You can find all the details on the wiki:
https://wiki.bsd.cafe/docs:weekly-bsdpub

For the first one, I already created a small agenda (https://wiki.bsd.cafe/docs:weekly-bsdpub-meeting-minutes-2024-04-25). You are highly encouraged to modify and extend this, as well as upcoming agendas!

Overview:
Day: Thursdays (weekly)
Time: 7 PM - 8 PM (GMT +2)
Where: https://meet.gyptazy.ch/BSDPub (Jitsi)
Infos: https://wiki.bsd.cafe/docs:weekly-bsdpub
Agenda: https://wiki.bsd.cafe/docs:weekly-bsdpub-meeting-minutes-2024-04-25
Info: No recordings, no deep tech dives (keep it simple, we have calls for the details, no pressures to anyone, have fun and enjoy)

When I started the poll to ask for interests in such a meeting I wasn’t sure that even more than 5 people would be interested. I’m happy to see this amount of interested BSD users. I’m aware of the different timezones and it might make sense to have a second timeslot. This one mostly covers the European and near-east users. I’m happy to hear suggestions regarding preferred timeslots for the US, Asia,… so far, I’m happy to see at least a few of you next Thursday in the call!


0 ★ 0 ↺

gyptazy »
@gyptazy@gyptazy.ch

Long post

wow, we already have almost 50 people interested into a weekly meeting. In the BSDCafe we already thought about possible dates and additional organization.

Different timezones make it really hard to just have a single meeting and it might end up in two or even three ones but also trying to avoid fragmentation. But this will probably work out more in an iterative way…

The current idea is to start Thursdays, 7pm GMT+2 in an unmoderated public jitsi session where everyone can join. I think the targeted user group is able to handle it in that way, like we always do.

The question is also, do we want to have an agenda or only open minded jump in and see how it works out?! My experience is, that people might be shy to start talking, it’ll be silent and people start to drop’s drop. An agenda might be helpful for an initial start but I also want to avoid having an introduction round where everyone tells something about himself. I mean, this can be done optionally, but I’m also aware of it that some may feel uncomfortable with this. This round should just make fun and not make any pressure or someone feeling uncomfortable.

So, agenda or open minded and free to talk for the first sessions?



🗳 0 ★ 0 ↺

gyptazy »
@gyptazy@gyptazy.ch

⚠️ The BSD Pub ⚠️

Hey Fans!

We all share the same interests - based systems like , and .

We chat all day, sharing thoughts, questions and help. We talk on Matrix across different channels, we share on the . We have @vermaden@bsd.cafe's newsletter, we have @dexter@bsd.network's and calls and many other ones I can't list here.

Wondering if there would be and interests in the , , etc., for a weekly smalltalk session like in a pub. Just a Jitsi based video/audio call where we can meet, discuss things from newsletter, trending things from the or just have off-topic and openminded discussions. This could result into the meeting.

I know, some people are shy - keep your cam off until you feel comfortable and feel free to join the discussions. Even this meetings should make fun and no pressure - so if someone is not in the mood or can't make it - no worries. No one will judge.

Would you be interested?


Yes:44
No:4

Closed

Michael Dexter »
@dexter@bsd.network

Wednesday's Production User Call recoding:

youtu.be/n5I4py4-w2A

We discussed special device removal, a 66TB NVMe device, and much more!

, , , ,

Michael Dexter »
@dexter@bsd.network

Yesterday's Jail/Zones call recording is up!

We discussed upcoming events, anti-FreeBSD FUD, @dch's OCI container progress and container registries, IPv6 networking and more!

youtu.be/DVXRq77BcU0

ArcticLab »
@arcticlab@mastodon.social

@anubhav @Tubsta @dexter @alelab As such, it can become a project (independent of company) once again. It will also be more maintainable long term if the current WebUI is turned into effectively a shell script.

ArcticLab »
@arcticlab@mastodon.social

@anubhav @Tubsta @dexter @alelab It seems that the solution is to just use or (, , ) with hardware from SuperMicro (or others) and / as UI and related via shell script. I believe that this is the route. The original source of FreeNAS was the project (rather than a company).

aru »
@aru@functional.cafe

I don't know what it is about (or probably any distribution), but it just feels right. I know this is really vague, but that's the best description I could come up with. I just boot it up and immediately get the feeling of "yes, this is it, this is how it should be".

Dr. Brian Callahan »
@bcallah@bsd.network

Michael Dexter »
@dexter@bsd.network

The recording of the April 4th, 2024 bhyve Production User Call

youtu.be/Y_spbe5TEzo

We discussed the security appliance which is now available as a VM, TPM Emulation, a VM framework for , AMD SEV and untrusted public VM providers, identifying tap/bridge performance bottlenecks, diagnosing PCI Pass-Through (PPT) issues, and the various FUD surrounding CORE and other -based appliances.

Jay 🚩 »
@jaypatelani@bsd.network

Thanks to community's Smart Person @jperkin of to providing signed packages for check out : pkgsrc.smartos.org

pkgsrc.org

Michael Dexter »
@dexter@bsd.network

The April 2nd Jails / Zones Production User Call:

youtu.be/30lCuMg8Rt4

We discussed automatic epair allocation, block cloning, PkgBase jails, the xz backdoor, OpenBGPd, OCI container repos, and more!

"Don't forget to slam those Like and Subscribe buttons."

Antranig Vartanian »
@antranigv@sigin.fo

@joel As the website notes in the About page, "the server resides at hackerspace.am, so please anticipate downtime when the electricity is out" 😅 I’ll make a status page today for all the services.

I also did a very bad editorial choice by deciding "there's not much news... let's try monthly" but todays article ended up being long. I will go back to weekly, every Sunday at 00:00 AM UTC, scheduled, so people don't wait.

Thank you for the interest <3

Antranig Vartanian »
@antranigv@sigin.fo

@joel As the website notes in the About page, "the server resides at hackerspace.am, so please anticipate downtime when the electricity is out" 😅 I’ll make a status page today for all the services.

I also did a very bad editorial choice by deciding "there's not much news... let's try monthly" but todays article ended up being long. I will go back to weekly, every Sunday at 00:00 AM UTC, scheduled, so people don't wait.

Thank you for the interest <3

Michael Dexter »
@dexter@bsd.network

Several recordings are up!

YouTube.com/@callfortesting

Thank you @antranigv for co-hosting during !

Sorry to be offline during the Great bsd.network Outage of 2024.

drscream »
@drscream@m.fru.bar

It was a pleasure to meet all the friends at - so big thanks to everybody!

drscream »
@drscream@m.fru.bar

Sadly I’ve only one M shirt left, if you are at and like an shirt poke me! I need the space for other stuff ;-)

0 ★ 0 ↺

gyptazy »
@gyptazy@gyptazy.ch

0 ★ 0 ↺

gyptazy »
@gyptazy@gyptazy.ch

drscream »
@drscream@m.fru.bar

0 ★ 0 ↺

gyptazy »
@gyptazy@gyptazy.ch

You’re a fan? It doesn’t matter if you’re a beginner, pro or developer - everyone is welcome to participate in the .

Focussing on , , , and in the discussions, also all other flavors like , ( are welcome! You’re a fan (, , , , ,…) - just jump in: :bsd.cafe

More on my blog:
https://gyptazy.ch/blog/bsd-cafe-the-community-for-bsd-systems-freebsd-openbsd-netbsd/