HackerLangs
TopNewTrendsCommentsPastAskShowJobs

Rucadi

no profile record

Submissions

Open source AI Pronunciation trainer

aipronunciationtr.com
1 points·by Rucadi·vor 9 Monaten·0 comments

comments

Rucadi
·vor 2 Monaten·discuss
And doesn't forbid you from using their platform for free if you sell the keys by yourself and you can also decide to publish your game to other stores...
Rucadi
·vor 6 Monaten·discuss
I'll be honest, I just want something that I can develop on (linux is the easiest by far) and that's not annoying (Nixos is the best at that).

I don't even use any advanced config, just bare-minimum config for the system, enough (project-specific things handled by nix).
Rucadi
·vor 7 Monaten·discuss
I also got the same feeling from that, in fact, I would go as far as to say that nixpkgs and nix-commands integration with git works quite well and is not an issue.

So the phrase the article says "Package managers keep falling for this. And it keeps not working out" I feel that's untrue.

The most issue I have with this really is "flakes" integration where the whole recipe folder is copied into the store (which doesn't happen with non-flakes commands), but that's a tooling problem not an intrinsic problem of using git
Rucadi
·vor 7 Monaten·discuss
The best part of statement expressions is that a return there returns from the function itself, not from the statement expr.

I use that with with macros to return akins to std::expected, while maintaining the code in the happy-path like with exceptions.
Rucadi
·vor 7 Monaten·discuss
This is also somewhat common in c++ with immediate-invoked lambdas
Rucadi
·vor 7 Monaten·discuss
it makes function declarations/instantiations much more grep-able.
Rucadi
·vor 7 Monaten·discuss
auto has a good perk, it prevents uninitialized values (Which is a source of bugs).

For example:

auto a;

will always fail to compile not matter what flags.

int a;

is valid.

Also it prevents implicit type conversions, what you get as type on auto is the type you put at the right.

That's good.
Rucadi
·vor 7 Monaten·discuss
This will end up with people creating their pages in top of godot engine to avoid html scrapping hahaha
Rucadi
·vor 7 Monaten·discuss
To be honest I don't know what to say, you can use nix in many ways, and you don't even require to know the language.

The easiest entry-point is to just use it like a package manager, you install nix (which is just a command...) and then you have available the whole set of packages which are searchable from here: https://search.nixos.org/packages

nix-shell is just to download&add programs temporary to your PATH.

I don't feel that this is harder than something like "sudo apt install -y xxxxx" but for sure more robust and portable, and doesn't require sudo.

If at some point you want to learn the language in order to create configurations or packaging software, it may require to check a lot more documentation and examples, but for this I think it's pretty straightforward and is not harder than any other package manager like aptitude, homebrew or pacman.
Rucadi
·vor 7 Monaten·discuss
If you really need a portable binary that uses shared libraries I would recommend building it with nix, you get all the dependencies including dynamic linker and glibc.
Rucadi
·vor 7 Monaten·discuss
Nix allows you to do this with any language and required dependency: https://wiki.nixos.org/wiki/Nix-shell_shebang
Rucadi
·vor 7 Monaten·discuss
If the source is known, it is not less bad that downloading a program and running it
Rucadi
·vor 7 Monaten·discuss
yes just use brige networking instead of nat
Rucadi
·vor 7 Monaten·discuss
cpu 100% and shitty integration.
Rucadi
·vor 7 Monaten·discuss
Smite used to do that, but long time since I played it.
Rucadi
·vor 8 Monaten·discuss
Location: Barcelona/Spain

Remote: Preferred

Willing to relocate: No

Technologies: C++(up to 23), Nix, Linux Namespaces / Docker, Python, CUDA, FPGA development(xilinx) with a little bit of linux driver development, verilog, reverse engineering, Rust-curious... In general I touch a lot of stuff and learn fast :)!

Résumé/CV: https://rucadi.eu/cv.html

Email: rubencanodiaz[<at>]gmail.com
Rucadi
·vor 9 Monaten·discuss
The most success I had so far on doing a project where I had to work with binary data parsing is Deku in rust, I would give this a try if I have the opportunity
Rucadi
·vor 9 Monaten·discuss
I compiled/ported the mario64 port to the LG TV quite easily, so I would say that LGTV is the best for that.
Rucadi
·vor 2 Jahren·discuss
Saw this on nix, which was using a compromised version in the unstable channel, I hope not too many systems are affected.