Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tooker
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
tooker
3y ago
I read the entire thing and still can't tell if this is a joke.
2.
▲
by
tooker
3y ago
Reminds me of http://www.realultimatepower.net/
3.
▲
by
tooker
4y ago
Author note: Hopefully you have fun with this. You can compare the performance of your phone to your workstation on any architecture. I'm having fun learning about WASM performance and loving that Firefox is somehow the BEST WASM en
4.
▲
Show HN: Webbench, a WASM Based Benchmark
(mayfield.github.io)
2 points
by
tooker
4y ago
|
1 comments
5.
▲
by
tooker
5y ago
I use MDN heavily every day and this is really depressing. When I first landed on a fresh page today I thought I'd clicked on the wrong link and got some low-rent MDN knockoff by accident. It instantly looked cheap and jarring on a s
6.
▲
by
tooker
5y ago
Could not agree more! Firefox begining to support V3 is also extremely troubling; regardless of the compromises they are offering for adblockers. We need to resist this.
7.
▲
by
tooker
5y ago
V3 is a cancer. As a full time extension developer I am dreading the notion of chrome successfully deprecating V2. Hopefully developers can rise up against V3 before it's too late.
8.
▲
by
tooker
6y ago
Go Jonathan!
9.
▲
Show HN: Fancy new release of “Sauce for Strava ” browser extension
(chrome.google.com)
1 points
by
tooker
7y ago
|
0 comments
10.
▲
by
tooker
7y ago
Netscape ran on Unix platforms.. buggy or not its support was vastly more important than IE on an ethical level.
11.
▲
by
tooker
7y ago
Bravo
12.
▲
by
tooker
7y ago
THIS * 1000
13.
▲
by
tooker
8y ago
https://forsta.io is missing.
14.
▲
by
tooker
8y ago
It's agnostic. Really any person/agency that wants E2E messaging but with some e-discovery capabilities done in a decentralized fashion.
15.
▲
Show HN: Forsta – A Signal based messaging platform for enterprises
(forsta.io)
6 points
by
tooker
8y ago
|
2 comments
16.
▲
by
tooker
9y ago
It's ported directly from the javascript lib so most of the interfaces are exactly the same (async differences in some cases and a couple storage interface differences, see: < https://github.com/ForstaLabs/libsig
17.
▲
by
tooker
9y ago
The C components are just a few emscripten compiled curve25519-donna and ed25519 functions for elliptic curve routines. It comes directly from the web library without any alteration. Honestly I was surprised at how well it works and the p
18.
▲
Show HN: Node.js port of WhisperSystem's libsignal
(github.com)
88 points
by
tooker
9y ago
|
16 comments
19.
▲
by
tooker
9y ago
It used to irritate me having to use alternative grammar for accessing values in a mapping vs accessing object attributes. However this is an area where I learned to appreciate Python's hardline on consistency. Guido in particular ha
20.
▲
by
tooker
10y ago
That's almost exactly the use case I began with. It unapologetically requires python 3.5+ but if you're already there I'd be happy to see and support some of your use cases. Hit me up on github if you want to try it and nee
21.
▲
by
tooker
10y ago
I have a library for doing coordinated async IO in python that addresses some of the scheduling and resource contention issues hinted out in the later part of this post. It's called cellulario in reference to containing async IO mecha