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 is the most annoying integration you've had to build?

4 pointsby areichertover 3 years ago

6 comments

h2odragonover 3 years ago
We&#x27;d contracted to mail stuff to another company&#x27;s customers, as we had bulk mail equipment etc; I&#x27;m the tech sent to their office to procure an actual list of addresses to mail things <i>to</i>. Ask them about their database and no one knows what the words mean. To them the customer list is on the magic computer that got sent from out of state and they only touch with great trepidation and potent fear.<p>No unauthorized users could touch the &quot;customer list&quot; machine, so there was no hacking it out of the software in a sensible sane way. None of the rituals in their little book come close to &quot;dump database in CSV&quot; and the thing is equipped with only a modem, a <i>floppy</i> drive, and a big ass tractor feed line printer they run the bills on.<p>But the &quot;run the bills* ritual is one they have, and the printer connects to a parallel port, and I can with a little bit of bodge connect my little laptop to the other side of that parallel port... capture the &quot;bill run&quot;, parse out the addresses, and finally emit their DB in a useful form.<p><i>Building</i> that was actually fun, but then no one else could assemble the laptop stack to actually perform the procedure so I owned the entire operation for the short time it ran.
giantg2over 3 years ago
&quot;Ask HN: What is the most annoying integration you&#x27;ve had to build?&quot;<p>The ones the decide they didn&#x27;t need and end up never using. All the wasted effort...
areichertover 3 years ago
Building an integration with Microsoft Teams has been infuriating, especially after working with the Slack and Discord APIs (which were so much easier to manage)... I&#x27;m curious what other potential high-value integrations have been difficult for others.
codegeekover 3 years ago
Authorize.net payment gateway using SOAP and XML. Don&#x27;t want to go there again.
评论 #28763387 未加载
cpprover 3 years ago
On top of gstreamer - it&#x27;s an absolute mess with no coherent threading model
fangornover 3 years ago
SOAP server (in PHP 4) to send fax messages using Hylafax.