Live data from Hacker News

Ask HN: What (side-)project are you working on?

news.ycombinator.com

121–130 of 244 posts

Re: Ask HN: What (side-)project are you working on?

#121

I've been investing for a short while and found no real tools to track my progress to any sort of FI. Before I would use an Excel sheet to keep track of my portfolio value and my net worth, but tracking investments manually was a bit tedious which is why I've started writing a small tool / website to track them for me. At the moment there's no way for me to integrate with brokers and get up-to-date portfolios, but si…

Please change your password policy. Correctly used long dictionary word-based passwords[1] are no worse than mumbo jumbo alphanumeric 3 symbol and 5 non repeating emojis requirement.

[1]https://diceware.dmuth.org/ also https://xkcd.com/936/

Re: Ask HN: What (side-)project are you working on?

#122
post #113

https://pancakes.cloud - A minimal recipe web app which stores all recipes in simple plaintext format and lets you share your recipes with the community. All this, but without all the fluff, ads, stories and infinite scrolling before you get to what you actually want.

I'm curious to see how the plaintext files look. I built the recipes section of my website on top of a CMS and it's painful to add new recipes.

Re: Ask HN: What (side-)project are you working on?

#123
Crestify: https://www.crestify.com

It is a bookmarking app with:

- Full text search

- Permanent Archives (Private WYSIWYG and archive.org)

- Full text search on browsing history

- Save all your open tabs in 1 click

- Chrome (and family), Firefox extensions

- Reader Mode

- Fully open source codebase BSD licensed

- SaaS & Self-hostable

- And more...

Use coupon code HN to get 50% off your subscription.

I used to keep running into issues where I remember reading something somewhere on the internet but would forget where I read it.

I have tabs open for documentation, github, PM tools, cloud storage, AWS, localhost, etc. It becomes a mess, especially when working on multiple projects, and adds cognitive load.

I've used many bookmarking services. Pinboard can save tabs but the full text search doesn't support SPA sites and the product has stopped evolving. Raindrop is beautiful, but it can't save the browsing history or tabs. The permanent copy they both save is what their server sees, not what I see in my browser.

I wanted a swiss-army knife of bookmarking tools that does it all so I can keep everything in one place, and that's what I've made.

PS: I built this around 5 years ago to scratch my own itch and learn Flask, I'm working on finding the target audience that would pay for something like this. Can anyone help me there?

Re: Ask HN: What (side-)project are you working on?

#124

A Csv editor/viewer in Rust using druid. Very early stage, but the goal is to open large files (1 GB and over) easily and have some good filtering / sorting options. Excel stops at a certain amount of rows, LibreOffice is ok but slow and other editors I looked are not cross platform I know you can just import a Csv into a sql DB but it can be finicky it can take some time to map the columns, filter out invalid data e…

Excel can trivially handle hundreds of millions of rows.

Using powerquery and power pivot

Re: Ask HN: What (side-)project are you working on?

#125

The most minimal blogging platform https://bearblog.dev

Just chiming in to say I love bearblog, it's a fantastic platform! I'd be interested to know how you monetise it, or if it's unmonetised, then how you plan on doing so in the future if the platform grows past a hobby project.

P.S. I understand the "Made with Bear" in the footer is part of the growth strategy and the "price" (albeit a tiny price) to pay for getting your blog hosted, is there option (paid or otherwise) to remove this, say if I wanted to host on my own domain?

Re: Ask HN: What (side-)project are you working on?

#127

A Csv editor/viewer in Rust using druid. Very early stage, but the goal is to open large files (1 GB and over) easily and have some good filtering / sorting options. Excel stops at a certain amount of rows, LibreOffice is ok but slow and other editors I looked are not cross platform I know you can just import a Csv into a sql DB but it can be finicky it can take some time to map the columns, filter out invalid data e…

I work at a large financial company and every day we have a ansible job to get CSV file that's >1GB and move it to our shared drive. It's very idiot way of moving files but there are tons of companies still using this approach. Then someone somewhere in India needs to make sure the job ran successfully by attempting to open that CSV file and doing a smoke testing. I'm looking forward to this!

Uh, you could write a small python script to check the csv file. Why do you need a rust based gui for it?

Re: Ask HN: What (side-)project are you working on?

#128

I just launched Writxt[0] a “walkthrough” to let you setup your own SMS to blog platform. I also put up a stupid side project ThriftyName[1] where you get a brand name for $5. [0]: https://writxt.fun [1]: https://thrifty.name

Another person posted https://phasedust.com/ the other day. I thought it was a great idea. I think Writxt might be better for me.

The instructions are pretty easy to follow. I am going to try it out this weekend. Thank you.

Re: Ask HN: What (side-)project are you working on?

#129
post #73

I've been building FastComments: https://fastcomments.com For the past year or so. I'm also building an MMO game, and you can read the technical details/build thread here: https://jvm-gaming.org/t/tdworld-development-thread/69948/10...

Oh wow I love it! Love the simplicity of installation — it's definitely a trend that's going up lately, but I'm surprised to see that, since Stripe made it mainstream back in the previous decade, it's... not very very common to have products that are installable with a code embed

1) Can you talk a bit more (to a non-technical person) about how the code embed works

2) As a suggestion, I think you'd do well in no/low-code communities or products. Webflow is a tool I use so I believe it'd be a success there, since the average Webflow user doesn't know how to code advanced stuff, but they know Webflow has a 'code embed' where they can slap a few lines (i.e. Fastcomments' snippet) and stuff works

Post reply on HN