I like it too but it does have a bit of a newsletter feel to it. Do people reply to emails you send with this from-name?
I like it too but it does have a bit of a newsletter feel to it. Do people reply to emails you send with this from-name?
Which from-name are you using when sending emails from your personal account?
I've seen:
Firstname at Product
Firstname @ Product
Firstname from Product
Full Name @ Product
Full Name | Product
Full Name
#buildinpublic #email
Steam autumn sale email
Saw this and first impulse was to buy a game.
But then remembered that games are way less fun than building and shipping something.
And of course you should check it out.
Setup is really easy and only takes a few clicks.
webtrafficwatch.com
WebTrafficWatch as number 4 in Product Hunt's daily top products.
Very proud that my first real Product Hunt launch ended up as #4 product of the day
and was featured in the PH newsletter.
Onward!
#buildinpublic
If you want to get the same report for your GA4 and GSC properties, WebTrafficWatch is free and setting it up takes only a few seconds.
www.producthunt.com/products/web...
I'll never have to open the horrible GA4 again!
Because today I'm launching WebTrafficWatch. It imports and visualizes Google Analytics & Search Console data for me.
And because I love statistics, it also detects outliers and trends in my graphs.
#launch #buildinpublic
Please help me improve my video setup.
It's for long form YouTube videos.
I thought I'd use the empty space on the right for text or visuals
#buildinpublic
me: let's not overthink the launch
also me:
One thing YouTube analytics does extremely well are these comparisons to "usual ranges".
No complicated words, just a range and an arrow if you're above or below that range.
Instead of launching today I had a bit of a fail. But soon! #buildinpublic
nuclear power plants are my football fields
it's so convenient that 1 nuclear plant is roughly 1 GW
too bad, now do it as a video. and then as a shorter text. and then on a podcast. and then as an ad. it never ends.
one reason why marketing is so hard for engineers is because you have to repeat yourself so much.
but as an engineer don't-repeat-yourself is beaten into us.
but in marketing repetition is everything.
you've already written about how your app solves that special use case?
graph with 2 data points marked as outliers
how much can you overthink a product demo?
i just coded a function that generates demo data that's interesting enough to explain some core features like outlier detection.
#buildinpublic
gpt5-medium is way worse than sonnet.
despite several attempts and confident "done." it just couldn't do it. high fixed it in one go.
(again i accidentally used medium instead of high)
Time series data with a linear regression and a confidence band around it.
I'm building a tool that trains a linear regression model on time series data to catch anomalies.
Does this count as AI?
#buildinpublic #dataviz #datascience
Every metric needs a confidence interval!
I haven't tried it yet, but figuring out where to use which unit in your UI sounds like a task for a small (by today's standard a minuscule) LLM.
Percentages continued...
β’ Unless the change itself is a ratio
β’ Depending on your users they might not actually understand percentages. "1 out of 7" may be better than "14%".
Percentages (3%, +5 percentage points)
β’ Internally often the raw ratio of two numbers and the result of a division (clicks / impressions)
β’ In most cases users expect a percentage like 10% and not 0.1
β’ Changes are not %, but "percentage points"
Ordinals (1st place, position 3)
β’ In a table or list you can get away with using a title and dropping the unit: Positions: 3, 7, 10
β’ In a sentence it's either "position 2" or "2nd position"
β’ Unless it's a change, then it's "3 positions higher"
Measurements (2 km, 1 kWh, 3 Β°C)
β’ For abbreviations simply don't handle pluralization
β’ Rate of change may change the units: 1 kWh (energy) per hour becomes 1 kW (power)
Events (3 times, 2x)
β’ Handle this as a count and call it "3 events" or if it counts something "5 signups"
Counts (3 clicks, 1 user, 500 impressions, 0 subscribers)
β’ Handle pluralization (different languages pluralize differently)
β’ But watch out for subtle differences:
β’ Subscribers describe a state at a point in time
β’ Clicks have typically happened within a time frame
Displaying numbers and their units in UIs is hard.
Here's a quick guide to units beyond pluralization:
Label and units may be different
β’ Water is measured in liters
β’ Users are measured in users
β’ Click-through-rate is measured in %
β’ Positions sometimes sound weird with a unit
#buildinpublic
Calculate this yourself:
www.wolframalpha.com/input/?i=+Cl...
Quick statistics reminder: If you email 10 people and none reply, the 95% confidence interval of your reply-rate is between 0% and 31%