Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bwasti
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bwasti
6y ago
Mining Bitcoin can be done with pencil, paper and the ability to communicate with others also interested in Bitcoin.
2.
▲
by
bwasti
6y ago
A popular post on r/wallstreetbets[1] summarizes Michael Burry’s thesis that CPI (consumer price index) is unaffected as long as inflation isn’t directly impacting consumers of the bag of goods that make up CPI. When there are fewer jo
3.
▲
by
bwasti
6y ago
I've posted this once before but I grabbed a domain name and preloaded a tutorial. Happy to remove if that's against the rules!
4.
▲
Show HN: Mebm.xyz – an open source online video editor
(mebm.xyz)
1 points
by
bwasti
6y ago
|
2 comments
5.
▲
Write-Up on Building a Browser-Based Video Editor in Vanilla JavaScript
(jott.live)
1 points
by
bwasti
6y ago
|
0 comments
6.
▲
by
bwasti
6y ago
The source can be found here: https://github.com/bwasti/mebm
7.
▲
Show HN: A simple browser based video editor (desktop only)
(bwasti.github.io)
25 points
by
bwasti
6y ago
|
5 comments
8.
▲
by
bwasti
6y ago
> It can also handle nonlinear conversions such as Fahrenheit to Celsius huh?
9.
▲
Viewing Euclidean Distance Queries as matrix multiplications
(jott.live)
1 points
by
bwasti
6y ago
|
0 comments
10.
▲
by
bwasti
6y ago
You can just try the instructions with an off-the-shelf assembler. They're not supported.
11.
▲
by
bwasti
6y ago
I've found the M1's 128bit instructions to be quite fast. My M1 MacBook Air can hit 90GFlops on a single core. My 2019 16" MacBook Pro is only 1.5 times faster at 135GFlops per core, despite double the vector width. Benchma
12.
▲
SIMD FMA Benchmark for MacBook M1/Intel Chips Done in Assembly
(github.com)
2 points
by
bwasti
6y ago
|
0 comments
13.
▲
Lofii – text based video chat
(github.com)
3 points
by
bwasti
6y ago
|
2 comments
14.
▲
Maximal Usable Video Compression Experiment: face and voice to text
(jott.live)
2 points
by
bwasti
6y ago
|
0 comments
15.
▲
PyTorch Developer Day 2020 [stream]
(facebook.com)
2 points
by
bwasti
6y ago
|
0 comments
16.
▲
by
bwasti
6y ago
I believe problems solved by this tool generally disappear when using named tensors
17.
▲
by
bwasti
6y ago
perhaps title "Sweatpants Forever: How the Fashion Industry Collapsed" for context?
18.
▲
by
bwasti
6y ago
would a library like pybind (for C++ extensions) be compatible with the philosophy of this python implementation?
19.
▲
Simple tool for interactively profiling JIT'd code
(github.com)
1 points
by
bwasti
6y ago
|
0 comments
20.
▲
Live feeds from various traffic cameras in NYC
(jott.live)
4 points
by
bwasti
6y ago
|
0 comments
21.
▲
TLDs Alphabetically by Domain
(data.iana.org)
2 points
by
bwasti
6y ago
|
0 comments
22.
▲
by
bwasti
7y ago
this can be done in browser with tensorflow.js + a pretrained mobilenet in a couple dozen lines of code example: https://jott.live/html/tfjsmobilenet code: https://jott.live/code/tfjsmobilenet
23.
▲
Show HN: Lightweight differentiable multi-dimensional arrays
(github.com)
1 points
by
bwasti
7y ago
|
0 comments
24.
▲
Flash Cut
(en.wikipedia.org)
1 points
by
bwasti
7y ago
|
0 comments
25.
▲
by
bwasti
7y ago
Note that this a layout trick and not an algorithmic one. An algorithmic speed up that is good for dense convolutions with small kernels is to use Winograd: https://arxiv.org/abs/1509.09308 For large kernels, implemen
26.
▲
List of words that can be written in hexadecimal
(jott.live)
2 points
by
bwasti
7y ago
|
0 comments
27.
▲
by
bwasti
7y ago
Why not use tensorflow.js or onnx.js and just do this in the browser/locally? Models have gotten good and this type of classification is very cheap these days. Hitting the network for such a small task is very much overkill
28.
▲
Julia
(jott.live)
3 points
by
bwasti
7y ago
|
0 comments
29.
▲
Show HN: Use Julia Functions as PyTorch Operators
(github.com)
9 points
by
bwasti
7y ago
|
0 comments
30.
▲
by
bwasti
7y ago
I wrote a small piece that might provide some intuition on the usefulness of VCG auctions https://medium.com/@bwasti/mechanism-design-a8ff1b1a7bdd
More ›