Ask HN: What projects are you working on now?
691–700 of 1001 posts
Re: Ask HN: What projects are you working on now?
#692I'm working on building my own function generator! If you're not an EE - a function generator is a pretty common piece of electrical engineering lab equipment. I've got all the source files up on GitHub - feel free to take a look: https://github.com/cushychicken/bfunc I've also been keeping a weekly project journal. I just posted the latest installment today if you'd like to see what I've gotten up to: http://cushych…
Re: Ask HN: What projects are you working on now?
#693I'm working on a bulletin board for people to post and manage speed running bounties. Right now speed runners and fans post and publicise bounties, to explore bugs or beat times, ad-hoc on a variety of platforms. Hopefully people will find a central place to store and talk about these bounties useful. Its still in the prototyping stage but hope to roll it out during my current 2 week self-isolation!
Re: Ask HN: What projects are you working on now?
#694I figured, if I'm doing that for myself every time, I can do it once more and do it RIGHT, and then sell that to others in the same boat.
Re: Ask HN: What projects are you working on now?
#695Re: Ask HN: What projects are you working on now?
#696This was triggered by realizing that with the whole family working from home (2x work, 1x college, 1x high school), our old slow ISP was going to be overwhelmed, so we signed up for new service.
Re: Ask HN: What projects are you working on now?
#697Re: Ask HN: What projects are you working on now?
#698Working on https://papiary.com - I’m starting off with a reader, putting a few public domain books on it, free to read without login. Hoping to get some buzz by asking people to tweet me about which books they want on next. Will add a paid Pro Reader plan that lets you choose better fonts (very high quality expensive ones) adjust the typesetting and theme, sync across devices, PDF downloads etc.
For the authors, I’ll write the first few booklets on it and then open it out to others, but so far I’m thinking direct payments and subscriptions into your Gumroad / Stripe / Paddle account, no commission. Manage all your readers as a list of email addresses, so easy export to Mailchimp or import off external sales. Will also handle demand curve pricing if you want. Can write in simple Markdown or the gold standard AsciiDoc. Will charge money making authors based on headcount, maybe $5 per 100 paying readers.
Re: Ask HN: What projects are you working on now?
#699Source code and more details available at https://github.com/santhoshtr/wikivue
It is a fully client side PWA application using wikipedia web apis, installable in desktops and mobiles and use like a native application. It has offline support - With the help of service workers, the application even works when there is no internet, provided, the content is previously viewed. It is a single page application - page does not reload when exploing wiki articles, presenting an immersed reading experience. uIt ses modern UI framwork Vuetify. Adapts to all kind of screen sizes. It presents an optimized reading experience with good typography and optimum page layout. Multilingual by default - All language editions are in single app. Using language selector user can select the language edition.
I wanted to make this as a p2p capable application. Currently it runs on dat protocol as well: dat://25689f3a757853a511474d38f0a6d6be2cd2b0cb161686d75fda5c1619137921(need beaker browser) or wikipedia.hashbase.io
Re: Ask HN: What projects are you working on now?
#700I am working on an online service that helps foreigners to learn Japanese by reading native material. I have been frustrated while learning this language because the Kanjis makes smooth reading almost impossible, and for me it has always been the fastest way to fluency in a language. I am building a browser extension that will help anyone to read and browse the Japanese internet. Here in Tokyo we are not quarantined,…
(Background: made a rails6 app for learning vietnamese and it looks similar. my main problem was to nail down the text to match the student’s level).