techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.7K
active users

#aix

0 posts0 participants0 posts today

Some twenty years ago you could just order stuff on the Internet for free. Big companies were giving away cool things: I remember you could get IA-32 programming manuals from Intel at zero cost (and zero shipping costs).
Me being stupid me got this. A whole package of IBM DB2 8.1 for AIX (32-bit) disks including learning materials.
I still wonder what to do with these.
There's zero chance of me stumbling upon an AIX-supported hardware.

Avignon, Aix, Marseille… Selon le « Touriscore », ces villes font partie des plus touchées par le surtourisme

Il s’inspire du Nutri-score, cette échelle qui informe le consommateur sur les qualités nutritionnelles d’un produit. Le Touriscore,…
#Marseille #FR #France #Actu #News #Europe #EU #2025 #actu #Actualités #Aix #Avignon #ces #europe #Provence-Alpes-Côted'Azur #Républiquefrançaise #selon #Société #Touriscore #Villes
europesays.com/fr/220355/

Beyond the prompt: in the future, AI agents will participate in meetings with humans in real time, without explicit prompting. Imagine an agent raising its hand during a Zoom meeting and voicing an opinion or offering an idea. #AIX

Replied in thread

@cks @whitequark

Back in 1993, #AIX was the example that people gave of a C library where malloc(0) returned NULL.

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

Most of the C libraries that I touched back then either just handed off to the operating system's API for suballocation, which did not treat zero specially, or had their own suballocation functions, which did not treat zero specially.

groups.google.commalloc(0) fails on AIX and nowhere else I could find ...

#plptools update!

Haiku

The #HaikuOS port is now mostly working, with caveats. Everything compiles except plpfuse, which might require migrating plpfuse to FUSE3. I've been able to send and receive files using plpftp, but RS232 DSR checking has to be disabled in the code. I don't want to speak too soon as it could very well be my mistake, but there might be a bug in Haiku's implementation of ioctl() for serial ports. Stay tuned...

FreeBSD

The #FreeBSD port currently has issues with linking to readline, but I'm sure that's fixable. However, a different issue has come up involving FreeBSD's implementation of the timezone global variable. This, in turn, might have uncovered some very old, slightly iffy code when working out timezone offsets.

Other platforms

The #macOS port is running fine at the moment, thanks to @captfab and @jbmorley's sterling work. If you're on macOS, check out Reconnect.

I'd like to resurrect the #NetBSD port for a few reasons, not least because you can still run the current release of NetBSD on a Series 5. I have no experience with NetBSD, so that's my challenge for this afternoon.

There are indications that plptools has at some point worked on #HPUX, #IRIX and #AIX. I personally feel that these ports probably don't need to be resurrected.

The code also mentions #Solaris - I'd certainly consider working on an #IllumOS port, if people were interested.

Interestingly, there's no mention of #OpenBSD, but again I would consider working on that if people are interested.

This is very much a *NIX/POSIX suite of tools. A Windows port isn't going to happen any time soon, unless someone wants to try building it using cygwin. I'm not saying it will never happen, but it's not a priority.

Misc

A couple of small bugs have been squashed by Reuben, including an issue where logging didn't go to stdout when using the --autoexit switch.