• 0
    |   o2oo Feature Requests What functionality do we want at online makerspace? Bazės administracija
  • 0
      Capped debt : The problem with debt is if something fails, the debt provided an unlimited risk, we want failure to have a minimum cost.
  • 0
    |   Funding-Work-Revenue cross dependency To get something created and sustainable you need money and customers, to get customers you need something created. To get something created you need worker. To get funding you need something you're going to create. It's such a vicious cycle that has no obvious opening. If people could get together to create a product, they could all profit in excess of a salary.
  • 0
    |   Scaling trust There's spam, scams, lying, malware and thieving on the internet and in the world for material gain. How do we scale security and trust?
  • +1
      Coffee shop queue : A large room arranged with efficiently arranged chairs and tables, to be used as a queue, people are called out in turn
  • -10
    |   Creating a scalable storage server : I'm going to set up Ceph on Vagrant multimachine to see if I can create a growable storage cluster
  • 0
    |   Invention code Imagine there's a list of attributes that you can design something to have and there's a list of implementations to those attributes. This looks like a nested list of numbers [[1], [3,2, [0, 2, 3], 3, 2]]] where each placement corresponds to a known property of that invention.
  • 0
    |   Synchronize Postgresql databases Imagine issuing a COPY TO query for every table in a database and then syncing the resulting CSV with other nodes. We can add a version column to every table so we avoid syncing unnecessarily. Conflict detection could be implemented by showing multiple copied and marking one as active.
  • -3
    |   Nested loops with index locality : Can we loop and avoid cache misses for computer performance?
  • 0
    |   Unlimited upside debt and debt tax autopayment The risk of debt is that someone can default on their debt, but that person shall eventually earn money, we can guarantee repayment of debt by taxing that person after essential expenses and repaying the debt without the debt growing unsustainably
  • 0
    |   Human block hotel There is an affordable housing shortage. Imagine a crane and a building that is filled with capsules for human sleeping, when you want to go to sleep, you get into an empty capsule and the door closes and then you are picked up by the crane and put onto a pile of capsules. When you want to get out, you press a button and the crane moves boxes around to get you out. People at the bottom wait longer to get out but they do get out eventually. There would be emergency failsafes too, in case you get stuck.
  • 0
      Guaranteed return : From an investors perspective, if someone wants to do something and they think it shall create lots of money, I kind of want to give them money in return for a guaranteed return of whatever they earn. We need some form of economic obligation to return this return. The current mechanism is debt, but this doesn't really work in both parties' interests due to the punitive effects of debt
  • 0
    |   How to get people to do things for you - worker escrow I think o2oo.io should have a jobs section with numerical amounts of money attached to them. I can pay people to work on something for me.
  • +1
      Virtual GoodReward thank tokens/shares : Issue tokens to people when they do something good for you, can be redeemed for favours later
  • 0
    |   Front offloading risk strategies Everything entails risk of failure, we can manage risk of failure by front loading terms so that losses from failure is limited, insurance is an example, it protects against adverse effects, there are funding strategies that offload risk from the attempt, such as Pipe which exchanges subscribers for capital
  • +1
    |   Active investment gives poor returns Actively managed investments rarely return more than the whole market. It's almost as if intelligence doesn't help Active investment is the act of researching companies and initiatives and deciding what to invest in. Unfortunately the returns from this activity are less than investing in index funds. Index funds represent a bit of everything or the whole market. Ironically an index is actively decided upon, the criteria to be included in the index is a decision. Some companies enter or leave an index based on revenue or other criteria.
  • 0
    |   The Predicament of Having Nothing or society is terrible To survive, you need money, to get money you need to provide services to others or provide value, to provide value you need money, to get a job you need to provide value, nobody pays you before you work a month, for things to be easier for you, someone else needs to do work on your behalf, every man carries his own burden, nobody is willing to extend a debt to someone else unless they're rewarded for it, Life is difficult if you have nothing.
  • 0
      The irreversibility of commitment : If you decide to do something, you need to exist with the fact you did it. You cannot get egg from a baked cake. In other words, when you get a job or start a business you are committed to it. I want to remove this feeling that I cannot relax due to commitments..
  • 0
    |   Eventual consistency strategies Eventual consistency is database state that eventually looks the same everywhere. It assumes a multiple replica database. Each replica is available during a partition. So updates can occur to the same data. You need some way of resynchronizing changed that interfere with eachother
  • 0
      A bug: youtube player MUTE/UNMUTE order automatically when an AD streams suddenly to avoid hearing it! : A feature to turn on when you listen to a relaxing track that mutes adss
  • 0
    |   Trillions rows multiplied by a trillion rows : How to write efficient code to multiply two lists of trillion numbers
  • +2
    |   Metaphorical programming I feel that abstractions in programming are not powerful enough. What we really want to program with is metaphors. So I imagine complicated systems visualised a network of pipes like a circuit board. And I can introduce the metaphor of cars driving around a network. A loop is a depot that produces cars around a circuit. You can have visibility and observability of a system by rendering dataflow visually.
  • +2
      XMaze : Computer game for students: theory on the walls, problem solutions unlock the doors.
  • +1
    |   Conway's law The structure of software resembles the communication between organisations or individuals. There is a homomorphism of software component to component.
  • 0
    |   Writing flexible reusable software Writing software that does a thing is fairly straightforward. Writing software that can adapt to change is difficult. It's challenging to write software that can be easily customised. It's a completely different approach to build adaptable software
  • 0
    |   Treenity : To organize world of data types, and lowcoding
  • -11.5
    |   Schedulable lightweight virtual processes and concurrent loops : An approach to building concurrent software
  • 0
      Automated API traversal : Armed with a thesaurus and an almanac of system functionality we can write robots that program themselves
  • 0
    |   Maximising use of the CPU Imagine a 2 dimensional diagram where each Y is a separate thread and X is time. You want work to fill the 2 dimensional diagram. Unfortunately most people's for loops look like a sequential row on a table, rather than a column. You want rows and columns to be filled. can we write an algorithm that fills the rows and columns with work and coordinates communication automatically?
  • 0
      Errors have resumable error codes : I was told how to get the Nth product on Stackoverflow, he also told me how to get the product number from a product! Which you must understand how useful that is. Error messages can be completely retried and resumed with this information. I only need to log or print out a special error code and the user can retry from where they left off!
  • 0
    |   Computer errors What should we do of computer errors?
  • 0
      Wiki of App Models : Wiki of apps in general (web or stand-alone), with both public and private models published.
  • 0
    |   Responsively fast software Computers shouldn't lag, ever. I am interested in ideas how to speed up the perceived performance of computers.
  • +1
      Recursive coordination portfolio : Portfolios are really effective at managing bets and risk. You own a little bit of everything to return as much as you can. What if we could manage our coordinations with others as a portfolio. People could decide to change their behaviour to benefit someone else. Such as writing documentation how some of their code works. Or adding an API
  • +1
    |   Coordination problem How to solve problems as groups of people
  • 0
      Money to scalability : How much compute, storage and network does $5 get you, how about $15, or $100 or $1000 or $100,000
  • 0
    |   Money as a function I want to write an algorithm that takes a numerical amount and turns it into a set of purchases that optimise a function of some property. In effect you can say how much you want to spend and you get a set of fulfilments from that.
  • +1
    |   Decentralised automated organisations How do we create a decentralised automated organisation
  • 0
      Black Mirror : Unlocking openness through a tiny mirror painted in black
  • 0
      Business welfare : Most companies such as restaurants fail. I propose we cause businesses to be radically simpler by having common infrastructure for business operations so it's not all private. Everyone benefits when businesses provide services to people.
  • 0
    |   Grounded Stream . com : USE TECHNOLOGY FOR SELF-ORGANISING TO REACH FULL ECONOMIC GROWTH POTENTIAL
  • +1
    |   Inter-Ontological Concepts for Inter-App Synchronization How to avoid reinventing app models and ontology concepts, and reuse existing work on them across software ecosystems and ontologies?
  • +2
    |   Choosing Nootropics How to optimize choice of smart drugs, individually?
  • 0
      Object removal : Can we remove subobjects an replace them with direct memory access mappings?
  • +3
      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.
  • +3
      Internet Browser : All ports, all protocols Internet browser. Open ports and support protocols to direct browsing of databases, and other internet resources, make web browsers support accessing them directly and nicely.
  • 0
      Invariant optimisation code movement : Imagine I have a nested loop and I do lots of work in this nested loop. Wouldn't it be more efficient to do some of this work incrementally such as when objects are created?
  • 0
    |   Optimising software I am interested in ideas for optimising software
  • 0
    |   Dream browser What should a browser provide? What APIs should be provided?
  • +1
    |   Browser monoculture Google and Apple and Firefox effectively owns the browser market, there are very few competitor browsers with their own engines.

