Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible duplication in the Project File Structure in the "My Setup" page #6

Closed
sugan-reden opened this issue Nov 26, 2024 · 15 comments
Labels
enhancement New feature or request

Comments

@sugan-reden
Copy link
Contributor

sugan-reden commented Nov 26, 2024

Hi!

I just found your site through the Quartz Showcase, and as both a 3D Artist and a programmer/game dev myself, I was quite happily surprised.
Truly a humongus treasure trove. A huge thanks for your tremendous work, it will definitely prove useful to me in the future.


Now onto the issue at hand.
I may be wrong here, but like the title says, there seems to be a typo/duplication in the Project File Structure presented.
Unless, that is, you do really use a file structure with two directories named "Blender"?
If it is so, then I would like to inquire about the reason, by curiosity.

image
Included this for good measure.

Sidenote:
This makes me think there may be another typo in the hardware section below, in the Huion Kamvas point, currently named "Kamas".


Out of context, but related:
Also, forgive me as I have not read all of it yet so the following may come out of ignorance, but I would like to know how you handle projects that are multidisciplinary, in terms of workflow. For example, projects that go through the whole suite/process of software in production.
Do you leave to them to each their own software directory, or have a temporary file transfer/conversion directory to transfer files to other software?

I would also like to know what the nesting level under this looks like (Level 2/3?).
And, as a suggestion, what would you think about including example/dummy files to show an example of how you organize your files in directories further below.
Something like this perhaps:

Modelling-Sculpture
L____ Blender
         L_________ example1.blend

Thank you for reading me :) And good day to you ☀️

@sidney-eliot
Copy link
Owner

Hi there, first of all I'm happy you took the time to comment about this stuff. Working on this handbook which over time has become quite a big thing, means that many mistakes will go unnoticed by my two eyes, especially when spending a lot of time working on the pages, basic mistakes start to become drowned out. The things you mentioned should now be fixed / improved in the live version of the handbook.

Also because of your other question, could you elaborate. When working between modeling software like Blender, ZBrush, Maya and ZBrush iPad I use one-click solutions in the form of transfer add-ons, more on that here: https://sidney-eliot.github.io/3d-artists-handbook/model-creation/workflow-between-zbrush-and-blender. For other software like Marmoset or Unreal I would have folders similar to what is now in the updated example.

If you have any further gripes or suggestions for the handbook, I would be happy to hear them. You can either create an issue as you have here, or write me on discord, which is probably better for back and forth conversations (my discord id is: "epicrex")

@sidney-eliot
Copy link
Owner

I just noticed that I might have gone a bit overboard on the example and it might now be hard to read. I'll maybe think of a cleaner way to show the folder structure.

@sidney-eliot sidney-eliot added the enhancement New feature or request label Nov 26, 2024
@sugan-reden
Copy link
Contributor Author

Hi, sorry for taking my time to answer, this week was crazy.

The things you mentioned should now be fixed / improved in the live version of the handbook.

That's great! I just took a look at it, and I think it's going in the right direction.


For other software like Marmoset or Unreal I would have folders similar to what is now in the updated example

Don't worry, this was indeed what I was wondering about. I believe that in the previous version, I didn't see any "transfer" folders for software that don't have a great import/export compatibility plugin/add-on.
That said, based on the new structure, I'm guessing you leave them in their respective software directories, in a "... Output" sub-directory, is that correct?


If you have any further gripes or suggestions for the handbook, I would be happy to hear them. You can either create an issue as you have here, or write me on discord, which is probably better for back and forth conversations (my discord id is: "epicrex")

Understood and noted, although I like leaving issue-related discussions on the repo of choice, for records, availability to others and posterity, I don't mind either way. I don't use Discord very often these days, but I'll look into getting back into it.


I just noticed that I might have gone a bit overboard on the example and it might now be hard to read. I'll maybe think of a cleaner way to show the folder structure.

I thought about this too. In my mind, I have two suggestions.

Suggestion 1

Maybe splitting the top Projects directory and an example-project's directory into two sections?

Like so:

Section 1 Projects Root Directory or Project Main Folder (or what you feel is best)

Projects/
├── Character Projects
├── Creature Projects
├── Environment Projects
└── Studies

Section 2 Example Project Structure (or Character Example Project?)

Character Projects/
└── Astro Girl/
    ├── Reference/
    │   ├── AstroGirl.pur
    │   └── ...
    ├── Textures
    └── ...

