Viewing profile — bretthopper
bretthopper
HN member- Joined
- Thu, May 27, 2010, 3:26 PM UTC
- HN karma
- 3,467
- Public activity
- 329 items
- HN profile
- View on Hacker News ↗
About bretthopper
Recent public activity
- story
- story
-
comment
Comment #46368223
https://brandur.org/
- story
- story
-
comment
Comment #38725455
Google made $280B in revenue in 2022 which means this article is claiming that at least 1/3 of it (since they said over $92B) is coming from Android only. Does that align?
- story
- story
-
comment
Comment #34360472
You are missing a few things about the Ruby based CLI: 1. dependencies for Gems are specified in the gemspec file and not the Gemfile. See https://github.com/Shopify/shopify-cli/bl…
-
comment
Comment #34232650
This is an editorialized title. Bloomberg's is "Shopify Tells Employees to Just Say No to Meetings"
-
comment
Comment #34022486
I'd guess very hard. But just refactoring the WordPress codebase isn't enough, you'd ideally want every plugin to adopt the new API as well... Although you could always keep this i…
-
comment
Comment #34022377
I'm highly in favour of this, but wanted to point out an important implementation detail in case people don't want to look through the code. Since WordPress doesn't have a database…
- story
-
comment
Comment #31397022
There's an existing WP "drop-in" plugin that can be used with Composer: https://github.com/aaemnnosttv/wp-sqlite-db Using that + a WP composer package (like https://packagist.org/p…
-
comment
Comment #30575170
There's about 4-5 very predictable comments already that boil down to: "you’ll end up building a framework" The author of this article directly addresses that common trope, so thes…
-
comment
Comment #30490675
The Information: A History, A Theory, A Flood by James Gleick This is specific to "Information, communication, and information theory." but it's still quite broad and a great read.…
- story
-
comment
Comment #28174239
Of course not, their status page says All Systems Operational! (yes it's down) https://status.digitalocean.com/
-
comment
Comment #27507540
The one caveat this article doesn't mention is worse handling but they replied in the comments about it. And handling matters way more at higher speeds, plus they commented the ext…
-
comment
Comment #26508746
We quickly ran into the same issue at Shopify. We've since moved from a flat list into sections by "domains"; within each section is the breakdown by type. You can see it here: htt…
-
comment
Comment #26406684
I clicked on an example site ( https://singlel.ink/u/gloomytoons ) and opened up my network inspector: 15 requests 18.65 MB / 3.55 MB transferred Finish: 2.22 s DOMContentLoaded: 5…
-
comment
Comment #25600757
You make a good point and I do agree. Also at any bigger company, no one person's experience is completely representative. It depends on the person, manager, team, org, etc. There'…
-
comment
Comment #25600646
Over the past year I've slowly started to realize this as well. What changed? Working for a company that is publicly known enough for people on HN (and Reddit) to comment about it.…
- comment
-
comment
Comment #24229235
No, it's still Ruby but built directly on top of Rack.