carparc, to random
@carparc@mastodon.social avatar

I think this stance is exactly right. Until the copyright and licensing issues with LLMs have been tested in courts, it is a huge risk to be including LLM-generated code. Especially when the LICENSE is such a defining part of the project.

To those that ask “but how will they know”—ultimately, they cannot, but having a clear policy like this sets expectations upfront; just like they have a policy not to include GPL-licensed code.

https://mastodon.sdf.org/@netbsd/112446618914747900

jbzfn, to linux
@jbzfn@mastodon.social avatar

👀 PowerPC 40x Processor Support To Be Dropped From The Linux Kernel
@phoronix

"Back in 2020 was a proposal for dropping PowerPC 40x support from the Linux kernel given that the code was orphaned for a long time with no apparent users. The PowerPC 40x processors were found in thin clients, set-top boxes, and other devices during the 90's. Finally now it looks like that the PowerPC 40x removal is set to happen"

https://www.phoronix.com/news/PowerPC-40x-Removal-Patches

#powerpc #linux #kernel #opensource

RL_Dane,
@RL_Dane@fosstodon.org avatar

@jbzfn @phoronix

#NetBSD be like, that's ok, we still love the i386 and 68k, let alone older PPC chips!

_leonov420, to random
@_leonov420@bsd.cafe avatar

So far, my netbsd research goes well on my RPI4.

  • I can run firefox (with a small fix to avoid tab crash)
  • I can view/edit documents with Libreoffice
  • I can listen music with mplayer/VLC
  • I can play videos with mplayer/VLC
  • mdns works fine (i use a lot in my home network)
  • i can use ZFS (with the ARC memory patch i dont have any issues with 4GB)

i tried to put all of this on this busy screenshot, with a freshly compiled nscde environment.

jutty, to FreeBSD
@jutty@bsd.cafe avatar

Also noticed that provides a large amount of binary distributions for , , , , , among several other OSs, plus many architecture-specific binaries. That is really nice! Next thing will be deploying it on the beastie server.

joel, to random
@joel@piou.foolbazar.eu avatar

Is there any user running via out there?

My recent try raises issues with missing css files. Weird thing is FreeBSD PLIST does not reference them either. And compiling from source does not seem to solve the problem.

jspath55, to random
@jspath55@chaos.social avatar
jspath55,
@jspath55@chaos.social avatar

@riastradh Next question. I reviewed prior lest logs and see skips on the 0W, such as:

tp-start: 1715245975.744968, lib/libc/gen/t_floatunditf, 1
tc-start: 1715245975.745004, floatunditf
tc-end: 1715245975.765321, floatunditf, skipped, Requires long double support
tp-end: 1715245975.770136, lib/libc/gen/t_floatunditf

and

tc-end: 1711963192.337442, scalbnl_zero_pos, skipped, Requires long double support

(this is on 10.0)

Suggestions?

vermaden, to news
@vermaden@bsd.cafe avatar

Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟰/𝟬𝟱/𝟬𝟲 (Valuable News - 2024/05/06) available.

https://vermaden.wordpress.com/2024/05/06/valuable-news-2024-05-06/

Past releases: https://vermaden.wordpress.com/news/

nixCraft, to random
@nixCraft@mastodon.social avatar
tommythorn, to random
@tommythorn@chaos.social avatar

I want an @ActionRetro -like video channel but using . Not sure if there is an audience for it, but it would be amazing and should allow for some pretty old hardware to run modern software.

mms, to FreeBSD
@mms@emacs.ch avatar

How can I be up-to-date with current developments of all without following their mailing lists? I'd love to know what they are cooking (got or graphical installer for example) but without following dev discussions, as those are too low-level for my needs.

jbzfn, to opensource
@jbzfn@mastodon.social avatar

🧑‍💻 NetBSD On The State & Future Of X.Org/X11
@phoronix