Suggestion 2

Maybe it's just me, but I can't seem to find the source files so I don't really know how you made it, but is there a way to possible clean the tree structure?

You probably already thought about this too. But I find the branches quite jarring, since they all look like they're starting from the root ^^.
I'm curious, since I haven't got to use Quartz yet, could that be the Quartz renderer acting up?

My suggestion would be to perhaps put it into a code block (or literal/verbatim block), but that might make you loose the emojis :(.

Misc.

Related, but not totally directly. Do you have a rigid file name structure?
Like do you use pascal case for everything? Do you blend it in with kebab or snake case?
Or do you use camel case for 3D-only files like some are wont to do?

If you do, what would you think about adding it? And describing your thought process on how you use it, and why you prefer it the way you do. Or if you're flexible to the needs of the project/company's already placed convention naming system, etc.

@sidney-eliot
Copy link
Owner

Yeah I think you're right with this being better via issues. I don't have much time today, but I can quickly answer your last question.

I very much try to never ever touch my C disk as I hate how windows clutters it up by automatically creating files and installing things into it and how folders like "Program Files" have a spacing. For my PC I mostly keep everything PascalCase and kebap-case for my NAS. But in both cases I often switch over to Camel Case with spacing at, or close to file path endpoints. Only ever of course if the software that will be using that doesn't have problems with it.

This is something I have thought long about in the past and been on the fence for quite some time, thinking that it might be better to keep everything snake_case or kebap-case. But I eventually settled on a mix of what I mentioned above as I thought that there will anyway be some files that have spacing so why not give my eyes the satisfaction of nice folder names in non critical areas. It can make navigating around in terminals or using scripts a bit more of a hassle, but I find it to be worth it.

@sidney-eliot
Copy link
Owner

@sugan-reden The file structure is quite pretty now. That purple block acts like normal markdown, so adding in spaces is a bit annoying.

Also you can view the raw markdown files by switching to the v4 branch (The readme at the bottom describes which folders contain what)

@sugan-reden
Copy link
Contributor Author

sugan-reden commented Dec 4, 2024

Heya, you bring up some nice points \o__o/

I very much try to never ever touch my C disk as I hate how windows clutters it up by automatically creating files and installing things into it and how folders like "Program Files" have a spacing.

That's interesting, I do remember thinking the same way in the past. Nowadays, though, I got back to using the C: disk for the most used/important software, while still leaving the project files on another disk (mainly D:). Mostly speaking for 3D here.
I mainly went because of, I don't specifically know why, but while trying to install some 3D software like Maya and Zbrush in isolated environments -- in a directory of D: -- I still somehow had some files installing on the C:. This arguably may be a skill issue on my end. Were you able to do completely isolated installations of your 3D software?
The second reason was to have an easier time while programming, to not have to switch disks so often, and not have to play with environment variables issues. I'm curious if you've gotten any of those? I'm assuming yes, but I'd be curious to know how you overcame it.


For my PC I mostly keep everything PascalCase and kebap-case for my NAS.

Nice choices 👌

But in both cases I often switch over to Camel Case with spacing at, or close to file path endpoints.

Interesting 🤔. When you say camelCase with spacing, do you literally mean with whitespace? Like this -> astroGirl render 001.png?

Only ever of course if the software that will be using that doesn't have problems with it.

That's nice 👍. May I ask for examples as to what software accept this?


The file structure is quite pretty now.

I just saw, and I agree ^^, good work! 👍

That purple block acts like normal markdown, so adding in spaces is a bit annoying.

Oh... I perhaps should have asked about this before, but how did you write the file tree? By hand?

If so, then for next time -- if there so happens to be one -- you might be interested in the following resource (assuming you don't already know it):

https://tree.nathanfriend.com

This one is only an example, there are more out there if you don't like this one in particular, it just happens to be the one I've been using lately for quick formatting 🌊.

I also thought you could place literal blocks inside admonitions/callout blocks 🤔. But then again, I haven't gotten to using Quartz fully yet so I don't really know in this particular case.


Also you can view the raw markdown files by switching to the v4 branch (The readme at the bottom describes which folders contain what)

Real nice, thanks 👍. Would you be open to pull requests? I may consider making some for next time I see something. I'd understand if not, this is still your handbook after all.

That makes me think, this is beyond the scope of this issue, but have you ever considered forking the project and opening it to all (open contributions)? Or is that already how the current project is set up?
This isn't so much of a suggestion, more like simple curiosity.

@sidney-eliot
Copy link
Owner

Hi there Sugan

Heya, you bring up some nice points \o__o/

Stay strong and keep away from the evil yet alluring clutches of C 😉

But yeah it obviously also depends on how your PC is configured. I made sure to only buy a 500GB SSD for C. And have D, E and F each with a couple of terabytes

That's nice 👍. May I ask for examples as to what software accept this?

Pretty much all software accepts it (mostly the ones I come across that don't are small open source tool or script software made by a solo dev). But still core software structure should be in directories without spacing. But content for that software like a folder that contains add-ons for said software, really doesn't need to follow the strict no spacing policy and if it does cause issues, one can easily fix the folder name without breaking anything (the worst thing that could happen is that one has to set a new path). For folder where software or framework libraries are stored or things that are in the env path or linked to the windows registry, renaming folders isn't an option. So in that case one should assume folders with spaces will cause issues.

Oh... I perhaps should have asked about this before, but how did you write the file tree? By hand?

How I mostly do trees, is by creating the folder structure in the explorer, opening a terminal window and executing the tree command and then copying the result. But in this case I had to add lost and lots of  . I now notice that the smarter solution would have been to temporarily modify the the CSS of that purple block to not align the text to the left and then unset that custom CSS after the purple block. (As with tags one can embed HTML directly into markdown)

https://tree.nathanfriend.com

Yeah that's a lot easier 🥲, thanks

Interesting 🤔. When you say camelCase with spacing, do you literally mean with whitespace? Like this -> astroGirl render 001.png?

If you look closely you'll notice that whenever I talk about a case, I use those two words to show the case in action. But maybe there's a proper name for that case, let me know if you know it.

I haven't gotten to using Quartz fully yet so I don't really know in this particular case.

None of that is Quartz related, it's all Obsidian. Quartz only helps host an Obsidian instance, by recreating the Obsidian project as a nice website.

Would you be open to pull requests? I may consider making some ...

I didn't really have the need until now as you are one of the first that has shown interest in contributing. In general I would be open to that. I would have to adjust my workflow a bit however, as currently I keep changes for some weeks up to months in my Obsidian and then push the changes. This is mainly because when I'm rewriting and overhauling pages or adding new stuff, and I push everything together there's often something that isn't done yet. (So maybe pushing pages alone is what I should be doing instead). I'm actually kind of embarrassed to admit this, but for this handbook I don't use any kind of version control software, all I use is the quartz built in sync command.

... but have you ever considered forking the project and opening it to all (open contributions)? ...

Not quite sure what you mean with that. Wouldn't those that want to push things create their own fork. And also forking is something that always works on every repo and can't be blocked


Hey it's me again, a couple of hours after writing the stuff above. I have now set up GitHub Desktop and am kicking myself for not using it earlier for this handbook 😑. I also created a CONTRIBUTING.md as well as a CODE_OF_CONDUCT.md and updated the branch rules. Everything should be ready now to create forks and pull requests. Using a version control software now, also removes the issue I mentioned above where merging with changes from others would be a pain, and I will now also push single pages and small changes as soon as they are done.

So why not give it a try. I'm sure you'll find some missing comma somewhere 😅

@sugan-reden
Copy link
Contributor Author

sugan-reden commented Dec 7, 2024

Heya!

Stay strong and keep away from the evil yet alluring clutches of C 😉

lol. I think I will try to get back to trying that, at least with 3D software, maybe less so for programming and game dev software.

But yeah it obviously also depends on how your PC is configured. I made sure to only buy a 500GB SSD for C. And have D, E and F each with a couple of terabytes

For sure ^^. Also, that sounds expensive, but also really cool ✨

Pretty much all software accepts it (mostly the ones I come across that don't are small open source tool or script software made by a solo dev). (...)

That does happen lol 🙂‍↔️

But still core software structure should be in directories without spacing. But content for that software like a folder that contains add-ons for said software, really doesn't need to follow the strict no spacing policy and if it does cause issues, one can easily fix the folder name without breaking anything (the worst thing that could happen is that one has to set a new path).

Mostly agree with this 👍. I this a case where you would enforce your own 'Camel Case'?

For folder where software or framework libraries are stored or things that are in the env path or linked to the windows registry, renaming folders isn't an option. So in that case one should assume folders with spaces will cause issues.

That's what I was thinking about. When I tried to install some 3D software on the D:/ disk, some of these core files bled through and still installed on the C:/ disk... 🫠 Thus the probable skill issue on my part. Are you saying you succeeded in completely isolating the install to the D:/ or other disks?

How I mostly do trees, is by creating the folder structure in the explorer, opening a terminal window and executing the tree command and then copying the result. (...)

That is indeed a nice way of quickly checking the layout of a select directory. It's how I still do it in some cases where I want something visual, or to check if I laid things out the right way when checking docs, etc.

Yeah that's a lot easier 🥲, thanks

👍


But maybe there's a proper name for that case, let me know if you know it.

Haven't found a proper name for that yet, so I'll just say x case with whitespace lol, or write them auto-logically.

If you look closely you'll notice that whenever I talk about a case, I use those two words to show the case in action.

I did wonder if you were writing auto-logically or not. Now I know. 👌

However, knowing this, in this case:

For my PC I mostly keep everything PascalCase and kebap-case for my NAS. But in both cases I often switch over to Camel Case with spacing at, or close to file path endpoints.

I believe the Camel Case you mention would actually be whitespace Pascal Case or Upper Camel Case, right? Or did you mean
camel Case?

Just so we're on the page, I searched this as a source: https://en.wikipedia.org/wiki/Naming_convention_(programming)


None of that is Quartz related, it's all Obsidian. Quartz only helps host an Obsidian instance, by recreating the Obsidian project as a nice website.

Ohhh I see ^^ Nice! I was wondering about the specific usecase parts of Quartz. Knowing this, would I be correct in assuming it uses Obsidian's markdown parser for content?

I didn't really have the need until now as you are one of the first that has shown interest in contributing. In general I would be open to that.

Woot! Nice ✨ ^-^/

I would have to adjust my workflow a bit however, as currently I keep changes for some weeks up to months in my Obsidian and then push the changes.

We could definitely try to figure that out as we go. I'll adjust to your release cycle.

This is mainly because when I'm rewriting and overhauling pages or adding new stuff, and I push everything together there's often something that isn't done yet. (So maybe pushing pages alone is what I should be doing instead). I'm actually kind of embarrassed to admit this, but for this handbook I don't use any kind of version control software, all I use is the quartz built in sync command.

Oh! I didn't know Quartz managed up to that point ^^. Thinking about it, it does make sense though as -- as I understand it -- it is primarily meant as a done-and-go instance publisher for your Obsidian vaults, yeah?

Not quite sure what you mean with that. Wouldn't those that want to push things create their own fork. And also forking is something that always works on every repo and can't be blocked

This really is my bad, I kinda brainfarted on the wording of this.

What I meant was, what you do think about splitting/dissociating and opening the project as a community project?

Something like:

graph LR;

    A("Current 3D Artist Handbook");
    B("Your '3D Artist Handbook', linked to your personal Obsidian notes");
    C("Contributions/Community Open '3D Artist Handbook', initially duplicated from your notes, but not necessarily linked to your notes");

    A-->B;
    A-->C;
Loading

In the sense that you would still be able to keep you notes isolated. I'm not saying that this is something to do, I'm just asking about this because I am wondering what you think about keeping your notes personal to you, as opposed to opening them up for anyone to edit.


Hey it's me again, a couple of hours after writing the stuff above. I have now set up GitHub Desktop and am kicking myself for not using it earlier for this handbook 😑. I also created a CONTRIBUTING.md as well as a CODE_OF_CONDUCT.md and updated the branch rules. Everything should be ready now to create forks and pull requests. Using a version control software now, also removes the issue I mentioned above where merging with changes from others would be a pain, and I will now also push single pages and small changes as soon as they are done.

Heya! 🤯 That's great to hear!
Version control is indeed great for managing any type of project, be they individual or collaborative 😄. I will get on to reading them and check it out :)

So why not give it a try. I'm sure you'll find some missing comma somewhere 😅

Definitely going to try it! 😁

@sidney-eliot
Copy link
Owner

sidney-eliot commented Dec 18, 2024

Hey Sugan,

For sure ^^. Also, that sounds expensive, but also really cool ✨

Not if you consider that most of them are HDDs.

Mostly agree with this 👍. Is this a case where you would enforce your own 'Camel Case'?

I guess. If I were a robot 🤖, I would always use kebab-case, but I like keeping things nice and appealing when possible, as long as it doesn't come with too many drawbacks. It's like treating yourself to something that isn't essential.

That's what I was thinking about. When I tried to install some 3D software on the D:/ disk, some of these core files bled through and still installed on the C:/ disk... 🫠 Thus the probable skill issue on my part. Are you saying you succeeded in completely isolating the install to the D:/ or other disks?

Firstly, always try to install portable versions of software if they are offered for download, this will result in 0 bleeding and has the added benefit that you don't have to re-install them when you re-setup your OS in the future.

Secondly, Windows will for basically every software that is installed on other disks also add some files to C, which one can mostly ignore. Some software will, however, save stuff like preferences to C, in which case you can mostly go into the software's preferences and reroute the path, preferably to a folder on your D that focuses on preference files and is protected by some sort of scheduled backup (in some cases I have also had success in re-routing software data paths by editing local config file variables that were not exposed in the software UI's setting window. A quick browser search for the respective software should yield results).

As you've been asking a lot about my file structure, I can quickly break it down.

C: Windows
D: Content files and config files (3d projects, preferences & configs, images, obsidian vaults, game saves (that don't have steam cloud yet), portable software, ...)
E, F, ... : Installed software and steam games

The reason why splitting out everything that is important to one disk, is that it makes it incredibly easy to back up everything while keeping the backups as mall as possible by preventing bloat like installed software and other stuff like that to make its way into the backups.

Then I use UrBackup to perform scheduled differential backups of my entire D disk to my NAS server.

Btw, ludusavi is great for backing up software and game saves / configs automatically to a specific folder.


Haven't found a proper name for that yet, so I'll just say x case with whitespace lol, or write them auto-logically.

Just looked up a list of cases and the proper name it Title Case.

Oh! I didn't know Quartz managed up to that point ^^. Thinking about it, it does make sense though as -- as I understand it -- it is primarily meant as a done-and-go instance publisher for your Obsidian vaults, yeah?

Yeah, quartz offers the sync command which does everything for you, but I now see that I should have never used that and stayed with regular version control tools instead. 😔

Something like:

Oh, a flow chart, that's a rare sight in markdown, almost as rare as mermaids 🧜‍♀️.

What I meant was, what you do think about splitting/dissociating and opening the project as a community project?

In the sense that you would still be able to keep your notes isolated. I'm not saying that this is something to do, I'm just asking about this because I am wondering what you think about keeping your notes personal to you, as opposed to opening them up for anyone to edit.

Not sure if this still needs answering at this point. Also, I'm getting a bit hung up about the term community project. Isn't a public repo that allows for pull requests a "community project". Furthermore, in regard to:

opening them up for anyone to edit.

I will be strict with what makes its way into the live pages to keep up the quality standard. But my guess is that people who read some of the pages and want to contribute, will understand what quality standard is required based on what they've seen. And of course, there is no harm in people "experimenting" around inside of work_in_progress (I also just noticed that I should change the underscores to dashes in that folder name).

Also, this workflow of collaborating with others might change over time when more people start collaborating, but currently it's only you, so we don't need complex politics at the moment 😄

Cheers

@sugan-reden
Copy link
Contributor Author

Heya Sidney,

Not if you consider that most of them are HDDs.

Ohhh, that's right, I didn't think about that. Did you go for setups like the Sinology stuff? Or custom?

I guess. If I were a robot 🤖, I would always use kebab-case, but I like keeping things nice and appealing when possible, as long as it doesn't come with too many drawbacks. It's like treating yourself to something that isn't essential.

I see 🤔. I will probably have to rethink my naming workflow for 3D a bit. Pondering pondering... 💭

Firstly, always try to install portable versions of software if they are offered for download, this will result in 0 bleeding and has the added benefit that you don't have to re-install them when you re-setup your OS in the future.

I didn't know 3D software offered this option, only heard of it before for programming, open-source and other software ^^. I'll definitely be looking into this 👍.

Secondly, Windows will for basically every software that is installed on other disks also add some files to C, which one can mostly ignore. Some software will, however, save stuff like preferences to C, in which case you can mostly go into the software's preferences and reroute the path, preferably to a folder on your D that focuses on preference files and is protected by some sort of scheduled backup (in some cases I have also had success in re-routing software data paths by editing local config file variables that were not exposed in the software UI's setting window. A quick browser search for the respective software should yield results).

I'll be looking into this too! 👍 I can't let my skill issues win after all. Thanks for this :)

As you've been asking a lot about my file structure, I can quickly break it down.

C: Windows
D: Content files and config files (3d projects, preferences & configs, images, obsidian vaults, game saves (that don't have steam cloud yet), portable software, ...)
E, F, ... : Installed software and steam games

The reason why splitting out everything that is important to one disk, is that it makes it incredibly easy to back up everything while keeping the backups as mall as possible by preventing bloat like installed software and other stuff like that to make its way into the backups.

Then I use UrBackup to perform scheduled differential backups of my entire D disk to my NAS server.

Btw, ludusavi is great for backing up software and game saves / configs automatically to a specific folder.

Thanks for the example illustration, it helps my brain a bit :)
I haven't invested in a backup solution yet, but it is something that I wanted to look into in the somewhat near future.
This joins the first question above, but may I ask for the NAS hardware setup?

Just looked up a list of cases and the proper name it Title Case.

That makes sense lol It really was right under my nose 😄. Would you use the Chicago here too?

Yeah, quartz offers the sync command which does everything for you, but I now see that I should have never used that and stayed with regular version control tools instead. 😔

I think using the sync command is perfectly fine, at least for some, since in my opinion it really depends more on what one wants to do with their project. For example, I'm thinking that for a personal blog-type quartz site, there's not really an expectation for collaboration, since the content is what it is (mostly personal I mean). Compared to here where the project is a bit more collaborative and thus the need for version control tools becomes more apparent. That said, in my opinion there's no need to be too harsh on yourself here, I'd say it is - at the very least - mostly a learning experience 👍.

Oh, a flow chart, that's a rare sight in markdown, almost as rare as mermaids 🧜‍♀️.

I know right? :) By the way, they're in Obisidan/Quartz if you ever wanted to use them! (I haven't seem them on the site yet, please disregard this if I'm wrong oops).

Not sure if this still needs answering at this point. Also, I'm getting a bit hung up about the term community project. Isn't a public repo that allows for pull requests a "community project". Furthermore, in regard to:

opening them up for anyone to edit.

I will be strict with what makes its way into the live pages to keep up the quality standard. But my guess is that people who read some of the pages and want to contribute, will understand what quality standard is required based on what they've seen. And of course, there is no harm in people "experimenting" around inside of work_in_progress (I also just noticed that I should change the underscores to dashes in that folder name).

You are completely right here. I think that what I really wanted to confirm is if you were comfortable with this project becoming less and less "personal" to you the more people contribute to it in the future.
But indeed, with the quality maintenance, I now understand your vision a bit better. 👍

(I also just noticed that I should change the underscores to dashes in that folder name).

oops 😄

Also, this workflow of collaborating with others might change over time when more people start collaborating, but currently it's only you, so we don't need complex politics at the moment 😄

Agreed 🙆‍♂️


Cheers 🍻

@sugan-reden
Copy link
Contributor Author

Heya! There may still have some discussion to continue here, but as for the initial issue, I think it was mostly solved so I think I will close this 🫡.

Cheers 🍺


Closing

@sidney-eliot
Copy link
Owner

sidney-eliot commented Jan 3, 2025

There may still have some discussion to continue here

It's funny, you remind me of a tip in a game that hints at there being more important dialogue with a specific npc. But yeah, I was still planning on replying to all loose ends

I know right? :) By the way, they're in Obisidan/Quartz if you ever wanted to use them!

Yeah, I know that's the joke, the flowchart framework used in Obsidian, among other places, is called Mermaid charts

Ohhh, that's right, I didn't think about that. Did you go for setups like the Sinology stuff? Or custom?

A friend has been trying to drag me to a bare-bones setup, but for now, I'm very satisfied with True Nas Scale. My setup might seem a little crazy at first, being 2x 16TB HDDs, but basically, I use a mirror raid setup, then a lot of the space goes to my URbackup backups. Besides that, I use it for all kinds of stuff like external storage, a place to store old projects, run a multitude of docker containers and perhaps even for less legal things like a jellyfin instance with shows, anime and movies but that's just some hypothetical thing I'm talking about and surely not doing. (And staying theoretical here, I, personally, find it quite important as an artist to be able to quickly reference interestingly done parts, cinematography, or even just basic stuff like lighting of shows and movies. For example, if one wants to animate or pose some cool stuff, JoJo is a great place to get inspired by.)

To get a bit more technical, one of the pros of TrueNas Scale is that it's ZFS based, also recently as of Electric Eel version, they switched from Kubernetes to docker, making it now, in my opinion, hands down the best option for running your own server (although I now anyway use dockge for docker container management). Or you go the bare-bones route where you control the server via terminal commands and helpful docker container exclusively, which also has some advantages. Although I recommend waiting until Electric Eel version is fully released as it's currently in beta and this has some bugs (production-ready release will maybe be out in about 3 months or so)

Here's an image from the day I built it together

cachedImage

Cheers 🥛

@sugan-reden
Copy link
Contributor Author

sugan-reden commented Jan 4, 2025

It's funny, you remind me of a tip in a game that hints at there being more important dialogue with a specific npc. But yeah, I was still planning on replying to all loose ends

😆 *hmm, yes yes* ... this may or may not have been on purpose. x)

