Live data from Hacker News

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

news.ycombinator.com

51–60 of 960 posts

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

#52
Definitely this one: https://github.com/sarusso/Timeseria.

An object-oriented time series processing library without using any Pandas or Numpy data structures. It's "my" thing, "my way", don't care about the outcome or if someone likes it, just having loads of fun working on it :P

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

#55
A nice terminal-based ticketing system. https://github.com/tpapastylianou/bashtickets

v2 on master is as simple as it gets, but still incredibly functional; my team is dogfooding the hell out of it at work.

v3 on the "commandbased" branch is a total rehaul on the works, hoping to make this a more traditional/complete package, with a command-based interface (i.e. similar to how git works)

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

#56
I launched a stupid game last week: Let It Slide. (if you like Altf4/getting over it/painful games)

https://store.steampowered.com/app/1778910/Let_It_Slide/

It was my first entirely finished project: gameplay, 2d elements, sounds, musics (but not 3d). I'm just proud I finished this project, having a tendency to get bored extremely easily and only motivated by new stuffs (oh a bird!)

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

#58
I am currently building a suite of software that'll allow users to easily design and run Monte Carlo simulations to solve problems in statistical physics. I am in no rush, mostly because there are probably only a few thousand people who will ever need such capabilities and it's fair to say that most of them will have enough knowledge to build their own Monte Carlo simulations from scratch.

Honestly, I'm only doing it because it's a nice way of wasting time whilst convincing myself that I'm not wasting time!

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

#59
I have two, one more ambitious than the other.

First is a site that has existed for around 25 years now, although it was shut off for several years. It came back to life when the pandemic started, and is behind private auth now. Basically, it lets me and other creative writers collaborate on branching fiction novels together. I write a chapter and put a couple of choices at the end, which serve as writing prompts. A reader comes along, clicks a choice, and is faced with the need to write that chapter, and so on. Our favorite story is currently 288 chapters, and is projected to reach about 1000 pages when it's done, which will probably happen in the next few months. We're all good enough writers to pay attention to characterization, dialogue, and theme, so all the threads tend to reach natural narrative conclusions, and I'm even able to export it to a printed "branching fiction" format and publish the books through Amazon KDP. Someday I'll find a lawyer and figure out how to open it to the public (it supports multiple in-progress stories) but for now I'm quite enjoying having weekly Discord meetings with my writer friends, writing a handful of chapters per week. As for the tech side, probably the most fun recently was writing a react component that lets you graph out the animated chapter map in all sorts of fun ways.

Second actually has some technology in common with the above. I'm enamored with using propositional logic (not predicate logic) to make and verify argument graphs. Meaning, you create some nodes with sentences and truth values, and build up actual visual graphs with sentences in bubbles that you can derive from other premises, and then collaboratively judge whether the truth value is propagating throughout the graph. It would enable people to browse to someone's conclusion, and then explore down through their entire argument down to their facts (which should have the same truth value for all people) and values (which should have truth values that can differ from person to person), and then people could pick points in the argument to disagree with or challenge. Kind of my own attempt to turn the current age's destructive argument habit on its head, into something constructive and collaborative, in a journey to discover shared truths, and opposing perspectives that we can respect. Like I said, ambitious.

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

#60

I’m building a databank for Cyanobacteria specific information. Like a genbank but for Cyanobacteria. I’m not even a biologist so I don’t know what the impact will be, but my girlfriend is and I saw her struggle with some things and I decided to jump on it. Right now I’m just building the basic forms and such, but I plan on implementing fasta file parsing and an algorithm to locate the conserved regions

I mean, actual genbank has cyanobacteria in it[0]. Not to be discouraging, but you're just duplicating a lot of work there. And I assume that's where you'd have to go get your sequences from anyway. So are you actually just building the file parsing and analysis tools?

[0] https://www.ncbi.nlm.nih.gov/nuccore/?term=cyanobacteria

Post reply on HN