Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Rucadi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Rucadi
4mo ago
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...
2.
▲
by
Rucadi
8mo ago
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, eno
3.
▲
by
Rucadi
9mo ago
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
4.
▲
by
Rucadi
9mo ago
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 wit
5.
▲
by
Rucadi
9mo ago
This is also somewhat common in c++ with immediate-invoked lambdas
6.
▲
by
Rucadi
9mo ago
it makes function declarations/instantiations much more grep-able.
7.
▲
by
Rucadi
9mo ago
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
8.
▲
by
Rucadi
9mo ago
This will end up with people creating their pages in top of godot engine to avoid html scrapping hahaha
9.
▲
by
Rucadi
9mo ago
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...) a
10.
▲
by
Rucadi
9mo ago
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.
11.
▲
by
Rucadi
9mo ago
Nix allows you to do this with any language and required dependency: https://wiki.nixos.org/wiki/Nix-shell_shebang
12.
▲
by
Rucadi
10mo ago
If the source is known, it is not less bad that downloading a program and running it
13.
▲
by
Rucadi
10mo ago
yes just use brige networking instead of nat
14.
▲
by
Rucadi
10mo ago
cpu 100% and shitty integration.
15.
▲
by
Rucadi
10mo ago
Smite used to do that, but long time since I played it.
16.
▲
by
Rucadi
11mo ago
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, revers
17.
▲
by
Rucadi
11mo ago
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
18.
▲
by
Rucadi
11mo ago
I compiled/ported the mario64 port to the LG TV quite easily, so I would say that LGTV is the best for that.
19.
▲
Open source AI Pronunciation trainer
(aipronunciationtr.com)
1 points
by
Rucadi
1y ago
|
0 comments
20.
▲
by
Rucadi
1y ago
Totally, the only ""freedom"" that they have is the free development program... But they can cancel your account at any time if they wish for "abusing" it, and you even have to refresh apps every week.
21.
▲
by
Rucadi
1y ago
I've been struggling with this topic a lot, I feel the slowness everyday and productivity loss of having slow computers, 30m for something that could take 10 times less... it's horrible.
22.
▲
by
Rucadi
1y ago
Cool project! I'm kinda of the opinion that the real option to handle dotfiles is to override/overlay the package itself with the dotfiles, patching if necessary in order to make it look to the dotfile inside the store, so you can
23.
▲
by
Rucadi
1y ago
Until zed doesn't work on windows (publicly) unfortunately can't use it in my working computer
24.
▲
by
Rucadi
1y ago
I personally find a lot more relevant the part about "Enabling cross-compilation ", which in my opinion is important and a win. The same about exported symbols and being able to compile to wasm easily.
25.
▲
by
Rucadi
1y ago
I created a library "cpp-match" that tries to bring the "?" operator into C++, however it uses a gnu-specific feature ( https://gcc.gnu.org/onlinedocs/gcc/Statement-Exprs.html ), I did support ms
26.
▲
by
Rucadi
1y ago
And why not by private entities receiving donations of people that care about preservation?
27.
▲
by
Rucadi
1y ago
Personally I've found great success using NIX as a programmable config file, and outputting json to be read by the application.
28.
▲
by
Rucadi
1y ago
Lldb and rr (midas) have vscode extensions
29.
▲
Show HN: ToyWithRaylib, compile and run raylib games on the browser
(toywithraylib.com)
2 points
by
Rucadi
1y ago
|
0 comments
30.
▲
by
Rucadi
1y ago
you could try to statically link them if the package support it, it does so by using musl nix build github:NixOS/nixpkgs#pkgsStatic.git return the pacakge as: ls -lah git -r-xr-xr-x 1 rucadi rucadi 5.1M Jan 1 1970 git ldd git $
More ›