Marafon

joined 3 years ago
[–] Marafon@sh.itjust.works 3 points 6 days ago

14 by Peter Clines is phenomenal and right up your alley. It is the first of a series and I think the second one is best and 3rd one is completely optional to read as far as the over arching plot.

[–] Marafon@sh.itjust.works 2 points 1 week ago

SUPER weird book. Highly recommend.

[–] Marafon@sh.itjust.works 4 points 1 week ago

Cedar trees will grow fucking anywhere lol

Beautiful photos! Thank you for sharing

[–] Marafon@sh.itjust.works 3 points 2 weeks ago

Lol this guy doesn't know

[–] Marafon@sh.itjust.works 6 points 2 weeks ago

Could be fungal discoloration from being eaten by bugs. Might look for worm or bug damage in/around that dark spot to confirm. Wood can also turn that color when in contact with metal for a long time, but I'm pretty sure that's fungus. Should be fine to use as a walking stick as long as it's not soft and spongey at that spot.

[–] Marafon@sh.itjust.works 17 points 1 month ago (1 children)

It says here that the Treason Slush Fund was scrapped for being politically toxic, but I could have swore I saw something about the Senate putting it back in there yesterday.

[–] Marafon@sh.itjust.works 4 points 1 month ago

I don't understand how anyone could hate on the home of Friendliness, Warmth, and Sharing. Such a wholesome, wonderful community.

[–] Marafon@sh.itjust.works 6 points 1 month ago

I think there used to be a stigma on leaking unreleased games because of the increased chance of drawing a corporations litigious attention. But I also think there has been a shift recently in public perception of these corporations leading to a more aggressive fuck you attitude and apathy regarding repercussions. Which I'm all for. I hope corporations like WB/discovery, EA, and Ubisoft never see a profit from a video game again.

[–] Marafon@sh.itjust.works 12 points 1 month ago (4 children)

Oak would be a good species to try and bend but other than that I can only say good luck!

If the curve is ultimately not manageable with steam bending consider taking a look at kerf cut bending. I've never attempted it but when using a tapered router bit the kerf cuts should almost disappear when the curve is glued.

https://www.blocklayer.com/kerf-spacingeng

[–] Marafon@sh.itjust.works 1 points 1 month ago

That song is a bop. Slava Ukraine

[–] Marafon@sh.itjust.works 5 points 1 month ago (8 children)

Long Way to a Small Angry Planet is an incredible book by her. Highly recommend.

 

Test project on my new CNC machine

 

I love it when my hobbies collide.

 

Store bought lettuce for salads and sandwiches?

Couldn't be me.

 

Hello! I am running Tumbleweed on a desktop with an RTX 4070 and I am have tried to run sudo zypper dup 3 times now over the last 2 months and each time it has messed up my nvidia graphics drivers somehow causing me to revert to the snapshot taken just before the zypper dup. I thought at the time that there was just some issue that would be resolved which is why I kept reverting but at this point I just need to bite the bullet and figure out how to fix it.

I have attempted to uninstall and reinstall the drivers several times using the command. sudo zypper remove \*nvidia\* && sudo zypper install x11-video-nvidiaG06 The only notable thing that this seems to do is fix my resolution from like 480p to 1080p, but only for the next reboot. However even with the resolution change it seems that the nvidia gpu is not being used at all.

sudo prime-select get-current tells me that there is "no driver configured"

The command xrandr --listproviders prints

Providers: number : 1 Provider 0: id: 0x40; cap: 0x2 (Sink Output); crtcs: 1; outputs: 1; associated providers: 0; name: modesetting output None-1

Also task manager (or whatever) can't detect the gpu I guess?

screenshot

I'm still pretty new to linux so any and all guidance is greatly appreciated. Thanks!

 

Howdy All! I recently got a bitchin' new SSD, a Samsung 990 EVO Plus 4TB and I am struggle bussing trying to make it my new boot drive on my computer while keeping all of my programs and settings and things just the way I like them. Specs are I7 13700K cpu and an RTX 4070 gpu plugged into an MSI MAG Z790 Tomahawk Wifi mobo all working harmoniously to run Opensuse Tumbleweed.

