bhaskar
Geek and nerd. Wrote my first computer program in 1970. Progressive activist.
- Posts
- 167
- Followers
- 21
- Following
- 19
-
I'm on the TGV from Lille to Paris. Why can't we have trains like this in the United States?
-
YottaDB r2.06 provides a timely fix to a bug in r2.04, in which the compiler generates incorrect code for an unusual code pattern. We recommend that you use r2.06 instead of r2.04. https://gitlab.com/YottaDB/DB/YDB/-/releases/r2.06 #NoSQL
-
We welcome Jordan Lenchitz to the YottaDB blog with his post YottaDB as a Creative Platform: Experimental Video Art at Scale (https://yottadb.com/yottadb-as-a-creative-platform-experimental-video-art-at-scale/). It is truly a unique use of our software, one that we had never imagined. Thank you very much, and congratulations, Jordan! #video #art #nosql #sql
-
YottaDB r2.04 is released and the documentation has been updated. Use the ydbinstall.sh script (https://download.yottadb.com/ydbinstall.sh) or download a binary distribution from https://gitlab.com/YottaDB/DB/YDB/-/releases/r2.04 #NoSQL #JSON
-
https://yottadb.com/acid-transaction-durability-at-scale/ discusses how YottaDB delivers Durability at scale for ACID transactions. Please send us your questions and comments, and let us know about topics you would like discussed in future blog posts. #NoSQL #ACIDTransactions
-
The second of our two-part blog post on why ACID transactions are hard to scale, and how YottaDB does the hard work for you. is at https://yottadb.com/acid-transactions-are-hard-at-scale-part-2/
Please send us your questions and comments.
#NoSQL #ACIDTransactions -
The second of our two-part blog post on why ACID transactions are hard to scale, and how YottaDB does the hard work for you. is at https://yottadb.com/acid-transactions-are-hard-at-scale-part-2/
Please send us your questions and comments.
#NoSQL #ACIDTransactions -
I was a guest this week on the FLOSS Weekly podcast (https://hackaday.com/2025/12/10/floss-weekly-episode-858-yottadb-sometimes-the-solution-is-bigger-servers/). The host, Jonathan Bennett, and I had an enjoyable discussion about YottaDB. #flossweekly #opensource #databases @FLOSS_Weekly
-
The #IRS is asking for public input on #freetaxfiling (https://www.irs.gov/newsroom/irs-asks-for-public-input-on-free-tax-filing-options-to-inform-congressional-report). Note that the survey is not unbiased, and is written to bias responses in favor of companies that offer tax filing services. But you can answer it to opine that you want a free service offered by the IRS.
-
The YottaDB code base now has functionality to encode and decode local and global variable (sub)trees as #JSON strings. It uses the popular #Jansson library; packages are available for common Linux distributions. The functionality is currently documented in a Draft Release Note (https://gitlab.com/YottaDB/DB/YDB/-/issues/474#draft-release-note), and will be part of the upcoming r2.04 release. If you care to try it, you will need to build YottaDB from source.
-
At the #NoKings rally in #WestChester, #Pennsylvania. I estimate a crowd of a few thousand people on both sides of High Street for several blocks.
-
Kurt Le Breton is a YottaDB user from Australia. His first guest blog post, titled “Bid Wars,” that was triggered by a conversation that he had with ChatGPT about YottaDB, is at https://yottadb.com/bid-wars/
#NoSQL #TransactionProcessing -
The code for YottaDB to optionally use GNU #Readline is merged into the YottaDB master branch. To enable, export ydb_readline=1 . Details at https://gitlab.com/YottaDB/DB/YDB/-/issues/88#draft-release-note. To use it:
- Build the code at https://gitlab.com/YottaDB/DB/YDB or
- use the Docker container https://yottadb.com/product/get-started -
#NoSQL While we have incrementally improved direct mode editing capabilities over the years, it always irked me a bit that #bash had better line editing capabilities, and importantly, history recall from prior sessions. We finally implemented an option for direct mode to use #GNU #Readline. If you care to try it, please: