Live data from Hacker News

Viewing profile — s369610

s369610

HN member
Joined
Sun, Sep 08, 2013, 1:25 PM UTC
HN karma
119
Public activity
57 items

About s369610

No profile information was provided.

Recent public activity

  1. comment
    Comment #47466857

    looks like they are aiming for 20,000 this year and already have 4,239 "In the first two months of this year alone, BYD has already completed 4,239 charging stations" https://carne…

  2. comment
    Comment #46085594

    I really wanted to use tauri instead of electron, but the libwebkit it uses on linux is just too slow for modern CSS/html, from memory I managed to get single digit fps just scroll…

  3. comment
    Comment #43431051

    Kirby's Dream Land is pretty fun too (esp after watching https://www.youtube.com/watch?v=PBRt2D2YN44 which is where the creator talks about the concepts of the game)

  4. comment
    Comment #39950810

    It is touchy. I tried changing all transparent materials opaque. It broke character and gave me the text you show. I managed to convince it to get back on track by asking it to giv…

  5. comment
    Comment #38361825

    I tried this fine tune of it https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B and was impressed. It seems to be one of the better performing models on the LLM leaderboard h…

  6. comment
    Comment #32529045

    Simpler but slower times: "Please be patient. The applet is 46K long."

  7. comment
    Comment #25309348

    Fable isn't just for view logic. Fable is also really handy for writing puzzle solvers/generators for the browser. I used it in https://vowels.io while using regular preact/js for …

  8. comment
    Comment #24480274

    jujuedit [0] - utf8/hex/file-on-disk editor fast and small and native [0] https://jujusoft.com/jujuedit/

  9. comment
    Comment #23621665

    I use party mode for this. It lets you enter your names etc.

  10. comment
    Comment #22831764

    Awesome!, If you want to try without the ffmpeg dependency in the future, you might have some luck with the Canvas captureStream API [1] and the MediaStream Recording API [1] https…

  11. comment
    Comment #18783376

    I think it was only 15 months : "15-month prison term and a $50,000 fine"

  12. comment
    Comment #18752175

    CoreRT is investigating wasm as a target. Discussion here about compatibility with blazor. In theory it should spit out much smaller binaries/bundles https://github.com/dotnet/core…

  13. comment
    Comment #18669043

    Didn't see a mention of the fact it can compile to and interop with JS via Fable https://fable.io/ which is pretty handy

  14. comment
    Comment #18663711

    looks similar to server side blazor (razor components) added to asp .net core 3.0 https://codedaze.io/introduction-to-server-side-blazor-aka-r...

  15. comment
    Comment #18655363

    helps if your graphics editor also develops sveltejs, ractivejs and rollup

  16. comment
    Comment #18617094

    have the app store send a special version of the app or system update to robryan that as well as renders the message on the screen also sends it to the gov.

  17. comment
    Comment #18138147

    I suggest you check out fable if you haven't already, v2 just dropped the experience was pretty smooth ( http://fable.io/ )

  18. comment
    Comment #18135673

    verifcationAction.authenticateClient() call hit a null ref exception (called from the template at /verification.xhtml) and their error page is trying to use a webBean context which…

  19. comment
    Comment #18126108

    or if you like functional, http://fable.io/ compiles F# to js to run in the browser

  20. comment
    Comment #17896149

    https://youtu.be/Bo3lUw9GUJA?t=1042 show a doom icon

  21. comment
    Comment #15599408

    Nice one! Poem: fat rat sad, get vet dad, fast... lag.... dead

  22. comment
    Comment #15035250

    page 66 discusses the "Model of the Brain" called CMAC (Cerebellar Model Arithmetic Computer). Now I have to read up on what became of that model.

  23. comment
    Comment #14278300

    with node-webkit you can just point nw.exe at a package.json allowing the user to just have a single node-webkit install and can run multiple apps. https://github.com/nwjs/nw.js/

  24. comment
    Comment #13863384

    Xamarin with Xamarin Forms Xaml

  25. comment
    Comment #13793337

    I doubt it will be for average brochure sites, but I have used it in two situations, one to encode a series of captured canvas frames into ogg video on the client using ffmpeg to s…