Live data from Hacker News

Ask HN: What are some “10x” software product innovations you have experienced?

news.ycombinator.com

811–818 of 818 posts

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#811
First 10x would be floppy drives to CD drives. In 99, I used to copy games from internet centres using floppy which is 3.5MB using pkzip to multiple floppies and extract it in MSDos on my windows 3.11 computer and later came the CD drives cd writers with 700MB.

Notepad++ with tabs and keeping the tabs session saved.

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#812
* jinja2 as general purpose templates * org mode * yaml (sorry but I like it and write it without more errors than the other formats) * docker / docker compose * rss * rofi -dmenu * .http files to keep requests * sentry * ansible * atom hydrogen - the most comfortable programming environment where I can execute my code as I write it, there are other solutions but they are worse for me * spreadsheets * vuejs works as compiled framework, but integrates everywhere - userscripts, jupyter notebook, app prototypes, etc etc

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#813
post #384
post #219

Earlier quoted context omitted.

TIL that Experts Exchange actually existed, rather than being a meme of "why you should consider how your business name will look as a domain".

I think poor therapists suffered most from the curious nature of how domain name are. Like http://www.therapist.com/ still exists but redirects. ... Let's not even mention the plant nursery on the Mole River which ended up with www.molestationnursery.com ...

Are we allowed to make Arrested Development references on Hacker News?

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#814
post #344
post #228

Earlier quoted context omitted.

> using Google for search in 2000 and being amazed at how much better the results were than AltaVista and Yahoo Search. Aaahhh. The year Google launched, a friend and I were sitting next to each other, at our PCs. Both of us were techie types and into innovative stuff, although working in a software services bigco at the time. I casually said to him: "I came across this new search engine a few days ago while browsing…

I still distinctly remember the moment of shock with the minimalism of their homepage at the time; compared to AltaVista jam-packed with ads and other stuff to the brim, seeing just the logo and the editbox on a plain white page made me startle and pause with some "Whaaat's going on???" and "This can't be true" feelings.

It was so light weight that when they did user tests, the user didn’t start typing. They just waited there waiting for the rest to load. So they added the copyright notice in the footer. According to Marissa Mayer

Copyright never has to be declared, and I think in many ways Google is responsible for websites having copyright in footers not realising it’s not a legal requirement.

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#815
post #34

APM software (application performance monitoring). It was super expensive, pain in the ass to maintain, required a lot of training. But when someone skilled sat down with it - just wow. You could investigate particular users problem, and see that when she typed "s" in search form it triggered a few proxies, sql query which had proper execution plan, but it seems that connections pools are handled poorly. It could vis…

What software do you use? It sounds like for monitoring a website. Is there something similar for a desktop app?

I used a few, mostly Dynatrace. Experimented with Pinpoint and did like 3 PoC of commercial products. Dynatrace won for me but the prices were insane.

There is now a lot of opensource ones, usually not so fancy on the visual side. Elastic APM, Pinpoint and so on.

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#817
post #34

APM software (application performance monitoring). It was super expensive, pain in the ass to maintain, required a lot of training. But when someone skilled sat down with it - just wow. You could investigate particular users problem, and see that when she typed "s" in search form it triggered a few proxies, sql query which had proper execution plan, but it seems that connections pools are handled poorly. It could vis…

What software do you use? It sounds like for monitoring a website. Is there something similar for a desktop app?

And for a desktop app I guess it's just called a debugger :> Unless said desktop app still uses http requests or something similar to webapps that can be attached to APM software. Then APM will know were it came from, but you won't get insight into the app itself, just the resulting connections.

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#818

Earlier quoted context omitted.

this gave me a vivid image of young me flailing around in the dark trying to understand why undefined is not a function

The worst was when I discovered all console.log() crashed because IE6 left “console” as undefined until the developer tools were open. Fortunately another bad feature of IE was to alert() the errors, so customers were aware of each of them and could easily send us the bug back... This bank employee used PrintScreen to print the screenshot on paper. He the successfully faxed it to his email, zipped it and uploaded it…

probably a temporary ad hoc process that is now permanently etched into their brain
Post reply on HN