Slashdot Mirror


User: Piata

Piata's activity in the archive.

Stories
0
Comments
230
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 230

  1. Re:No one is forcing you to use Chrome! on Google May Have To Make Major Changes To Android in Response To a Forthcoming Fine in Europe (washingtonpost.com) · · Score: 4, Informative

    Because Android keeps forcing you to use Chrome despite installing Firefox and making it the default browser. Even if you do get Firefox to be the default browser everywhere on every app, Google intentionally makes certain aspects Chrome only. Locked in experiences in general need to be curtailed.

  2. Re:Canada's border controls? on US Keeps China, Puts Canada on IP Priority Watch List (reuters.com) · · Score: 2

    I have a feeling by "border controls" they mean the extremely low $20 limit allowed on imports before duty fees kick in. The US has very openly criticized Canada for having one of the lowest import limits in the world, essentially blocking US companies from the Canadian market.

  3. Re:Everybody wants someone already trained on Who Killed The Junior Developer? (medium.com) · · Score: 1

    On the flip side, we have tried training and mentoring juniors. Typically the best candidates still need a lot of assistance for the first 6 - 12 months because the education system doesn't provide them with the skills needed. Once they hit the 2 year mark, they typically get flooded with job offers and leave.

    For us it becomes a matter of providing a junior with paid training or hiring someone with enough experience that they can be programming unsupervised within 6 weeks. The end result is the company hiring more intermediate and senior developers rather than juniors because more experienced developers typically stick around longer and require less investment before they can produce usable code unsupervised.

    They're also past that annoying "reinvent the wheel because I know so much better than all these more experienced developers but actually don't" phase.

  4. This destroyed my Win10 install on Microsoft Issues Windows Out-of-Band Update That Disables Spectre Mitigations (bleepingcomputer.com) · · Score: 1

    I've never seen anything like it. Windows would simply not load. Not even safemode could get windows to boot.

    Completely reinstalling windows fixed it (for now) but there goes 2 hours of my life (plus the slow process of reinstalling all my apps).

    I really regret purchasing an Intel CPU. If anyone out there is building a computer and on the fence about what CPU to get, AMD deserves your money. Ryzen is fantastic and should have been my first choice.

  5. Carmack was absolved, Palmer Luckey was not. Zenimax keeps mistating the actual court results because they're downright crazy.

  6. Re:Northern countries fare better on Happiness is on the Wane in the US, UN Global Report Finds (theguardian.com) · · Score: 1

    That's because you will freeze to death in cold climates if you don't look out for one another.

    Living in a place where a blizzard can strand you in your car tends to make people a lot more considerate of others. Just last week about 300 people got stranded on a highway in Montreal: http://www.cbc.ca/news/canada/...

  7. How do you figure? The Force Awakens was a pretty blatent remake of A New Hope.

  8. Re:So, tables? on Chrome 57 Arrives With CSS Grid Layout and API Improvements (venturebeat.com) · · Score: 1

    What kind of data are you displaying where it doesn't matter if you show it as a 10x10 grid (aka, a table of 10 rows and 10 columns) or as a list (aka, a table of 1 column and an infinite number of rows, which in this case I guess would be 100.)?

    Data != a website layout. CSS Grids are designed for displaying layouts, tables are designed for displaying data.

    Or where you can simply exclude or rearrange some rows/columns and not lose anything?

    Every time you build a responsive layout you do this.

    CSS Grid allows you to organize content and re-arrange the layout for the screen it's being displayed on. This allows a website to be optimal on all devices. That's the biggest advantage but it stretches a lot farther than that.

    You can't turn a 10x10 table into a 4x25 table. CSS Grid lets you do that and then some. That's why it's a big deal and that's why it's not just tables 2.0.

  9. Re:So, tables? on Chrome 57 Arrives With CSS Grid Layout and API Improvements (venturebeat.com) · · Score: 1

    That's not how phone displays work. Pixel density matters so your 1024x768 phone could report it's screen-width as 320x240.

  10. Re:So, tables? on Chrome 57 Arrives With CSS Grid Layout and API Improvements (venturebeat.com) · · Score: 1

    Firefox released their implementation earlier this week: https://www.mozilla.org/en-US/...

  11. Re:So, tables? on Chrome 57 Arrives With CSS Grid Layout and API Improvements (venturebeat.com) · · Score: 1

    A bit more? It's like comparing a rowboat to an ocean linear.

    How do those tables work in a responsive layout? How much mark up do you need to create a table layout vs the same thing with a CSS grid layout? Is the table layout completely independent from it's content?

    It's not that structuring things in a way that was similar to a table was a problem, it's that tables were woefully inadequate. That lead people to using floats, which were really meant for having text float around images. Now we have flexbox for general content and grids for overall page construction. With these tools, the web might be mature enough that we don't need a whole new system every 5 years.

  12. Re:About that shiny new feature... on Chrome 57 Arrives With CSS Grid Layout and API Improvements (venturebeat.com) · · Score: 2

    BootStrap's grid layout uses floats to achieve a grid. CSS grid is an actual CSS specification built around creating grids in the browser window. It's incredibly useful for web apps and also makes web design much more similar to print design.

    A good site for learning how to use CSS Grids: http://gridbyexample.com/

  13. Re:So, tables? on Chrome 57 Arrives With CSS Grid Layout and API Improvements (venturebeat.com) · · Score: 1

    Flexbox works nothing like the table element. They're not even remotely similar.

    CSS Grid is similar to the table element, except it eliminates all the problems associated with and makes web design much more similar in approach to print design. As someone that has gone from table layouts to float layouts to flex layouts and recently started using css grid layouts, I can say emphatically that no one gave up and went backwards.

    It's incredibly exciting to see these tools in the wild. To have them derided and wrongfully labelled as rehashes of the woefully inadequete the table element is not only counter productive, it's also incredibly wrong.

  14. Re:"Labor Shortage" on Indian IT Sector Warns Against US Visa Bill (reuters.com) · · Score: 1

    Except talent is bullshit. Don't push the mythical creator nonsense where people are born with certain abilities or they aren't. What people call talent is actually a person's persistence in pursuing a skill and being passionate enough about it to become an expert. The easiest way to show this kind of progression is through visual artists: https://medium.com/@noahbradle... Artists don't wake up one day being talented, they spend decades improving their craft. The same applies to any skill, including abstract thinking. Anyone can have a talent for abstract thought, they just need the interest and dedication to improve that skill.

  15. Re:I did a complete 180 on AV software on Google Chrome Engineer Says Windows Defender 'the Only Well Behaved Antivirus', Cites 'Tons of Empirical Data' (onmsft.com) · · Score: 4, Informative

    AV software forging SSL certificates is downright baffling. A client of mine kept having his website marked as insecure despite having an SSL certificate and all tests showing it was working properly. Turns out it was a false positive from his AV software and there's literally nothing you can do about it besides telling someone to uninstall their AV.

  16. Re:so we single folks on American Express Will Give All Parents 20 Weeks Of Paid Leave (cnn.com) · · Score: 4, Informative

    This is such a bizarre and staunchly American attitude. In Canada you automatically get 17 weeks paid leave when having a child. You can also take an unpaid parental leave for up to 35 weeks and your employer cannot penalize you in any way for taking these leaves. The Canadian government is currently look at increasing the paid leave and applying it more equally to men and women in the future as the current system is felt to be inadequate.

    Typically when someone goes on parental leave in my workplace a new employee is brought on temporarily under contract to "pick up the slack". If you choose not to have children or are not in a position to have children well then that's just too bad for you. Raising children is a huge commitment, both in time and money and there absolutely should be support from government and business to make major life events like this easier. It also encourages new mothers to do what's best for their health and the baby's by staying home and taking care of the newborn.

    As someone from the outside looking in, the American system seems downright barbaric and more companies need to be doing what American Express is.

  17. Re:Flappy birds clone on Nintendo Legend Miyamoto: Mario Needs To Evolve To Survive (cnet.com) · · Score: 5, Informative

    Nintendo's survival does not hinge on a $10 mobile game. Not even close. Your post and this article are poorly informed and borderline inflammatory.

    Nintendo's future largely depends on the success of the Switch but even if that goes belly up, Nintendo still has plenty of cash in the bank so stop with the doom and gloom nonsense.

  18. Re:Tell that to on Nintendo Legend Miyamoto: Mario Needs To Evolve To Survive (cnet.com) · · Score: 1

    Can you elaborate? Just about every Mario Bros game for the past 5 years has had co-op.

  19. Re:Lovely...with no pressing issues... on Canada's Prime Minister Justin Trudeau Makes Game For Third Annual Hour of Code (gamasutra.com) · · Score: 1

    No there shouldn't be a referendum. Our electoral system needs to be updated and the average Canadian either doesn't care enough to do the research or is too easily swayed by political propaganda to make effective decisions. We need some form of proportional representation with run off ballots so we don't get another shit head like Harper elected because the Liberal / NDP / Green voters (who are the majority of Canadians) aren't stuck with a party and a prime minister that only acquired ~40% of the vote. I also don't see how the Liberal policy decisions are more out of touch than the Conservatives who basically bet everything on big oil, silenced scientists, implemented policies that made the rich richer and tried to bend, break and bully their way through everything that stood in there way, including the Canadian Judicial system. I'm only saying this about the Federal Liberals though. In contrast, I think the Ontario Liberals should serve jail time for the gross incompetence they've displayed.

  20. Re:Better be ready to be beat up when layed off wo on Many CEOs Believe Technology Will Make People Largely Irrelevant (betanews.com) · · Score: 1

    I think the point some people are trying to make is the average slashdot user has multiple interests and could easily fill their time with passion projects. The average person however might list their interests as watching TV, sleeping in, re-enacting episodes of jackass and McDonalds. Universal basic income would likely be of little help to people like that.

  21. Your premise is faulty on The UK Is About to Legalize Mass Surveillance [Update] (vice.com) · · Score: 1

    You assume that politicians are doing the will of the people. That is incorrect. This is the government increasing the governments powers while spreading FUD to justify their actions to the populace.

  22. Re:Novelty will wear off on Pokemon Go Becomes Biggest Mobile Game In US History (techcrunch.com) · · Score: 4, Insightful

    The Wii craze that basically lasted 5 years and resulted in record number of sales and some absolute classic games? Yeah, I remember it. And I still play my Wii. I haven't played it but Pokemon GO is going to be many people's first dose of augmented reality and that's going to give it a lot of staying power.

  23. Re:'Regular' Chinese TV == crap? on Millions of Chinese Stream Reality Shows Starring Themselves (bloomberg.com) · · Score: 2

    It definitely explains why America spawned Youtube.

  24. This is exactly why I stopped reading Facebook. I got tired of seeing shitty clickbait articles and "trending" stories about Kim Kardashian or Taylor Swift. These things are not interesting or relevant to me and being constantly bombarded by them just pissed me off. It's unfortunate Instagram is following this trend as what's there works perfectly fine for me as is. I want my feed organized in a manor I deem useful, not one that arranges things by popularity which in my opinion is the most useless metric possible.

  25. Re:Who is to blame? on Consumer Campaigners Read T&C Of Their Mobile Phone Apps To Prove a Point (bbc.com) · · Score: 4, Funny

    A good start.