Prieš @ Benefitting everybody as much as possible

Kaip galime gauti kuo daugiau naudos visiems? Aš tikrai nežinau. Bet tai …… (išskleisti)
How can we benefit everybody as much as possible? I really don't know. But this is a very important topic (to me) that I love to discuss. The answer might depend on how we define the word "benefit". Well being? in a long-term view or short-sighted monetary/comfort sense? Shouldn't our aim in society to benefit everybody? I'm with you. 100%. But in order for something to last, it shouldn't be the main focus but something that comes as a side-effect (emergence?). And, this is just my opinion. Some questions can't be answered easily. And, some can't be, at all (not from a defeatist mindset, but seeing right in the eyes of something that seems unanswerable, gives me pure joy!). To me, keeping these questions in mind while going through our life is the key. One can always find a reason to do/not-do. If you ask me, it's the question of well being and intelligence. Well being of an individual or everyone? If you see deep enough, there exists no individual without others and vice versa. To be more direct: we're embedded in our environment and focusing on one's own (depends on how greedy (in RL/CS sense) you are) life is just being short-sighted.

[atsakyti]

Deepak

Prieš @ Partial Space Elevator

Du taškai: Lengviausią jo dalį – antgalį – galime pradėti iškočioti jau …… (išskleisti)
Two points: We can start rolling out the lightest part of it - the tip - right now! The strength required by the tether is not the same across its length - to minimize weight, it has to be tapering off towards the Earth's end, with very light tip. So, let's find a suitable geostationary sattelite in orbit already, and bring some tape (tether) to it. Space junk that's already in orbit, is great for the counterweight construction. It requires much less fuel to lift the junk into the geostationary orbit, than to lift it up from Earth surface.

