Live data from Hacker News

Viewing profile — LinguaBrowse

LinguaBrowse

HN member
Joined
Sun, Jun 18, 2017, 9:14 PM UTC
HN karma
864
Public activity
120 items

About LinguaBrowse

https://www.birchlabs.co.uk/linguabrowse https://twitter.com/LinguaBrowse http://www.reddit.com/r/LinguaBrowse https://linguabrowse.tumblr.com

Recent public activity

  1. comment
    Comment #48422170

    I’ve moved my S&P 500 investments to the Equal Weight index to reduce my exposure to AI. Quite aside from SpaceX, I think the large-cap tech companies are making some uncomfortably…

  2. comment
    Comment #46870297

    They're closed for sign-ups, so no way to view their feed :( But happy to follow those accounts.

  3. comment
    Comment #46870237

    I definitely feel this. We're a far cry from the early days of Facebook where you could just post your thoughts and feelings and real people you'd know and care about would come an…

  4. comment
    Comment #46870180

    The thing about Hacker News is that it's a real fight for life to get any engagement. Just showing the humble project you're working on doesn't cut it. You need to time your submis…

  5. story
    Ask HN: Where do all the web devs talk?

    I've been using Twitter / X for a good decade now, and while I've found it's a great place to connect with native app dev communities (I'm well connected with the React Native scen…

  6. comment
    Comment #45645399

    Oh, drat. Just about to go to bed now, but I’ll sort that out tomorrow. Thanks!

  7. comment
    Comment #45645094

    I've learned a lot over 10 years as a software engineer and thought it was about time I had a place to write up all this hard-earned knowledge. So I created a docs site, for myself…

  8. story
  9. comment
    Comment #44710628

    I'm keeping my eye on Void0, yeah! If anyone can live up to such promises, it'll be them. They'll have a tough job getting sticky ecosystems like React Native to adopt, but hope to…

  10. comment
    Comment #44710589

    Thank you for the kind words! Glad to get this one out of the way so that I can do some less ambitious articles for a change. But hope to make them good in their own way, too!

  11. comment
    Comment #44705615

    Eh, writing is hard!

  12. comment
    Comment #44705603

    A very good thought! Deno and Bun have this formidable funding for sure, but Node.js is still innovating. Things like type-stripping and require(esm) come to mind. I think as long …

  13. comment
    Comment #44705526

    Could be to draw upon the existing JavaScript ecosystem, or could just be because JavaScript is the language the dev knows best! I feel really nerfed when I have to move from JavaS…

  14. comment
    Comment #44705511

    Thank you! I'd tend to default to Expo if building a mobile app in JavaScript these days, but Capacitor, Tauri, and NativeScript are all good options too.

  15. comment
    Comment #44705496

    Thank you very much, really appreciate it! There's a respectable article on engines ( https://en.wikipedia.org/wiki/List_of_JavaScript_engines ), but indeed, no article on runtimes…

  16. comment
    Comment #44705473

    Very cool, though when I was qualifying the scope for "the last decade", I was doing it by creation date rather than usage date, so I think I get a pass on this one!

  17. comment
    Comment #44705467

    I've heard nothing but high praise for GraalJS, yeah. I wonder whether it'd make any sense inside mobile apps – not due to any feature in mind, but simply out of interest because t…

  18. comment
    Comment #44705459

    > Did you consider things like JScript.NET? jsc.exe still comes with every Windows installation, and JScript still runs on IIS server (I have built a few things with it). I've not …

  19. comment
    Comment #44705318

    No idea! The only benchmarks I'm aware of for QuickJS are against other JavaScript engines ( https://bellard.org/quickjs/bench.html ). That said, one thing I've heard a lot from Na…

  20. comment
    Comment #44705286

    The other reploies seem to have answered it! I've never understood why iOS allows JIT inside WKWebView yet not inside bare JavaScriptCore. Maybe because WKWebView runs in its own s…

  21. comment
    Comment #44705247

    I totally agree that the lack of JIT has been a huge waste of human resources. NativeScript and React Native have had to move so many mountains to make viable software despite it.

  22. comment
    Comment #44705209

    Oh right, thanks for the insight. Wondering how to rephrase it. Did AWS at least create it, or fund it? rquickjs looks like a good one to include in the article. I've just edited i…

  23. comment
    Comment #44705175

    I'm not familiar with the term "context tracking", and management of the event loop is a bit lower level than I normally go, but I do know several runtimes use libuv ( https://libu…

  24. comment
    Comment #44705134

    > I thought over the last decade we let other languages into the browser Not so much! Rhino was an effort to rewrite Netscape Navigator in Java, and I expect that if that rewrite h…

  25. comment
    Comment #44705076

    Thank you! It did cross my mind. I've archived a couple of the hard-won links in there that I had a feeling at great risk of rotting. But thankfully a lot of the links are to GitHu…