Yeah, I know that's the joke, the flowchart framework used in Obsidian, among other places, is called Mermaid charts

Ah yes, that is also what I meant, lol. 🤯


Damn, that's an impressive setup 😎. It looks awesome too, nice 👍.

(...) perhaps even for less legal things like a jellyfin instance with shows, anime and movies (...)

Ah yes, the good stuff ✨, hypothetically.

(...) For example, if one wants to animate or pose some cool stuff, JoJo is a great place to get inspired by.

Indeed 😆. *while striking awesome pose* 👓*

To get a bit more technical, one of the pros of TrueNas Scale is that it's ZFS based, also recently as of Electric Eel version, they switched from Kubernetes to docker, making it now, in my opinion, hands down the best option for running your own server (although I now anyway use dockge for docker container management). Or you go the bare-bones route where you control the server via terminal commands and helpful docker container exclusively, which also has some advantages. Although I recommend waiting until Electric Eel version is fully released as it's currently in beta and this has some bugs (production-ready release will maybe be out in about 3 months or so)

Understood, I'll gladly take your word on this and consider it, as I am looking into investing into my own home server, but am still gathering the funds so I can hold on with what I have in the meantime without too much pain.

My brother got his own custom one from spare parts his university was about to throw away or sell, but he now has a bit of trouble with upgrading and maintaining it, as well as managing the space it needs since he recently moved to an apartment, granted they were business/industrial parts.

