krcz | 1 year ago | on: Ending our third party fact-checking program and moving to Community Notes model
krcz's comments
krcz | 3 years ago | on: The Verse Programming Language [pdf]
krcz | 3 years ago | on: Computer proof ‘blows up’ centuries-old fluid equations
If one can afford it, they can travel to Paris and check themselves. The same with mathematical truth: if one has means (time, intelligence, access to training), they can check the proof themselves. Otherwise they need to trust the consensus.
So again, is the truth in mathematics just a social construct? In some sense, I guess, but probably not the one some people might assume hearing such a statement.
krcz | 4 years ago | on: Let's Settle This
krcz | 4 years ago | on: Teen Girls Are Developing Tics. Doctors Say TikTok Could Be a Factor
krcz | 4 years ago | on: Gitfs: Version Controlled File System
krcz | 4 years ago | on: Belarus 'diverts Ryanair flight to arrest journalist', opposition says
krcz | 4 years ago | on: India’s second wave of Covid-19 feels nothing like its first
krcz | 5 years ago | on: Children Playing Blockchain
krcz | 5 years ago | on: Rent controls have split housing in Berlin into two distinct markets
> Also, this doesn't really apply to housing. Correct, it's more complex there and some of the reasons are mentioned in the article.
krcz | 5 years ago | on: Rent controls have split housing in Berlin into two distinct markets
krcz | 5 years ago | on: The Road to Utopia: A manifesto for reclaiming a humanist future (2020)
> Utopia is not a destination we should ever expect to reach—it is a point on a compass.
krcz | 5 years ago | on: The Media and Silicon Valley Are at War
krcz | 5 years ago | on: Ask HN: Show me your half baked project
Main goals: idiomatic translation (transpilation into readable code, with both imperative and functional targets possible, e.g. translating map-filter-reduce chain into a loop), restricted homoiconic syntax (with typed macros), advanced language concepts (dependent types, contracts, verification, effect systems) implemented as macros.
Target uses: GPU/heterogenous programming, neural networks model definitions, cryptography; everywhere where control is needed over how abstractions are translated into the low level code.
krcz | 5 years ago | on: Capitol Police rejected offers of federal help to quell rioting
krcz | 5 years ago | on: Medicine's Machine Learning Problem
1. Technician writes down their diagnosis
2. They submit it to the system
3. AI comes with its own analysis
4. Technician sees the outcome, they can update their assessment
5. Everything is saved into the system
If one of technicians has too much errors in their initial assessments, it should raise a concern.
krcz | 5 years ago | on: Medicine's Machine Learning Problem
krcz | 5 years ago | on: Elon Musk becomes world’s richest person as wealth tops $185B
krcz | 5 years ago | on: Bitcoin's market cap is now higher than Tesla's
I'd consider it successful if I could pay with it in physical shops, or at least in one of major online shops (let's say Amazon).
krcz | 5 years ago | on: A Tiny Lispy Transpiler
I've had similar idea on my mind since few years, but as for now the only output is a document explaining the goals [1], I'm still in exploration phase, as I want something more abstract, with more advanced language concepts implemented using macros (as in Turnstile+ does with dependent typing [2]).
[1] https://github.com/krcz/zygote [2] https://www.ccs.neu.edu/home/stchang/popl2020/index.html
No need to imagine, it's enough to look into non-Euclidean geometry (obtained by excluding Euclid's fifth axiom), non-standard models of geometry, or reverse mathematics (studying which axioms are necessary for a specific theorem to be provable).