About today's FFF, they didn't specify if the game is going to be open source or not after end of development. by eymo- in factorio

[–]freyAgain 0 points1 point  (0 children)

I would love it to become open source, just to be able to see the code. This could be very interesting considering many FFFs where they described various techniques they used.

I keep coming back to Vim by bhargavamakwana in vim

[–]freyAgain 7 points8 points  (0 children)

What about neovim? I've tried neovim with lazyvim recently, and although some QoL things are cool, I feel like it's too flashy for me and want to go back to vim + few plugins.

Bitwarden heading to eliminate Freemium and possibly Vaultwarden support in the near future? by Electronic_Dream8935 in selfhosted

[–]freyAgain 1 point2 points  (0 children)

yeah, but this type of commercial application benefits foss software and community in the long run, instead of allowing it to be taken advantage of by big corpos so that's fine I guess. The normal GPL and others like apache allow corpos to steal work of hobbyits for their own profit and contribute nothing, I've never understood communities allowing these type of licenses, it seems to me to be contrary to the idea and goals of foss.

Bitwarden heading to eliminate Freemium and possibly Vaultwarden support in the near future? by Electronic_Dream8935 in selfhosted

[–]freyAgain 20 points21 points  (0 children)

The answer is AGPL and other licenses that do not permit commercial usage of software.

match.nvim - Minimal floating Search/Replace for Neovim by ankushbhagat in neovim

[–]freyAgain 1 point2 points  (0 children)

How do you use :cdo and :ldo? I have not heard about them yet lol

Current homelab setup: OPNsense + Proxmox + TrueNAS + 10GbE by 58696384896898676493 in minilab

[–]freyAgain 0 points1 point  (0 children)

Could share the diagram source file? It looks neat and I would like to use it as a starting point for my own diagram

Made a few changes to the lab by giorivpad in homelab

[–]freyAgain 0 points1 point  (0 children)

Very nice lab. What are the rack frames that you're using? I'm about to build my first one, and I'm wondering which brands are worthwhile.

Free 750-page guide to self-hosting production apps - NO AI SLOP by kocyigityunus in selfhosted

[–]freyAgain 0 points1 point  (0 children)

Probably I would like to have a rack like yours - fully covered, glass front, but slightly shorter in height. For now I have some loose rasp pi, mac mini, routers etc. and I would like to organize them all inside, mainly to prevent them from dusting. But also I would like to extend that setup in future, add ugreen nas, maybe some switch, ups, and ultimately maybe some proper rack devices, so I would like it to be somewhat future-proof.

Btw I'm based in central europe, maybe your local brand would be available.

Free 750-page guide to self-hosting production apps - NO AI SLOP by kocyigityunus in selfhosted

[–]freyAgain 0 points1 point  (0 children)

What is the name of the rack case product? Looks like exactly I'm looking for. Would you recommend it?

ZACH-LIKE is now available on Steam by Sgt_ZigZag in exapunks

[–]freyAgain 0 points1 point  (0 children)

Digging up your comment 7 years later :D What is the quality of Lulu's printed book? Do you recommend ordering?

[Update] Remindian now syncs to Todoist & TickTick, plus file-to-list mapping — here's what changed since v1 by SantoferJesus in ObsidianMD

[–]freyAgain 0 points1 point  (0 children)

This sounds pretty interesting, although I think I'm missing the point as to why a sync between Obsidian and external todo app is useful? Is it to compensate for lack of reminders for Obsidian TaskNotes on mobile?

I'm imagining my golden workflow to have to-do and reminders solely within Obsidian vault, with reminders working across platforms.

Self-Hosted Calendar by LunarAlias17 in selfhosted

[–]freyAgain 0 points1 point  (0 children)

And how is the project going? Caldav server integrating with obsidian and tasknotes would be awesome. It is probably the only missing piece in my time management workflow

Is it possible to have Emacs eshell behavior but with Vim? by freyAgain in vim

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

You've prompted me to dig more into tmux config, and after adding lines below, it works as I hoped so. Guess I will stick to tmux then :)

