Live data from Hacker News

Ask HN: Idea Sunday

news.ycombinator.com

541–550 of 589 posts

Re: Ask HN: Idea Sunday

#541

I've been having this in my mind for a while: A nice way to organize & share my knowledge. I know that lots of people have a self-hosted wiki or similar where they write nice tricks, something that they learned about and might be useful in the future, nice ideas... Well, I'd like something like this, but more "social". Pages could be shared (or public), anyone could write a comments on something (I'd love to see comm…

Interesting.. I can finally put my domain have.tips to good use.

Sorry, I accidentally down-voted you..

Re: Ask HN: Idea Sunday

#542
post #387

Earlier quoted context omitted.

On the other hand, some E-mails are actually not crap and get lost in the waves of mailing list spam and build reports. While we're fixing E-mail, here are a few suggestions that would correct a major problem with E-mail, the ability to miss/ignore it: 1. Non-optional delivery/read receipts Various clients have these, but it would be nice if these were universally supported and could be made non optional. This is use…

I don't think many people would sign on to mandatory read receipts. It'd have to be forced on them by mail provider or employer.

Every single alert I have ever seen through outlook "So-and-so requested a read receipt. Do you want to send it?" has been 100% declined on my part.

Re: Ask HN: Idea Sunday

#543
post #40

An IaaS provider which meets "paranoid" security requirements -- essentially, being able to remotely provision a box in a trustworthy way, and know you "own" that box at least as much as if you'd carried it to colo yourself. Then, the ability to secure those boxes (and boxes you drop off in colo) against tampering short of powering them off. (tech details: Intel TXT, TCG TPM, cheap HSMs, Intel SGX, etc.)

Hey, interesting, I'm a researcher working in this area as it happens. Have you any particular classes of application you'd want to use this for? What level of performance hit would you be willing to take? Would you be happy to just have a mechanism that enables you to determine after the fact that you've been hacked or data has leaked due to a misconfiguration, or would you mainly be interested in mechanisms for pre…

I have been wanting this for a while as well. Performance is not a huge issue in this scenario for me, as security is the really the reason anyone would use this. I would want to prevent data from leaking completely if possible. My ideal scenario is that an adversary/host could take down my box, but they couldn't get at the content inside without my authentication. I don't want my instance to be clonable/rootable by the FBI, NSA, the hosting provider, or anyone else. Ideally I should be able to set up a Tor host in this instance, no one should be able to see inside under any condition, and I should have some proof/verification that it is secure from outsiders as claimed. If they realize that something undesirable is going on, I have no problem with the instance being shut down, but I don't want my privacy/security compromised.

Re: Ask HN: Idea Sunday

#545
GetMeHome - A non-driving-centric nav system for the 2am crowd to safely get home from a night out. Requirements:

- UI geared for too-drunk-to-read - Big buttons, no text entry, large-type text, low clutter images.

- One button actions/options - "Go home", "Find open bathroom", "Find hotel", "Prefer Train" "Cab OK"

- EASY turn-by turn navigation for walking (large font street names with "turn left in 2 blocks"). Always update auto-routing. Bonus points for avoiding sketchy areas or using obvious landmarks ("Turn left at Bob's Transmission Shop").

- Location/time alerts for mass transit "Get off here" or "Wait here for 1:30am Blue Line Train to Hillsboro"

- Alarms for "Time to leave the club for next train" - Loud/big alarm for "Leave now for last train!"

- Since most phones seem to die around 2am, steps should be taken to be as battery conservative as possible - Walking = less frequent server polling. Also cache simple directions locally and turn off network features altogether if battery life is super low.

(edited for readability)

Re: Ask HN: Idea Sunday

#546

A screencast app (or browser extension) specifically to create those short gifs showing product interactions that have been showing up recently.

I making something sort of like this for Mac. It's for recording a selection of your screen with the system audio. I have not made it so it can convert to Gif or WebM, but that is in the plans!

https://github.com/Jonovono/cutter.

Re: Ask HN: Idea Sunday

#547

A search engine for knowledge and facts. I think there's huge value in a search engine of knowledge and facts, where all sources are verified. A search engine that is objective and contains no opinions, crappy blogs or tweets, content farms. A search engine where you can't game your rankings through SEO techniques or through higher add spend. Google is amazing. Google Search is going to be here for a long time. I dou…

What about Freebase? http://www.freebase.com/

Re: Ask HN: Idea Sunday

#548
post #431
post #423

odesk for physical low/no skill physical labor. Some things just require muscle: moving, yardwork, lifting large furniture, etc. Would be nice to be able to see who's near you and hirable on an hourly basis. Bonus points for verified background checks, etc.

http://www.taskrabbit.com/

I've used taskrabbit and it's very close to the idea I mentioned, though what I had in mind is more pure physical labor related. The premise of the idea is to remove middlemen like moving companies, landscaping contractors, etc who do nothing more than organize laborers.

Re: Ask HN: Idea Sunday

#549
post #279

Earlier quoted context omitted.

A way to organize anything at all would be a nice start. The real problem is people trying to force arbitrary relationships into hierarchical models always results in mediocre solutions. When are we going to start taking graph databases seriously? (+ Graph filesystems)

I'm really interested in this idea as I suffer from the same problem on my local disk in addition to having years worth of documents across a DropBox account, SkyDrive, and two Google Drive accounts. What are your biggest gripes? What model would you like to see? A tag based filesystem? Arbitrary graph? Would love to talk to people such as yourself who have this problem.

I'd like to see arbitrary graph based systems where there's no restriction on the relationships you can create - although doing so takes more work than dumping things into hierarchies. Tag based systems are useful for making the transition to graphs, but they're really just "patching" graph-like semantics onto trees - as are things like symbolic links in file systems.

Relationships are largely arbitrary, and what is meaningful to one person may not be to another. In order to have an effective system, I think it would need both a distributed and local component, such that there is this large, distributed graph of knowledge of relationships, which you can download and cache parts of selectively - and which you can add your own relationships to, and chose which of those you wish to share. By collectively sharing relationship, we can form consensus models which converge around specific kinds of ontologies - which could be used to optimise storage and querying for local caches of such boundaries.

My biggest gripe is perhaps this idea of bottom-up-schema creation, in which we try to conjure up a model of relationships which may work based on our limited knowledge of the models we want to express. Instead, the graph based approach gives us a top-down-approach, where all the relationships are visible, but where we focus on specific relationships to build an ontology, then optimise our problem around it.

Filesystems in the traditional sense are far too limiting in that they already push a bottom-up schema on you - that of files, and much of the data you want to organize isn't files anyway. The filesystem is useful though, and necessary to remain compatible with existing systems - but I think it should take the top-down approach, where for example, you'd have some FUSE module which accesses part of a larger graph database, and only cares about the file specific relationships or ontologies.

I'm no expert on graph theory, and I've only played around with the ideas a bit using existing graph databases (Titan, Orient, rel etc) and querying languages like Gremlin and Datalog. I also have a few dozen databases I've made with Postgres in order to map the relations I care about with refeences to external information sources (e.g musicbrainz) - some of which are not "open" in the sense that you'd want them in a distributed system, because they require sign-ups to central services in order to manipulate them.

I've also looked at various attempts to build systems like this, but the majority are proprietary systems, or centralized in some way or another, and I've not discovered a sane way to locally cache the data I want without taking whole copies of the databases.

At present there's just too much for me to learn and research, and not the time or motivation to do it - partly because I feel it would need to be a collaborative, free software project, as the profit motive is largely incompatible with the need for a distributed system - and I'm too focused on making a living right now.

Re: Ask HN: Idea Sunday

#550
post #26

Earlier quoted context omitted.

I could imagine a variety of services to go along with modular, open hardware for proximity communication. My impression is that this is a relatively unaddressed market.

Yes it is. I'm a Media Asset Manager / Digital Archivist and there is no EASY way to collect metadata about people (from their name tags for example, that could hold name, company, title etc.) or environments.

Can i talk more with you about this? You can email me at oeyr at uci dot edu
Post reply on HN