HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Charon77

199 karmajoined há 5 anos
[email protected]

Submissions

Boolean logic operators are not intuitive. Let's do better

charon.konekopi.com
3 points·by Charon77·há 2 meses·1 comments

Running official Arch Linux on Arm (not to be confused ArchLinuxARM)

charon.konekopi.com
12 points·by Charon77·há 2 meses·1 comments

comments

Charon77
·há 5 horas·discuss
Condition 2 are pretty much hard to get. Happens everytime in the equator, happens only twice a year in most countries, hopefully never happens in the n/s pole
Charon77
·há 23 horas·discuss
I really love the idea of lisp but feels like the learning curve is steep. Sure you can learn basic lisp in an hour or so but then? You need to learn emacs, all of the plugins, module systems.

Maybe I just don't know where to start.
Charon77
·há 5 dias·discuss
Archlinux has this separation of official packages and the user submitted AUR, which has never been something that is officially supported by design.

Having big names maintain their own VCS is a good thing. There can be a centralized system to index / search packages just for findability. And this centralized system doesn't have to be anything special just like how anyone could use any search engine
Charon77
·há 9 dias·discuss
You can't prove something is/isn't created with AI.

Also, if AI generated content cannot be copyrighted, they can't infringe copyright as well
Charon77
·há 12 dias·discuss
The issue with Markov Chain is you can't get good next token prediction on long enough context because once you see the last 1000 words instead of just 2, it's quite unlikely that your 'frequency' is populated for that exact combination, and markov chain don't work on token embedding that allows some encoding of meaning.
Charon77
·há 15 dias·discuss
This is being pushed to us in forms of AI SDLC.

I am quite heartbroken. Your /s comment is a reality for others.
Charon77
·há 16 dias·discuss
I think pretty much parallel to how social engineering, manipulation, scams work. LLMs are being trained to have human values, prioritizing human lifes, yet people are shocked it will spurt out how to make a nuclear bomb because grandma is being tied to a train track as a hostage.
Charon77
·há 16 dias·discuss
> If #2 was false, surely some other LLM lab would have done it by now.

This is a logical flaw. LLM that is immune to jailbreak _could_ exist, but not yet, or maybe nobody talks about it. Yes there's a market, but all of these AI boom is too recent to make any claims.
Charon77
·há 27 dias·discuss
Ironically I used AI for this question, and what came out is 'Echo prompt' apparently it's a thing: repeating LLM instructions twice increases accuracy.

Another idea was Chain of Thought leakage. It's like as if a chef saying "Now I am adding salt because the customer requested so"
Charon77
·há 27 dias·discuss
Wrapper is really helpful for every time you do pacman update for official repo, you should recompile all of the AUR repo as well, otherwise you'll be in the land of 'partial upgrades'. Some packages don't complaint too much, while others do
Charon77
·há 27 dias·discuss
It does, but there's a y/n question of whether you want to see the patch
Charon77
·mês passado·discuss
Much obliged!
Charon77
·mês passado·discuss
Would appreciate invite too (email in my about column)
Charon77
·há 2 meses·discuss
Only affects win11
Charon77
·há 3 meses·discuss
"一 百 二十 一 dollar "

Definitely chinese.

In Japanese, they say 'hundred' instead of 'one hundred' "百 二十 一"
Charon77
·há 3 meses·discuss
True. The only 'distributed' part of bluesky is in the PR. Otherwise there'd be more instances.

My mastodon account is not even on mastodon.social, because why would I, when I could have a home server closer to home
Charon77
·há 3 meses·discuss
a bit misleading title.

> Publishing games that are available to players with either Roblox Kids (users under 9) or Roblox Select (users 9 to 15) accounts that we announced in our Newsroom will require additional verification steps than publishing games that are available to users over 16.*
Charon77
·há 3 meses·discuss
x+y = ln(exp(x) * exp(y))

exp(a) = eml(a, 1) ln(a)=eml(1,eml(eml(1,a),1))

Plugging those in is an excercise to the reader
Charon77
·há 3 meses·discuss
Not brainf*ck. This is the SUBLEQ equivalent of math https://en.wikipedia.org/wiki/One-instruction_set_computer#S...
Charon77
·há 3 meses·discuss
> Like addition

I'm perplexed to the claim that addition is cheaper than XOR, especially since addition is built upon XOR, am I missing anything? Is it javascript specific?