lopsidedBrain | 5 years ago | on: An ex-ARM engineer critiques RISC-V
lopsidedBrain's comments
lopsidedBrain | 5 years ago | on: From Vector Spaces to Periodic Functions (2019)
Moreover, this axiom is _independent_ of the other axioms in ZFC. It is in fact possible to have entirely self-consistent "worlds" of mathematics, ones where axiom of choice is true, and ones where it is false.
More details and examples of alternate axioms are in the Wikipedia article: https://en.wikipedia.org/wiki/Axiom_of_choice
If it seems weird that math can give you contradictory results, remember that the difference only shows up when you deal with some form of infinity (e.g. when performing an operation on an infinitely large set). For any usage of math in the real world, the truth or falsity of this axiom won't give you contradictory results.
lopsidedBrain | 5 years ago | on: Why and How zk-Snark Works (2019)
So journal publication is not the only means of recognition.
Speaking of which, computer science is a bit weird in that conference papers tend to have higher visibility than journals, even though the latter still has some of its grandfathered glory. Not all conferences are equal, obviously. Some have a more rigorous submission process than others. But our field definitely carries a bit of skepticism about the value added by journal publishers.
lopsidedBrain | 5 years ago | on: AT&T is selling your phone calls and text messages to marketers, how to opt out
lopsidedBrain | 5 years ago | on: Language-Agnostic Bert Sentence Embedding
lopsidedBrain | 5 years ago | on: Language-Agnostic Bert Sentence Embedding
lopsidedBrain | 5 years ago | on: Dependency
lopsidedBrain | 5 years ago | on: SQLite 3.33
You might find it interesting to look at the actual sqlite source commits where this change was introduced: https://sqlite.org/src/timeline?r=larger-databases It turns out the number comes from having a max of 2^32 pages in their database. Their default page being 4 kB each: https://www.sqlite.org/pgszchng2016.html
Working backwards, they must have raised it to 64kb: `python -c 'print(1024 * 64 * 232)'` produces 281,474,976,710,656.
lopsidedBrain | 5 years ago | on: SQLite 3.33
> SQLite was originally designed with a policy of avoiding arbitrary limits. [...] Unfortunately, the no-limits policy has been shown to create problems. Because the upper bounds were not well defined, they were not tested, and bugs were often found when pushing SQLite to extremes.
lopsidedBrain | 5 years ago | on: Show HN: Brick, a free Notion-like tool for zero-hassle site making
lopsidedBrain | 5 years ago | on: Google offers free fabbing for 130nm open-source chips
lopsidedBrain | 5 years ago | on: The Sun seen through the Earth in “neutrino light” (2007)
lopsidedBrain | 5 years ago | on: The most successful developers share more than they take
That said, if you do not have actual data or experience to back up what you are preaching, I definitely welcome the call for caution. It is not useful to insist that "everyone should learn a certain skillset" unless you found those skills relevant in practice in some situation.
It sounds like you've been compiling an interesting collection of stories, ones that might be interesting to a lot of folks here.
lopsidedBrain | 6 years ago | on: SELECT wat FROM sql
That interpretation makes sense to me when I read the docs, but is way too easy to miss when I'm actually doing comparisons.
lopsidedBrain | 6 years ago | on: Learning to See in the Dark (2018)
I'm sure you know exactly how much of which filter to apply for similar results. Laymen like ourselves will need a lot more trial and error. Their contribution here is to provide a push-button, automated mechanism.
I would have probably also tried something simple and given up due to the noise. So this is definitely interesting.
lopsidedBrain | 6 years ago | on: Renaming files with mv without typing the name two times
There nothing in between.
lopsidedBrain | 6 years ago | on: Renaming files with mv without typing the name two times
mv foo-<tab>
mv foo-bar-baz foo-<tab>
mv foo-bar-baz foo-bar-baz
Now I can edit the second part pretty quickly.Downside: you have to at least type `foo-` twice.
Upside: command line history still has the full command.
lopsidedBrain | 6 years ago | on: After 50 years of effort, researchers made silicon emit light
Have you ever tried wiring any non-trivial logic without flip-flops? Say, a simple signal routing layer. Even the most basic bits of logic becomes much less efficient to downright impossible without storage.
lopsidedBrain | 6 years ago | on: Exceptions should be Exceptional (2016)
lopsidedBrain | 6 years ago | on: Stages of denial in encountering K