Live data from Hacker News

Viewing profile — LukeLambert

LukeLambert

HN member
Joined
Thu, Oct 10, 2013, 5:04 PM UTC
HN karma
668
Public activity
58 items

About LukeLambert

me@lukelambert.com

Recent public activity

  1. story
  2. comment
    Comment #41861462

    The big problem with statement-based replication is that many queries are non-deterministic. e.g. Inserting a row with current_timestamp or random()

  3. comment
    Comment #41672811

    Yes, it was the Ghost URL. Thank you for correcting it! I read just about every post, so I have a lot of catching up to do.

  4. comment
    Comment #41672122

    This is really cool and I can't wait to read all about it. Unfortunately, I've missed a month of blog posts because Cloudflare changed their blog's RSS URL without notice. If you c…

  5. story
  6. comment
  7. comment
  8. story
  9. story
  10. comment
    Comment #38635567

    I don't think Starlink has any data caps. On average, the tests download 140 MB and upload 15 MB each run (560 MB and 60 MB daily).

  11. comment
    Comment #38635393

    Note that the timestamps are UTC, while Texas is UTC-6:00 during Standard Time and UTC-5:00 during Daylight Saving Time. The biggest dip is during prime streaming hours.

  12. comment
    Comment #38635365

    Yep! speedtest -f json -I eth0 I also test the WISP connection on eth1

  13. comment
    Comment #38630293

    My parents in rural Northeast Texas use Starlink as their primary connection (they have a WISP as failover). Since Sept. 2022, I've been running automated speed tests four times a …

  14. comment
  15. comment
    Comment #37189065

    Can someone explain what it looks like from a user's perspective when an article is blocked? Is there an error message? Limited reach? Plain link instead of rich preview? If the pu…

  16. comment
    Comment #37129888

    I think Simon has a lot of experience solving hard problems: https://simonwillison.net/about/

  17. story
    Tell HN: My Disney account works on at least 31 domains

    Today I attempted to document all the domains where my Disney account is used so that my browser would autofill the correct credentials when I visit a Disney-owned site. After goin…

  18. comment
    Comment #36632671

    With Messages and Music in particular (and perhaps other apps), you can sign into a different Apple ID than the one used for the system-level iCloud account.

  19. comment
    Comment #36245299

    That's likely due to the page having a canonical URL meta tag:

  20. comment
    Comment #35087033

    javascript:prompt('URL',window.location.origin+window.location.pathname) Edit: But be aware that some sites (like this one) need the parameters in the query string.

  21. story
  22. comment
    Comment #33975189

    Thank you for following up. IMHO, object-fit is not the right model for server-side image manipulation, since its behavior is only specified when both width and height are supplied…

  23. comment
    Comment #33972123

    In nearly two decades developing for the web, I've never found a good reason to enlarge an image server-side, so thank you for anticipating that footgun. So many of your competitor…

  24. comment
    Comment #33291148

    div { width: 640px; aspect-ratio: 16 / 9; }

  25. comment
    Comment #33278725

    No, Argo optimizes the route of traffic from the edge (your closest Cloudflare data center) to the origin (the server hosting your website). With Pages, everything is served from t…