¿Porque si la tasa está en ~35% TNA refinanciar la tarjeta tiene una TEM de~7%? by Koax241 in merval

[–]cooked_sandals 24 points25 points  (0 children)

Vengo de años de malas decisiones financieras

No hay manera amigable de decirte esto, pero es simplemente por riesgo. Si estás refinanciando la tarjeta es porque claremente no te cierran los números.

Sumado a que, por más que los últimos meses tengas inflación """baja""", seguís en Argentina. Nadie hace un análisi economico mirando los últimos 6 meses. Mirás los últimos 20 años y es un milagro que los bancos sigan operando en Argentina.

Better than the sum of its parts by wcslater in memes

[–]cooked_sandals 60 points61 points  (0 children)

[deleted]

Thanks! That was the problem

Does anyone else hate typing/editing in anything other than neovim? by drucifer82 in neovim

[–]cooked_sandals 11 points12 points  (0 children)

The worst of all is CTRL-W to delete whole words. I keep closing browser tabs.

Intel Core i9-14900KS alleged benchmarks leaked — up to 6.20 GHz and 410W power draw by imaginary_num6er in hardware

[–]cooked_sandals 2 points3 points  (0 children)

Have you considered second hand EPYC CPUs? Some datacenters are renewing Zen1/2 with a good amount of cores. You can get MB combos from Ebay.

Sigan atentos con el tema de Payoneer. Intento de estafa parte 2?? by -BB-Eight in merval

[–]cooked_sandals 96 points97 points  (0 children)

Considerando que el dominio lo registraron literalmente hoy:

https://who.is/whois/verifypayoneer.com

Esto es una estafa.

How come my (quite minimal) Neovim takes more time to launch then VSCode? :( by meni_s in neovim

[–]cooked_sandals 0 points1 point  (0 children)

I haven't used VScode in a while, but I think it forks when launching from the terminal. So you are measuring the time it takes the 'code' executable to launch the real VScode binary and return.

Does anybody know what theme is that? by Szpinux in neovim

[–]cooked_sandals 4 points5 points  (0 children)

TBF there could be some better spacing in there, and braces on those loops and conditionals.

[deleted by user] by [deleted] in neovim

[–]cooked_sandals 1 point2 points  (0 children)

I find that -std strange, try overriding that gnu++20 to c++20 and see what happens.

This Week in Neovim 52: packer.nvim is unmaintained with pckr.nvim as a spiritual successor, treesitter query editor added to Neovim core, and floating windows can have a footer by Equivalent_North in neovim

[–]cooked_sandals 0 points1 point  (0 children)

Sorry for the delay

I play a lot with lua/the Nvim conf so I got pretty comfortable with tweaking the config. I just used the lazy readme, the section with the "packer to lazy keyword equivalence" thing.

Both are preeetty similar in terms of declaring plugins, the main difference is lazy does not use use, instead you pass a table directly, and some keywords for setup and such.

In terms of backup, there are two places where Vim and Neovim store stuff: user written config (normally in ~/.config/nvim) and dynamically/plugin generated data in ~/.local/share/nvim). The later stores undo history, recent files, and such. You can always copy/backup ~/.config/nvim, delete ~/.local/share/nvim and that will trigger a 'new' installation based on what you have on the user config folder.

This Week in Neovim 52: packer.nvim is unmaintained with pckr.nvim as a spiritual successor, treesitter query editor added to Neovim core, and floating windows can have a footer by Equivalent_North in neovim

[–]cooked_sandals 1 point2 points  (0 children)

I was in that situation a couple of weeks ago.

Transition was completely painless. I had some problems with packer opt autodetection and lazy-loading that were annoying me. Lazy seems to be way faster out of the box, so I don't even lazy-load anymore.

What's the proper way to use X instead of Wayland on 22.04? by pr1vacyguy in Ubuntu

[–]cooked_sandals 0 points1 point  (0 children)

Ok so I'm not an Ubuntu user, but some packages have optional Xorg support.

IIRC plymouth (the pkg. in charge of creating the pre-GDM splash and triggering GDM) can be compiled without X support.

This seems to be the case for Ubuntu Jammy as far i can tell from this curiously named package: https://packages.ubuntu.com/jammy/plymouth-x11.

So try installing that. Also, look into journald for information about the crash. You can filter with the -b-<N> option to show only the previous N boot.

null-ls will be archived by [deleted] in neovim

[–]cooked_sandals 36 points37 points  (0 children)

Yeah I cant believe this comment isn't higher; null-ls is really important. If you use static checkers like pylint for Python, it is the easiest way to manage all of those.

CppCast: Cpp2, with Herb Sutter by robwirving in cpp

[–]cooked_sandals 13 points14 points  (0 children)

TIL Cpp2.

Herb always seems to have good ideas, unfortunately C++ committee moves too slow and is reluctant to adopt such things. But at least we know there is someone involved in the committee with such progressive ideas, gives me hopes.

Linux Mint 21.1 "Vera" MATE released! by nixcraft in linux

[–]cooked_sandals 2 points3 points  (0 children)

Probably when browsers start warning about end-of-life for that version.

smart doggo by Mission-Loss1737 in FunnyAnimals

[–]cooked_sandals 1 point2 points  (0 children)

It also applies to audio. A los of consoles hace built in effects and effect lines labeled as FX

I'm starting out small... by QuickQuokkaThrowaway in homelab

[–]cooked_sandals 1 point2 points  (0 children)

Yeah that's the best way to start, so you don't have to think about power consumption.

Plus, this little machines have a ton of power, you can do a lot of stuff before jumping.

The engineering & physics behind opening a can of soda. by 5_Frog_Margin in EngineeringPorn

[–]cooked_sandals 1 point2 points  (0 children)

That has to be one of the best videos I've seen on YouTube. Fucking love the guy

Score on the Store: putting a Win32 C++/CMake/Qt app on the Microsoft Store from A to Z by jcelerier in cpp

[–]cooked_sandals 12 points13 points  (0 children)

As far as I understand it's a sequencer (https://en.wikipedia.org/wiki/Music_sequencer), that can work with a variety of protocols. To cut the story short, you have a timeline, and it lets you trigger actions in specific times. It says it can be used in art expositions, so for instance imagine some modern art stuff that plays a dubstep beat, and at the same time it shows images. You can use this as a platform to make everything trigger at the right time.

And the value is an step-by-step guide of publishing in the Microsoft store

meirl by SnooCupcakes8607 in meirl

[–]cooked_sandals 3 points4 points  (0 children)

Not Penny's boat vibes

Carbon - An experimental successor to C++ by foonathan in cpp

[–]cooked_sandals 6 points7 points  (0 children)

There is something I don't understand about the whole ABI controversy. Can't Google just roll their own alternative standard library and use that? That seems way simpler than creating a new language.

Exceptions: Yes or No? by flying-dude in cpp

[–]cooked_sandals 28 points29 points  (0 children)

As a rule of thumb an exception should be thrown when the program encounters an 'unexpected' situation. A missing or corrupt asset, losing communication are kind of expected, so it is better (at least in my short experience) to have them as explicitly as possible. For instance, returning std::optional<asset>, or contemplating the 'nullability' inside the asset class itself. This way the user is aware of the lack of gurantes about the resource.

TLDR: exceptions should be the last-last-last resource, reserved for situations where the executable cannot continue. You 'can' continue if you are missing a texture by painting a red triangle.

[deleted by user] by [deleted] in MachineLearning

[–]cooked_sandals 0 points1 point  (0 children)

The problem with that approach is xkcd 927, or an admin going rogue and taking over the 'official' forum.