HN user

brumm

16 karma
Posts1
Comments14
View on HN

not a password rule but: i use a password length of > 40 characters because why not? signing up for paypal worked with that no problemo until i had to sign in again and the login input ignored everything north of 20 characters or so. It worked after removing the maxlength attribute :(

AutoHotKey!!! It single-handedly spurred my interest in software development.

I still remember my favorite scripts and miss them dearly:

- a smart "spell check" of sorts that could look at previous characters or words to contextually fix typos and expand abbreviations, powered by regex. For instance it would recognize common typos like `AUtohotkey` where your finger would linger on shift for too long. Or auto-add a closing parentheses, if the previous character wasn't a colon (in case you wanted to type `:(` etc.

- I was a huge fan of OSX and specifically wanted to have something like Quicksilver back then but could not afford a Mac. So I built Quicksilver with AutoHotKey and used that. It had a cache, contextual actions, periodic rescanning, would search not only files but also Preferences and fuzzy search with custom scoring. God I loved this thing.

Fun fact, the current logo was contributed by me waaaaay back in the day :)

As a German, I'm a bit curious why is this being downvoted. I had the exact same thought (two anecdotes don't make anecdata, I know, but), let me tell you why:

I just don't think there's a market for this here. No one in my age range (mid thirties) or income level (SWE, comfy living in large German tech focused city) would think of buying a Mercedes Benz, let alone an electric one.

For one, these things are expensive especially new, which the electric one would be. If you're looking at it from the young-environmentally-conscious angle, I don't think there's any trust towards Mercedes Benz to be doing this for the right 'reasons,' i.e. not actually caring about the environment, or going about it in a bad way.

They are scramblin' to keep up after sleeping through the electrical car revolution and have nothing new to offer. Their approach and entire business model is deeply entrenched in traditional gas cars.

Even if someone like me could afford the car (due to good job and income matched to levels in expensive city), by living in said city, they wouldn't need a car to go anywhere!

I just don't see people who could afford an electric Mercedes buying one because people like that think global warming is a hoax, hate Greta, and buy diesel cars out of protest.

I'm almost surprised they sold that many cars, actually.

Shameless plug: I built something similar[0] a while ago, maybe it's useful for you.

By default it does fuzzy tab search, (multi) selection and closing. The new advanced mode[1] turns it into something more like Quicksilver, with object->action->optional-param command sequences.

It's only on the Chrome extension marketplace, although it should be mostly compatible with Firefox.

[0] https://github.com/brumm/tabulous

[1] https://i.imgur.com/IaksQ9m.gifv