Things I have done so far:

  1. Googled that shit, didn't find much that helped me unfortunately. Found some forum where a guy was trying to move over to an SSD from a HDD and then remove the HDD, whereas I just want to change the boot drive to SSD and continue using both drives in the same rig. Someone else in that thread recommended clonezilla but then further down I read something about UUIDs(?) being copied as well and being unable to use both drives in the same computer or it can cause issues and corrupt data. That scared me off that.

  2. Tried using the Yast Partitioner tool but the scary warning box it makes you click through and the general lack of any clue what I'm doing scared me off that.

  3. Decided to just fresh install Opensuse Tumbleweed onto SSD with usb and then mount the HDD so that I can just copy everything over that way. Or so I thought. First I ran into the issue of the /home located in HDD not being viewable by my user on the SSD, I guess. Fixed that by unmounting the drive and remounting it with the following appended to the end of the mount command '-o subvol=/' , I got that from google as well. Now I'm able to view things in /home on HDD from the user on SSD and I've even copied some things over. However I'm unable to access the .snapshots folder in the root directory of HDD which I intended to copy over the latest snapshot and use it on the SSD install to bring all of my non /home stuff over.

So I'm kinda stuck in the middle of transferring over now. I have an inclination toward being lazy so I don't really want to spend time installing all of the flatpaks and configuring the OS again if I don't have to. Mostly because I've already had one false start with Linux and went ahead and started fresh so this would be the third time having to set everything up again from scratch. Any help or suggestions are greatly appreciated!

15
submitted 1 year ago* (last edited 1 year ago) by Marafon@sh.itjust.works to c/linux@programming.dev
 

SOLVED If any lost souls find themselves here in a similar situation let it be known that the file that worked for me was creating a file at '%h/.config/systemd/user/google-drive-ocamlfuse.service' with the following content:

[Unit]
Description=FUSE filesystem over Google Drive
After=network.target

[Service]
ExecStart=google-drive-ocamlfuse %h/googledrive
ExecStop=fusemount -u %h/googledrive
Restart=always
RestartSec=300
Type=forking

[Install]
WantedBy=default.target

Howdy, I have very recently installed Opensuse Tumbleweed alongside Windows 10 (On a seperate drive) and am trying to get things setup to where I can fully transition to linux. One of the first things I have hit a wall on is getting a file to execute on boot using systemd.

I am trying to use this package to be able to access my google drive from Dolphin. And so far it works okay. Except that it doesn't survive a reboot. I have to run the command:

google-drive-ocamlfuse ~/googledrive

after each reboot in order for the google drive directories to be accessible. So I googled how to make that happen automagically on boot and found this guide that helped me get a startup script going.

I created /usr/local/bin/ocamlfuseStartup.sh as a file that contains the command from before:

google-drive-ocamlfuse ~/googledrive

and verified that it works as intended when I enter ./ocamlfuseStartup.sh from that directory.

I then created another file at /usr/lib/systemd/system/startup.service that contains the following:

[Unit]
Description=Startup Script

[Service]
ExecStart=/bin/bash /usr/local/bin/ocamlfuseStartup.sh

[Install]
WantedBy=multi-user.target

I have no idea what the /bin/bash portion is for because I found it from a googling but without it I get the following error:

startup.service: Main process exited, code=exited, status=203/EXEC

However with it I get this error:

startup.service: Main process exited, code=exited, status=2/INVALIDARGUMENT

which I take to mean that there is something wrong with my ocamlfuseStartup.sh file maybe? But since it works when I manually execute the file I'm kind of at a loss.

I found this thread where it seemed like someone else was having a similar issue but I didn't really grok what they were talking about.

Any and all help is greatly appreciated!

 

High, how are you?

 

Left is Wenge with some yellow species of wood from Asia(I think?) idk I found it in the splinebrary (Which is just a bucket in my shop right now, but one day it will be something beautiful too).

Right is walnut and purple heart with a strip of either Padauk or bloodwood for shits and gigs.

Left is my favorite. I got more and more excited to turn it as I glued up the blank like 3 or 4 times.

132
submitted 1 year ago* (last edited 1 year ago) by Marafon@sh.itjust.works to c/woodworking@lemmy.ca
 

I'm a dumbass and sawed into my workbench.

ETA: Threw a maple spline into it to commemorate the occasion.

 

I should have built this thing from the word go. I ran this printer for almost a year on my desk right next to my computer. But it was loud and smelly and the high traffic area played havoc on print quality and caused a lot of warping.

Now that it's tucked away in a back room suspended in a corner by French cleats and sitting directly on top of dense foam and a big ass paver it is merely "audible" but certainly ignorable. There's also no more headaches from the smell, and my print quality has never been better.

Do yourself and your printer a favor and get an enclosure sorted out asap.

 

Spec piece made from walnut sapwood and heartwood (allegedly) from the same tree.

Another photo showing off the grain.

 

Walnut and oak with Osage Orange and Padauk accents

view more: next ›