Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mirman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mirman
3y ago
what sorta moat do you have now that openai’s got eyes?
2.
▲
Extensional AI (YC W23) Is Hiring: Front End and ML
(ycombinator.com)
1 points
by
mirman
4y ago
3.
▲
PySearch: Find functions from ML libs (PyTorch) with out knowing their names
(pysearch.com)
3 points
by
mirman
4y ago
|
0 comments
4.
▲
Raytracer in PyTorch
(github.com)
5 points
by
mirman
8y ago
|
0 comments
5.
▲
AI2: Proving Safety Against Adversarial Attacks for CNNs
(ai2.ethz.ch)
1 points
by
mirman
8y ago
|
0 comments
6.
▲
Lethargy: a cure for lazyness derived space leaks.
(github.com)
1 points
by
mirman
13y ago
|
0 comments
7.
▲
by
mirman
13y ago
Do you have any reasoning behind that opinion, or is it just unfounded religious zeal? Why should somebody who wants to use threading have to know how to write a preemptive scheduler? If you want a tutorial in addition to the library thats
8.
▲
by
mirman
13y ago
So number of lines of code makes a library a joke? One of the most commonly used Haskell libraries is only 25. http://hackage.haskell.org/packages/archive/forkable-monad/0... Also, this doesn't impleme
9.
▲
by
mirman
13y ago
This is a library that can be used to supplement any implementation. If I'd had the option to switch us to stackless easily, and I could guarantee it was as fast, worked with all the libraries, and was as stable, I probably wouldn'
10.
▲
by
mirman
13y ago
- here actually negates the ordering of the numbers in the list. -1.0.0 === 0.0.1.
11.
▲
by
mirman
13y ago
Technically no, you can't have two things happening concurrently and but not finishing in the same time period. But what a "thing" and how long a period is are up for grabs. If we choose period to be anything longer than 1 m
12.
▲
by
mirman
13y ago
No offense taken - both of these are obviously visibly delicate. There is a version in the history that used Greenlet instead of gevent which was potentially a bit less delicate, but it required wrapping of the main file and didn't wor
13.
▲
by
mirman
13y ago
waitAll gone. Before I put it in any package managers it will get style guided. This is currently on version -1.0.0.
14.
▲
by
mirman
13y ago
The lack of options for parallel (and non-parallel) concurrency is, along with other things, feeding the high defection rate to many other languages.
15.
▲
by
mirman
13y ago
Fewer explicit yields & no monkey patching necessary for IO performing libraries.