reggie

@reggie@lemmy.fmhy.ml

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Which e-mail service should I use?

I’ve been wanting to move on from gmail for a while now, thought about self hosting but I’m afraid I won’t have the time or ability to keep it running well for a long period of time. Which service would you guys recommend? I’m not an avid email user, I basically just sign up to websites and send support emails once in a...

reggie,

I use Migadu but you need your own domain for that and also it is paid.

reggie,

Chimera Linux actually uses apk or Alpine Package Keeper as its package manager, they acknowledge this but despite that market themselves as if they did something revolutionary that has never been done before

reggie,

Just use Alpine. Chimera uses Alpine’s package manager anyway. The only reason you havent heard about Alpine in this context is because they do not claim they are doing anything revolutionary, they just strive to make a great distro.

reggie,

njal.la my beloved <3

btw I suggest checking out their blog it is hillarious

reggie,

njal.la is a domain registrar, they do not and never have operated dhlsucks.com, they just provided the domain to someone and dhl contacted them to take the site down

reggie,

all sports are free, you can just go outside and do them :)

reggie,

what about autocmd on DirChanged or VimEnter that sets the option?

This will change the fabric of society... (onion.tube)

Privacy is assaulted in broad daylight and everything we do is recorded with an unforgiving permanence. We trade away our private data for services and conveniences – not realizing that the government has become party to every agreement we enter into. Due to the 3rd-Party Doctrine, we have no reasonable expectation of privacy...

reggie,

That thumbnail is completely ruined by the soyface.

reggie,

I could watch 2 seconds before realizing it is a vtuber. Promptly blocked.

reggie,

Think of AppImage like a standalone executable on windows, you download it, it just works and thats good. But it doesnt get automatic updates and to get a new feature you need to download it again. Flatpaks and Snaps don’t have this issue and are more like traditional package managers.

Firefox not loading chrome CSS file

Greetings. Today I discovered the world of theming Firefox through something called CSS. I went to the store page, and I wanted to add the Opera GX theme. Therefore, I first enabled the legacy toolkit config in the about:config page. Then, I went to the UserChrome.css file found on github for that theme and copied the raw data....

reggie,

No need to give permissions, you can place the files directly into flatpak’s directory. I don’t know the exact path because I use librewolf but it is something like:

~/.var/app/io.gitlab.librewolf-community/.librewolf

Just look for folders with firefox/mozzila in its name.

reggie,

OpenSUSE

inb4 but thats a corporate distro, it is just sponsored by SUSE but is community maintained

I agree that there are not many distros that are both user friendly and not forks of something else, but I don’t see it as an issue, imo there is nothing wrong with forks.

reggie,
<pre style="background-color:#ffffff;">
<span style="color:#323232;">vim.g.slime_default_config </span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#323232;"> {
</span><span style="color:#323232;">    socket_name </span><span style="font-weight:bold;color:#a71d5d;">= </span><span style="color:#183691;">'default'</span><span style="color:#323232;">,
</span><span style="color:#323232;">    target_pane </span><span style="font-weight:bold;color:#a71d5d;">= </span><span style="color:#183691;">'{last}'
</span><span style="color:#323232;">}
</span>

vim.g.<variable> is the same as g:<variable> in VimL. Assigning a dictionary is very straightforward as lua tables map to VimL dictionaries, with the exception of empty dicts where you have to use vim.empty_dict().

reggie,

No need to ask for permission to link for stuff like this, I made a post on public platform and anyone can share it as they see fit. Also glad I could help.

reggie,

The real reason why fmhy chose Calckey instead of Mastodon is very obviously the hot furry mascot. https://i.imgur.com/sJRKGPH.jpg

reggie,

I don’t care what it is, it looks very fuckable.

reggie,

Omg, Martineski, my favorite niche internet microcelebrity replied to me!

reggie,

*have :3

reggie,

You can call commands and vim functions from lua. To write the current buffer you can: vim.cmd.write(). Vim functions can be called with vim.fn.

It is completely fine to use vim functiona and not just pure lua, afaik some vim functions are not ever gonna get a lua alternative cause there is no need.

reggie,

vim.cmd.<command> calls a command. So vim.cmd.write is effectively the same as :write, the arguments passed to the function are the same that the command would take. Check :h vim.cmd() and for a specific command, e.g. write, you can check :h :write.

reggie,

You can wrap the call in pcall, which is a lua builtin for catching errors, which would suppress the error and let you know if the command failed.

You could for example do:

<pre style="background-color:#ffffff;">
<span style="font-weight:bold;color:#a71d5d;">local</span><span style="color:#323232;"> ok, res </span><span style="font-weight:bold;color:#a71d5d;">= </span><span style="color:#62a35c;">pcall</span><span style="color:#323232;">(vim.cmd.write)
</span><span style="font-weight:bold;color:#a71d5d;">if not</span><span style="color:#323232;"> ok
</span><span style="font-weight:bold;color:#a71d5d;">then
</span><span style="color:#323232;">    vim.notify(</span><span style="color:#183691;">'write failed with: ' </span><span style="font-weight:bold;color:#a71d5d;">..</span><span style="color:#323232;"> res)
</span><span style="font-weight:bold;color:#a71d5d;">end
</span>

There are both lua and vim functions for writing to files but I recommend to not use them in this scenario, they write to the file directly and dont trigger autocommands.

I understand your frustration with no consitent error reporting and clear api, but I guess that’s the consequence of the entire history of vi and vim and trying to be backwards compatible.

reggie,

Rss is just files on a site, if the site doesnt allow tor access you wont be able to get it’s rss feed either.

reggie,

I would try using rss-bridge.org/bridge01/, there is a bridge that can filter feeds. You could use that and not actually filter anything so it ends up just being a proxy.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • cisconetworking
  • khanakhh
  • mdbf
  • magazineikmin
  • modclub
  • InstantRegret
  • rosin
  • Youngstown
  • slotface
  • Durango
  • tacticalgear
  • megavids
  • ngwrru68w68
  • everett
  • tester
  • cubers
  • normalnudes
  • thenastyranch
  • osvaldo12
  • GTA5RPClips
  • ethstaker
  • Leos
  • provamag3
  • anitta
  • lostlight
  • All magazines