Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pcmoore
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
19 ms
·
1.
▲
by
pcmoore
4mo ago
I've been dabbling with OVH and it feels very pricey and fragile. Has a very lipstick on a pig approach to whatever they used to be doing before piling into cloud.
2.
▲
by
pcmoore
6mo ago
Watched the video. Why isn't the editor a TUI itself?
3.
▲
by
pcmoore
2y ago
I found this article very interesting with regards direct WASM interpretation: https://arxiv.org/abs/2205.01183 I produced https://github.com/peterseymour/winter on the back of it and learnt WASM
4.
▲
by
pcmoore
2y ago
I ran a test yesterday on ChatGPT and co-pilot asking first if it knew of a specific paper which it confirmed and then to derive simple results from which it was completely incapable of. I know this paper is not widely referenced (ie few kn
5.
▲
by
pcmoore
2y ago
A more concise and less opaque alternative https://github.com/tibru/tibru
6.
▲
by
pcmoore
3y ago
I entered into WASM assuming it was simple and minimal but there are a lot of runtime edge cases that are quite surprising. I built an interpreter that passes all the non-SIMD test cases from the official spec. Would be interesting to clean
7.
▲
by
pcmoore
4y ago
I'm looking for a physical calculator
8.
▲
by
pcmoore
4y ago
What's a good simple calculator for programmers? Easy entry/conversion of hex and binary but simple arithmetic with possible shifts. I don't need to do trigonometry.
9.
▲
by
pcmoore
4y ago
Love this game. On completing the level this error popped up: class java.lang.IllegalStateException:Attempting to call unbound fn: #'clojure.core/unquote I'm running on Chromium browser on XUbuntu.
10.
▲
by
pcmoore
7y ago
One early forerunner was LEO https://en.wikipedia.org/wiki/LEO_(computer)
11.
▲
Proto-SaaS business needs loving home
2 points
by
pcmoore
7y ago
|
0 comments
12.
▲
by
pcmoore
9y ago
Take a look at https://github.com/tibru/tibru for an explanation of why the underlying technology is poorly chosen and how systems of this type don't need to be esoteric
13.
▲
by
pcmoore
10y ago
Be that team and take https://github.com/tibru/tibru forward
14.
▲
by
pcmoore
10y ago
Check out https://github.com/tibru/tibru No primitive arithmetic operations at all, no need for jets but the same time complexity as arithmetic in C just with a higher constant factor.
15.
▲
by
pcmoore
10y ago
For those using Nock and seeking an alternative take on Urbit check out this open source project https://github.com/tibru/tibru A few willing devs could take this forward with open libertarian ideals. There is nothing
16.
▲
by
pcmoore
10y ago
For those blocked by ad blockers: take the title of the article, paste it into to google and then view the cached page.
17.
▲
by
pcmoore
11y ago
I get 'Uncaught SyntaxError: Unexpected token ILLEGAL' on Chromium Version 37.0.2062.120 Ubuntu 12.04 (281580) (64-bit) The live demo doesn't work for me
18.
▲
by
pcmoore
11y ago
For a more accessible alternative approach to all this madness see this mirror project https://github.com/tibru/tibru
19.
▲
by
pcmoore
12y ago
But looking through code there are lots of references to gc, mark and sweep. Even with acyclic data models memory has to be cleared.