[atsakyti]

Mindey

Prieš @ Benefitting everybody as much as possible

Manau, kad tai gali būti blogas tikslas asmenims. Pavyzdžiui, tarkime, kad turiu …… (išskleisti)
I think this might be a bad aim for individuals. For example, suppose I have a child. If I were to aim to benefit everybody, then I would have to neglect my child. I think that maximizing (benefiting everybody as much as possible) also might not be a good aim: we need rest and leisure, time to ourselves, in order not to burn out.

[atsakyti]

Samuel

Prieš @ Personalized Diet

Manau, kad tai gali būti sudėtingiau nei vesti dienoraštį ar net stebėti …… (išskleisti)
I think this might be more complicated than keeping a diary or even than monitoring the body’s response to a given food using technology. There are at least two reasons why I think this is more complicated than either of those processes suggest: (1) such a process presupposes that the body’s needs are static. But, this is not the case. If I go for a run one day, my body’s needs that day will be different from what they are on another day when I do not go for a run. Likewise if I am sick. And, as our bodies age, of course, our needs change, too. (2) such a process presupposes that the body’s way of processing food remains static. But, this is also not the case. The micro biome, for example, changes through time, and this has an effect on the kinds and amounts of nutrients that are available to the body after eating. Likewise regarding the age of cells/organs. So, I think using a diary or technology can be very useful and informative—but, it also can be misleading if we do not keep the above in mind.

[atsakyti]

Samuel

Prieš @ Avilio Korio Kapsulė-Transformobilis

Kai suprantu, kad nenutrūkstamas paviršių valymas Japonijoje yra homeostatinė kova prieš bakterijų …… (išskleisti)
When I realize that the incessant cleaning of surfaces in Japan is a homeostatic fight against proliferation of bacteria in humid air, rather than just an aesthetic preference, it makes me realize another problem that these hive capsules would solve: making the air continental-climate-dry inside the capsules would automatically increase the public hyghiene.

[atsakyti]

Mindey

Prieš @ Hivica

