Viewing profile — LukeLambert
LukeLambert
HN member- Joined
- Thu, Oct 10, 2013, 5:04 PM UTC
- HN karma
- 668
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About LukeLambert
Recent public activity
- story
-
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()
-
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.
-
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…
- story
- comment
- comment
- story
- story
-
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).
-
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.
-
comment
Comment #38635365
Yep! speedtest -f json -I eth0 I also test the WISP connection on eth1
-
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 …
- comment
-
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…
-
comment
Comment #37129888
I think Simon has a lot of experience solving hard problems: https://simonwillison.net/about/
-
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…
-
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.
-
comment
Comment #36245299
That's likely due to the page having a canonical URL meta tag:
-
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.
- story
-
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…
-
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…
-
comment
Comment #33291148
div { width: 640px; aspect-ratio: 16 / 9; }
-
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…