Live data from Hacker News

Ask HN: What is your “I don't care if this succeeds” project?

news.ycombinator.com

311–320 of 960 posts

Re: Ask HN: What is your “I don't care if this succeeds” project?

#311
post #218

Me and my wife made https://sortesalearum.com , a web emulator for an ancient roman fortune telling system. In SEO terms it's one of my most successful projects though -- not a lot of competition :)

Oh, this is great. Simple, and I liked the historical background.

It could really do with a re-roll button though. Now my refresh button fills the same need.

Re: Ask HN: What is your “I don't care if this succeeds” project?

#313
I built a free and open platform that allows the users to create a share short content on learning. Interested users can discover and follow topics or subjects and each content is concrete with links to relevant related entries. I created the app in react native ( available in both play store and app store ) and the back-end in Java microservices. The creator portal is in ReactJS that allows people with expertise to create content and engage with users.

https://www.microideation.com/

Re: Ask HN: What is your “I don't care if this succeeds” project?

#314
I'm building a programming language for UI designers. Kinda crazy since most of the industry is heavily leaning into low-code/no-code solutions for design. But my position is that you can have a coding language that feels familiar to designers but also allows them to express their decisions with much more clarity than what is currently provided by graphical editors.

Re: Ask HN: What is your “I don't care if this succeeds” project?

#315
I have a web server. Runs on a home internet connection (fiber, around 200 mbps). I run a blog [0] and some other stuff on the site.

I set up everything myself. From getting a dynamic DNS service with duckdns, to configuring web servers with nginx, then figuring out that it’s very complex and that lighttpd works just fine.

I’ve also learned about Linux server administration. I’m also running some services I built myself like a tiny webserver accessible from here [1].

Also, I have a git repo @ [2] and used to have an archive box instance but I’m having some trouble with docker.

Additional info on the blog:

It uses markdown. The discount version, the closest one to the first proposed standard [4]. Also, it uses blogit. My own fork actually, accessible thru the git repo. Very simple. Uses git, if you don’t track a file it isn’t deployed. The blog itself is a git repo and in theory you could view the history of my whole blog thru git. Also, whenever I push to the server repo it deploys automatically and runs a git hook that just executes the blogit command and lighttpd merely serves static files so yeah, pretty cool.

Not to brag or anything but I am amazed at how much the internet has helped me. I am still a high school senior but like programming and got into Linux like a year and a half ago and I’ve just learned so much on my own and with the help of the internet.

I did not take any formal classes to do any of this, but thanks to free knowledge I was able to do all this. I ain’t trying to share or promote some propaganda, just my thoughts and me kinda spitballing here.

So yeah, that’s it. I have a list of possible project ideas on my blog as an article. I’d love to start out with a simple url shortener. No fancy data structures, no sql, no Db, plain C with sockets, maybe a linked list and maybe less than 500 LOC ?

[0] https://trevcan.duckdns.org/blog/

[1] https://trevcan.duckdns.org/short

[2] https://git-trevcan.duckdns.org

[4] https://archlinux.org/packages/extra/x86_64/discount/

.PS yeah I skipped [3] because why not.

Re: Ask HN: What is your “I don't care if this succeeds” project?

#316
I've written about it elsewhere, but I've made what I call a "newsbetting" site where users get an article stripped of defining details (author, news source, etc) and must bet whether the content comes from a right leaning or left leaning news source. I've been a good way for me to learn the basics of web development and I hope to introduce little side projects to improve it, like a toy blockchain or some NLP machine learning type project.

Re: Ask HN: What is your “I don't care if this succeeds” project?

#317

I have a Hammerspoon plugin that adds Vim motions/operators to every input in macOS. I like slowly working on it, and it's really just for my own fun! https://github.com/dbalatero/VimMode.spoon

Thanks for working on this!

I've been using this on and off over the last two months (tend to forget I have it installed and fall back to old habits), but it's really really cool stuff!

Re: Ask HN: What is your “I don't care if this succeeds” project?

#319
post #65

Earlier quoted context omitted.

are you a NL fan? kind of game that he likes. Only have a mac right now but the game looks great!

NL? Sorry I'm uneducated :) Yeah no Mac version because I don't have a Mac to compile and try it.. :'( (maybe a Linux version coming later)

I believe they're referring to the streamer/youtuber Northernlion

Re: Ask HN: What is your “I don't care if this succeeds” project?

#320
I built a python library warhammer-stats for the Warhammer 40k tabletop game because all the other tools sucked. It is still the only 40k stats tool that can deterministically calculate the entire probability mass function for attack damage.

I then wrote an iOS app, Stats Hammer, because I wanted to use it on my phone and wanted to learn some swift.

Both are free for anybody to use and it warms my heart to see people using them, but I don't really care if either succeeds because I got what I wanted out of them

Post reply on HN