¿Experiencias personales con renting.cr?

Estoy viendo la posibilidad de alquilar un carro por 12 meses, pero antes quisiera saber si aquí hay gente que ha arrendado un carro con renting.cr

reddit.com
u/No_Cartographer1492 — 1 day ago
▲ 1 r/Lidarr

I can't stand the genres being separated incorrectly with ;

for reason unknown to me, some songs have their genres separated by `;`, right now I'm checking songs with genre `Punk Rock;Pop Punk;Punk;Skate Punk;Melodic Hardcore;Rock;Ska Punk;Comedy Rock;Grunge;Alternative Rock` (yes, the hole string is the genre).

I've been trying to fix this issue today by locating all albums with this problem and updating them in MusicBrainz.org, then asking Lidarr to refresh and Jellyfin to download the metadata again. But before that I tried using a Python script to address the issue in the files themselves.

I'm honestly tired of seeing such mounstrosity, anything I do doesn't work so far.

Any suggestions?

reddit.com
u/No_Cartographer1492 — 12 days ago

"For me, the turnaround came, not when I recognized pornography as evil or unhealthy, but when I could laugh at it as stupid", Towards a New Argument Against Pornography

>For me, the turnaround came, not when I recognized pornography as evil or unhealthy, but when I could laugh at it as stupid. Once I felt the aristocrat within me scorn my own actions, the moral leap seemed genuinely possible. It was less akin to the moment of moral decision and more akin to the moment you first realized that your emo haircut was stupid. I realized that I was not on the side of pornography — I was too good for it. It was, in short, a conversion of taste, one that allowed me to take a critical distance towards pornography, and thus begin the fundamentally moral work of rejecting it.

patheos.com
u/No_Cartographer1492 — 13 days ago
▲ 5 r/osr

Poker chips and the smallest units of gold: What has been your experience with the economy of your sessions?

Hi,

I'm still planning on that first play of OSR, with Sword and Wizardry as TTRPG of choice. I wanted to use poker chips for the gold units, as it is something tangible, but, reading the book of rules, I noticed some items cost 0.02 G. Then I thought, "Well, why not use $1 as the smallest unit, so buying that item will cost two chips of $1" but then the problem is that 1 unit of gold is 100 chips of $1

For 3 or 4 players, who knows how many poker chips I will need? Probably more than 1000 pieces! and I really think that's unmanageable.

so far I have thought of these alternatives:

  1. Increase the price of everything under 1 G to cost 1 G
  2. Have something else to act as the smallest units of gold, so $1 represents 1 G (i.e., grains, fake plastic jewels, etc), for example, these untagged plastic poker chips, so the reds act as one hundredth and the blues as one tenth.
  3. Still use poker chips, but have a set of 1000 plastic pieces of poker chips act as the smallest unit of gold, and use the chips made of ceramic to act as whole units.
  4. Drop the idea entirely and have the players keep count with pen and paper.

thoughts?

u/No_Cartographer1492 — 28 days ago
▲ 14 r/emacs

Any tips for increasing the responsiveness of Magit on Windows?

At work, I have to use Windows 11 for my daily tasks. I'm free to use GNU Emacs so I do that (it's the only text editor I have used every day since 2011 A.D.). If I say Emacs is slow on Windows, I wouldn't be saying anything new, so something was done about it.

However, I'm puzzled by Magit, because despite the improvements in performance one can apply on Emacs for Windows, it still takes time to execute something like `M-x` `magit-status` `r` `e` `[branch name]` `RET`... like 3 to 4 seconds total; that's the time it takes to execute a rebase. To do other things like pulling or pushing, it takes around the same amount of time. It is even slow if I want to turn on options in those operations (it takes time to activate `--force` when pushing).

Is there anything that can be done about it on Windows, or is this how Magit is supposed to work in such an OS?

reddit.com
u/No_Cartographer1492 — 1 month ago
▲ 13 r/emacs

Backpack Emacs hits version 0.5

well, some time has passed, and I kept dogfooding this Emacs starter kit. Currently I'm ensuring Emacs brings the best performance on Windows since I'm half the time on Windows 11 for work. Sophos is not making things easy, so the last resort with that was asking IT to add exceptions to Sophos to mitigate performance issues with Magit... Anyway, that branch is still in need of more work, and this post is for announcing what I already have on master.

If you want to know what gears exist and what's turned on by default, use C-h B to open the backpack inventory.

Source code in Radicle: https://radicle.network/nodes/jardin.jorgearaya.dev/rad:zecRiYjpjFnZWFhygfVM7shaCzJh

If you want to see how I'm using Backpack in my personal configuration, check: https://radicle.network/nodes/jardin.jorgearaya.dev/rad:z4KouQMqMuiEh8kAowx7mRA6yZDhk/tree/init.el

Now, what follows is an LLM-generated changelog for release tag v0.5:

v0.5

  • Codebase restructured: lisp/backpack.el split into separate files for better maintainability

  • Anvil.el integration: New support for anvil.el with AI gear and backpack-user-after-init-hook

  • More programming languages: Added gears for Clojure, HTML, and other tree-sitter grammars

  • Consult gear: New gear for consult integration

  • Pin grammar revisions by libtree-sitter ABI instead of Emacs version

  • backpack-treesit-recipe! now inherits grammar recipes correctly

  • Fixed tree-sitter-go pinned to revision matching Emacs 30.2

  • Use :until-abi for new language gears

  • Do not install markdown-ts-mode in Emacs 31+ (built-in)

  • Corfu: terminal support, two new behavioral flags, auto-idle improvements

  • Eldoc-box: works in daemon mode, fallback for terminal, dismiss with C-u C-h .

  • Eglot hover behavior restored with flag to disable

  • Initial YAML LSP protocol extensions for eglot

  • Workspace configuration for YAML LSP

  • TAB cycles indentation in yaml-ts-mode

  • Fix mu4e gear

  • Fix inventory :when gates skipping -prefixed guard checks

  • Catch packages that fail to install and report why

  • Catch throw when backpack ensure hangs

  • Fix frame persistence when 2 frames remain

  • drive-conf ignores envrc-related files

  • Close window when eshell/eat/vterm exits

  • Toggle shell buffers correctly

  • Improved org-mode support and appearance (#17)

  • Improved dired support

  • Magit project status eagerly added to project-switch-commands

  • Added manual test preparation script

  • Removed persistence.el (frame state persistence feature dropped)


I invite you to give Backpack a try and tell me what you think and how I can improve on it. The downside of being the only user is that I can accommodate Backpack for other usages that people have!

Edit

oh, and yes, I made amends in the source code to avoid envrc loading when it exists at backpack-emacs-dir (the equivalent of user-emacs-directory in Backpack), something annoying and that people may find uncomfortable to have there in their machines.

reddit.com
u/No_Cartographer1492 — 2 months ago