「 The bad news is that to have applications running we require access to a larger open source ecosystem, and that ecosystem has a lot of churn and is easily distracted by shiny new squirrels. The process of upstreaming stuff to X.Org is an ongoing process, but it's likely we'll run into things that will never be suitable for upstream 」

https://www.phoronix.com/news/NetBSD-State-Of-X11-2024

ParadeGrotesque, to random
@ParadeGrotesque@mastodon.sdf.org avatar

Today, I learned something thanks to #NetBSD !

So, this NetBSD Foundation post:

https://mastodon.sdf.org/@netbsd/112382798178078765

Led me to this article:

https://blog.netbsd.org/tnf/entry/x_org_on_netbsd_the

Which led me to the lock (1) utility:

https://man.netbsd.org/lock.1

And finally to this command:

tmux lockc

... which allows one to safely lock a tmux session. I really like it so far.

This is the kind of depth and nice little surprise you don't get with commercial OS. Every day, you can learn about small utilities. :netbsd:

ParadeGrotesque,
@ParadeGrotesque@mastodon.sdf.org avatar

And here is more I learned on the same subject: 'lock' is not implemented under Ubuntu or so 'tmux lockc' does not seem to work either. The utility 'vlock' does the same thing, but is not installed by default.

But installing 'vlock' does not make 'tmux lockc' work under Linux. ☹️

Under and 'lock -p' uses your default password, but 'tmux lockc' work as expected (meaning, it asks for your login password). No '-p' means entering a separate password for unlocking.

joelp, to retrocomputing
@joelp@mastodon.sdf.org avatar

Got my hands on an old Mac Mini G4 PPC and immediately installed NetBSD 10 . Good docs of course, including specific to the G4. Once you get the hang of partioning for Open Firmware 3, pretty straight forward. My first Apple product 😂

mms, to FreeBSD
@mms@emacs.ch avatar

New article:

"There’s a multitude of Operating Systems to choose from. You may have been using something like Windows or MacOS and be perfectly happy with it. You can step up and use Linux, Haiku or even Amiga OS. So, why do I think a BSD system may be a great choice?"

https://michal.sapka.me/bsd/why-bsd/

ParadeGrotesque, to random
@ParadeGrotesque@mastodon.sdf.org avatar

So, uh... In the Linux ecosystem, systemd is now getting the equivalent of sudo, called 'run0' if I got everything correctly.

Somewhere out there 'Jia Tan' is rubbing his hands, because he now has his next target.

Seriously, though, systemd programmers: have you learned NOTHING?

ParadeGrotesque,
@ParadeGrotesque@mastodon.sdf.org avatar

It is enough to make a man despair and go back to either doas, or, even better, plain old 'su' in ...

People who do not learn the lessons of history, etc... etc...

cmccullough, to random
@cmccullough@fosstodon.org avatar

Wow! Kubuntu 24.04 is looking really good! Oh, and, why isn't Kubuntu on Mastodon? 😀

RL_Dane,
@RL_Dane@fosstodon.org avatar

@cmccullough

10 recently came out, which garnered some excitement.

