Live data from Hacker News

Ask HN: What projects are you working on now?

news.ycombinator.com

691–700 of 1001 posts

Re: Ask HN: What projects are you working on now?

#692

I'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…

Bookmarked. I like your Tkinter code, a lot cleaner than my typical mess. One suggestion: Add a PDF of your schematic for those of us who don't have the full tools installed.

Re: Ask HN: What projects are you working on now?

#693

I'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!

This is a fantastic idea. Something sorely needed.

Re: Ask HN: What projects are you working on now?

#694
I'm working on a Javascript SaaS Starter Kit. Every time I start a new SaaS app, there's mountains of boilerplate I have to write, and I always skip out on some of it to get to the business logic and regret it later.

I 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.

https://nodewood.com/

Re: Ask HN: What projects are you working on now?

#696
Completely irrelevant to the world, but I'm finally breaking free of my ISP. I've been going to all sorts of accounts and pointing them to an e-mail address that isn't locked to an ISP. Then I will move my little personal web page, and transfer my home phone number to a prepaid cell phone.

This 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?

#698
Wanted to take some time off to write a book on fullstack development, so I have to build a book writing and publishing platform first. Obviously.

Working 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?

#699
I am developing a modern wikipedia interface - a Vuejs powered modern, single page, progressive, offline capable web application for Wikipedia. I have been working on this for last several months and have working version available at https://wikipedia.thottingal.in

Source 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?

#700
post #630

I 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,…

Is it like readlang or different? Do you have anything online I can check out? email me if you want.

(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).

Post reply on HN