Truth!
I am at zero for 35+ years so far...
181–190 of 273 posts
Truth!
I am at zero for 35+ years so far...
“You might be surprised to learn that in a developer’s life, there aren’t all that many chances to impress girls with your coding skills.” Ha ha. When my wife and I were new she asked to use my laptop and was surprised that it “had no icons”. (No window system). So I started to show her how to avoid using a GUI. 12 years later she uses a terminal about half of her time as a stock administrator.
Textbased internet surfing must be awesome.
Earlier quoted context omitted.
Builder's sell houses before they build them. I think developers often are intimidated because they might not be certain they can deliver. Nobody with a minimum of experience would hesitate to take 1000 for a quick gig, because it's obviously going to work out. So we need to prove ourselves to ourselves first, and then we will have the confidence to take on larger, more lucrative contracts.
Sometimes. Most builders work both ways: They one's I've worked with closely seem to be about 3/4ths build to order, 1/4th build for sale after. The spec houses are carefully designed to be cheap to build (without sacrificing quality) and look great on the market so they will sell/close fast. Builders want a good looking spec house to show potential custom buyers.
Earlier quoted context omitted.
In my experience, technical people latently believe the thing that people buy from you is a product. So if the product isn't done / ready / etc, then you are being misleading trying to "sell" them or engage with them. It feels wrong, like you're forced to misrepresent yourself. You imagine the potential buyer as a hyper-critical power-user that will expect everything to be perfect. But what if the above isn't true at…
This shift in perspective has been critical for me. Similarly, it is critical to ask “Whose problem am I solving?” I am an engineer and tinkering with tech brings me pleasure from creating, I crave mental stimulation, and I get immense satisfaction from havingright things in right places”. Polishing the code is like polishing the car engine for a petrolhead. But those are my problems and triggers. I am feeding _my_ n…
Earlier quoted context omitted.
Not OP, but even today I still don't understand why is Dropbox different except for hype and media coverage - there were many similar services back then (including integrating as a virtual drive on Windows) and we have literally tons of these services now.
Dropbox's solution was significantly more streamlined than any of the others. You installed it and it just worked as the saying goes.
If it is the case, you did not even have to install it.
Dropbox did not only solve 'local file system'-mirroring, but (legal) file sharing in general.
> You might be surprised to learn that in a developer’s life, there aren’t all that many chances to impress girls with your coding skills. Truth! I am at zero for 35+ years so far...
We have a bunch of people that have to build and maintain VBA excel files for our clients. We'd really rather not maintain all this VBA crap. Can we replace that with this? Can it deploy files with all those horrible rules or is it more primitive than that and only functions as an IDE for personal Excel munging?
“You might be surprised to learn that in a developer’s life, there aren’t all that many chances to impress girls with your coding skills.” Ha ha. When my wife and I were new she asked to use my laptop and was surprised that it “had no icons”. (No window system). So I started to show her how to avoid using a GUI. 12 years later she uses a terminal about half of her time as a stock administrator.
It did have an ancient version of Netscape, so I tried to upload the files, but the browser was just too old to handle Dropbox, Google Drive, or any other service I could think of. An obvious solution, then, would be an upload service built for ancient browsers.
So, in about 5 minutes flat I made a sinatra app that used the simplest HTML upload form possible and dumped uploaded files to a folder on my desktop machine.
Maybe there was an easier solution I missed, but she found mine quite impressive.