Live data from Hacker News

Viewing profile — shrew

shrew

HN member
Joined
Thu, Nov 07, 2019, 9:52 PM UTC
HN karma
181
Public activity
53 items

About shrew

No profile information was provided.

Recent public activity

  1. comment
    Comment #41181477

    It's interesting you mention upfront that you travel. Is that travel for work where you might be staying in corporate hotels? I ask because when I have travelled for work, it's the…

  2. comment
    Comment #40640814

    iOS18 will still be available for older devices right? From the looks of the preview, it’ll go back to phones from 2018 which is fairly standard for Apple. And I’d imagine older iO…

  3. comment
    Comment #40521366

    Ah, my lack of knowledge rather than a bug then, my bad! Thanks for explanation!

  4. comment
    Comment #40515884

    Same phone and same OS version down to the patch number. I’ve noticed UI hangs and stutter when changing the grades, and BNW in particular seems to cause the biggest issues. Not ye…

  5. comment
    Comment #40425396

    Similar to another reply, my M2 16GB MacBook happily runs Mistral 7B, and it will do a decent job of most requests. I use it where I’m dealing with internal code or data for work w…

  6. comment
    Comment #39781353

    Not the parent, but just a few things I’d guess would be Apple Watch specific: - I’ve had employers that require a confirmation step from an app as a form of 2FA. If my phone isn’t…

  7. comment
    Comment #38976059

    To be fair, downtime is often posted for services popular among HN readers, I don’t think there’s malicious intent, it’s merely the acknowledgment of an incident. The fact that the…

  8. comment
    Comment #38770284

    Interesting, I’ve never seen this, thanks! The problem I see with this is that whatever you’re sending this to must have knowledge of the meta information superjson produces, so at…

  9. comment
    Comment #38732294

    I understand your point and I can’t deny that Javascript continues to introduce weird, silent failures and quirks even today when everything is a bit more thought out than “the bad…

  10. comment
    Comment #31179903

    I thought it was a bit sketchy too and spoke to their support agent about it. It seems this site is run by a partner, SPOT or Service Parts or Tools. Their privacy policy lists ser…

  11. comment
    Comment #31165991

    Ah that last point really struck a nerve. - Open lid - Lock screen shows - Screen fades to black as it realises there's an external monitor - Finally unlock, windows are all bunche…

  12. comment
    Comment #30609753

    I'm unsure this is true. I was certainly disappointed when I went for a Samsung S8 at launch and found it laggy and glitchy 12 months in, and unusable at 18 months. As a short term…

  13. comment
    Comment #30517094

    You can 100% do these things in React, I don't believe React is a less able framework by any means. If anything it gives you a powerful toolbox and pulls down the guard rails. I do…

  14. comment
    Comment #30516872

    Or as part of display: grid which also has severe quirks with position: sticky despite it being a much newer API.

  15. comment
    Comment #30516858

    I love no-JS type hacks and solutions as your post has suggested, but I would actually be more concerned about using solutions like your hidden menu in production than what the par…

  16. comment
    Comment #30516306

    Do you have an example you've run into where a DSL such as Svelte's or Vue's has actually stopped you from doing something? Would be genuinely interested to see it as I've never ru…

  17. comment
    Comment #30513923

    My feelings exactly, it makes for a satisfying separation of concerns, and if you understand what's going on under the hood it makes for cleaner templates and more obvious componen…

  18. comment
    Comment #30513136

    > Because you sometimes want to filter, sort or project your data. The idea that this type of thing should be happening anywhere near the view rendering loop is the exact reason I'…

  19. comment
    Comment #30257568

    To be fair, React has been pulling this type of thing version after version. It seems like we MIGHT be settling on functions and hooks now, but only time will tell. The real kicker…

  20. comment
    Comment #30257536

    Unfortunately they pretty much dumped the class syntax early on in Vue 3's development, so you'll probably find it quite hard to transition to Vue 3 if you Vue 2 codebase is full o…

  21. comment
    Comment #30116180

    As far as I've seen, what killed it was the issue that Angular "v2" was so different from Angular.js (v1) that the upgrade path simply wasn't there. Eventually an upgrade path emer…

  22. comment
    Comment #30115989

    I appreciate React and Angular are difficult to get going without some sort of build step (React can do it, but not JSX, so it's not optimal), but Vue has always made it very easy …

  23. comment
    Comment #29379949

    At a guess, they're probably sticking with it because it enables Javascript/Typescript as an interfacing language for plugins which, given the language's popularity and cross-platf…

  24. comment
    Comment #28438601

    I'm genuinely curious to know what you find severely lacking in fetch compared to $.ajax. - handling cookies fetch('https://example.com', { credentials: 'include' }) - HTTP status …

  25. comment
    Comment #26434502

    Very true, for a big company, the time may well be worth it, particularly for the likes of FAANG where they have UK branches of their company. I suppose my only counter left would …