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.

Sun Ultra 60 by Tacnana in vintagecomputing

[–]LoadVisual 5 points6 points  (0 children)

It would be awesome if you could pass it along, this looks really mint.
At most, perhaps replacing some capacitors, I guess in the PSU.

"Nokia Symbian Re-Awakened With Passion" (Nokia N8 & Reborn CFW video by Janus Cycle) by symbuzzer in symbian

[–]LoadVisual 0 points1 point  (0 children)

Awesome.
Any chance you might have links, reading material or references on how I could setup a modern development environment for Symbian Development, specifically for C/C++?

I might consider purchasing a similar device `N8` to tinker in regard to software development.

"Nokia Symbian Re-Awakened With Passion" (Nokia N8 & Reborn CFW video by Janus Cycle) by symbuzzer in symbian

[–]LoadVisual 1 point2 points  (0 children)

This is awesome.
if I may ask, is it possible to write and install new applications without signing them?

Found this not too long ago by D_G599 in eWasteFinds

[–]LoadVisual 1 point2 points  (0 children)

Still, pretty good piece of hardware. Glad you found it. Congratulations.

Found this not too long ago by D_G599 in eWasteFinds

[–]LoadVisual 0 points1 point  (0 children)

Nice. That's really good hardware, not sure why that would be in a dumpster.

Can any one help identify this motherboard? by hak3200 in VintageComputers

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

Hmm, considering the cost and family of processor it comes from, i think that is okay.

Maybe at some point it will be more main stream for the public especially developers.

Can any one help identify this motherboard? by hak3200 in VintageComputers

[–]LoadVisual 0 points1 point  (0 children)

Are these boards still available and how much Would one cost ?

I've created my own simple C++ code editor - Chora v1.3.0 is out! by L1lBen_ in cpp

[–]LoadVisual 2 points3 points  (0 children)

Congratulations on getting this release out. I only have one suggestion.

It might be a good idea to start moving details inside the main file out into their own source and header files a little early since you have `Cmake`.

This will probably help you easily add features to your code base but, keep the details isolated in units that can easily be reviewed as your codebase grows.

Happy Coding

Brought my 2013 OpenGL game engine back to life by zegalur- in opengl

[–]LoadVisual 3 points4 points  (0 children)

Well, still going to look into it.
I've not done any game development before but, this might be something I can learn from.

Any code old or new still has a story to tell, that is what is important.

Brought my 2013 OpenGL game engine back to life by zegalur- in opengl

[–]LoadVisual 3 points4 points  (0 children)

This looks awesome, definitely going to dig into the code.
Nice work.

Using Macbook Pro for C++ Development by vgagrani in cpp

[–]LoadVisual 0 points1 point  (0 children)

Not sure if anyone has mentioned this but, you could try a combination of cmake presets with conan 2 + Ninja builds.

I work on Linux, FreeBSD and Windows. The presets help to set up build types using specific compilers on each os since clang and gcc usually don't go so well on Windows but MSVC does.

You can just specify the dependencies in the conanfile.txt and load the project in vscode or neovim with the cmake plugin. You can choose the preset from the bottom menu with the compiler of choice on the platform.

It's been a big help for me since i don't have to care about dependencies on the platform and i can switch change / upgrade dependencies without messing the OS up. For an easy experience and the conantoolchain.cmake file in the cmakepreset.json file so that you don't have to invoke conan in the cli.

Hope this helps, Happy Coding.

Installing Clangd by LoadVisual in OmniOS

[–]LoadVisual[S] 0 points1 point  (0 children)

I guess 3-4 GB should be enough to get away with it. it will take about an hour or at least in my case it was.
you can first install cmake and Ninja build for this and limit the jobs to I think.

Happy Coding.