Readit News logoReadit News

Deleted Comment

Dead Comment

Dead Comment

pikzen commented on MDN’s new design is in Beta   blog.mozilla.org/opendesi... · Posted by u/omnifischer
jypepin · 8 years ago
your image shows that almost half of the page content is under the fold.
pikzen · 8 years ago
Except that MDN isn't your hipster startup website with a 20MB hero image that needs to get its point across immediately. You're never going to end up on MDN and say "I have no idea what this is". You're there because you already know what's under the damn fold.
pikzen commented on MDN’s new design is in Beta   blog.mozilla.org/opendesi... · Posted by u/omnifischer
kuschku · 8 years ago
> - Too much contrast? Reduce screen brightness. (This has the beneficial side effect of increasing battery life on mobile devices.)

So, I have to make the rest of my UI unreadable, just because you prefer to use a cheap chinese 20$ screen which can’t even handle sRGB?

pikzen · 8 years ago
What a genius idea, design only for people with expensive screens, make software only people with a dual Xeon and a GTX1080 can run, and be sure to make the minimum resolution 2560*1900. You're sure to make friends.

Welcome to reality, most people use cheap $20 chinese screens.

pikzen commented on EU Parliament calls for longer lifetime for products   eubusiness.com/news-eu/du... · Posted by u/smnc
briandear · 8 years ago
A law requiring a particular material? Unless it’s health or safety related, no way. The last place I want to see government is regulating how a product must be constructed (unless it’s health or safety critical obviously.)

If you want a device without plastic screw holes, pay more money and find one or make one yourself, market it and sell it to other like-minded people.

If I have a toaster that breaks, the time it would take me to go to a repair shop is more valuable to me than the cost of a new toaster – not to mention the cost of the repair itself.

In China, you often do get smaller appliances repaired because the labor cost is so low. So it makes economic sense to get those kinds of items repaired.

But in France, if I want to get a microwave fixed, the item is either still under warranty or the depreciated value is less than the repair cost. Perhaps if government lowered taxes and relaxed the labor code, then repair shops could charge less and it would incentivize people to get repairs on smaller ticket items rather than buying replacements. But I certainly am not going to spend €65 getting a €150 microwave repaired when the microwave is already several years old. I migh spend €20 for that repair if I really liked the microwave.

I certainly wouldn’t be happy if I had to pay several hundred euros more for a microwave because of a law mandating the type of screw holes that must be used. The increase cost wouldn’t even be in materials as much as the buereaucratic cost of implementing such requirements.

Health and safety regulations – of course. Regulations because you’re unhappy with screw holes? Not a chance.

pikzen · 8 years ago
>Perhaps if government lowered taxes and relaxed the labor code

Oh, Brian, we meet again, and we disagree once again. Taxes and the labor code are not what is making things expensive.

- The labor code is not even close to being the one reason companies do not hire : https://www.insee.fr/fr/statistiques/2871900?sommaire=287202...

- Countless fiscal advantages have already been given and tried, effectively the same thing as lowering taxes on companies. That includes the CIE, CICE, CIR, the reduction of TVA in restaurants, fiscal benefits for life insurance holders, lowering the ISS to 34.6%, removing taxes on plus-value, the globalised worldwide profits regime, and the countless things that can be listed here : https://fr.wikipedia.org/wiki/Niche_fiscale

All of these happened, and the costs have not changed. Some of them were given in exchange of promise of jobs (the change of TVA in restaurants being one of the most notable), and none happened. Profits went up, though.

I would rather have microwave repair costs go up to 80€ than lower our living standards.

>I certainly wouldn’t be happy if I had to pay several hundred euros more for a microwave because of a law mandating the type of screw holes that must be used.

hyperbole.txt

pikzen commented on Why We Chose Typescript   redditblog.com/2017/06/30... · Posted by u/darwhy
epidemian · 8 years ago
The short answer is: it depends. With TS you can choose how much type "soundness" you want. The --strict option is very useful[1], but even having it enabled you can still choose to explicitly type something as `any`, and bypass the typechecker if you want.

Something to note though: the example given in the article is not showing any problem in TS. That's how its structural type system works. Both Animal and Bird classes don't have any properties, so the type of their instances is the same as `{}`. If you change the Bird class to something like:

  class Bird extends Animal {
    song: string
  }
Then the line that tries to push a `new Animal` into an Array<Bird> will not type-check, because the types are invalid :)

[1]: https://www.typescriptlang.org/docs/handbook/compiler-option...

pikzen · 8 years ago
One solution to the any typing problem is to use tslint with no-any. It's a bandaid, but it's better than nothing.
pikzen commented on Challenges to Silicon Valley won’t just come from Brussels   theguardian.com/technolog... · Posted by u/robin_reala
plandis · 8 years ago
If the EU can simply decide that agreed upon tax deals are no longer valid seems like nothing more than a shake down of an American company.

Also, it's somewhat terrifying because what laws will Brussels decide to suddenly interpret different on a whim?

The US Treasury has a good analysis of why this is a sham ruling: https://www.treasury.gov/resource-center/tax-policy/treaties...

pikzen · 8 years ago
Agreed upon tax deals have to be legal in the framework laid down by the European union if you're a member. Ireland made a deal that wasn't legal. The EU reminded Apple they had to pay it. Nothing more.
pikzen commented on What Chinese bosses think of American workers   theatlantic.com/business/... · Posted by u/jseliger
zanny · 8 years ago
Fight dictatorial control with dictatorial control.

Or maybe try moving away from corporations and towards cooperatives.

Problem is, making coops popular requires ambition and dedication from the workers, because there will no capitalist looking to make a profit to jumpstart the business.

pikzen · 8 years ago
>Fight dictatorial control with dictatorial control.

...You do know that communism advocates for a society where control is something done in collaboration with others? Because China, or the USSR calls itself communist does not mean it is. A simple reading of Marx & Engels' work would clarify that.

pikzen commented on As the U.S. fantasizes, the world builds high speed rail   thetransportpolitic.com/2... · Posted by u/jseliger
modeless · 8 years ago
No, but it will take you door to door, departing instantly when you're ready and not before, and it won't stop in between unless you want it to.
pikzen · 8 years ago
*citation needed

The congested road network still happens with Google cars.

u/pikzen

KarmaCake day619June 13, 2014
About
I rant about Javascript being crap and stupid practices in software development.
View Original