still seems like the best choice to throw on random bits of hardware, at least from my extremely limited experience (but also others' advice)

I like because it's pretty close to the functionality-level of Linux, but, you know, SANE. ;)

Linux be like: OVER-COMPLICATE ALL THE THINGS!!!!!!!

pitrh, to FreeBSD
@pitrh@mastodon.social avatar

This year's will be in . Important dates:

2024-05-01: Registration opens
2024-06-15: CfP closes (BSDCan closes on 2024-06-01)
2024-06-22: PC finalizes speaker selection
2024-07-15: Schedule published
2024-09-19—22: EuroBSDCon 2024 in Dublin

Go to https://2024.eurobsdcon.org/ and explore, submit and register! (two out of three will do)

peachfiend, to linux
@peachfiend@mastodon.sdf.org avatar

i have this old , https://everymac.com/systems/apple/imac/specs/imac-core-i5-2.5-21-inch-aluminum-mid-2011-thunderbolt-specs.html
that has been languishing in the basement since whenever it would no longer take OSX updates. haven't had much luck getting onto it. Daedalus, Leap, and all fail in various ways, most seemingly because few distros understand the Radeon display, despite using proprietary drivers. works, but it's... not for me, i think. suggestions? not an fan. i'm thinking for my next try, maybe.

ParadeGrotesque,
@ParadeGrotesque@mastodon.sdf.org avatar

@peachfiend @cynical13

or are also good options.

stefano, to FreeBSD
@stefano@bsd.cafe avatar

Weekly BSD Pub

*BSD friends, just remember that on Thursday there'll be the first Weekly BSD Pub virtual meeting, organized by @gyptazy

More information here: https://wiki.bsd.cafe/docs:weekly-bsdpub

#RunBSD #BSD #NetBSD #OpenBSD #FreeBSD #DragonFlyBSD

stefano, to random
@stefano@bsd.cafe avatar
governa, to random
@governa@fosstodon.org avatar

9.4 Released With Security & Stability Fixes :netbsd:

https://www.phoronix.com/news/NetBSD-9.4-Released

benjamineskola, to FreeBSD
@benjamineskola@hachyderm.io avatar

I migrated my VPS from to a few weeks back but now I sort of miss OpenBSD.

Either one does everything I need technically, so it’s entirely arbitrary which one I choose.

benjamineskola,
@benjamineskola@hachyderm.io avatar

Didn’t get around to spinning up a new OpenBSD instance this weekend but now I’m also tempted to try out , which is the only one of the big three that I haven’t used much by now — I used FreeBSD on a server and also desktops for years, and I’ve run an OpenBSD server for a bit too, but I’ve only used NetBSD occasionally, on the SDF server. Maybe it’s time.

stefano, to linux
@stefano@bsd.cafe avatar

"How it all began"

I saw an ad for this CD set at a very low price in a computer magazine. I decided to give it a try, enticed by the low cost and this 'alternative solution to Windows', and in late 1996 I ordered this set.
When it arrived, I was fascinated (having never used a Unix or Unix-like system before) but a bit daunted by the lack of support for the main applications I knew. A few months later, though, I decided to give it another go and from that point, I never looked back. Whether it was Linux, one of the BSDs, or something similar (but Unix or Unix-like), I was not going back to systems like Windows.

My today is probably one of the most significant in my computing life.

This is a photo of the back cover of the "InfoMagic LINUX Developer's Resource CD-ROM" case. The cover lists the contents of the 6-CD set, including distributions like Red Hat 3.0.3 "Picasso", Slackware 3.1, Debian GNU/Linux 1.1.4, and others, with various kernel sources up to version 2.0.12+. It mentions the inclusion of a "QuickStart" installation guide and additional software like X-Free86 Version 3.1.2, with references to online resources. There's also information about the included on-line documentation like "Installation & Getting Started Guide" by Matt Welsh and "Network Administrators Guide", as well as file format details. Contact information for InfoMagic, including telephone, fax, email, and web address, is listed, along with the company's address in Flagstaff, AZ. A barcode is present on the bottom right. The text indicates the product is from 1996, providing a glimpse into the distribution of Linux software in the mid-1990s.

jspath55,
@jspath55@chaos.social avatar

@brainwagon @stefano
Yes, I did install 386BSD, then overwrote the floppy with NetBSD 0.9p1 and 1.0 (not 10.0) a few cycles ago.
(spring clean for the may queen)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • everett
  • magazineikmin
  • Youngstown
  • thenastyranch
  • rosin
  • slotface
  • ngwrru68w68
  • Durango
  • PowerRangers
  • kavyap
  • cisconetworking
  • tsrsr
  • DreamBathrooms
  • modclub
  • mdbf
  • tacticalgear
  • khanakhh
  • ethstaker
  • vwfavf
  • InstantRegret
  • tester
  • osvaldo12
  • cubers
  • GTA5RPClips
  • Leos
  • normalnudes
  • provamag3
  • All magazines