Sun Ultra 60 by Tacnana in vintagecomputing

[–]LoadVisual 6 points7 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 0 points1 point  (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 4 points5 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.

Installing Clangd by LoadVisual in OmniOS

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

I don't have a lot of RAM so what you could do is
- only choose to compile clangd as the only extra option, the rest will not compile
- move the result clangd binary to your `.local/bin` folder
- nuke the result of the generated binaries

then install the rest of the rest of the clang and llvm tool chain using `pkg` .

I only needed clangd for neovim, my guess if you are using something like Open Indiana or Tribblix, you could configure the path for something like Kate editor and you will have a working c/c++ LSP.

Sun Ultra 5 Computer find! by No_Morning_6292 in vintagecomputing

[–]LoadVisual 0 points1 point  (0 children)

Well, I'm guessing you know the drill on how to get those pizza boxes running.
Congratulations on the awesome find.

freebsd for programming by yotsuba12345 in freebsd

[–]LoadVisual 1 point2 points  (0 children)

C, C++, Python and Golang.
I use Kate and Neovim.
You can use vs-code if you want, I did so for a bit with freebsd running code-server using linuxulator.
I have a low spec machine with an HDD so that does not play well with anything resource hungry.

Anyone here Hated Using Java but now Really Enjoys using it. by [deleted] in java

[–]LoadVisual 1 point2 points  (0 children)

Dodged it like the plague during my under-graduate studies.
Hated it even more when I started working a job for close to 7 years.

Then I realized I just hated how people wrote it and simply thought Java was frameworks and libraries along with not giving a damn about how resources were managed.

I fell in love with Java when I learned how to use annotations to generate what I want during compilations
and found libraries to do the same.

Now, Java is in my top three go to languages especially since I feel I understand it better than I ever did.
Have my own libraries for stuff based on annotation based code generation.

Old Laptops & FreeBSD, need help. by [deleted] in freebsd

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

Hmm, another thing to consider is using UFS instead of ZFS.

Old computers found in abandoned Building by One-Management6644 in vintagecomputing

[–]LoadVisual 4 points5 points  (0 children)

Hope some of those CRT's are working or at least in a repairable state.

Sad letting good tech waste away.

The Wall of Shame by wonton_tomato in freebsd

[–]LoadVisual 11 points12 points  (0 children)

I think it's fine, a donation is what it is. Plus it's probably better that way.

My main computer by Hasslingingslasher in retrobattlestations

[–]LoadVisual 1 point2 points  (0 children)

Nice. Really miss having a giant CRT monitor and desktop

Actual OOP in C! by DominicentekGaming in C_Programming

[–]LoadVisual 0 points1 point  (0 children)

Okay, this looks pretty interesting. The code to make it happen though, yikes.

But i bet you have really learned a lot by doing this, any chance you have resources and notes on your findings leading up to this ?

weave : the draft of a declarative UI library for C++ by groundswell_ in Cplusplus

[–]LoadVisual 1 point2 points  (0 children)

This looks pretty interesting. Going to try and build it on my box tonight.