HackerTrans
トップ新着トレンドコメント過去質問紹介求人

janAkali

no profile record

コメント

janAkali
·3 年前·議論
> 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, where it goes, how it is processed, etc. etc.. And if a big company is caught.. they'll pay fines for being caught and let away to continue the same shady practices, as we have seen with privacy scandals at Facebook.

> ...but lots of terrible things people used to do got outlawed eventually.

That's the third reason - surveillance is evil and bad, but it will never be advertised as that. It will be something good and convenient with a surveillance as a side effect, similar to social media and smart appliances.

Maybe, I am just too pessimistic and you're right with: 'This process seems slow compared to a human lifespan'.
janAkali
·3 年前·議論
> 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, selling, sharing and stashing metadata with websites, social media and smartphones for the last decade. Now, language models will help them process it. I have one question: for what cause? Surely, for the good of humanity. That's what the companies exist for, right?

It's not like we need laws to force companies to not screw us over, or in America they need lobbyists to force politicians to force companies to not screw them over. Currently, AI is absolutely unregulated wild lawless west, and it's frightening. And not because of bad actors, but because of the 'pretending to be good' ones.

> Wasn't it always true? Trivially all people advocate their beliefs..

You would be surprised, but people need constant reminders of that. Or they will start treating mega-corporations as privacy-respecting, consumer-oriented, eco-friendly or any other bullshit their PR-team trying to push today or will try tomorrow.
janAkali
·3 年前·議論
> 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. And every company will start using it to not fall behind.
janAkali
·3 年前·議論
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, alt, forward delete, paste and enter gestures etc. etc.

[0] - https://jbak2.ucoz.net/ (yes it's horrible website, but it's free and easy to maintain for the handicapped developer)

[1] - https://github.com/Archargelod/jbak2Templates-Skins
janAkali
·3 年前·議論
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' will mean exactly a 'cat' until specified.

I could use sentence that could mean literally hundred thousand of different things, but if I explain it properly once, you are expected to keep it as context.

ChatGPT4 will struggle to keep all context as it will surely accumulate.
janAkali
·3 年前·議論
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://github.com/treeform/jsony
janAkali
·3 年前·議論
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/yglukhov/nimpy
janAkali
·3 年前·議論
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 disable gc, but most of standard library depends on it. But in Nim 2.0 there's finally support for ARC and ORC (ARC + cycle collector).
janAkali
·3 年前·議論
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/bin | grep NEEDED | awk '{print $2}'); do ldconfig -p | grep $i; done
janAkali
·3 年前·議論
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?
janAkali
·3 年前·議論
> 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 picture, edit, align it, etc.. Then just give me a link.
janAkali
·3 年前·議論
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.
janAkali
·3 年前·議論
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/drnim.html
janAkali
·3 年前·議論
[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 identification of a particular person, also constitute personal data.

Thus, anything you wrote on any site, if it is not anonymised and still linked or could be traced to your account is a personal data.

And even when it is anonymised: >Personal data that has been de-identified, encrypted or pseudonymised but can be used to re-identify a person remains personal data and falls within the scope of the GDPR.

[0] - https://commission.europa.eu/law/law-topic/data-protection/r...