Live data from Hacker News

Ask HN: An idea that you could not implement?

news.ycombinator.com

31–40 of 125 posts

Re: Ask HN: An idea that you could not implement?

#31

A self-hosting static Linux distro, with pacman. It's bloody hard to bootstrap a Linux userspace from scratch in general, but when you add that you want everything to be static it just gets stupidly difficult. I'll try again at some point with another strategy, it'll be the fourth such attempt.

Not certain I could implement.

Certain I'd like to talk with you about your strategy and see if we can get any closer than you did the past three times.

Re: Ask HN: An idea that you could not implement?

#32
I always wanted to build an indoor navigation system for a phone. Large office buildings, hotels and especially department stores can be hard to find stuff in and you have to rely on navigation signs of inconsistent quality.

I couldn't build it because I a) lack hardware expertise to figure out tricks to navigate without GPS or/and map buildings and b) never figured out a realistic GTM for this.

Re: Ask HN: An idea that you could not implement?

#33
good question, going through these ideas I keep in mind: "The winds of change originate in the unconscious minds of domain experts. If you're sufficiently expert in a field, any weird idea or apparently irrelevant question that occurs to you is ipso facto worth exploring." [0]

1/ So the idea I haven't done is build a hacker search engine. I'm not sure what this would look like, but I'd bet being able to search through source code at high/low levels might be interesting.

2/ Another idea is I noted on the the Amazon/NES classic thread, arbitrage by Amazon/users resulting in instant sellout. Could this idea be used somehow?

[0] http://paulgraham.com/ecw.html

Re: Ask HN: An idea that you could not implement?

#34
Inverse Commerce -

Customers simply type what they want. GPS locates the customer. Companies submit reverse bids both manually and algorithmically. Customer accepts what suits them best. Yay, money saved, time saved, customer happy.

Specifically, I don't have enough experience building android apps to make it as slick as I would like. Happy to talk with anyone about it. Can build back end, will travel, etc :).

Re: Ask HN: An idea that you could not implement?

#35

A Reddit alternative where the ranking for posts was personalized to each user. The ranking would be based the similarity between the voting history of the people who've voted compared to your own voting history. Think Netflix recommendation algorithm for Reddit.

Couldn't this simply exacerbate the very problem of echo chambers in social media?

Re: Ask HN: An idea that you could not implement?

#36
I want to build a meta-layer that sits on top of basically every cloud platform be it dropbox or facebook. The best one sentence pitch I can come up with is "A dashboard for your online life" it should ideally do things like present all your storage as a single filesystem, present all your social networks as a single feed, and beyond that allow interactions between services like saving an image from your social network to storage as easily as moving a photo from one folder to another on a local machine. I want to commodify all these web sites and make them as easy to script as bash.

Re: Ask HN: An idea that you could not implement?

#37
post #8

SimVillage - A building simulation game of of a village of up to say 1,000 villagers. Like Simcity/Skylines, but with the emphasis on detailed human simulation rather than on large scale.

I've thought about something like this. Sort of Sid Meier's Civilization but more of a focus on governance and policy as opposed to war. I have the time and the programming chops to pull it off, just none of the artistic skills to make anyone want to actually play it as always been my mental roadblock.

Re: Ask HN: An idea that you could not implement?

#38
post #31

A self-hosting static Linux distro, with pacman. It's bloody hard to bootstrap a Linux userspace from scratch in general, but when you add that you want everything to be static it just gets stupidly difficult. I'll try again at some point with another strategy, it'll be the fourth such attempt.

Not certain I could implement. Certain I'd like to talk with you about your strategy and see if we can get any closer than you did the past three times.

This is my current best effort: https://gogs.sr.ht/SirCmpwn/sconix

I was trying to build a clean static system I could use as a bootstrap to build clean packages from. Ran into trouble with things like coreutils, util-linux, and fakeroot. Making things harder is that I'm building everything against musl libc because glibc doesn't handle static linking well (and also because I don't like glibc).

I'm thinking a better strategy might be to use some other host system with pacman to build a base system of clean static packages, then use pacstrap to get this system up and running.

Re: Ask HN: An idea that you could not implement?

#39
I had an idea a few months ago that I liked a lot - a drop-in service for Amazon-style recommendations for your web app. It was going to be Stripe-like in ease of use, where you could just drop a lib in and start getting recommendations immediately.

On the service-end, it would have basically been an Apache Spark instance doing collaborative filtering as data comes in. It seemed like a pretty sweet idea, but I couldn't find the time to work on it.

If this seems like a cool idea, you should definitely steal it and start working on it.

Related to this -- I wrote a blog post about a lot of my random ideas I haven't finished and why you should steal them. Complete list and blog post here: https://kristianfreeman.com/post/steal/

Re: Ask HN: An idea that you could not implement?

#40

I want to build a meta-layer that sits on top of basically every cloud platform be it dropbox or facebook. The best one sentence pitch I can come up with is "A dashboard for your online life" it should ideally do things like present all your storage as a single filesystem, present all your social networks as a single feed, and beyond that allow interactions between services like saving an image from your social netwo…

I think that is a great idea, and perhaps not unlike what the Semantic Web was possibly intended to enable. But it seems not to have been very successful. Or am I mistaken?
Post reply on HN