HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pcmoore

no profile record

comments

pcmoore
·vor 2 Monaten·discuss
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.
pcmoore
·vor 4 Monaten·discuss
Watched the video. Why isn't the editor a TUI itself?
pcmoore
·letztes Jahr·discuss
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 is not as simple as it should be.
pcmoore
·letztes Jahr·discuss
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 known results in the public domain) but has been available for over 15 years with publicly accessible code written by humans. The training set was so sparse it had no ability to "understand" or even regurgitate past the summary text which it listed almost verbatim.
pcmoore
·vor 2 Jahren·discuss
A more concise and less opaque alternative https://github.com/tibru/tibru
pcmoore
·vor 3 Jahren·discuss
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-up the spec to be a real minimal execution only core. There is a real barrier to entry for producing new lightweight implementations.

https://github.com/peterseymour/winter
pcmoore
·vor 6 Jahren·discuss
One early forerunner was LEO https://en.wikipedia.org/wiki/LEO_(computer)