I got annoyed that my MacBook case would slightly buzz when plugged in, so I worked with a factory to make these grounded Apple adapters: https://www.amazon.com/Grounded-Duckhead-Apple-Mac-Adapter/d... They've been selling consistently to others annoyed by the problem or who want to ground their MacBook for other reasons.
> Grounds or "earths" your body whenever you use your computer! Earthing is good for your health. You're really hitting all of the applicable target markets there. Love it.
Ask HN: Those making $500/month on side projects in 2024 – Show and tell
71–80 of 222 posts
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#72 type IBackend interface {
Ls(path string) ([]os.FileInfo, error)
Cat(path string) (io.ReadCloser, error)
Mkdir(path string) error
Rm(path string) error
Mv(from string, to string) error
Save(path string, file io.Reader) error
Touch(path string) error
}
Once I had it working with FTP, I made it work for every possible file transfer protocol: S3, SFTP, NFS, SMB, WebDAV, Dropbox, Google Drive, ..... As of today it is closer to a full time mac donald employee than 500$ per month with revenue coming from making customisation via plugins for people who need some extras like layering your SAML or OIDC authentication on top of a FTP server or any other storage, custom access / authorisation layer on top your FTP, etc...[1] https://github.com/mickael-kerjean/filestash [2] https://news.ycombinator.com/item?id=8863
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#73Earlier quoted context omitted.
> Grounds or "earths" your body whenever you use your computer! Earthing is good for your health. You're really hitting all of the applicable target markets there. Love it.
Can't say I personally believe that claim, but there are a fair number of people out there who do. One person even sent formal test results showing that the adapter drastically reduces EMFs coming off the case. Not sure what to make of it but I found it interesting.
It's a stretch, maybe an oversimplification, but I don't think it's a lie.
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#74This isn't so much a side project as a project that I tried to bootstrap and then never turned off, but as of December/January, I have made a little more than $500/month selling cloud true random number generators. I have not touched the code in a very long time, and today it is pretty much just a website and a listing on the AWS store, but it somehow made a few cents. I'm still nowhere near wanting to quit my "day j…
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#75Earlier quoted context omitted.
Note grounding your MacBook is likely to result in you constantly zapping your MacBook with static electricity if you wear rubber sole shoes, which is likely to not be good for the MacBook and may randomly damage the electronics. This may be why they did not put a grounding pin the first place. I usually discharge my static buildup in the office sink.
The grounding lug exists on the charger body itself because some of Apple's first party plug adapters are grounded.
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#76I have coded it to be as flexible as possible, so it works for all breeds and all disciplines.
I have collaborations with Racing Associations within Australia to provide the software to new owners of retired racehorses.
I am trying to expand to the USA via Texas and to the UK this year.
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#77Filestash [1] was born from the infamous top comment of the Dropbox launch [2] as it got me wondered if we could make a Dropbox like UI that is based on this interface: type IBackend interface { Ls(path string) ([]os.FileInfo, error) Cat(path string) (io.ReadCloser, error) Mkdir(path string) error Rm(path string) error Mv(from string, to string) error Save(path string, file io.Reader) error Touch(path string) error }…
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#78Earlier quoted context omitted.
Funny, I've been thinking of building this automation for myself.
Cool! It's been super useful personally and hard to describe without sounding scammy because people don't believe there's free money just sitting out there. Need to put some more work into it, but there's so many sites that could be added and the bonuses really tally up if you collect from all of them (I have a running list and right now it's around $20/day in bonuses if you collect from every site on the list).
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#79I initially started by offering the service for free, but it eventually became too expensive to handle by myself. I then decided to switch to a paid and free tier and by that point I had amassed enough of a user base that a decent handful signed up to the paid tier. I optimized for user growth > revenue in the beginning because I kept thinking, "if people are not going to use this for free then they surely are not going to pay for it".
Anyhow, it's called Proseable and it also supports English, Italian, German, and Spanish!
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#80discussed 2 weeks ago: https://news.ycombinator.com/item?id=38935714