Live data from Hacker News

Viewing profile — razze

razze

HN member
Joined
Thu, Jan 10, 2019, 10:16 PM UTC
HN karma
34
Public activity
34 items

About razze

No profile information was provided.

Recent public activity

  1. comment
    Comment #48979328

    Working on a freedesktop (linux) api, that allows apps/app developers to call local models, without having to ship them for each app. Currently with vision, speech and language use…

  2. comment
    Comment #42366705

    We're also seeing symptoms of this in software support. Specifically with flatpak for example, as people start to recommend or wonder about flags (that have never existed) not work…

  3. story
  4. comment
    Comment #29640876

    Did you create an issue for this? My last info was, that we don't process anything in parallel, as the old xml scrapers were not optimized for that. As we're moving to python scrap…

  5. comment
    Comment #29640845

    Actually had some people that worked on XBMC go and start Plex, bad blood included.

  6. comment
    Comment #29639122

    That more sounds like a you problem. No reason to play around with your setup, if you don't want to. Just hook it up to a NAS and play your files, has been working fine here for +7…

  7. comment
    Comment #29085172

    Fedora is usually up to date. In my experience more then manjaro (but that's not arch), still usually fast enough.

  8. comment
    Comment #29084971

    Not sure you read the initial post the correct way :)

  9. comment
    Comment #29084905

    Just use Firefox then :)

  10. comment
  11. comment
    Comment #28234692

    There is a contingency plan for that. According to the core team.

  12. comment
    Comment #28234619

    Having worked with "the main dev" I can't say I share this view. It has been very nice to be able to pick his brain and hear his thoughts. It can be exhausting, when you want to im…

  13. comment
    Comment #28234381

    I don't think that's fair. If elm ever wants to replace js it only needs to rewrite the kernel modules, they govern. Otherwise the whole ecosystem would break in that case and yes,…

  14. comment
    Comment #28234164

    Check https://package.elm-lang.org/packages/ChristophP/elm-i18next...

  15. comment
    Comment #27820397

    Honestly, it's nothing alike. Refactoring in Elm is different, as the compiler will tell you if you did the correct thing when refactoring. The typescript compiler can only do a fr…

  16. comment
    Comment #26880888

    https://builtwithelm.co/ lists some, but not sure what you consider large. Not sure if you would categorize this as dev tool https://github.com/erkal/kite And ellie certainly might…

  17. comment
    Comment #26880679

    Interesting, why are compilers special in your POV? Why do they need regular maintenance and why don't they allow extension via some kind interfaces, thus allowing for less mainten…

  18. comment
    Comment #26880530

    Do you know if that somehow fixes https://github.com/microsoft/TypeScript/issues/8677 ? That's still the most annoying thing about typescript for me.

  19. comment
    Comment #26880450

    > Unless the benevolent dictator pushes out a new Elm version that is not backward compatible. That wouldn't break your build/deploy out of the blue, as you don't get force updated…

  20. comment
    Comment #26880389

    You can just vendor those dependencies, that's what I did, but I only had one that didn't update. And that one was trivial to fix.

  21. comment
    Comment #26880296

    Banned from where the discourse?

  22. comment
    Comment #26864189

    I've been doing a bit more elm (some at work) and I've tried to get into Reason from time. I always aborted on the first day. Last time I tried to learn ReactReason in december, I …

  23. comment
    Comment #26863828

    I'm pretty sure if your honest all you projects end up having this bus factor (check all your dependencies). If you really care to look, most projects are run by a small group of p…

  24. comment
    Comment #22823448

    > where people are allowed to make suggestions, where all feedback is considered valuable, where people can experiment and explore the design space without artificial limits? Can y…

  25. comment
    Comment #22823375

    That's not correct, you can just inline any package into your vendor folder in your project. And the package website is just an index, the sources need to be on github in the first…