In the same spirit, Microsoft shipped Business Contact Manager for Outlook on Office 2003 CD. That thing is functionally a CRM that was allegedly limited to 5 users. It, of course, runs on an SQL Server and so I made it run under Windows Internal Database, tested it with more than 5 users, and made it a lot more usable.
Ask HN: What's your "it's not stupid if it works" story?
491–500 of 510 posts
Re: Ask HN: What's your "it's not stupid if it works" story?
#492This was the 70’s, so our cards looked like lace doilies (0111).
Re: Ask HN: What's your "it's not stupid if it works" story?
#493This regex that took about 10 minutes to generate was amazingly effective and helped me earn my highest ever daily rate https://gist.github.com/dr-kd/d43c884fbac0089d8523
>that took about 10 minutes to generate How?
Re: Ask HN: What's your "it's not stupid if it works" story?
#494Re: Ask HN: What's your "it's not stupid if it works" story?
#495This regex that took about 10 minutes to generate was amazingly effective and helped me earn my highest ever daily rate https://gist.github.com/dr-kd/d43c884fbac0089d8523
Do they ever coin new suburb names? What happens then?
Re: Ask HN: What's your "it's not stupid if it works" story?
#496This regex that took about 10 minutes to generate was amazingly effective and helped me earn my highest ever daily rate https://gist.github.com/dr-kd/d43c884fbac0089d8523
How is that better than just checking against a list of suburb names?
Re: Ask HN: What's your "it's not stupid if it works" story?
#497Earlier quoted context omitted.
I'd love to read it when it comes out. Where should I look for it when its published? Ignore if its a stupid question.
We will be posting it on a preprint server when we're ready to submit it to journal review, hopefully some time in February (but who knows, publishing timelines are murky at the best of times). The title will be something along the lines of "Reconstructing the temporal development of COVID-19 from sparse longitudinal molecular data", though that's likely to change somewhat.
Re: Ask HN: What's your "it's not stupid if it works" story?
#498Around 16 years ago, Wordpress security was just not up to snuff yet, and my popular Wordpress-based site kept getting hacked by pharmaceutical spammers and the like. After several such incidents, I wrote a "wrapper" that loaded before Wordpress to scrutinize incoming requests before a lick of Wordpress code was executed. It had blacklists, whitelists, automatic temporary IP blocking, and that sort of thing. There wa…
When you say it loaded before Wordpress loaded, what exactly does that mean? Was it a proxy that handled incoming requests and passed them off to Wordpress?
Re: Ask HN: What's your "it's not stupid if it works" story?
#499There was a very early MMO game which leaked its server files & people started doing custom servers. There was a VERY limited scripting language for the server. This had some commands but missed basics like variables. However you could track the number of NPCs in a room. So this led to some rather interesting new primitives: - "Chickens in a room" became my preferred method of counting / implementing any kind of pers…
Makes me feel like macguyver. You kinda look around, see what you're working with, and figure it out.
Re: Ask HN: What's your "it's not stupid if it works" story?
#500- got rid of the concept of passwords. 2FA only.
- more of a productivity hack, but - spread sheets with columns that create sql statements, allowing ops to learn/run sql themselves
- bookshelves as standing desks. usb keyboard on lower shelf. laptop at eye level.
- raised an angel round with an android app with beautiful screenshots of the vision. but once installed the app only had a email waitlist implemented