Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fohara
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
fohara
15d ago
Fixed. Thanks again for the report and sorry for the hassle!
2.
▲
by
fohara
15d ago
Ouch, thanks for the heads up! Will have a fix up shortly.
3.
▲
by
fohara
15d ago
Thanks! It generates mutant by parsing the source code (via tree-sitter) and then using a collection of operators to make changes such as invert booleans, flip comparison operators, etc. It is built with certain testing libraries in mind, e
4.
▲
Show HN: Flawd is mutation testing for the AI era
(fixture.dev)
4 points
by
fohara
15d ago
|
5 comments
5.
▲
by
fohara
1y ago
The associated paper references Judea Pearl's theories on causality, but curiously doesn't mention the DoWhy implementation [0], which seems to have some recognition in the causal inference space. [0] https://github.com
6.
▲
Pick OS
(en.wikipedia.org)
5 points
by
fohara
1y ago
|
2 comments
7.
▲
Learning computer science with building blocks, not computers
(learningbeautiful.com)
2 points
by
fohara
1y ago
|
0 comments
8.
▲
by
fohara
2y ago
Apparently some of the software in Nikola vehicles was written in Crystal [1]. [1] https://manas.tech/blog/2020/02/11/nikola-motor-company/
9.
▲
by
fohara
3y ago
Did it compile to wasm and run at the edge at scale?
10.
▲
TechEmpower Web Framework Benchmarks: Round 21
(techempower.com)
2 points
by
fohara
4y ago
|
2 comments
11.
▲
by
fohara
5y ago
The reactive data store bits seem very similar to baobab.js [0]. Baobab's api seems a bit more terse though, which I prefer. [0] https://github.com/Yomguithereal/baobab
12.
▲
Why WASM is not the future of Babylon.js
(babylonjs.medium.com)
2 points
by
fohara
5y ago
|
0 comments
13.
▲
Virtuality: VR Gaming in 1990s Arcades
(en.wikipedia.org)
1 points
by
fohara
5y ago
|
0 comments
14.
▲
Tim Berners-Lee NFT that sold for $5.4M might have an HTML error
(arstechnica.com)
1 points
by
fohara
5y ago
|
0 comments
15.
▲
by
fohara
7y ago
I'm surprised Kivy [0] doesn't get more attention for desktop app development. Apps are developed in Python, it's cross-platform and MIT licensed. Running the hello world example uses just ~2.5% cpu and ~57mb memory on a 2015
16.
▲
by
fohara
8y ago
This seems very similar to GitXiv: http://www.gitxiv.com . Maybe there is an opportunity to join forces.
17.
▲
by
fohara
9y ago
Does Substrate VM have cross-platform support for major operating systems (i.e. for Linux, Windows, MacOS)? If so, can a binary compiled on MacOS run on Windows, and vice versa?
18.
▲
by
fohara
9y ago
Seems similar to OpenWhisk: https://github.com/apache/incubator-openwhisk . The built-in metrics reporting of OpenFaas looks useful though.
19.
▲
by
fohara
10y ago
Nice. Maybe it's finally time to upgrade to the latest Firefox for testing. We had been pegged at an older version because we ran into some issues with the new (at the time) MarionetteDriver[1], but I imagine the migration might be smo
20.
▲
by
fohara
10y ago
I'm wondering how this compares to Xtext[1], which is another framework for developing domain specific languages. Xtext feels more approachable to me, but maybe that's because there appears to be a lot more documentation and tooli
21.
▲
by
fohara
10y ago
"This code prints 'Hello, world!' 밤밣따빠밣밟따뿌 빠맣파빨받밤뚜뭏 돋밬탕빠맣붏두붇 볻뫃박발뚷투뭏붖 뫃도뫃희멓뭏뭏붘 뫃봌토범더벌뿌뚜 뽑뽀멓멓더벓뻐뚠 뽀덩벐멓뻐덕더벅 "
22.
▲
by
fohara
10y ago
I wonder how this compares to BurlapCraft[1], which is a mod of Minecraft integrated with BURLAP- a reinforcement learning and planning library. [1] http://h2r.cs.brown.edu/announcing-burlapcraft/
23.
▲
OpenCog is a framework for developing AI systems
(github.com)
2 points
by
fohara
10y ago
|
0 comments
24.
▲
by
fohara
11y ago
I think this is solid advice. I continue learning by picking problems/inconveniences I encounter while working during the day, and then doing whatever research is required to make those things less inconvenient. In the process of resea
25.
▲
by
fohara
13y ago
Automated layout analysis is pretty tricky. The data reported from the DOM is not always reliable, so it's helpful to couple it with computer vision data. I spoke about an integrated approach at Selenium Conf 2013: http://ww
26.
▲
by
fohara
13y ago
I'm wondering if there were any specific reasons as to why Weka was used instead of Mahout for the machine learning chapter, as both are in Java.