Live data from Hacker News

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

news.ycombinator.com

871–880 of 960 posts

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

#871

Earlier quoted context omitted.

34 years old, been playing forever, and all that matters to me is that I get to keep listening to music, playing music, collecting music and spinning music. Started playing the violin in orchestra in elementary school, taught myself the double bass in middle school so I could join jazz band, then taught myself the alto sax so I could help teach my little brother. Ended up shifting my focus to DJ'ing, then picked up t…

That's quite relatable. I've been doing a whole lot of pro-bono hauling of generators/ sound systems to the middle of nowhere lately. I will say that as my kids got older and I got better, going out and playing for a little cash made it slightly easier to feel okay leaving the house. Additionally, I've played with a lot of "Dad" bands, where Thursday night or whatever is how the guys get out and have a couple of drin…

>Additionally, I've played with a lot of "Dad" bands, where Thursday night or whatever is how the guys get out and have a couple of drinks and socialize-- as an older guy who has raised kiddos and been through a couple hard relationships, one of the more rewarding things about this practice has been being able to have those social relationships with other guys.

I've actually been interested in picking the bass back up precisely for this reason. Finding a couple of other musicians to just jam with on a regular basis sounds fantastic. My kid's only two and I have another arriving soon, so maybe this will have to wait for a couple more years, haha.

Speaking of kids - as an aside, it's been really awesome to watch my kid learn how to listen to music and develop their own musical tastes.

>And while I like your term "passion", I think that "practice" might be the better thing. In the same sense that one might be a doctor or a plumber or a lawyer. Or in the sense that we might do yoga or meditate.

I don't know why, but I was going to strongly disagree with this until you compared it to yoga/meditation, and now I'm onboard! It's definitely a practice that I am continually improving at while simultaneously centering and, perhaps, "resetting" my self.

>... as I get older and find myself more and more invested in this practice I feel like I need to get myself out into the world more.

>I feel like if I am going to spend that much time on stuff, I ought to at least explore how to share it with other folks.

I completely understand this. Most of my peers use Soundcloud to host their work, but I've really been drawn to the idea of building my own bare-bones website to host my work in perpetuity. I really like the thought of a website that presents my art exactly as I want it presented, with fewer copyright restrictions, no trackers, no fluff, just, "Hey, this is who I am musically, check back here from time to time if you like what you hear, or don't, I don't care," lol.

I think one reason I'm drawn to that moreso these days is because I'm a father. Sure, the way I'm doing it now will allow my kids to see me interacting with the art, but there's no place for them to see all of the stuff I've completed that I'm extra proud of. I'd hope that having that kind of a repository would encourage their own creativity as they grow up.

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

#872
I've felt strongly for a few years that there is a market (strong interest, if not financial) for a small computer designed to let you be creative and expressive and to learn how computers really work. Over the past year and a half, I've built up a BASIC-like system on my own bare metal kernel on ARM64, giving a boot-to-BASIC programming and prototyping environment in a few seconds. I've worked down the stack as far as building an SBC-based custom hardware with HDMI and keyboard that also works as a handheld portable with onboard display & speaker. You can also do inline ARM64 assembly and memory peeking/disassembly as well as instruction-level step debugging. Polyphonic audio, direct I2C/SPI/GPIO/etc. access, and more.

It's just radically freeing to not have to wait for a boot, to have direct control over hardware resources like the frame buffer and audio registers, but to start with something as simple as Hello World and go in either direction from there — up in programming complexity or down in systems understanding. I'm very close to getting it into friends' (and their kids') hands. I'd love for it to take off, and have experience actually selling services and products, so I don't think it'll just be a hacker toy, but who knows? Regardless, it's been probably the single best learning project I've ever done. And it's so fun! It'll continue to be so for me whether it sells and/or has a community that builds up around it, or if it's just my passion.

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

#873

Earlier quoted context omitted.

yeah so I'm seeing a ton of "(Postgrex.Error) FATAL 53300 (too_many_connections) remaining connection slots are reserved for non-replication superuser connections", which I'm guessing means the pool size is too small? Although I've tried upping that, CPU, and memory, and none have seemed to fix it. My devops skills still aren't great so if anyone has any ideas on how to help, let me know! This might be a good opportu…

Pgbouncer is your friend for postgres dB's with lots of client connections. Larger pool size only helps if they're freed up quicker than they are used.

Would you mind elaborating on the second point? Is this unique to larger pools? My inclination is that this would be true for pools of all sizes

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

#874

I’m the project leader for Homebrew and have been maintaining it for 12 years. I have no planned dramatic changes for it or expectations I’ll radically improve it in any way. I just try to keep all parts of the project ticking along and I still enjoy doing so, despite feeling no real obligation to continue.

If there's anyone at Apple reading, pay this guy.

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

#875
A social network to find your next outdoors sports event (marathon, triathlon, etc..). It will be live soon, and it's just fun to make something useful my friends and I could use. We usually end up missing out on a lot of weekend races and competitions because it's so hard to keep up with these events.

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

#876

Occasionally I've felt a frustration configuring email, so I created a simpler way to set up notifications: https://batsign.me I'm currently thinking about how the log view can be improved.

I don't need this right now, but this looks both very nice and handy at the same time. Also, catchy name.

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

#877
post #709

https://getgumball.com My wife and I started an online/offline shop last year. When our very first orders came in, it was the best feeling ever! I wanted some kind of celebration device that would turn on and play some celebrating music each time this happened. So I started learning IoT / hardware and build a cool retro-looking police light that I can plug into our WooCommerce/Shopify/Zapier accounts (or really anyth…

This is so awesome! Any recommendations on how to get started learning IoT and hardware?

My favourite website is Adafruit! They have stuff to buy, lots of learning resources and CircuitPython (a MicroPython fork with lots of libraries).

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

#878

Earlier quoted context omitted.

I haven't benchmarked it, but it could probably just be a drop-in replacement as I believe the arguments are compatible. Would be interesting to try!

Likely. The dude who developed ripgrep spent like 2 man-years on it full-time, apparently. Interesting (long, detailed) blog post about it: https://blog.burntsushi.net/ripgrep/

I don't think it took that much time. If you count the time involved in the regex engine though, you might get a bit closer. :-)

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

#879
post #722

I've been working on a project that aggregates data for every public transport provider in the country (Slovenia) and presents it as a simple API, along with an application to find rides with as few clicks as possible (without having to check every provider's website). This has involved tiring meetings with city officials convincing them to give us access to the data and writing scraping bots where they weren't convi…

I too have been working on public transit for my city in the US and several smaller cities that I visit that tend to get ignored by the big apps. Most of these cities have real time data, but it is from a 3rd party vendor that either tries to lock up the data or has a terrible app. For example, the one for Steamboat Springs Colorado, a small little ski town, uses a 3rd party vendor for real time tracking information.…

Steamboat Springs is an amazing place!

One bit of feedback on your website -- it's agonizingly slow to have to wait for the list of cities to scroll -- a bar or an arrow would be lovely.

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

#880
post #869
post #551

Earlier quoted context omitted.

There are ‘laser’ powerups and bullet powerups. You can use the laser to blast through big columns of blocks, and or at least weaken them until your shots kill them with bounces. It introduces an interesting tension between wanting nice horizontal bounces versus wanting to hit as many blocks as possible with the laser. Fun stuff.

Is this mentioned somewhere on the page? I was wondering what they do. I commented yesterday but I'll say it again, this is awesome. This entire thread is great and a true inspiration.

I just vaguely worked it out after getting addicted.
Post reply on HN