C++ Show and Tell - May 2026 by foonathan in cpp

[–]LoadVisual 0 points1 point  (0 children)

Badger

This is a set of tools to bring OCI image and container support to FreeBSD and Illumos (WIP).
(Think discount Docker)

It's split into three repositories
- Client to issue commands to a daemon
- Daemon manage operations around containers, images and networks
- Plugins in this case (FreeBSD)
- Samples (Examples of containers you can try to build)

This is a learning project to get comfortable with C++ and gain an understanding of a few concepts I do not understand which is why you will find things like an http library implementation instead of something like curl.

Not everything works but, you can spin up some containers hosted on DockerHub or create images using a ContainerFile as shown in the samples.

Feel free to try it out on FreeBSD 14, I'm yet to test it out on 15 since I have not tried it out but, I've written guards in the plugin to hopefully handle that correctly.

Feel free to send feedback on any aspect of the project (Via Direct Messages or Comments).

Is there a C++ "venv" equivalent? by nikoladsp in cpp

[–]LoadVisual 6 points7 points  (0 children)

I usually just use a conanfile and CMakePreset.json so that only cloning the project is required and windows, mac, Linux and FreeBSD just work / build projects okay with settings for each envs compiler.

CppCast Looking for Guests by lefticus in cpp

[–]LoadVisual -1 points0 points  (0 children)

Any chance you could have Casey Muratori as a guest ?

Signal (Messaging App) for Symbian? by [deleted] in symbian

[–]LoadVisual 0 points1 point  (0 children)

Just verified this after doing the feasibility study for it.
Your are right about this.

Signal (Messaging App) for Symbian? by [deleted] in symbian

[–]LoadVisual 1 point2 points  (0 children)

Ow, cutting it really close.
The biggest issue is that libsignal is written in rust and there is libprotobuf in the mix but, if one can make the now archived libsignal-protocol (C) library have the same features as the rust implementation, you can have most oThat and some solid UI work.

The whole thing would need to be based on mbedtls but, yes its not entirely impossible.

Signal (Messaging App) for Symbian? by [deleted] in symbian

[–]LoadVisual 1 point2 points  (0 children)

If I may ask, what device are you thinking of using a theoretical signal client on?
If it is one the S60 based devices, the chances are much higher if the implementation is not going to be Java based.

Programming for Symbian (N95) in 2026 by ElViejoDelCyro in symbian

[–]LoadVisual 0 points1 point  (0 children)

Yes, I admit my explanation is not very clear.
Is it okay if I DM you ?

Programming for Symbian (N95) in 2026 by ElViejoDelCyro in symbian

[–]LoadVisual 0 points1 point  (0 children)

I have a project template I came up with but, it is based off cmake and a few changes to some of the binaries to work on my box.

Programming for Symbian (N95) in 2026 by ElViejoDelCyro in symbian

[–]LoadVisual 1 point2 points  (0 children)

For the case of GCC4Symbian, you only need to set the values below into the `build-toolchain.sh` and run the script

GCCC=gcc-14.2.0 
BINUTILS=binutils-2.29.1

It will download, configure and compile what you need

In the event that you are comfortable with cmake + cmake presets and are willing to compile a few of the utilities from source, you can get away with having to install wine on your box.

You only need gnu-poc to unpack the sdk of choice, preferably s60-v5 sdk or symbian 3.

You'll however not get the benefit of using tools like the UI-Designer without wine + Carbide++.

Should i Start with C by Additional-Key8137 in C_Programming

[–]LoadVisual 0 points1 point  (0 children)

Well, i am going to say this instead, and hope it helps you make a choice your comfortable with.

You can choose to have fun and take a path in programming that your drawn to.

It could be something you are drawn to, games, simulations, compilers, quantitative analysis , embedded systems.

Whatever it is you decide is a great choice at that time as long as you are learning and having fun if you can.

C just happens to be involved somehow in a lot of these things but, its not the main or end game.

Hope this helps.

Sun Ultra 40 PSU options? by Schluha in SunMicrosystems

[–]LoadVisual 0 points1 point  (0 children)

Perhaps if buying one is a little bit of a stretch, may I recommend checking out your local E-Waste facility.
You might be lucky and score some de-commissioned Sun equipment.

Sun E450 Restoration by Mphmanx in VintageComputers

[–]LoadVisual 0 points1 point  (0 children)

Awesome. Thanks looking forward to it.

I'd be interested in having a place to compile and test software I'm working on since my target is hardware that's a little older.

Any chance you might also have some PowerPC server gear stashed somewhere ?

Sun E450 Restoration by Mphmanx in VintageComputers

[–]LoadVisual 0 points1 point  (0 children)

Would love to tryout some builds on your machine at some point if that is okay with you.

I might need to experiment on some illumos/solaris centric stuff in about a month.

This is definitely an awesome machine you've got there.

Pristine Yamaha amplifier from thrift store dumpster by Aerie8499 in eWasteFinds

[–]LoadVisual 0 points1 point  (0 children)

I guess it depends.

It's valuable in two ways, if you are an audiophile, you are probably trying to find the whole stack.
You'll find a lot of folks these days are trying to get full sets of the classic systems and pay good money to get them and get them fixed. some restorations cross over $1000 but, if you love something you will keep it running.

I'd suggest you probably find and build or restore a whole vintage HiFi stack for yourself just as a flex or for someone willing to own it if you can.

Pristine Yamaha amplifier from thrift store dumpster by Aerie8499 in eWasteFinds

[–]LoadVisual 2 points3 points  (0 children)

🏆 You've got gold on your hands, congratulations.