Live data from Hacker News

Ask HN: What have you created that deserves a second chance on HN?

news.ycombinator.com

91–100 of 404 posts

Re: Ask HN: What have you created that deserves a second chance on HN?

#91
Finbuckle:

A multitenant library for .NET Core:

https://www.finbuckle.com/MultiTenant

In the .NET Core 2 era the older multitenant libraries like Saaskit ceased working with changes to the ASP.NET Core runtime. Finbuckle.MultiTenant fills this gap and isn't limited to ASP.NET Core use cases. It emphasizes the Options pattern instead of separate app pipelines per tenant. Also includes components for per-tenant data isolation with EF Core without having to pollute your code with a bunch of "where" conditions.

Re: Ask HN: What have you created that deserves a second chance on HN?

#92

https://www.zigpoll.com I don't think I made it clear the last couple of submits that it's a purely solo effort which upon reflection is one of the more interesting things about it!

Nicely designed site! Some unsolicited feedback/idea: I like the examples page but it's a few too many clicks away for the average internet attention span. Could you have a couple interactive examples directly in the hero on the front page? With a button to see "More examples". I'm imagining something like how https://tailwindui.com/ presents their front page.

Re: Ask HN: What have you created that deserves a second chance on HN?

#93
https://looptube.xyz

A tool primarily for musicians to set repeating loops in YouTube videos and slow it down so they can practice and learn music by ear. They can then shift the loop forward/backward keeping the same loop interval to move around bars or phrases.

Re: Ask HN: What have you created that deserves a second chance on HN?

#94

Finbuckle: A multitenant library for .NET Core: https://www.finbuckle.com/MultiTenant In the .NET Core 2 era the older multitenant libraries like Saaskit ceased working with changes to the ASP.NET Core runtime. Finbuckle.MultiTenant fills this gap and isn't limited to ASP.NET Core use cases. It emphasizes the Options pattern instead of separate app pipelines per tenant. Also includes components for per-tenant data is…

I landed on this in the past! Nice

Re: Ask HN: What have you created that deserves a second chance on HN?

#95
post #75
post #46

It's not 100% done yet - the rough MVP functionality is in place - but I'd love to know what people think https://shielded.dev/ Simple API controlled README "shields". Lets you update a custom badge by API - fully open source. Lets you update the badges to say whatever you want as part of your CI process. For instance we have it show the number of build warnings the most recent build generated. Example badge: https:/…

Nice, but I'll be honest the page looks a bit drab to me. Could just be me, but I figure folks here would like feedback so I hope this helps. In general I think for a page that is promoting badges you need an appealing aesthetic.

I both appreciate the feedback and 100% agree.

Re: Ask HN: What have you created that deserves a second chance on HN?

#96
https://github.com/shoenig/donutdns

I wanted a no-nonsense single-binary alternative to pi-hole (based on CoreDNS).

Been using this as my home DNS server for a year now without issue. Recently added support for reading a directory of block lists, so now it's easy to keep things organized in blocking sites with huge numbers of domains.

Re: Ask HN: What have you created that deserves a second chance on HN?

#97
[link redacted]

MIT Reality Hack 2023: Team Amadeus

Amadeus is an interactive application that teaches you about waveforms via a repurposed Guitar Hero controller and an ESP32 connected to Unity via Bluetooth. Looking into the VR glasses, the Quest 2, you are immersed in a sea of particles visualizing the transformations of modulated waveforms (made with Csound).

This was my first Reality Hack and I loved it.

Re: Ask HN: What have you created that deserves a second chance on HN?

#98

https://hubdesk.io/ . Create Github issues from emails and respond to them by starting a comment with "@reply". If you've got a side project, already use Github issues, and want to manage support emails the same as bugs. Easier and cheaper than signing up for a help desk SaaS.

Do you have a longer term strategy for monetisation? $20/month does not seem like enough.

Re: Ask HN: What have you created that deserves a second chance on HN?

#99
I'm a cohost of The Technium podcast. Please check us out!

It's a weekly podcast discussing the edge of technology and what we can build with it. Each week, my cohost Wil (https://news.ycombinator.com/user?id=iamwil) and I introduce a big idea in the future of computing and extrapolate the effect it will have on the world.

Wil and I started this show because we found that most tech podcasts were focused on career development or Big Tech drama. We wanted a show where we could be optimistic and excited about the future of software, especially things which were not mainstream.

Some of my favorite episodes:

- Smalltalk : https://www.youtube.com/watch?v=FZNqOFAhM8o

- Zig: https://www.youtube.com/watch?v=wie5YuzoUQI

- Generative AI models: https://www.youtube.com/watch?v=iOy-v2ah0Ms

We're in all the usual places:

- Youtube: https://www.youtube.com/@techniumpod

- WEBSITE: https://technium.transistor.fm/

- SPOTIFY: https://open.spotify.com/show/1ljTFMgTeRQJ69KRWAkBy7

Re: Ask HN: What have you created that deserves a second chance on HN?

#100
post #90

https://grizzlybulls.com It's a freemium subscription service to the algorithmic trading models / hedging systems I've been developing over the last few years. 2022 performance: SPX (benchmark): -18.77% Free models: TA - Mean Reversion Basic ( https://grizzlybulls.com/models/ta-mr-basic ): -9.93% TA - Trend Basic ( https://grizzlybulls.com/models/ta-trend-basic ): -17.79% Vix Basic ( https://grizzlybulls.com/models/v…

Interesting. What are the premium features of the service?

Mostly access to the live signals of the model unlocked by that premium tier, with varying levels of notifications to real time signal changes (email, text, API and full automation option)
Post reply on HN