Vienas iš būdų pradėti pardavinėti greičiau – sutelkti dėmesį į paprastesnių modulinio …… (išskleisti)
One way to start selling quicker, is to focus on selling the simpler "independently-useful-components" of a modular product. For example, if your product is an electric toothbrush, you might develop an end-effector for existing devices, and start selling it first. I'd call this approach -- an "functional modularization" of products. In case of Hivica, it could be viable, because the "hive cell" because it has multifunctional components, that the unique kind of door, that doubles as a bed. However, to enable people to incrementally buy components of a hivica, the entire car needs to be prototyped with a long-term vision in mind, because once initial components are sold, it is harder to modify its dimensions in the future (without recall of products, sending new versions to all the customers). Additionally, with the approach, where the customer self-assembles the car, by incrementally buying its independently useful parts, manufactured locally in each country, based on the provided drawings, by using supply chains in those countries, it becomes an imperative for the entire sale process to build a specialized app, that connects the part ordering with consumer orders. It requires maintaining partnering supplier network, similar to how people choose the delivery method, or payment method, they would be buying instance of the product to be made based on drawings, and able to choose the manufacturing shop, that will make and send the product. In such buying process, added complexity comes from the fact, that each single-part product has to be matched with different supplier, that specializes in one or other specific type of manufacturing. In general, developing a buying experience of: "pay for our drawings, we'll submit them to your local manufacturer, and you'll receive the product" is worth a separate startup on its own. However, it's the kind of sale experience that I'd like to provide for the HiveCell buyers...

[atsakyti]

Mindey

Prieš @ Avilio Korio Kapsulė-Transformobilis

Ar galite galvoti apie adaptacijas, tokias kaip lėktuvai ir traukiniai, kurie judina …… (išskleisti)
カプセルを移動している飛行機、電車などの適応も考えられますか、カプセル自体は、自動運転車機能があって、自由に世界を探検出来るのは必修機能だと思います。

[atsakyti]

Mindey

Prieš @ URL powered computer

Priežastis, kodėl apie tai pagalvojau, yra ta, kad neseniai sukūriau šį įsilaužėlių …… (išskleisti)
The reason why I thought of this is because I recently created this Hacker News Comment https://news.ycombinator.com/item?id=34614497#34618834 People upvoted me. Why isn't everything on a computer as easy as going to a website?

[atsakyti]

chronological

Prieš @ URL powered computer

Pagalvojau – šiandien dažnai įkeliame visą programą, kad atidarytume svetainę. Pvz., atidarykite …… (išskleisti)
I thought -- today, we're often loading the whole app, as a matter of opening a website. E.g., open GMail, and you're loading an entire app. Pinning apps, or wrapping them with Electron instances of browser, was an obvious thing, and people do that. However, what you're presenting here, is a lower level, and I like it. The protocol, like config;// for the OS looks neat! I see it being useful for organizing system resources.

[atsakyti]

Mindey

Prieš @ Ocean Roads

Peržiūrėjęs daugybę vaizdo įrašų apie plūduriuojančius tiltus, vis dar manau, kad mano …… (išskleisti)
After watching numerous videos about floating bridges, I still think the idea I've described has merit...

[atsakyti]

Mindey

Prieš @ Multithreaded programming language, compiler and interpreter

Nuoroda į projekto atpirkimą pasako daugiau nei santrauka. Leisk pažiūrėti.… (išskleisti)
The link to the project's repo is telling more than the summary. Let me see.

[atsakyti]

Mindey

Prieš @ Simple Brainwave Modulation Prototype App

Sveiki sugrįžę, [Niamh]! Esu labai nustebęs, kaip gerai jūsų projektas dera su …… (išskleisti)
Welcome back, [Niamh]! I'm quite surprised how good a match is your project to the Infinity community, and I'm practically interested in the cognitive benefits it could create. For example, I find myself really innovative in certain states, perhaps it's Theta waves (?), and I'd be curious about flexibilities in self-modulating one's brain with a tool like you described in the science section. When you say "I would do it myself if I had app building skills. Instead, I have a background in psychology, neuroscience .." -- it makes an impression that you had already played scientifically with these sound modulations using some tools or environments, where you had found that to work. If so, could you elaborate on that? I think, the simplest approach could be to start with something like JavaScript-based web page (such as this one, using the pizzicato.js library), where people could interact with sounds.

[atsakyti]

Mindey