There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

kbin.life

Dirk , to asklemmy in I find no motivation in working for myself
@Dirk@lemmy.ml avatar

It will be greatly beneficial for my life and especially my privacy to self-host such software

You should go the Docker route. If you selfhost for yourself you can even use a Raspberry Pi or any common “mini computer” available. Just make sure to install a large enough SSD. 1 terabyte should be fine if you don’t want to use OwnCloud or something like this.

(And now you have something to learn! 😀)

Findmysec OP ,

I use Kubernetes, and TBH the problem isn’t the know-how (I can just learn what I don’t know). The problem is a lack of motivation for doing it solely for myself; I know I should do it but why on earth can’t I muster enough motivation to actually sit down and configure??

Dirk ,
@Dirk@lemmy.ml avatar

Something new to try/learn always motivates me.

Findmysec OP ,

Reading theory always has me excited but configuring it in practice makes me slink away in laziness lol

jadelord , to science_memes in Caption this.

Harder. Stronger. Faster.

BlasphemicMantis , to science_memes in Caption this.

f.

muhyb , to linuxmemes in Wine acronym

A Criminal Regiment Of Nasty Young Men

Iunnrais , to asklemmy in What is your favorite YouTube channels?

Many channels I watch have already been mentioned, but one comes to mind that hasn’t been: if you like Stuff Made Here and NileRed, you’ll love The Thought Emporium. Dude is a mad scientist, for real. His current long term project is trying to make a neural net that can play DOOM… except he means real neurons. Biological neurons grown in his self built lab, sourced from rats.

Treczoks , to linux in How is RISC-V better than arm for Linux?

Actually, I think RISC-V is even worse than ARM. With ARM, at least you have a quite reliable instruction set on the CPU. With RISC-V, most vendors have their own extensions of the instruction set, which opens a big can of worms: Either you compile all your stuff for your own CPU, or you have a set of executables for each and every vendors flavor of RISC-V commands, or you exclusively use the RISC-V core commands. The first would be only for hardcore geeks, the second would be a nightmare to maintain, and the third would be not really efficient. Either way, it sucks.

Laser ,

The same was true for x86, Intel had SSE and AMD had 3DNow, programs just provided different codepaths per available feature (this is where Intel pulled some dirty tricks with their ICC). It’s not that big of a problem.

Treczoks ,

Yes, but those were only two distict flavors, and both had a lot of pull. And those special instructions were only needed in special applications and drivers. With RISC-V we are talking about a dozen different flavors, all by small and mostly insignificant players and the commands that extend the basic command set are commands for quite common operations. Which is a totally different scenarion than the SSE/3DNow issue back then.

Laser ,

Some extensions won’t matter in the slightest, especially concerning controllers that use the instruction set. For the vendors selling general purpose CPUs, we’ll see how it shakes out. It’s in their interest to retain compatibility, so I suppose it’ll be similar to how it’s handled for Vulkan: vendors having their own extensions that at one point get merged into a common de facto standard for general purpose computing or something.

Treczoks , to asklemmy in What are your favorite open-source games?

Minetest and Widelands

laughterlaughter , to linux in So I installed Arch Linux... Is this it?

I like operating systems as boring as possible. Let it manage the underlying system while I focus on work. I think you just convinced me to try Arch now.

Shape4985 , to asklemmy in What is your favorite YouTube channels?
@Shape4985@lemmy.ml avatar

Someordinarygamers

Beardmeatsfood

Mental Outlaw

The Linux Experiment

Fireship

Pirate software

Asmongold

Channel 5

Healthy gamer gg

Cinemassacre

Cold ones

Computerphile

The big lez show

Count dankula

Geowizard

Videogamedunkey

Penguinz0

Sunnyv2

Eli the computer guy

Outdoor boys

DmMacniel , to selfhosted in help setting up audiobookshelf
@DmMacniel@feddit.org avatar

How did you set it up? As a docker container or directly under your OS?

Daniel_Deghaye OP ,

docker thought truenas apps

DmMacniel ,
@DmMacniel@feddit.org avatar

Have you bind your audiobook directory to the containers /audiobook directory?

What format are your audiobooks?

Have you tried uploading one via the GUI?

Perhaps it’s a permission issue (e.g. add the user that runs audiobookshelf to the shares group)

Daniel_Deghaye OP ,

how do i bind it?

DmMacniel ,
@DmMacniel@feddit.org avatar

I sadly do not know how to do it in truenas.

Daniel_Deghaye OP ,

I’ll figure it out

RandomLegend ,
@RandomLegend@lemmy.dbzer0.com avatar

