Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yairchu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
yairchu
2y ago
Lean is a currently-niche programming language / proof-assistant. A proof assistant is basically a tool to construct mathematical proofs, which verifies that the proofs are correct like how a compiler verifies types in your programs. I
2.
▲
by
yairchu
5y ago
The link in "A redesign of our backend, Sanakirja, to make it significantly faster", to https://pijul.org/posts/2022-01-08-beta/2021-02-06-rethinkin... is broken (I get a "Not found")
3.
▲
by
yairchu
5y ago
Way before @noamraph put it up on in pypi it was internally available in our company. To my knowledge he didn't yet make it 30 years ago, but if he did then probably at least not for Python!
4.
▲
by
yairchu
5y ago
Ive used tqdm 20 years ago
5.
▲
re:bass – if Git was music, what would it sound like [video]
(youtube.com)
8 points
by
yairchu
5y ago
|
0 comments
6.
▲
The language that all programmers use
(youtube.com)
9 points
by
yairchu
5y ago
|
0 comments
7.
▲
by
yairchu
6y ago
Facebook runs a lot more political ads than Google and it’s commercial ads that are halting.
8.
▲
by
yairchu
6y ago
Do folks generally keep with the regular secrecy in this situation? (regarding ANA's "More than 50 years ago, the FDA approved a drug. Today, we’re evaluating that drug as a treatment for COVID-19")
9.
▲
by
yairchu
7y ago
Imho her blog is a valuable resource. Can be used to point out "here's what could happen if you do X" in specific cases and in general as "here are a lot of examples for why things should be done in a non-messy way"
10.
▲
by
yairchu
7y ago
Is there any other plausible explanation?
11.
▲
by
yairchu
7y ago
> exceptionally good education. Is that so?! I’m an Israeli and I assumed that it’s the really bad education that is responsible for stronger skepticism and Chutzpah.
12.
▲
by
yairchu
7y ago
> So why do we bother with all that coding style stuff if we could make an IDE that edits the program itself instead of text? (I get that text is a universal format, but that doesn't mean we have to edit it directly.) A huge benefit
13.
▲
How git-mediate made me stop fearing merge conflicts
(medium.com)
3 points
by
yairchu
10y ago
|
0 comments
14.
▲
by
yairchu
11y ago
In the example it is called "NonEmpty". There's the "Stream" nominal type, shown below in Haskell-like text syntax: newtype Stream a = () -> (Empty | NonEmpty { head :: a, tail :: Stream a }) To construct
15.
▲
by
yairchu
11y ago
It's not a known color scheme. For a while we had an ugly color theme, and then I sat with a designer friend and we fixed it. I agree that it's pretty now :) Apparently colors needed to have consistent saturation levels and stuff.
16.
▲
by
yairchu
11y ago
But the context is that the tooling does type it for you.
17.
▲
by
yairchu
11y ago
I think that you and Peaker are merely interpreting the term "blindly manipulating symbols" differently. Here's an explanation of what the term means: http://blog.absentdesign.com/2013/05/blindly-man
18.
▲
by
yairchu
11y ago
Here's how Euler 3 looks: http://imgur.com/Y9qryWd Note that not seen in the screenshot are the `reduce` and `max` functions which I've implemented, though those are pretty simple. I also can't wait till I&#x
19.
▲
by
yairchu
11y ago
It's a custom one that we made for Lamdu using GLFW and OpenGL (via [graphics-drawingcombinators]( https://hackage.haskell.org/package/graphics-drawingcombinat... ). It's been clear to us that we need animation
20.
▲
by
yairchu
13y ago
It is using OpenGL indirectly via the graphics-drawingcombinators library ( http://hackage.haskell.org/package/graphics-drawingcombinato... ). Indeed the fonts may not be as pretty as with Cairo etc but on the other hand
21.
▲
by
yairchu
14y ago
I don't think that I am confusing things with value, but perhaps I did not explain my meaning well enough. The problem with cheap AI and robots is not that people will not want to create things for each other and do stuff - sure they will s
22.
▲
by
yairchu
14y ago
That's because we haven't yet produced a general-purpose quality AI which can do everything humans can do and more cost effectively than they do it. But when this happens, pretty much everything, even creative work like graphical design -
23.
▲
by
yairchu
14y ago
They can't, because the people who own the robots also own a robotic police force. Two years ago when Mubarak told the Egyptian army to spray protestors with bullets, and the soldiers refused. That's because he didn't have a robotic force.
24.
▲
by
yairchu
14y ago
Check out http://en.wikipedia.org/wiki/Cubic_equation#History Cubic equations were researched by mathematicians for thousands of years before Tartaglia solved the general case! (btw the solution for Quadratic equations was well known
25.
▲
by
yairchu
14y ago
Galois, Fermat, Tartaglia...
26.
▲
by
yairchu
14y ago
You are correct, Nobel prizes are not awarded to the dead, unless they die just after announcing the prize and before the ceremony ( http://www.guardian.co.uk/science/2011/oct/03/nobel-prize-aw... ). Gandhi was denied the prize for this rea
27.
▲
by
yairchu
14y ago
Doesn't it cause a "Javascript eval injection" vulnerability? I don't know Javascript so I may be wrong here, but: * Suppose someone uses this library to create a "MariaSQL Explorer App", where you give the app connection credentials and it