Bash users represent! Seriously, Bash is fucking beautiful once you really dig into it. Pipes are unbelievably elegant.
Bash is great - we write almost 100% of dokku in it - but most bash looks like shit on a stick. Really hard to follow sometimes, and unless you are using modern bash, also really hard to ensure your own sanity.
Ask HN: Do you use an old or 'unfashionable' programming language?
301–310 of 338 posts
Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#302Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#303Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#304I use C as my staple language. Old and always unfashionable, but it's never going away in my lifetime.
Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#305Earlier quoted context omitted.
Ha good old Cache. I did that for four years out of college. My friends and I couldn't stand the language and couldn't wait to leave it. I realized later that it was ahead of the curve on nosql, but I never heard if InterSystems managed to ride the wave or mostly hangs on with existing business.
Is this Cache the same Cache object database that used to be advertised in mags like DDJ and CUJ?
Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#306But, we make a profitable and well-loved product with thousands of happy users. Too bad that isn't sexy anymore.
Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#307Earlier quoted context omitted.
Ah. 2001 was... the era of HTML4, more or less, so it's still seeing the majority of page content, but... no Unicode. I see. I figured old data was uninteresting, but TIL that crawling data yourself is not impossible. I mean you have to come from a thousand IPs, browser UAs and cookie states to find everything thanks to the sad state of things, but wow, I didn't realize 200Mbps could do so much. :D As for the errors…
Crawler works from a single IP. User-Agent is fixed to the robot's UA. Cookies are totally ignored. The search-engine works with just 2 servers. Crawler/Indexer and Webserver/queries. Crawler is a root-server with 1gbit/s connection hosted in a datacenter. Webserver sits here at home with 200mbit downstream and 20mbit upstream. I use the Alexa top-1-million sites as seed-list for the crawler. The errors that do appea…
I didn't think of CloudFlare being able to see the traffic... and wow, I never even processed that aspect of their service. But of course...
How good is Google's "[ ] I'm not a robot" checkbox thingy at weeding out bots? And perhaps you could use multiple captcha systems...? (Or are actual people tasked to do signups?!)
I shudder to think of such an idea, but linking API keys to may be an alternative. (One thing that comes to mind is that, if someone authenticates using Reddit - which they can do without releasing any account info - is that you could check their (public, but unfakeable) karma counts and use that as a measure of confidence, in addition to the standard account age metric used everywhere.)
The new design is nice :D
And if it's been a year (!), another Show HN sometime would certainly be fine.
Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#308Earlier quoted context omitted.
I use almost entirely ColdFusion (well, Railo). Never studied computer science so don't know any better. Wouldn't know what to transition to if I wanted to use anything else.
Try Python. Its nothing like CFML but it has that "AHA" feel to it that reminded me of the same AHA ColdFusion gave me in the nineties.
Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#309Earlier quoted context omitted.
I use almost entirely ColdFusion (well, Railo). Never studied computer science so don't know any better. Wouldn't know what to transition to if I wanted to use anything else.
What kind of apps do you build? Framework-driven? If you use fw/1, look at Sinatra (Ruby) or Express (Node.js); ColdBox, look at Rails. You may wish to look at CF on Wheels - it may be a good on-ramp to Rails.
Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#310We use a business-basic style language called ProvideX[1] from the mid 80s. 99% of our codebase is GOTOs, GOSUBs, and PERFORMs. It's a mess to deal with. But at the same time, the language has a database layer built in that (while slow) works well enough for our uses, it has a GUI toolkit that works cross platform, and you can run the same GUI panel via a web browser through a shim that the company created. That's th…
you should check out electron https://github.com/atom/electron