HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lazyjones

no profile record

comments

lazyjones
·hace 2 meses·discuss
Better check what crypto.js is actually doing in your exact setup. Weak polyfills exist...
lazyjones
·hace 5 meses·discuss
These large trucks must go. While the mentioned numbers make some economic sense (cost per tonne transported etc.), the road wear is excessive due to the fourth power law. Most cargo can be split into smaller chunks.
lazyjones
·hace 10 meses·discuss
Haters will say a major factor in still using Perl is the difficulty to replace up to 25+ years old Perl code written at startup pace AND the difficulty to teach old Perl devs a new language.
lazyjones
·hace 10 meses·discuss
The domain was a gift by the founders of inode (former Austrian ISP) and the website grew pretty fast after the brand change in 1999.

But it curiously turned out that while Austrians mostly like the name (notable exeptions were delusional marketing people of "premium brands" considering advertising on the site), Germans are really not so fond of it. Cultural differences, I suppose.
lazyjones
·hace 7 años·discuss
It certainly doesn't fit in with current car aesthetics that try to mimic something like a bulging piece of muscle with a face. It's like straight out of the future we were hoping for in the 80's, where machines were cold, hard steel and not mushy plastic. Has Arnold Schwarzenegger preordered one?
lazyjones
·hace 7 años·discuss
Where I live, you need separate insurance and in most cases a special license for a trailer. Also, in urban areas it's harder to find a place to park the trailer when you don't need it.
lazyjones
·hace 7 años·discuss
They are also popular in Austria because you pay lower yearly/monthly taxes on small utility trucks even if you don't run a business. Plenty of large US trucks parking in the center of Vienna...
lazyjones
·hace 7 años·discuss
I use Safari, Firefox/Mozilla is wholly dependent on money from the ad industry (Google). But Safari also goes in the direction the ad industry desires through its adoption of new standardized features. There is really no way out using the current "web", we need a simple, open alternative that isn't controlled by the ad industry and adopts only features in the best interest of the users first and content creators second.
lazyjones
·hace 7 años·discuss
> Without revenue, they simply wouldn't be able to exist.

Nonsense. OSM exists, HN exists, Linux exists. And just because some services need revenue to pay bills, it doesn't mean advertising or users paying is the only way to get it. Google Maps gets revenue from businesses using it on their websites, for example.
lazyjones
·hace 7 años·discuss
How about we just don't let the advertising industry develop or fund our browsers and web standards? Users need to be able to control what kind of content their device will load and display, so it's probably time to develop technology that supports it (and scrap the current web, which is now basically billboard ads for the internet).
lazyjones
·hace 7 años·discuss
Almost never. People should even consider using SWIG or similar to use libraries for other languages instead of wasting time on duplicating efforts and neglecting their core product/project.
lazyjones
·hace 8 años·discuss
Same here. But I find code reuse problematic: people tend to build large libraries with complex APIs and too many options (typically also lacking sane defaults) instead of small, focused code "blocks" that can be well understood and tested and do one single thing very well. It's like having to fasten a nut and being offered 3 types of swiss army knives as your available tools. Same with operating systems, web development frameworks etc. ... Too many options, too little thorough understanding, stable interfaces.
lazyjones
·hace 8 años·discuss
Nice story (the first one) about the "top-down" approach, where you discover new complexity and choices at every level. Note how the discovery of new detail ends when you choose to use existing building blocks with known properties, based on experience (e.g. screws instead of examining which of the many possible ways of attaching parts would be most suitable). How simple this would be if you could buy pre-cut boards suitable for stairs at just the right angles and with holes drilled at optimal positions!

Standardising and having a limited set of (appropriate, well-understood) choices at every level is key to building complex projects. Which is probably one of the reasons why software quality isn't really improving...
lazyjones
·hace 10 años·discuss
> But rooting oneself in one labor market (vs. being mobile) decreases one's employment options and therefore their salary.

True, but in most places outside the US (at least certainly in mainland Europe) moving great distances for a better job opportunity is unusual.

The main appeal of owning real estate vs. renting is the long-term and intergenerational perspective. At some point it'll be paid off and the housing cost will be extremely low - and the children will inherit something of value.
lazyjones
·hace 12 años·discuss
> If you want a similarly fast compiler today, look at Go.

There's also the amazing and much underrated Free Pascal: http://www.freepascal.org
lazyjones
·hace 14 años·discuss
The Play framework (Scala, Java) and Mojolicious (Perl) (and many other newer frameworks probably) escape output by default, so at least they make you think before allowing XSS.