The only thing I'll say is that it's great to see the feedback in this thread applied. It became very obvious to me what the tool is for and an abstract idea of what I can do with it.
However as others have said:
- A demo video would do a lot for your product.
- nit: Real-time markdown -> change to something that emphasizes collaboration/collaborative editing. For two reason - it's a much more familiar term in the space you are building and it's easier to understand (I think) for more people.
- A sample workspace (either public or a "starter workspace" that's available by default in a new account) that is non-trivial would be great to showcase your product. Look at obsidian using obsidian itself for it's own documentation site.
- Your about page is very well written - I wonder if you can pull up somethings from there onto the main page. https://hyperclast.com/about/
I didn't sign up yet however so can't provide more feedback.
Doesn't help much because even the standard library bitrots after enough Python releases. I have things I write today but can't run on a NAS that has older Python. No issues like that with Powershell for example.
I dunno what issues you are running into, but generally, code from old Python should work fine under new releases if you are developing, you just have to set up your venv right up front and install the specific version of libraries that don't have modern Python code.
I still work on projects that were written under 3.6.
If you care enough, you can also use something like asdf to install an older Python alongside the system one.
Which of those are evolving at the rate of frameworks?
BTW I'm of the opinion that frontend tooling developers should actually try to contribute things to HTML and CSS instead of building "component libraries" on top of them.
If the native controls were good and if the browsers allowed using "uniformly styled" versions of them then there would be no good reason for such libraries to exist.
It's both reassuring and frustrating. Reassuring because they decided to secure IPC somehow. Disappointing because this is such an unexpected failure mode.
My scroll direction broke, custom operations that I had apparently "saved" to the mouse also stopped working.
I gave both Codex (GPT5-ExHi) and Claude (Opus 4.5 Thinking) the exact same prompts and the end results were very different.
The most interesting bit was asking both of them to try to justify why there were differences and then critiquing each other's code. Claude was so good at this - took the best parts of GPTs code, fixed a bug there and ended up with a pretty nice implementation.
The Claude generated code was much more well-organised too (less script-like, more program like).
The area I live in has homes that remain empty because the investor doesn't need the capital nor the space and just holds empty units for multiple years when they eventually sell (for even more than they would have sold in the past).
Housing demand will always be > 0 as long as population is growing and hence there can never be a oversupply.
"The accessible data items used in the study are the same that are public for anyone who knows a user's phone number and consist of: phone number, public keys, timestamps, and, if set to public, about text and profile picture." Source: TFA, which I read.
That doesn't make sense.
-50dB to -44dB and -6dB to 0dB is the same change in power, as a factor. If human hearing is logarithmic, the same factor produces the same increase in loudness.
I actually want those suffixes mandatory, because there may be multiple plausible suffixes for each use. For example the loudness might be dB(A), dB(B), dB(C), dB(D) depending on the exact curve or even dB(SPL) if the sound pressure level is used as a proxy. So it is much more confusable than, say, "millis" when suffixes are implied.
This is right and all... But this usage still leads to confusion about what you are measuring your filter by.
There are filters we measure on power, there are filters we measure on signal amplitude, and "signal amplitude" can be ambiguous on some contexts too. There should be a way to specify this one better.
Well, dB is fully specified in that regard. It's always power. You can calculate the voltage gain from it under certain assumptions, and under normal assumptions you get that factor 2. But a -20dB attenuator will always reduce the power by a factor of 100.
It's SI that caused some of this weirdness in the first place by discouraging "same unit" ratio units like m/m or kg/kg and then intentionally disallowing those derived units to be individually named. On the one hand, there is a sort of "clean sense" that km/km cancels out and disappears, but on the other hand there are too many "unitless quantities" in SI that are very formula-specific that a ratio unit would better explain and help save the wrong thing from being plugged into the formula. It's enough of a need that scientists found themselves using worse tools like deciBels for some of these "same unit" ratio formulas just to have "some unit at all" to avoid accidental unit-less mistakes.
Some Scientists and Mathematicians would rather use random log_10(x) functions than allow units like km/km in their formulas. It's wild, and SI has been a part of those decisions all along.
people are often confused by decibels because the necessary disambiguation is more often than not absent (see: spec sheets of some kind of appliance talking about noise)
However as others have said:
- A demo video would do a lot for your product.
- nit: Real-time markdown -> change to something that emphasizes collaboration/collaborative editing. For two reason - it's a much more familiar term in the space you are building and it's easier to understand (I think) for more people.
- A sample workspace (either public or a "starter workspace" that's available by default in a new account) that is non-trivial would be great to showcase your product. Look at obsidian using obsidian itself for it's own documentation site.
- Your about page is very well written - I wonder if you can pull up somethings from there onto the main page. https://hyperclast.com/about/
I didn't sign up yet however so can't provide more feedback.