Live data from Hacker News

Viewing profile — fohara

fohara

HN member
Joined
Wed, Jun 19, 2013, 10:44 PM UTC
HN karma
33
Public activity
22 items

About fohara

Founder of fixture.dev : learn how to break software.

Recent public activity

  1. comment
    Comment #45104112

    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 …

  2. story
  3. story
  4. comment
    Comment #43103603

    Apparently some of the software in Nikola vehicles was written in Crystal [1]. [1] https://manas.tech/blog/2020/02/11/nikola-motor-company/

  5. comment
    Comment #38085639

    Did it compile to wasm and run at the edge at scale?

  6. story
  7. comment
    Comment #29968228

    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

  8. story
  9. story
  10. story
  11. comment
    Comment #20574692

    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 u…

  12. comment
    Comment #19058686

    This seems very similar to GitXiv: http://www.gitxiv.com . Maybe there is an opportunity to join forces.

  13. comment
    Comment #16072424

    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?

  14. comment
    Comment #15053454

    Seems similar to OpenWhisk: https://github.com/apache/incubator-openwhisk . The built-in metrics reporting of OpenFaas looks useful though.

  15. comment
    Comment #13811155

    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) Marion…

  16. comment
    Comment #13801097

    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 ther…

  17. comment
    Comment #13796509

    "This code prints 'Hello, world!' 밤밣따빠밣밟따뿌 빠맣파빨받밤뚜뭏 돋밬탕빠맣붏두붇 볻뫃박발뚷투뭏붖 뫃도뫃희멓뭏뭏붘 뫃봌토범더벌뿌뚜 뽑뽀멓멓더벓뻐뚠 뽀덩벐멓뻐덕더벅 "

  18. comment
    Comment #12057992

    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/announc…

  19. story
  20. comment
    Comment #10414168

    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 …

  21. comment
    Comment #6138774

    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 integrat…

  22. comment
    Comment #5987733

    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.