Ricardo Fernández Serrata
Ricardo Fernández Serrata
[The official blog](https://secretgeek.net/console_log) already has a link to the page, it's this one: https://rawgit.com/secretGeek/console-adventure/master/console.html I think @secretGeek should add this link to the "About" section of the repo, to make...
I guess this is an alignment problem: - B64 can always exploit adjacent 6bit chunks, except at the very end (O(1) space overhead). - B69 "wastes" space for each digit...
It's been 2 years :(
> I barely know any rust 😭 oh 💀 In that case, we should postpone the rewrite to ~1 year (if it actually happens), which should be enough time for...
I've just ~~stalked~~ analyzed [members](https://github.com/orgs/Rick-Lang/people) (10, at the time of writing) at a glance, and collected some Rust stats: 1. 5 members have (at least) basic knowledge 2. ~2 (including...
Sure! Here's [my public contact info](https://rudxain.github.io/about/accounts)
Development is **work-in-progress** here: https://github.com/Rick-Lang/rickroust If anyone reading this wants to help, please do!
```sh cargo check Checking llvm-sys v140.1.3 error: No suitable version of LLVM was found system-wide or pointed to by LLVM_SYS_140_PREFIX. Consider using `llvmenv` to compile an appropriate copy of LLVM,...
https://gitlab.com/taricorp/llvm-sys.rs#llvm-compatibility It seems `inkwell` is using a version of `llvm-sys` that's incompatible with `llvm-16`. But the following line indicates otherwise: https://github.com/TheDan64/inkwell/blob/89e06af9dd70dc5d6bc5ae42a2a03f680a367d37/Cargo.toml#L152 I guess it's a config issue? Edit: I'm so...
> first link works but the other 2 dont What do you mean? > Windows Script Host That's the problem, you aren't using [NodeJS](https://github.com/nodejs/node). [WSH](https://en.wikipedia.org/wiki/Windows_Script_Host) has an **extremely old** and...