Rules
Method / PrincipleHow?-
+2| (19214) Principle of Balancing Transparency with Capability : Parametrize the balance between privacy and transparency, with the level of capability.+3■ (19159) Web-based People's Self-Organization Tool : A service or tool to form interest groups by voting on features of ideas as part of reading.+2| (19134) Togetherism for Survival : Togetherism, as an abstraction of Communism and Democracy+1| (19121)
A Numeric Code to Refer to Goals and Ideas, etc. : Design a code name system to refer to goals and ideas, easy to use in any language.
+1■ (19004) Octahoop : A transformative hairhoop as a toy that sparks creative energy see more..+ Rules
Work / ActivityWhat?-
0| (19188) Treenity : To organize world of data types, and lowcoding-41.5| (19096)
ogiziu : Activating Imaginators
-16| (19077) Instinto Creador : Integrate ecofeminism, biology and design for regenerative innovation-61.3| (19002) SYMBÉS : Symbiotic Creativity as The Way-1| (18871) Loving Systems Logging : Experimenting if consciously feeling Love in everyday thinking and actions make impact on wellbeing-0.3| (18852) Body Universe : Helping people to sync the right and left brain through body observation see more..I implemented a hash that takes previous data and current column and the previous hash to produce a hash of the entire database.
This allows us to synchronize with the minimum of data transmissions when I write the synchronizer part which shall rehash all its own data, then retrieve the hash of a binary search of the sorted data.
-3.0000 ħ (3.0 HUR) (+0.0)14 dweeks 5 days ago I implemented document storage in my database project @ Document database backed by keyvalue storageI spent a few hours working on the remainder of this problem and got documnent retrieval working after finishing save document.
This lets you save and retrieve JSON documents
The document data inserted is also queryable by SQL.
Joins against documents are not yet supported but I plan to implement this.
-4.0000 ħ (4.0 HUR) (+0.0)15 dweeks 4 days ago For 100 threads I managed to get 100 million multithread communication event requests a second, taking 10 nanoseconds to communicate between threads @ Parallel multithreaded actors without locksMost computers use locks to synchronize, which are very slow. This design is far faster and allows locks to be elided for performance.
I use unscynchronized data structures and achieve 100 million requests a second raw communication performance for a cost of 10 nanoseconds per batch of messages.
-8.0000 ħ (8.0 HUR) (+0.0)I managed to store a JSON document and I used the SQL inserter to insert the document. In theory the object is queryable by SQL
{ "items": [("name": "item1"), ("name": "item2")], "subobject": {"subobject_key": "value"} }
-3.0000 ħ (3.0 HUR) (+0.0)16 dweeks 4 days ago I updated epollserver to multiplex client sockets across threads. @ Efficient multithreaded serverThe idea is that each thread has a ringbuffer, when a socket is accepted, a message is put on the ringbuffer and the thread begins listening to that user.
All the other threads are notified of all the users so they can also echo data to them.
This is efficient as a thread can serve thousands-millions of connections and there are multiple threads.
One problem, which is a generic problem for multithreading is servicing one of multiple kinds of events from one thread. I rely on the fact I am polling a ringbuffer and epoll.
-7.0000 ħ (7.0 HUR) (+0.0)
+
Outlets / EndpointsWhere?+
Identities / BrandsWho?-
Malü : I'm a curious animal in a female human body! Creativity, spiritual ecology, joy and friendship are my guiding forces. see more..
+
News / ReportsWhen?[Results]"Here's what's happening, you might want to know..."
[Results]"Here are those who do, you may want to know..."
7 dweeks 6 days ago @ Multithreaded programming language, compiler and interpreter
The link to the project's repo is telling more than the summary. … (expand)7 dweeks 8 days ago @ Simple Brainwave Modulation Prototype App
Welcome back, [Niamh]! I'm quite surprised how good a match is your … (expand)7 dweeks 8 days ago @ Imaginary auction shop
This idea reminds me of some projects on crowdfunding platforms. They only … (expand)10 dweeks 5 days ago @ Personalized Diet
I guess, using neuralink, we could automate that collection of data about … (expand)10 dweeks 5 days ago @ Personalized Diet
// How to discover what foods are good for each individual? The … (expand)10 dweeks 6 days ago @ Investomart
Retail buyers (consumers) buying out the producer stocks on a daily basis, … (expand)10 dweeks 8 days ago @ Personalized Diet
So, would this problem be better named as "Food compatibility matching" or … (expand)
[Results]"Here's what I did, and will do next..."
[Results]"I found a way this could work..."