HackerTrans
TopNewTrendsCommentsPastAskShowJobs

LkpPo

no profile record

Submissions

BeeBase, a programmable relational database with graphical user interface

beebase.sourceforge.io
237 points·by LkpPo·2 lata temu·102 comments

comments

LkpPo
·2 miesiące temu·discuss
No time to deploy, nobody must move a muscle during the forensic investigation!
LkpPo
·3 miesiące temu·discuss
And it's really not the same thing because ids are not position. With this type of structure a field without value will be a missing row in a table. Moreover, from the moment each column is isolated in its own table with a second key column, it becomes essential not to store NULL values because the amount of data doubles for each value, since a primary key is required for each column. It's a 6NF model. See <https://en.wikipedia.org/wiki/Sixth_normal_form>
LkpPo
·w zeszłym roku·discuss
Predictable suite.^_^ Disable the feature in BIOS if possible. Branch prediction is a rotten plank that needs to be scrapped. It's a remarkably bad idea that doesn't deserve to be saved.
LkpPo
·w zeszłym roku·discuss
That he would not have been able to do what he hoped to do to meet other demands of his creditors. Pure speculation.
LkpPo
·w zeszłym roku·discuss
You can watch https://www.red-by-example.org/

But no one has bothered to write a complete manual like Carl did for Rebol, and the language is a partial implementation in Rebol which has a hybrid Rebol/Red syntax that must ultimately be bootstrapped in Red. In short, you have the scaffolding around it and if you are not a total fan or a dev of the project it is not even worth it.
LkpPo
·w zeszłym roku·discuss
For me, it even went off the rails before, when Nenad went to China because he was able to raise funds for the project. But he hadn't anticipated that he would be in charge and not the other way around. The situation seems to suit him perfectly. I don't think Red has any future at this point. In any case, the roadmap has always been stratospheric.
LkpPo
·w zeszłym roku·discuss
Does the quality of the paint and canvas prevent a poor painter from applying 30 coats? No, and it's probably the same with programming languages. Adding a low wall in the driveway won't change anything.
LkpPo
·2 lata temu·discuss
Yes, the presentation of the documentation is very good. This is something I miss when I have to switch to other languages.

I also use it to write CLI scripts to exchange data between programs. The wealth of extensions and good UTF-8 support are a plus.
LkpPo
·2 lata temu·discuss
IMHO the HTML5 parser is the best improvement of this version.
LkpPo
·2 lata temu·discuss
What I find most disappointing about most editors is the lack of dockable textareas to enter search and replace with regexps on single/multiple files. And the lack of a dockable panel with clickable links to jump to search results. Almost all of them use an infamous dialog box, or single-line text fields, or only jump to the next result: what a handicap.

Yet, manipulating text effectively is the most important operation. Incomprehensible.

EditPad does it and it's absolutely brilliant, but it's only usable on Windows. E
LkpPo
·2 lata temu·discuss
As you compare with Golang, I expected an option that goes beyond the banking domain.
LkpPo
·2 lata temu·discuss
So what tools do you recommend?
LkpPo
·2 lata temu·discuss
Also what line N+1 does, please.
LkpPo
·2 lata temu·discuss
SyncBack
LkpPo
·2 lata temu·discuss
The page say dll will be removed.
LkpPo
·2 lata temu·discuss
Yep.
LkpPo
·2 lata temu·discuss
Good morning,

I wanted to introduce this little, unpretentious piece of software, which is intended as a small programmable database for hobbyists, like a mini Access but with a scripting language for those who like parentheses.

Your opinions are welcome.

Regards,
LkpPo
·3 lata temu·discuss
Precisely, .editorconfig has a project scope and is recognized by a multitude of IDEs and editors. Perhaps you should talk to the authors of .editorconfig to find out if what you want can be carried by their project.
LkpPo
·3 lata temu·discuss
Hello,

Maybe you should check this project:

https://editorconfig.org/

Regards,