Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
janAkali
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
janAkali
3y ago
> Why do you think it's impossible to regulate? There are three reasons: - once it's widespread - it's a standard (targeted ads, cookie tracking, SEO) - we'd need a lot of infrastructure to track all the data recorded
2.
▲
by
janAkali
3y ago
> Actually I don't think that's true, consider manufacturing robots. We're long way from making fully AI-driven robots. But much closer to other uses. Our current world is very data-centric: companies have been collecting,
3.
▲
by
janAkali
3y ago
> Is any of this currently being done, however? Companies aren't obligated to disclose the training process. So, we can't tell. Until, in the matter of months, it is available, accessible and almost impossible to regulate. An
4.
▲
by
janAkali
3y ago
Not sure what you mean by modal keyboard, but there is fully customizable row of keys in termux. I disabled it, because I use special android keyboard app[0] with a custom layout made from scratch[1]: all common symbols, arrows, esc, ctrl,
5.
▲
by
janAkali
3y ago
Another challenge, is that toki pona requires a lot of context, not only of previous sentences, but visual and communal. For example, I can say 'soweli lili' and point to a cat, then in all further conversations 'soweli lili&
6.
▲
by
janAkali
3y ago
Nim's default json library is terrible in performance, but there're much faster drop-in replacements like jsony[1]. I'm not sure that's the main issue for low rank, but it's definitely one of them. 1. https:/&
7.
▲
by
janAkali
3y ago
Your programs could benefit from small dependency-free executables and compile time code generation and execution. Nim code can also be called directly from python or vice versa, check out nimpy[1]. 1. https://github.com/yg
8.
▲
by
janAkali
3y ago
1. Nim uses 'var' modifier to pass by reference, e.g. "proc (n: var int)...", default behaviour is pass by value. And there're also raw pointers and references (safe pointers). >is a no-gc mode available? You can
9.
▲
by
janAkali
3y ago
for i in $(objdump -p /path/to/bin | grep NEEDED | awk '{print $2}'); do ldconfig -p | awk -v var="$i" '$1==var{print $0}'; done edit: even simpler, for i in $(objdump -p /path/to/
10.
▲
by
janAkali
3y ago
Now I'm wondering: if there were two monkeys hitting random keys on a keyboard for an infinite amount of time, one in the gpt-4 prompt and another straight typing 0s and 1s who would produce Doom code faster?
11.
▲
by
janAkali
3y ago
> To view this this content, you'll need to update your privacy settings. What a joke is this site? Ever heard of screenshots? Why does text-based content have to be embedded anyway? Ok, it is hard to press couple buttons, paste a p
12.
▲
by
janAkali
3y ago
Or, more likely, wait until adblock developers figure out how to circumvent adblock detection. In the mean time you could probably switch your VPN country to Russia, as there's literally zero advertisements right now from google.
13.
▲
by
janAkali
3y ago
I believe, Nim also has this functionality, although, it uses the [0]Z3Prover tool with a nim frontend [1]DrNim for proving. [0] https://github.com/Z3Prover/z3 [1] https://nim-lang.github.io/Nim/drni
14.
▲
by
janAkali
3y ago
[0]European Commission defines personal data as: >Personal data is any information that relates to an identified or identifiable living individual. Different pieces of information, which collected together can lead to the identificatio