Ask HN: What problem are you close to solving and how can we help?
321–330 of 486 posts
Re: Ask HN: What problem are you close to solving and how can we help?
#322Earlier quoted context omitted.
Is this a software problem? There are a lot of open sources (with their differences) platforms. From old forums, to more modern, etc. I think the problem is that people don't want or don't know how to use a forum. This is based in my experience: - Old people: They started to use internet recently so they are used to social networks (Facebook, Instagram), and newspapers websites. - Young people: Hard to make them use…
The value of a forum is not to get everyone. It is actually in limiting a community to the most mature voices and thoughtful people. There's little upside to having teenagers in a forum, for example, unless you're looking to monetize.
Re: Ask HN: What problem are you close to solving and how can we help?
#323this more like a tool suggestion request, because I haven't been able to find a solution in Google. I'm looking for a more advanced duplicate files finder in Linux, specially one that can handle folders. Most tool just return a list of duplicate files, but what I need is to also know is if whole folders are duplicate, or subset of others and have it presented in an elegant way t o resolve conflict. ofc everything is…
https://meldmerge.org/ might be what you are looking for. But if there are tools which can find duplicated files and directories which are named differently, I'd be interested in learning more about these as well.
For tools which can find differently names files you have for examples: fslint (gui) or fdupes (cli)
Re: Ask HN: What problem are you close to solving and how can we help?
#324Earlier quoted context omitted.
Yes, I could. I believe the most straight forward design would be 3 micrometers directly supporting the piezoelectric component, with no levers. Yet, they are a bit expensive. I'm still not willing to budget all that, but I'm starting to consider it.
Digital micrometers are expensive, but you can get analog ones on AliExpress [1] or other places for around $10. Of course, the precision may not be as good as name-brand (eg: Mitutoyo) tools. [1] https://www.aliexpress.com/wholesale?catId=0&initiative_id=S...
Looks like the exact thing I need are micrometer heads, and some even come with nice threaded mounts.
Re: Ask HN: What problem are you close to solving and how can we help?
#325I want to bring back old school distributed forum communities but modernise them in a way that respects attention and isn’t a notification factory. Mastodon is a pretty inspirational project but the Twitter influence shows, I miss the long form writing that was encouraged before our attention spans were eroded. Not at all close to solving it, but it’s been on my mind for a long time. Would love to hear if there are o…
Sooooo..... StackOverflow solved it by starting with a vertical the founders had a lot of social juice in, and spreading in to other verticals. Possibly also by focusing very tightly on "questions and answers".
So my suggestion is "overfocus". If the big platforms have a weakness, it's that they're generic one-size-fits-all solutions. Solve one problem (Q&A, show off my project, discussion, news aggregator) for one vertical really well, then expand. An example off the top of my head might be collaborative note-taking for a class. 6510's "write a book in public" platform is also a fantastic idea at first glance.
(But skip the distributed bit - customers don't care about your architecture, and whatever USP a distributed platform has can be emulated by a centralised platform. Centralised always wins).
Re: Ask HN: What problem are you close to solving and how can we help?
#326I want to bring back old school distributed forum communities but modernise them in a way that respects attention and isn’t a notification factory. Mastodon is a pretty inspirational project but the Twitter influence shows, I miss the long form writing that was encouraged before our attention spans were eroded. Not at all close to solving it, but it’s been on my mind for a long time. Would love to hear if there are o…
Re: Ask HN: What problem are you close to solving and how can we help?
#327Re: Ask HN: What problem are you close to solving and how can we help?
#328Earlier quoted context omitted.
Are you just doing primary key lookups? If so, a new index won’t do much as Postgres already has you covered there. If you have any foreign key columns, add indexes on them. And if you’re doing any joins, make sure the criteria have indexes. Similarly, if you’re filtering on any of the nested JSON fields, index them directly. This alone may be sufficient for your perf problems. If it isn’t, then here’s some tips for…
Doesn't postgress have a way to index JSONB if needed?
In either scenario, I’d still generally encourage avoiding storing JSON(B) unless there isn’t a better alternative. There are a lot of maintenance, size, I/O, and validation disadvantages to using JSON in the DB.
Re: Ask HN: What problem are you close to solving and how can we help?
#329I want to bring back old school distributed forum communities but modernise them in a way that respects attention and isn’t a notification factory. Mastodon is a pretty inspirational project but the Twitter influence shows, I miss the long form writing that was encouraged before our attention spans were eroded. Not at all close to solving it, but it’s been on my mind for a long time. Would love to hear if there are o…
Re: Ask HN: What problem are you close to solving and how can we help?
#330I‘m trying to re-/sell cheap bulk object storage, by renting cheap dedicated servers (e.g. Hetzner), connect them using 10GbE and putting them into a big Ceph cluster. My problem is how to bill people for consuming object storage properly. Do you do it retrospectively and take the fraud risk? Are there any pre-existing platforms that do Ceph billing?
Can you explain how the economics of what you are doing would be competitive with something like S3 or B2? I feel like there could be a market/margin here but there are a lot of numbers involved to figure out the specifics.