Earlier quoted context omitted.
I'm not sure why what I plug it into cannot have its own computing and storage power. There are wired caps on data too. In fact, why the heck did Apple sell a display and an iMac? Why not insert a processor board (a blade) into the display to turn it into an iMac? Why was the Mac Pro anything more than a bunch of slots for blades? I want to carry a small display, some storage, and computing power and be able to dock…
Hmm. That's an interesting idea. How would the phone and the PC work together, though? I could see it work if they were all the same architecture. Then you're just adding more ram and cores. Actually, the ram could be an issue. For example, say you're running a video editing program that's using 15gb of ram and you want to undock. You'd need some way of storing the state of the program and the ram its using when it's…
Ask HN: What “missing” technical solution(s) do you wish existed?
71–80 of 219 posts
Re: Ask HN: What “missing” technical solution(s) do you wish existed?
#72FPGAs in desktop/laptop computers. That would open all kinds of interesting possibilities. Energy from nuclear fusion. Highly dense electrical energy source. I want to see electric planes, phones that last for months, drones that stay in the air for days, etc. Some kind of magical security system so we could return to native code instead of putting VMs on top of VMs. No idea if this one is feasible or how it might be…
Re: Ask HN: What “missing” technical solution(s) do you wish existed?
#73A solution for game assets building. Ideally it would be possible to build all assets (maps, models, textures, binaries) in a game from source files to the format that's distributed to people. Unfortunately due to the build times for certain things like maps it's not feasible to rebuild everything before every release. Combined with the fact that the files are relatively large means that we can't store everything in…
GitLab have it in the Community and Commercial Editions: https://about.gitlab.com/2015/11/23/announcing-git-lfs-suppo...
Re: Ask HN: What “missing” technical solution(s) do you wish existed?
#74A secure communication technology that is understandable (after reading some mans) and verifiable by an average user, without being infosec expert. For now, there are so many unknowns in the equation, that users have no choice but to rely on vendor's authority, which means centralization. Don't tell me it's theoretically impossible because it's possible in almost every other area.
Re: Ask HN: What “missing” technical solution(s) do you wish existed?
#75FPGAs in desktop/laptop computers. That would open all kinds of interesting possibilities. Energy from nuclear fusion. Highly dense electrical energy source. I want to see electric planes, phones that last for months, drones that stay in the air for days, etc. Some kind of magical security system so we could return to native code instead of putting VMs on top of VMs. No idea if this one is feasible or how it might be…
I don't think that some kind of awesome battery will give us phones that last for months. We'd either make the battery smaller (=cheaper) or crank up the processor.
For the other things I didn't necessarily have a battery in mind (doesn't change your point though).
Re: Ask HN: What “missing” technical solution(s) do you wish existed?
#76A secure communication technology that is understandable (after reading some mans) and verifiable by an average user, without being infosec expert. For now, there are so many unknowns in the equation, that users have no choice but to rely on vendor's authority, which means centralization. Don't tell me it's theoretically impossible because it's possible in almost every other area.
How verifiable? You've seen the Underhanded C code competition? http://underhanded-c.org/
We still don't have digital signing technology that is verifiable as easily as paper signature and works peer-to peer, without some big corp/govt involved.
Re: Ask HN: What “missing” technical solution(s) do you wish existed?
#77There are a few abandoned projects like this, but they're all CLI-focused with view-only web at most. I want something better than just keeping a TODO file, not worse.
Re: Ask HN: What “missing” technical solution(s) do you wish existed?
#78I want a backend service I can call from my statically generated (i.e. jekyll) websites, to implement things like blog comments, analytics, etc. A true cloud platform where I don't have to mess with admining and provisioning servers and containers. I want to just upload my code and pay for the cycles and bandwidth I use. Aws lambda for http basically.
disqus + google analytics?
I'd like to just implement what I need.
Re: Ask HN: What “missing” technical solution(s) do you wish existed?
#79I want a backend service I can call from my statically generated (i.e. jekyll) websites, to implement things like blog comments, analytics, etc. A true cloud platform where I don't have to mess with admining and provisioning servers and containers. I want to just upload my code and pay for the cycles and bandwidth I use. Aws lambda for http basically.
I started to take a swing at the comments part a couple years ago with firebase: https://github.com/mimming/firebase-jekyll-comments
Re: Ask HN: What “missing” technical solution(s) do you wish existed?
#80A secure communication technology that is understandable (after reading some mans) and verifiable by an average user, without being infosec expert. For now, there are so many unknowns in the equation, that users have no choice but to rely on vendor's authority, which means centralization. Don't tell me it's theoretically impossible because it's possible in almost every other area.
How could the average user possibly verify any kind of modern technology? Programming VCRs is too hard for almost everybody, do you really expect these people to understand even the most basic explanation of how their privacy is protected?
On the other hand, using some security product, you can't tell if it's secure or it's snake oil, even if source code is open.