-
0
|
Mechanism of existence : If God exists and there is nothing outside of God then what am I?
-
0
|
Nobody can agree on change - or change is suppressed by those in power : Pick any societal law or change and there will be a sizable group of people who oppose it for any reason. Consensus is impossible in society.
-
0
|
The Great Stagnation : Society's laws and expectations have stagnated. Nobody really considers what the future should hold. There's a couple of science fictions that consider the future but culture and society in the west is stagnated
-
+1
|
Guaranteed Profitibility : Profitability determines whether or not some thing gets done
-
0
|
Resenting God : I was created as a spirit to be a unique verb before God. Like God is I am I am also a doing verb - I do things uniquely to other parts of creation. Be it invention, writing or art. I am a knife who resents being expected to cut things.
-
+1
|
Decimal time use : Would you like us to use Decimal time in the system?
Base Administration
-
+1
|
Resilience to the worst of humanity : The average person is selfish, greedy, not very intelligent and an emotionally stunted illogical thinker. How can any economic system win the support of the majority if these things are true
-
0
|
Web technologies too hard to implement : A web browser is so complicated that there are over 1200 specs to understand to implement a conforming web browser
-
+1
|
Protocol context manager :
In big microservice based systems or systems with lots of protocols, you often need to make a change that ripples out through the entire system. If you have X services you send a message between them you have X message schemas. Let's manage the schemas centrally
-
0
|
Accommodation app :
There is short term, long term accommodation..I want to change my place of residence on a whim without having to worry about contracts or moving lots of stuff
-
+2
|
Socialising making money :
Society has problems that have rewards, society should openly share ways of making money
-
0
|
Smart ontologies : The semantic web technologies introduced interesting ideas like RDF and semantic reasoning with OWL. We can produce new facts from old facts.
-
0
|
Query everything :
I should be able to search my entire computer and all data connected to me from one search box
-
+2
|
Object Models Search :
A search engine, that works by composing classes and uploading object models, and can make things, if it doesn't find ones that already exist.
-
0
|
Convenience : How would you make life more convenient? I'm interested in what would make your life easier
-
0
■
Addresser App :
Generalized URL address and lookup field for desktops, that opens addresses with appropriate apps and installs them when needed.
-
+2
|
Install-less software :
The web is an install-less platform, but it only works for HTML/Javascript
-
+1
|
Embodied Imagination Training : How to learn to imagine but also to synthesise and prototype, all in one experience?
-
0
|
Synthesis : Organising Individual Thinking Before Synthesis
-
+1
|
Energy crisis : What if we run out of energy? So no more efficient fossil fuels
-
0
|
Desired Software : Infinity family has a number of software engineers as members. We need to communicate what we need from eachother so we can build upon each others work. But it would be nice to put together things that people want so maybe a following of people can build them
-
+1
|
Standardised reusable produce container and socket :
Our model of shopping relies on N people individually going to a distribution point (shops) and collecting produce to take home and then manually place in a refrigerator or cupboard. What if houses had a standardised socket for produce.
-
0
|
Sustainable distribution : We are an incredibly dirty species. We pollute our environment. Meat, milk, bread and other foods come in plastic packaging - which we attempt to recycle poorly or throw to landfill
-
+1
|
Self hosted personal data :
My name, address, bank details, credit card number should be self hosted by me or by my data provider - I shouldn't have to give the data to every company that asks
-
+2
|
Local first software :
Software should be designed to work locally first, without needing a server side component
-
+1
|
World splitting :
Imagine there are two points of view - one way to avoid conflict is to put both points of view into practice and try them both to see which is better.
-
0
|
Software principles : What do you think software should have?
-
0
|
Irreconcilable differences : People have different opinions. How do we avoid tyranny from the minority or majority?
-
+1
|
Making Sure We Use Time Effectively : How to make sure that we maximize utility of our time?
-
0
|
Hierarchical society : In my country the UK and countries like Dubai, the native population has wealth but does not work hard jobs. Instead, immigrants are imported to do the job.
-
0
|
Photosynthetic human : We should make our own food in our bodies
-
0
|
Human self-modification : How to edit our own genome to phenotype, and should we?
-
+4
■
Operation Search Equations :
Thing ? = Other Thing
-
0
|
Digital Economy Too Complicated for Citizens : How to make public and utility services accessible for everyone?
-
0
|
Software development doesn't scale : Adding more people to a software project doesn't necessarily improve productivity this is from the mythical man month or known as Brook's Law
-
+1
|
Window walk optimisation :
You want to find a job that is near your home transport wise, near a supermarket, doctors that pays the most and has the cheapest house to buy or rent
-
0
|
The definition of profit : Is profit meaningful for work done in isolation?
-
0
|
Accounting systems integrated with banks :
Running accounts for a business or organisation is time consuming and is largely spent cross referencing information. This is a task for computers not humans
-
0
|
Waste of human life time : Many activities that humans partake in are a waste of time. They could be automated to save human life.
-
0
|
Offline Shopping Receipts Data Retrieval : How to get back the shopping receipts data?
-
0
|
Layered problem language :
Imagine we could define behaviour or code about an attribute of a large system in isolation from other concerns and have them tied together automatically into a whole.
-
+1
|
Additive GUIs :
Specify the attributes of the GUI and let the computer generate the GUI
-
0
|
Code complexity and poor interoperability : Addition, calculation, algorithms takes an incredibly small portion of actual code. Most code is unnecessarily there to satisfy the compiler with interoperability of methods, arranging data structures and configuration
-
+4
|
A Transdisciplinary Lingua Franca :
Introduce a tiny set of exhaustive transdisciplinary concepts that most people are intimately familiar with, that can represent all processes that people go through to build their worlds, then use them to organize information, and get people understand the modern world.
-
+1
|
Distributed data storage : If you have many nodes and want to store data - how do you store data?
-
+1
|
Event sourcing and CRDTs as data storage :
I think event sourcing and CRDTs can be combined to provide an alternative to the blockchain for general purpose data storage
-
0
|
Graph manipulation to queries :
Typically with an information system there are two ways of writing systems - one is predominantly through mutating queries and the other is through manipulation of objects in memory such as references between objects. ORMs blur the lines a bit. What if we could silently transform one form to another
-
0
|
0 > oo Feature Requests : What features should 0oo add?
Base Administration
-
0
|
Database proxy :
One way to get decentralisation for free is to write a Postgres database server which is a simple text based protocol and distribute the resulting queries to peers P2P
-
0
|
Write undistributed code that runs distributed : It's often useful to have an abstraction that lets us write code to one way to be silently executed in a different context. Such as writing synchronous code that actually runs asynchronously or concurrently.