Earlier quoted context omitted.
Guess you also didn’t see a site for a long time where you have to press buttons to do things instead of just scroll down? Not meant to be snarky: I got the same comment on our saas products. Guess people want ’sales sites’ to be one pagers; I don’t exactly know why. Personally I don’t see the difference between scrolling down or pressing buttons but he.
Convenience and familiarity. I'm ashamed to admit, but I too expect to see screenshots and features listed inline on the landing page; it's been a common practice in the last 10 years or so. > Personally I don’t see the difference between scrolling down or pressing buttons Scrolling is untargeted, you just move the wheel or drag your fingers back and forth. Pressing buttons requires you to identify such elements, tar…
BeeBase, a programmable relational database with graphical user interface
61–70 of 110 posts
Re: BeeBase, a programmable relational database with graphical user interface
#62Earlier quoted context omitted.
It's a database for programmers that want to be able to program their database and have a basic GUI on top. If it's too big a hurdle to read the manual you'll never manage to use it for its purpose. Is this a threat to you somehow? In what way? Do you have the same opinion about ripgrep? $ rg 'function(' regex parse error: function( ^ error: unclosed group
The error message from rg says exactly what is the problem though? And that’s what people say BeeBase should do here too. Something like: Error: invalid name: must start with uppercase letter Not some obtuse message that you have to go look up in a manual for no reason
Re: BeeBase, a programmable relational database with graphical user interface
#63How does it compare to MS Access or FileMaker?
Re: BeeBase, a programmable relational database with graphical user interface
#64Earlier quoted context omitted.
Comments like this are the reason why I will not touch software like this. I can live with the old school-style and the limited ability set sold on the webpage. But someone bringing up a legit complain and then receiving such hostile behavior, speaks for a toxic community or user hostile developers. And it's not limited to this one comment, but there are several collect here.
They simply said the information is in the manual, there was no hostile behavior. Please stop punching at shadows.
And, at the end of the day, this is a free open source piece of software. The experience could be improved, definitely, but nobody owes it to anyone to do so and it’s important to remember that as well.
Re: BeeBase, a programmable relational database with graphical user interface
#65Re: BeeBase, a programmable relational database with graphical user interface
#66Earlier quoted context omitted.
The error message from rg says exactly what is the problem though? And that’s what people say BeeBase should do here too. Something like: Error: invalid name: must start with uppercase letter Not some obtuse message that you have to go look up in a manual for no reason
What's an "unclosed group"? And how would I go about finding that out without reading some sort of manual?
It worsens the UX for no reason.
As a sibling comment said, the program already knows why the name was invalid. It would have cost nothing to surface the reason when reporting the error.
Re: BeeBase, a programmable relational database with graphical user interface
#67Earlier quoted context omitted.
What's an "unclosed group"? And how would I go about finding that out without reading some sort of manual?
The difference is providing a short succinct message that is either familiar or can be looked up as rg does here, vs vaguely saying invalid name without saying why. It worsens the UX for no reason. As a sibling comment said, the program already knows why the name was invalid. It would have cost nothing to surface the reason when reporting the error.
Re: BeeBase, a programmable relational database with graphical user interface
#68Earlier quoted context omitted.
The error message from rg says exactly what is the problem though? And that’s what people say BeeBase should do here too. Something like: Error: invalid name: must start with uppercase letter Not some obtuse message that you have to go look up in a manual for no reason
No, it doesn't. You fill in with knowledge about regex, which isn't explicit in the error message.
Re: BeeBase, a programmable relational database with graphical user interface
#69Beyond your computer/workstation, I'd love if there was a personal database program that could also access via your phone, so you can use it on the go (even via dynamic DNS if needed) – modern no-code platforms do that, but data sovereignty would be nice.
I'd always relied on ORMs in whatever web application I used to interact with DBs for the most part, but I've recently been learning more about views, triggers, and more complex relations. It's been insightful and I've found that much of what I want from a program like BeeBase is covered by knowing more SQL.
----
That being said, I'd love to see what you described too. I don't mean for this to be like the infamous "why do you need dropbox when you have rsync" comment. I just wanted to give an anecdotal alternative to use until someone creates what you described!