Earlier quoted context omitted.
The thing (screenshot and all) was routine done in the 90s with all those fancy non-rectangular applications/demos/launchers [usually available on CDs that came w/ magazines]. They had transparent/alpha zones that copied the screen under them.
Maybe some incompetent people did it that way, but 1-bit transparency was very well possible with native Windows APIs in the 90s (see SetWindowRgn). Later on (starting with Windows 2000 IIRC) it was also possible to have semi-transparent (alpha-blended) regions.
Ask HN: What's your "it's not stupid if it works" story?
351–360 of 510 posts
Re: Ask HN: What's your "it's not stupid if it works" story?
#352I was pitching a “Slack” app five years before Slack was released. Everyone I pitched to thought it was stupid because people already used IRC.
Re: Ask HN: What's your "it's not stupid if it works" story?
#353I created the most popular Turkish social platform, Eksi Sozluk, using a single plaintext file as its content database back in 1999. It had taken me only three hours to get it up and running without any web frameworks or anything. It was just an EXE written in Delphi. The platform's still up albeit running on .NET/MySQL now and getting banned by Erdogan government for baseless or false reasons (like "national securit…
Re: Ask HN: What's your "it's not stupid if it works" story?
#354Earlier quoted context omitted.
> and then open each of those documents That alone ruled out doing anything like this on the device I'm talking about. The goal, which we reached, was to be able to search 1,000 documents in 5 seconds. Opening a document took nearly a second given the speed of our storage (a few KB/s). The search itself took about a second, and then we'd open up just enough of the documents to construct search result snippets as you…
Gosh this story makes me lament the state of our field. If the current gen of devs were to build this, it would all be done "on the cloud" where they can just throw compute at the problem, and as long as the cost was less than 5$ per month they wouldn't care. That's the problem of the product managers, marketing execs and VCs.
Re: Ask HN: What's your "it's not stupid if it works" story?
#355https://github.com/MarginaliaSearch/MarginaliaSearch/blob/ma...
It works annoyingly well.
Re: Ask HN: What's your "it's not stupid if it works" story?
#356Earlier quoted context omitted.
User profiles are actually stored like https://eksisozluk1999.com/biri/{{username} }. "/@{{username}}" also redirects to "/biri/{{username}}". You shouldn't need numbers at all. The numbers are only at the end of topic titles. They are title id's (sequential integers assigned when they're created) to disambiguate conflicting Latinized forms of Turkish words.
additionally: if a nickname has spaces, we have to type "%20" instead of spaces in the links with "/@{{username}}" i've submitted an entry about this a few minutes ago. https://eksisozluk1999.com/entry/143247963
Re: Ask HN: What's your "it's not stupid if it works" story?
#357Earlier quoted context omitted.
I never said they should test for everything. OP's description suggests it was an error that's common to all the deployed instances that received the update, rather than some specific combination of environment and that deployment. It would have allowed them to run the same deployment locally and use physical access (serial, a display, sd card, whatever) to capture the error log. What they came up with is clever but…
No, they said some.
> We caught the issue almost instantly since we were watching the deploy, and were able to stop updates before any other devices picked it up. But those that already got it were down.
Re: Ask HN: What's your "it's not stupid if it works" story?
#358Earlier quoted context omitted.
[flagged]
Among the millions of entries on the platform, not one single piece of content on the platform was presented as evidence for the ban decisions. Just ambiguous words or false claims. Shouldn't it be straightforward to prove that Eksi Sozluk lacks "meaningful moderation"? Shouldn't it be a requirement for such a drastic action like banning the whole web site? Twitter produces orders of magnitude more disinformation in…
If I were the Turkish government I would never even do the favour by banning the site, cause that draws attention the site doesn't deserve. I dont care if it's most visited site whatever, it's just useless.
Re: Ask HN: What's your "it's not stupid if it works" story?
#359Earlier quoted context omitted.
Maybe some incompetent people did it that way, but 1-bit transparency was very well possible with native Windows APIs in the 90s (see SetWindowRgn). Later on (starting with Windows 2000 IIRC) it was also possible to have semi-transparent (alpha-blended) regions.
In a thread about “if it’s not stupid if it works” you accuse people of doing something “incompetent” by doing something ostensibly “stupid but works” but totally miss on what was even possible “non-stupidly.” There feels like some form of irony here.
Re: Ask HN: What's your "it's not stupid if it works" story?
#360Years back, there was a CDROM drive I really needed to work at the moment, but it was jammed shut. I could hear it trying to open, and failing. I reasoned that the motor holding it shut had mostly failed in some way, but could still exert some force. So I popped the cover off the drive, took out the magnet that holds it shut, cooked it on a gas stove for a few seconds, and put it back in. Th Curie temperature for a n…
Didn’t all cdrom drives have a pin-hole you could jam a needle into and manually open them?