HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dataangel

no profile record

comments

dataangel
·bulan lalu·discuss
You must be trolling. Most open source software is released under MIT license which explicitly says the author isn't liable for anything.
dataangel
·bulan lalu·discuss
Yes the person making the accusation could do that
dataangel
·2 bulan yang lalu·discuss
I made this prediction years ago
dataangel
·4 bulan yang lalu·discuss
As always emacs has it already

https://github.com/mickeynp/combobulate
dataangel
·7 bulan yang lalu·discuss
I mean, E2E is the entire point of Signal. if you don't think E2E is important then Signal is the wrong app. Personally given the current political climate I think having the technical knowledge to understand what E2E is and not wanting E2E is bonkers. High chance of people getting killed or jailed in the US for mainstream political positions in the near future.
dataangel
·8 bulan yang lalu·discuss
For those to be equal you need both associativity and commutativity.

Commutativity says that a*b = b*a, but that's not enough to allow arbitrary reordering. When you write a*b*c depending on whether * is left or right associative that either means a*(b*c) or (a*b)*c. If those are equal we say the operation is associative. You need both to allow arbitrary reordering. If an operation is only commutative you can turn a*(b*c) into a*(c*b) or (b*c)*a but there is no way to put a in the middle.
dataangel
·9 bulan yang lalu·discuss
Do the people who have control of the information have an incentive to lie?
dataangel
·9 bulan yang lalu·discuss
That era was nice but it has a different problem. People will pearl clutch about kids getting exposed to someone's custom skin making their character nude, or putting curse words on the side of a gun or whatever.
dataangel
·9 bulan yang lalu·discuss
they were hoping Cell would get more widespread use though, which it did not
dataangel
·9 bulan yang lalu·discuss
they can't move everything to the cloud because of latency
dataangel
·9 bulan yang lalu·discuss
imports run arbitrary Python code, making them faster is the same as making every other language feature faster
dataangel
·9 bulan yang lalu·discuss
This would be a huge deal for Python startup time *if* it was applied to all the standard library packages recursively. Right now importing asyncio brings in half the standard library through transitive imports.
dataangel
·9 bulan yang lalu·discuss
Context switching makes you less productive compared to if you could completely finish one task before moving to the other though. in the limit an LLM that responds instantly is still better.
dataangel
·9 bulan yang lalu·discuss
The atomics in std::weak_ptr are >20x more expensive even with 0 contention.
dataangel
·9 bulan yang lalu·discuss
Why use an egpu with a raspberry pi? all the games are x86 based. LLMs?
dataangel
·10 bulan yang lalu·discuss
If you have serious RSI I strongly suggest Svalboard.

https://svalboard.com/
dataangel
·11 bulan yang lalu·discuss
> median word error rate of 25%

So 1 out of every 4 words is wrong? How does Neuralink compare?
dataangel
·3 tahun yang lalu·discuss
Is there a broader tutorial for this, newsgroups mostly missed me, I don't really grok how they fit into the greater internet or how their hosting works or why you have to pay a separate provider
dataangel
·4 tahun yang lalu·discuss
Pet peeve: contrary to popular belief bananas are not actually a high potassium food. They are not even in the top 10! Leafy greens contain way more potassium than bananas do: https://www.sharp.com/health-news/where-to-find-potassium-ot...
dataangel
·4 tahun yang lalu·discuss
How is that different than just regular VPN?