HackerTrans
TopNewTrendsCommentsPastAskShowJobs

masterj

no profile record

comments

masterj
·지난달·discuss
This is true, but it varies a lot based on local culture. "Let me buzz 'em / roll coal to teach 'em a lesson"

but you're not really going to see that in, say, Seattle
masterj
·지난달·discuss
I’m sorry this happened to you. However nothing in my reply implies cutting your children off from the world. Helping them avoid the harms of algorithmic feeds until they have developed the maturity to navigate them helps them be more connected to the world, not less.

With all due respect I think you are reading more there due to your own experiences, which sound like abuse, not parenting.
masterj
·지난달·discuss
Protecting your kids from dopamine-drip algorithms and the effects of social media and short-form video during their most formative years and gradually letting them take over as they mature sounds like… parenting.
masterj
·2개월 전·discuss
I learned very fast after purchasing my home that hiring out to a contractor made so much more sense. They can get done in a day what would take me a month+ of weekends.
masterj
·2개월 전·discuss
pg seems to think we would be scandalized by this math, when all I feel is “so?”.

The language politicians use to sell to a general public does not have any correlation to their understanding of the mechanics. The people proposing this policy entirely understand the ramifications. That is the point of the policy.

The average person is already subject to something like a wealth tax through property taxes, in addition to also needing to pay taxes on their income. Join the club pal.
masterj
·4개월 전·discuss
I could be wrong, but my understanding is that when people talk about the Death of SaaS, they are not talking about $20/month consumer apps. They are talking about six-figure+ enterprise deals that are the source of so much profit for SaaS companies.
masterj
·4개월 전·discuss
> There's a very non-trivial step in deciding that a particular subset and schema of log messages deserves to be in its own columnar data table.

IIUC this is addressed with the ClickHouse JSON type which can promote individual fields in unstructured data into its own column: https://clickhouse.com/blog/a-new-powerful-json-data-type-fo...

Parquet is getting a VARIANT data type which can do the same thing (called "shredding") but in a standards-based way: https://parquet.apache.org/blog/2026/02/27/variant-type-in-a...
masterj
·6개월 전·discuss
When there are huge unknowns, such as in the case of a remodel where who knows what you might find once the drywall is removed, then yes. I happily worked with a contractor on a basement renovation with no estimate for this exact reason.

If it’s something where they have fewer unknowns and more control and lots of experience building the same thing, then I would expect an estimate: building a deck, re-roofing a house, etc
masterj
·6개월 전·discuss
They miss estimates all the time though? It’s an observable fact

There is a bridge in my town that is finally nearing completion, hopefully, this year. It was estimated to be completed 2 years ago.

This changes when it’s a project that has fewer unknowns, where they’ve built the same thing several times before. The same is true in software.
masterj
·6개월 전·discuss
People have definitely used ebikes for bikepacking as well. Not sure about BMX.
masterj
·6개월 전·discuss
I dunno. Insights from Monarch have easily saved me many times the annual cost. Other tools could as well of course, but the ease-of-use makes it easy to maintain
masterj
·7개월 전·discuss
I suspect that for a large number of orgs accepting over-provisioning would be significantly cheaper than the headcount required for a more sophisticated approach while allowing faster movement due to lower overall complexity
masterj
·8개월 전·discuss
Thank you for this link! I've been wondering if it is possible these days to replace Fusion for my workflow, and this is exactly what I need to see
masterj
·8개월 전·discuss
Modern geothermal is dispatchable. It's a really good compliment to wind and solar https://climateinstitute.ca/safe-bets-wild-cards/advanced-ge...
masterj
·8개월 전·discuss
Why don’t you try that, convert the output to OTLP and then write about it?
masterj
·9개월 전·discuss
Given it can output 180Nm I expect this thing can get up whatever hill you point it at
masterj
·9개월 전·discuss
Title seems slightly exaggerated since by my reading there was no actual $3000 / month bill? Still a great use-case

This seems like a good idea to have plentiful dev environments and avoid a bad pricing model. If your production instance is still on Heroku, you might still want a staging environment on Heroku since a Hetzner server and your production instance might have subtle differences.
masterj
·9개월 전·discuss
> tap is a data-intensive SaaS that needs to be able to execute complex queries over gigabytes of data in seconds.

> minimum resource requirements for good performance to be around 2x CPUs and 4 GiB RAM

This is less compute than I regularly carry in my pocket? And significantly less than a Raspberry Pi? Why is Fargate that expensive?
masterj
·9개월 전·discuss
Cloudflare has Outbound Workers for exactly this use-case: https://developers.cloudflare.com/cloudflare-for-platforms/w...

If these aren't enabled for containers / sandboxes yet, I bet they will be soon
masterj
·9개월 전·discuss
> I bet you could get very very far on a single box,

With single instances topping out at 20+ TBs of RAM and hundreds of cores, I think this is likely very under-explored as an option

Even more if you combine this with cell-based architecture, splitting on users / tenants instead of splitting the service itself.