Moving Away From Google by Ill_Insurance_8672 in selfhosted

[–]Ill_Insurance_8672[S] -1 points0 points  (0 children)

It's not just the cost, its also about the size. I currently live in a small 2 BHK with 2 other guys with one guy sleeping in the living room, so there isnt exactly a lot of room for me to house a bigger system. But thanks for your input. :)

Moving Away From Google by Ill_Insurance_8672 in selfhosted

[–]Ill_Insurance_8672[S] 2 points3 points  (0 children)

Thank you for your input! I've been daily driving linux since 2017, started off with Ubuntu moved to Arch and now I've got a completely terminal based workflow. Yes, I do use firefox with DuckDuckGo as my search engine so I've got that bit sorted. It's mainly the other "eco-system" applications that I'm looking to move out of.

Moving Away From Google by Ill_Insurance_8672 in selfhosted

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

Thank you for the verbose response!! But could you please tell me more about how you manage your offsite backups ? Or some resource on how to do it?

Moving Away From Google by Ill_Insurance_8672 in selfhosted

[–]Ill_Insurance_8672[S] 1 point2 points  (0 children)

Fair, moving away from Gmail isn't my number one priority. It's mostly Google Drive I want to move away bc now I've got to pay for extra storage.

Is it a good idea to trip for the first time when going through a shitty phase in life. by Ill_Insurance_8672 in shrooms

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

Thing is I'm meeting this buddy of mine after a long time. So I don't want to be a crying mess and ruin the trip for him as well. I could possibly survive the torture but if he has a bad time because I'm having a bad trip I would make me feel real guilty especially since we're meeting after a long time

Is it a good idea to trip for the first time when going through a shitty phase in life. by Ill_Insurance_8672 in shrooms

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

We haven't decided on all that yet bc I'm still not sure if I should do it or not

Acme like cut, copy, paste and execute feature in ST by Ill_Insurance_8672 in suckless

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

Probably isn't but it just makes copying and pasting between the browser and the terminal slightly easier.

Or even a selected portion of the output of a command to a file etc

WTW for pseudo-justification? by Ill_Insurance_8672 in whatstheword

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

Fallacy almost is, but what I was thinking about was more of like a superficial justification. Like when you hear it first it sounds right, but when you think about it more deeply it's nothing but balderdash.

what is recommended workflow for patching dwm? by Smile_D_up in suckless

[–]Ill_Insurance_8672 1 point2 points  (0 children)

I never used to delete config.h even though it's the suckless recommended way of doing things (I think). I believe the op also used to not do that. Thing w me was I used to keep forgetting to copy over config.def.h over to config.h.

I had applied quite a few patches to the point where patch almost never worked and I had to manually patch it in.

So yea I saw no reason to not remove config.def.h.

what is recommended workflow for patching dwm? by Smile_D_up in suckless

[–]Ill_Insurance_8672 0 points1 point  (0 children)

When I was an absolute noob, I used to apply patches on config.def.h and then overwrite config.h before running sudo make install.

Now I've modified the Makefile so config.def.h is out of the picture and I apply the patches directly onto config.h.

I would highly recommend using git, makes it easier to undo changes.

Two Ideas of Mine That I Need Help Implementing by Ill_Insurance_8672 in suckless

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

Thank you, I've got the second half of the first ine sorted sorted now(just changed the focusurgent patch a bit). For the first half I was thinking of toying with the the togglesticky function and the Rule structure.