www.truenas.com/docs/scale/22.12/…/docker/

Scrolling down should show you the different screenshots. Point 6. of the list should show the “Storage” Tab where you have the “Host Path Volumes”

That should enable you to link a path on your host to a path on your docker container.

For example Host: /mnt/mediashare/audiobooks Container: /media/audiobooks

HybridSarcasm ,
@HybridSarcasm@lemmy.world avatar

This seems the correct advice. If the container is on the same host as the data, there’s no need to access the data via Samba. In fact, it’s likely the container doesn’t contain the samba client needed for such connectivity.

Assuming TrueNAS allows the containers to see local data, a bind mount is the way to go.

PlantDadManGuy , to asklemmy in What is your favorite YouTube channels?

Dust ups: growing a forest in the TX desert

Bamabass: rich pnut farmer essentially builds a bass pond but it spirals out of control and now he runs a beautiful wildlife sanctuary

Fabrats, trail mater, tom toms, RAD etc.

Aussie bonsai bloke

The_Che_Banana , to asklemmy in I find no motivation in working for myself

You DO need to trick your brain to do this!

Start by saying this is for X and not for me, do the thing, or part of the thing, and build up incrementally.

This is how I went from couch potat to triathlons: I am not exercising, I am just commuting…your brain is dumb and you need to exploit that

Findmysec OP ,

Can you give me an example where the service I need to host is just for myself but I need to trick my brain into doing it? Like a private Jellyfin instance?

The_Che_Banana ,

Absolutely out of my wheelhouse, my computer expertise ends with Excel. However, it’s just a wa6 of doing a given task

I am not making a private Jellyfin instance for myself, I’m making it as an example for X person to see how it is done, and what they can add to it, like Pro Wrestling memes and puppy training tips.

Set it up like you are mentoring someone.

…even me, teach me…I have the slightest idea what jellyfin does because of osmosis of being on the fediverse, but zero practical knowledge, and will have more free time once the high season ends, but I’m willing to check it out and ask questions.

Findmysec OP ,

Somebody mentioned keeping a guide/blog online about the things I do, which is perhaps a round-about way of tricking my brain.

TBH there’s plenty of Jellyfin guides out there haha you don’t need (and likely shouldn’t) follow a specific one.

The_Che_Banana ,

Well, see now thats the thing…there are plenty of cookbooks out there, but I have my own preference as to which I own.

I most definitely need to write things down to keep shit organized- in my corporate life I wrote many “books” for each account i opened and updated my own account “book” every year.

On a daily basis I used a lined paper grid: Top left; shit needed to be done today, Top right, new shit; bottom left, shit to be done but not urgent/this week; and bottom right long term goals/projects This had to be on a clipboard and not a closed binder because: out of sight, out of mind.

Findmysec OP , (edited )

Your saying I’m lacking motivation because I’m not organized enough?

The_Che_Banana ,

Just throwing out what helps me with motivation…if it helps it helps, if not then we spent a good time in a discussion and thought process…should be over coffee but there you go.

Findmysec OP ,

I will try it, thanks

corsicanguppy , to asklemmy in What's the hardest you've ever hit your head on something or something hit yours?

Fell out of a bunk bed onto cement floor. Bounced off of random child bedroom detritus enough to deflect the blow, but I dented the back of my cervical vertebrae - all of them - so much that 40 years later my physio is asking why my x-ray shows a kink or bend in the bone.

How dead should I have been, eh?

ExtremeDullard , to android in Flickboard or 8Vim, which "Fast Typing" Keyboard should I try to learn?
@ExtremeDullard@lemmy.sdf.org avatar

The fastest touchscreen keyboard I’ve ever found is OpenBoard with Gesture Typing: it’s both a regular keyboard and a super-fast Swype-like keyboard. It’s open-source and it doesn’t connect to the internet, so you don’t need to freak out because the APK is 2 years old.

zonsopkomst ,
@zonsopkomst@lemmy.ml avatar
foremanguy92_ ,

But it uses google glide typing

zonsopkomst ,
@zonsopkomst@lemmy.ml avatar

I thought OpenBoard originally used GApps libraries like HeliBoard, but maybe it changed since I last used OpenBoard years ago…

Treczoks , to asklemmy in What is your favorite YouTube channels?

Tally Ho A boat builder named Leo Sampson rebuilding a wooden sailing yacht with an incredible love for detail. Started seven years ago with a wreck, and is now finally sailing!

Escape to rural France An English gardener rebuilds a French castle that had burned down 40 years ago.

Cutting Edge Engineering For those who love “Inheritance Machining” - Curtis does machining of large parts professionally and commercially.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines