Live data from Hacker News

Viewing profile — _alastair

_alastair

HN member
Joined
Tue, Mar 04, 2014, 8:49 PM UTC
HN karma
426
Public activity
56 items

About _alastair

Interactive News developer.

Bluesky: https://bsky.app/profile/alastair.is

Recent public activity

  1. comment
    Comment #46489548

    It’s fascinating to see so many implementations targeting the same thing, along with the crazy variation in runtime size. I’d love to see memory usage comparisons too but I suppose…

  2. comment
    Comment #45252379

    Thanks! I'm hoping to continue down this path and write up some thoughts on how you might actually achieve seamless in-app webviews at some point but, y'know... time. In the meanti…

  3. comment
    Comment #45250923

    "The Toupée Theory of In-App Webviews" is perfect. I might change it in the post.

  4. story
  5. story
  6. story
  7. comment
  8. comment
  9. comment
  10. story
  11. comment
    Comment #20244601

    This is interesting! If anyone from WebKit is in the comments, can you provide link(s) to the bugs discussing the bytecode caching API? I'd love to take a look but my Bugzilla sear…

  12. comment
    Comment #19554238

    I was part of a team that used web notifications as an experiment in sending live election results to people's devices: https://medium.com/the-guardian-mobile-innovation-lab/genera…

  13. comment
  14. comment
  15. story
  16. comment
    Comment #15713607

    The project I'm working on doesn't use any UI (that's still native), so I'd disregarded Flutter - but perhaps that's not fair. Looking at it, it seems to have straightforward ways …

  17. comment
    Comment #15713327

    This is a really interesting development. I've been poking around with making a cross-platform library lately, and had settled on Go because it does such a great job of building fo…

  18. story
    Ask HN: Best language for cross-platform mobile (non-UI) code? (Go? Haxe? C++?)

    I'm experimenting with making a cross-platform library (specifically for iOS and Android) and I'm curious to hear what languages other people who have done it ended up using. The m…

  19. comment
    Comment #15575644

    I have a tiny insight into this, as I've been working on a Service Worker implementation for iOS webviews (i.e. in apps, not Safari): https://github.com/gdnmobilelab/SWWebView I'd …

  20. story
  21. comment
  22. comment
    Comment #14771725

    The main reason is that the phone will download the image each time you post a notification, and with 650 alerts throughout the night (for 650 constituencies) the user would end up…

  23. comment
    Comment #14771702

    Interesting, I'll have to take a look. Thanks!

  24. comment
    Comment #14771038

    Huh! That's a really fascinating library. My gut instinct is still that it would be a heavy lift, though. Without the Canvas API in the middle you'd need to reimplement pixel by pi…

  25. comment
    Comment #14770843

    You can't use an SVG as an image in a notification. A real shame as it would have solved all the device pixel ratio problems, but the SVG spec is absolutely huge (and includes stuf…