Cheers 🍸

@sidney-eliot
Copy link
Owner

I see, I 🌊.

▶️👻🩸↪️✨🤺⏩💎⛓️‍💥↗️🪙💨⏭️🪨🌊⏹️


Understood, I'll gladly take your word on this and consider it, as I am looking into investing into my own home server, but am still gathering the funds so I can hold on with what I have in the meantime without too much pain.

Excluding my disks, my server was about 400$ (and I also already had an old cpu lying around), but a big part of that was the case, sitting at around 140$, and the only reason I went with it was because as soon as I saw it I fell in love with its clean, continuous shape♥️. Btw if you intend to use Jellyfin on the server, and want to be able to use transcoding (basically allowing devices like phones, tablets and TVs that may not support a video file to still play it), then make sure the CPU you get has an onboard GPU (most cheaper CPUs will have this, however, as manufacturers assume that people that buy lower end cpus won't want a full on GPU as well)

Cheers 🧋

@sugan-reden
Copy link
Contributor Author

sugan-reden commented Jan 26, 2025

I see, I 🌊.

Noice x)

▶️👻🩸↪️✨🤺⏩💎⛓️‍💥↗️🪙💨⏭️🪨🌊⏹️

I'm not entirely sure I understand this sequence, oopsi 😆


Excluding my disks, my server was about 400$ (and I also already had an old cpu lying around), but a big part of that was the case, sitting at around 140$, and the only reason I went with it was because as soon as I saw it I fell in love with its clean, continuous shape♥️.

That's impressive! ^^
Quite a bit lower than what I was thinking for a custom one even 😲.
Also, yeah, I do agree that the case is incredibly clean, I can get why anyone would want it hehe

Btw if you intend to use Jellyfin on the server, and want to be able to use transcoding (basically allowing devices like phones, tablets and TVs that may not support a video file to still play it), then make sure the CPU you get has an onboard GPU (most cheaper CPUs will have this, however, as manufacturers assume that people that buy lower end cpus won't want a full on GPU as well)

Oh! It's been a while since I heard about Jellyfin. When my brother was first installing his, we talked about it a bit, but that was a while ago already.
Thanks for the tip! I'll definitely keep that in mind as that might indeed be one of the definite uses I will have for the server.

Cheers 🍷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants