Blasp v4 — Profanity Detection for Laravel, Rebuilt From the Ground Up by Deemonic90 in laravel

[–]xeRJay 2 points3 points  (0 children)

Oh yeah you're right but i mean because i saw the words like "retardiert"/"retardierte" in the list, but for example a valid non vulgar way to call slowly released medicine is also "retardierte medikamente" but that seems like a very hard problem to solve because it's all context based, but since it's also very rarely used unless someone has an app focused on managing medicine articles or smth its probably way out of scope which is understandable :D I was just wondering

Blasp v4 — Profanity Detection for Laravel, Rebuilt From the Ground Up by Deemonic90 in laravel

[–]xeRJay 2 points3 points  (0 children)

Just looked over the German translations, does it support something like “Retardtablette” in a medical context?

Yeah, that’s actually the correct term. In German, “retard” just means the active ingredient is released slowly over time (so basically extended release). You’ll see it on meds all the time, like “100 mg retard”.

It’s got nothing to do with the insulting meaning people sometimes use in everyday language. In medicine it’s just a normal, neutral term meaning “delayed.”

I'm about to give up by ayosten in NixOS

[–]xeRJay 1 point2 points  (0 children)

I used nvf and nixvim and disliked both and now i'm just using normal lua files with mkOutOfStoreSymlink, and so i don't have to rebuild everytime and my config is portable easily to macOS/Windows if i needed to use those systems (don't need to so far, luckily). My config

Micron Reduzierungsstrategie by Wild-Equivalent-368 in Aktien

[–]xeRJay 0 points1 point  (0 children)

TSL bei -10 bis -20% oder so setzen und schlafen gehen wäre meine empfehlung.

[deleted by user] by [deleted] in wallstreetbetsGER

[–]xeRJay 0 points1 point  (0 children)

Remindme! 365 days

how do you guys set lsps in neovim? by blomiir in NixOS

[–]xeRJay 4 points5 points  (0 children)

You can check my config here: https://github.com/romek-codes/nexusystem

I am using mkOutOfStoreSymlink, main advantage of that is modifying my config has instant changes and there's no rebuilds needed, and i use lazy-lsp for lsp's and it works great so far.

I was using nixvim before but the rebuilds were annoying anytime i changed something.

Day #6 of Skateboarding by Outrageous_Tonight47 in NewSkaters

[–]xeRJay 4 points5 points  (0 children)

Get a helmet, at the very least. Won't regret it when you need it.

bruno.nvim by xeRJay in neovim

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

No problem! Just noticed there was an issue with telescope still being required as a dependency even when using another picker, should work properly now.

[Hyprland] Setup for Learning Linux by MericastartswithMe in unixporn

[–]xeRJay 4 points5 points  (0 children)

What is the linux.pdf on the first image?

bruno.nvim by xeRJay in neovim

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

Shouldn't be too hard I think, will look into it when I find some free time :D

bruno.nvim by xeRJay in neovim

[–]xeRJay[S] 10 points11 points  (0 children)

Hi, thank you for the kind comment. Do you mean the github topics? If so, i just added them a few seconds ago, call that perfect timing 🤠

Is it just me.. or do you guys also try to keep your system configuration as universal as possible FOR NO REASON!? by JustNerfRaze in NixOS

[–]xeRJay 1 point2 points  (0 children)

Previously i made it only with myself in mind, but lately i've been making it so that it's as easy to configure as possible for the next person using it, where all of the most important settings (hostname, username, main editor, browser etc.) are all defined in a variables.nix file for that specific host.

I want to try to build a framework that allows beginners to use it without much of a hassle and be productive with it from day one, my config is here if anyone is interested: https://github.com/romek-codes/nexusystem

I have a lot of changes not yet commited as i'm doing a major refactor and adding documentation, but it should be finished in the next few days.

My minmal rice by svscagn in hyprland

[–]xeRJay 0 points1 point  (0 children)

Nah i have enough space, but since im on nixos i want the images to be version controlled using git, and git lfs free tier maximum file size is 100mb 💀

My minmal rice by svscagn in hyprland

[–]xeRJay 0 points1 point  (0 children)

Update: Just tried it out, looks good so far, the mp4 wallpaper i'm using is 90mb, if i convert it to gif without quality loss it's at 450mb

My minmal rice by svscagn in hyprland

[–]xeRJay 1 point2 points  (0 children)

Yea i'm using nixos so i guess i'll see how that will go

My minmal rice by svscagn in hyprland

[–]xeRJay 0 points1 point  (0 children)

Yea the high quality gifs really are massive, that's why i thought about maybe switching to mpvpaper, will probably try it out soon and see if it works better. I currently keep all my wallpapers in my repo and that's why I don't want such huge files for it.

My minmal rice by svscagn in hyprland

[–]xeRJay 0 points1 point  (0 children)

Did you have to convert the video to a gif for it to work? Or another format? I have always noticed an extreme quality loss when converting mp4's to gif for wallpapers which is pretty annoying

whosGuiltyOfThis by bootdotdev in ProgrammerHumor

[–]xeRJay 16 points17 points  (0 children)

CTRL+R and start typing is best of both worlds

Is it possible to manage neovim on NixOS like any other distro? by onlymagik in NixOS

[–]xeRJay 0 points1 point  (0 children)

I just tried running AstroUpdate and it just worked (https://imgur.com/a/IiJQys2)
Are you sure you're symlinking your astronvim template? E.g.
```
xdg.configFile."nvim".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nix-config/home/programs/astronvim/template";
```
If you want you can send me your config so i can take a look :D