I built a really simple way to poll 50 random people in the US. It's called This or That and functionality is currently very simple. You submit a question along with two images via SMS and you get your answer back usually within the hour. I've had a few people use to test new logo ideas, to ask which of two TV shows to watch, or which outfit looks best. So far no one has paid for it, only a few hundred free users, bu…
Ask HN: What's a side project you built to make money that hasn't?
451–460 of 600 posts
Re: Ask HN: What's a side project you built to make money that hasn't?
#452Earlier quoted context omitted.
I've heard that it's a good rule of thumb to not develop something that is just an extra feature of an existing behemoth (e.g. Atlassian plugins etc., but also the thing you built). If you're failure, then you've wasted time and money and if you're a success, the behemoth will just reimplement your work as a part of their platform. Pretty much the only way to win it so make something that provides marginal revenue, w…
Couldn't one expect at least a job offer?
BTW I worked in a startup once and a guy, who was developing opensource plugin for our product, applied for a job with us. The owner (a known blogger BTW) said "Why hire him if he's already working for us?"
Re: Ask HN: What's a side project you built to make money that hasn't?
#453In 2006/2007 I built HTMLButcher, a C++ desktop application to slice PSD/image website designs made by designers to HTML. In these years sites where made with tables, so for slicing a design I had to cut the images and fit then into borderless HTML tables. I took 2 years to build it, and in this timeframe people started building sematic websites with CSS, and abandoning table-based designs. I managed to sell 100 copi…
A zillion years ago I had a housemate who was a brilliant programmer and could smoke himself into the Zone like nobody's business, and one of his weird little side ventures was a Mac app to cut up Illustrator files and lay them out in HTML using tables, because that was the state of the art. As best I can recall, he wrote it in CodeWarrior over a couple weeks together with another guy who presumably knew Illustrator,…
Wow, that's a name I haven't heard in 20+ years. We used CodeWarrior Pro for my Pascal class at a local community college that I took during high school, because my high school was so small, I literally ran out of classes to take by senior year, so I had to take a programming course at a CC that was 10 miles away. Had to get a waiver to leave school before noon to go to the class because state policy was that students can't be released from school before noon, and because all my classes (all 3 of them) were over by 11:30.
Re: Ask HN: What's a side project you built to make money that hasn't?
#454During the previous crypto craze a few years ago I built a .net service that continuously scanned 100s of sites for crypto news for specific keywords (configuration of sites and keywords stored in xml files) and texted me alerts when keywords hit, in an attempt to apply an event-based investment strategy to the crypto space. Given the immaturity of the market, small events often led to irrational spikes, and I made s…
Re: Ask HN: What's a side project you built to make money that hasn't?
#455I built a Tinder-like matchmaking app where users log in with their Facebook account and the app then auto-matches users by their FB likes. I thought taking the hassle out of swiping could give my app an edge over Tinder. It was working fine for a week or so before Facebook caught up and revoked my API keys (effectively killing the app). They didn't give any reason besides some vague recommendation to review their Te…
This like the case of Amazon antitrust current Tech giants are need to be replaced
There's no reason their replacement will be any more moral. They should be dismantled imho.
Re: Ask HN: What's a side project you built to make money that hasn't?
#456NN-512 ( https://NN-512.com ) generates stand-alone C code for AVX-512 neural nets The idea was that user companies (or even the hardware companies: Intel, AMD) would pay me as a contractor to implement deconvolutions, transformers, etc., as extensions to the free/open core I released (which includes very sophisticated support for all forms of dense convolution, fully-connected layers, pooling, batch norm, activation…
I work in the space and was impressed with NN-512 as there's a painful gap in inference cost between CPU and GPU that doesn't have to exist. Intel and AMD are really missing a boat here, most other companies have enough cash they just go to GPUs, academics rarely sling low level code even in CUDA let alone AVX-512, and other than Fabrice Bellard's work few I've seen few go that low level. My suggestion would be to fo…
Re: Ask HN: What's a side project you built to make money that hasn't?
#457Earlier quoted context omitted.
I would imagine most people are going to buy the music where they usually buy it from. And with just three sites it compares I could just check these sites by myself. So for now it lacks a bit of content. However, something I would like to see and i think could be more niche-oriented would be similar as this but for physical releases. Discogs does have some retailers, but they need to manually upkeep their inventory…
My understanding is that Discogs has mainly eaten this market. And my experience is that the same items on eBay are consistently higher priced on average (sometimes much more.)
Re: Ask HN: What's a side project you built to make money that hasn't?
#458NN-512 ( https://NN-512.com ) generates stand-alone C code for AVX-512 neural nets The idea was that user companies (or even the hardware companies: Intel, AMD) would pay me as a contractor to implement deconvolutions, transformers, etc., as extensions to the free/open core I released (which includes very sophisticated support for all forms of dense convolution, fully-connected layers, pooling, batch norm, activation…
Re: Ask HN: What's a side project you built to make money that hasn't?
#459Re: Ask HN: What's a side project you built to make money that hasn't?
#460Earlier quoted context omitted.
I work in the space and was impressed with NN-512 as there's a painful gap in inference cost between CPU and GPU that doesn't have to exist. Intel and AMD are really missing a boat here, most other companies have enough cash they just go to GPUs, academics rarely sling low level code even in CUDA let alone AVX-512, and other than Fabrice Bellard's work few I've seen few go that low level. My suggestion would be to fo…
In your [1], are your input/output arrays aligned the same for the fastest SIMD and ISPC runs?