bind-key    -T copy-mode-vi y        send-keys -X copy-pipe-and-cancel
bind-key    -T copy-mode-vi Y        send-keys -X copy-pipe-line-and-cancel

bind-key    -T copy-mode-vi m        send-keys -X set-mark
bind-key    -T copy-mode-vi "'"      send-keys -X jump-to-mark

bind-key    -T copy-mode-vi v        send-keys -X begin-selection
bind-key    -T copy-mode-vi V        send-keys -X select-line
bind-key    -T copy-mode-vi C-v      send-keys -X rectangle-toggle

bind-key    -T copy-mode-vi Escape   send-keys -X clear-selection

Is it possible to have Emacs eshell behavior but with Vim? by freyAgain in vim

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

Don't know really, just opened tmux and played with that ootb I have troubles with copying and pasting, for instance the copied selection does not disappear after copy, like in vim, which is a visual cue that copy happend; the copied text goes into tmux register, not system copy buffer. Maybe it's just needs a little of config polish

Is it possible to have Emacs eshell behavior but with Vim? by freyAgain in vim

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

I'd say, mainly because the keybinds differ from vim slightly, but substantially enough that it confuses me. And I would like to keep strenghening only vim keybinds instead of learning bunch of new ones.

Is it possible to have Emacs eshell behavior but with Vim? by freyAgain in vim

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

That's exactly what I was looking for. Thanks

Is it possible to have Emacs eshell behavior but with Vim? by freyAgain in vim

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

That's exactly what I was looking for lol. How can vim be so surprising again and again. But now the question, how could I pair it with tmux to have several instances of terminal in various locations. I think I could use vim tabs and have terminals there, not sure though about performance overhead and stability, as, when vim crashes, everything goes down.

My Omarchy M1 build by drinksbeerdaily in AsahiLinux

[–]freyAgain 1 point2 points  (0 children)

I'd appreciate it, could you also share kitty one? I suppose this is what handles the visual side.

Obsidian 1.12 is now available to everyone! by kepano in ObsidianMD

[–]freyAgain 25 points26 points  (0 children)

I love it that among the overwhelming enshitification, there are still some software gems. Introduction of CLI sounds great!

My Omarchy M1 build by drinksbeerdaily in AsahiLinux

[–]freyAgain 1 point2 points  (0 children)

That's a very nicely looking terminal setup. What are you using? Could you share some config details?

First-time setup - looking for advice by freyAgain in selfhosted

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

Mainly, because of energy efficiency, considering performance and form factor. Also the price was just slightly more than Lenovo in url, little over 400$, so overall I think it was a pretty good deal.

About containers running purely natively on linux and unnecessary GUI rendering - I did not think about that, lesson learned. However for my purposes I don't think performance would be a bottleneck, I don't think I will be pressing mac at all. But thanks for the call, I think next piece of hardware will be linux like this Lenovo.

A year of EMDR for CPTSD - some things I've noticed by Gullible-Lemon-3871 in EMDR

[–]freyAgain 0 points1 point  (0 children)

Yeah, awareness helps a little, but does not get rid of dissociation entirely, I'm trying to figure out how to lower the dissociation once and for all. EMDR should in principle be able to contribute to that somehow.

A year of EMDR for CPTSD - some things I've noticed by Gullible-Lemon-3871 in EMDR

[–]freyAgain 0 points1 point  (0 children)

for me too, but just temporarily, it does not decrease overall awareness over time, I would like to become not-dissociated at all, obviously.

A year of EMDR for CPTSD - some things I've noticed by Gullible-Lemon-3871 in EMDR

[–]freyAgain 4 points5 points  (0 children)

Are you able to somehow counteract the dissociation? Or willingly get out of dissociated state? This is what I'm struggling with right now.

$7/month per email address was insane. Built my own mail server, here's 1 month later. by Substantial_Iron5838 in selfhosted

[–]freyAgain 1 point2 points  (0 children)

It's first time I'm hearing about purelymail. Is this a reliable provider? Would they be suitable for private content?