Viewing profile — thejosh
thejosh
HN member- Joined
- Mon, Apr 16, 2012, 12:01 PM UTC
- HN karma
- 5,654
- Public activity
- 1,451 items
- HN profile
- View on Hacker News ↗
About thejosh
Recent public activity
- story
-
comment
Comment #49202157
so many ridiculous "how the fuck did this get through basic QA?" issues with Claude Code. I can't believe how many critical bugs fall through. My favourite one is the bug where Pla…
-
comment
Comment #49034720
If I ever need anything more advanced than what Forgejo is offering me, I'd reach for Gitlab, for sure. :-)
-
comment
Comment #49034587
For the forgejo side of things, this is for my own projects. Not hosting others (or for their code search, this was for mine). For context, forgejo does have [code search]( https:/…
-
comment
Comment #49033900
Will give it a go! Thanks for tooting! You've just made my afternoon!
-
comment
Comment #49033557
I would love to use something that isn't GitHub for code hosting. Codeberg sounds great, but from using it day-to-day, it's really slow sometimes, and frequently times out (from Pe…
-
comment
Comment #48976616
php7 was such a great time period for PHP, honestly lots of great experimental projects around that time too (HHVM before that, etc).
-
comment
Comment #48964117
nextest is one of those things I never have to think about, because it always "just works" and I have no dramas with it. <3
- story
-
comment
Comment #46371181
Bandwidth cost is also another major reason.
-
comment
Comment #45923138
WOW. Okay, this is really, really cool and is exactly my niche, as you mentioned it's kinda a combination of things like Stylus/uBlock Origin filters and custom filters/etc. This i…
-
comment
Comment #45821140
Yeah, performance depends. I think a hybrid approach works best (store on Snowflake native and iceberg/tables where needed), and allows you the benefit of Snowflake without paying …
-
comment
Comment #45820788
After running Snowflake in production for 5+ years I would rather have my data on something like Parquet/Iceberg (which Snowflake fully supports...) than in the table format Snowfl…
-
comment
Comment #45820139
Everytime you want to query your data, you need to pay the compute cost. If instead you can write to something like Parquet/Iceberg, you're not paying for access your data. Snowfla…
-
comment
Comment #45817365
Sounds great until you're locked into Snowflake - so glad iceberg is becoming the standard, anything is great. The trap you end up in is you have to pay snowflake to access your da…
-
comment
Comment #44240961
"May your SaaS never be purchased by Salesforce."
-
comment
Comment #41429812
Autocomplete++ is the killer feature for me, especially for more tedious thingsike SQL column naming.
-
comment
Comment #41004040
It's one of those things that if you need to ask why, you'll never understand :-)
-
comment
Comment #40943011
I would argue webapps killed them. Most applications now adays are just electron wrappers. WebApps also allow a much more flexible update schedule, and other benefits. Downside: ap…
-
comment
Comment #40545858
I'm not surprised. A few months ago I was reverse engineering their login flow (I was writing a driver for Elixir & Rust), and was getting MANY stack traces and weird bugs happenin…
-
comment
Comment #39520802
Considering that when I asked about basic features, and bring told that the people interested/working on those left once Salesforce came in... Yeah.
-
comment
Comment #39463229
I also love places that are named after someone and it's slightly amusing/horrifying. Harold Holt was the Australian Prime Minister in the 1960's, and went for a swim and went miss…
-
comment
Comment #39449917
to every random daemon that macos 100% needs to run RIGHT NOW.
-
comment
Comment #39427258
I don't care about memory usage for editors as much I care about input latency and responsiveness. Jetbrains (IDEA IntelliJ, Pycharm, etcetc) put a lot of effort into making their …
-
comment
Comment #39425892
Also handy (regardless of framework, language, etc) is if you use feature flags, if you're using actual valid credentials against a service or a local testing service (eg S3 vs min…