TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the most unique web app architecture you've seen in the wild?

2 pointsby olleracalmost 7 years ago
Doctors have stories about cures they didn&#x27;t think would work that did. Writers experiment with the narrative craft. Artists and architects have tons of examples of creative people taking unique approaches to difficult problems.<p>I&#x27;d like to hear about what systems you&#x27;ve built yourself, seen, or heard about that solved an important problem in a simple, unique, or elegant way that took you a long while to arrive at or understand.

1 comment

mtmailalmost 7 years ago
<a href="https:&#x2F;&#x2F;thedailywtf.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;thedailywtf.com&#x2F;</a> collects those stories for 10+ years now.<p>Mine was when a colleague calculated tomorrow&#x27;s date with a simple yyyymmdd+1. Checked in Friday before leaving the office, thus the product feature shipped on time. Of course failed on the last day of the month but by then all the launch celebrations were done and it was treated as a small bug. I think he did the right thing on the day, just should&#x27;ve wrote the issue down and fix it quietly the following days.