Slashdot Mirror


User: Movi

Movi's activity in the archive.

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

Comments · 175

  1. Why am I still reading this shit? on What Spotlighting Harassment In Astronomy Means · · Score: 0

    Ok, that's it, I'm done. Where's the delete account button? In the olden days I'd probably ask if someone wasn't my ID, but nowadays that's ableism or some kind of crap like that, right? Because no fun allowed.

  2. Re:I can already see it on Samsung Agrees To Pay Apple $548 Million Over Smartphone Patents (theverge.com) · · Score: 0

    This is already happening, but TSCM doesn't have nearly the capability to keep up with demand. Not to mention Samsung dictates the worlds production of some components (like Flash storage)

  3. Re:I can already see it on Samsung Agrees To Pay Apple $548 Million Over Smartphone Patents (theverge.com) · · Score: 1

    Samsung Mobile and Samsung IC are different companies (but under one mothership mind you). Apple wouldn't dare piss off the #1 producer of Flash chips in the world

  4. Re: Nothing is stopping women on Fullstack Launches Coding School For Women (sdtimes.com) · · Score: 1

    I haven't seen anything like that on Anand - seriously. Where did you find it?

  5. Re: Nothing is stopping women on Fullstack Launches Coding School For Women (sdtimes.com) · · Score: 1

    >sites that specialize in this type of clickbait dying

    Buzzfeed, bordepanda and gawker are still alive. Panem et circenses. I have been pondering to leave this site once and for all, but to be honest, I have 3 tech sites that i still frequent that didn't go to shit, this one included (the other one beeing Anandtech and Androidpolice, which I both highly recommend if one is interested in their topics). That's not a lot.

  6. Re: Nothing is stopping women on Fullstack Launches Coding School For Women (sdtimes.com) · · Score: 1

    >and you can't deny that
    Sophistry at it's finest.

    Also, how the hell did Slashdot succumb to these PC narrative driven clickbait articles of all places. News for nerds stuff that matters?

  7. Re:Uh huh. on Volkswagen Boss Blames Software Engineers For Scandal (bbc.co.uk) · · Score: 1

    SVN? C'mon man, it can't be that bad :/

  8. Which is why we saw an armed uprising against the government when it was revealed by a whistleblower that it's actively spying on its populace on basically all fronts with no oversight...

    Wait, no, that didn't happen. Nobody gave a shit, and some of the populace was even defending this shit. Right. You keep your guns. It's a token showing how useless it is against a weak and complacent mind.

  9. Re:NASDAQ use Java: on Cassandra Rewritten In C++, Ten Times Faster · · Score: 1

    Right. Except that gcc has had -march and -mtune forever.

  10. Don't trust this "news" on Leaked Documents Suggests Uber Is 'Losing Millions' · · Score: 1

    >Documents leaked to Gawker

    Into the trash it goes

  11. Re:This is why I gave up PC gaming on AMD Radeon R9 Fury X Launched, Independent Benchmarks, HBM Put To the Test · · Score: 0

    >Most games release 5 years after consoles
    FTFY

  12. Re:c'mon on Al Franken Urges FBI To Prosecute "Revenge Porn" · · Score: 1

    Well, they deman equality of *results*, sometimes even superiority in many other fields - high paying jobs, political power, legislation benefits. So hell, why not equalize suicide rates? Hell, I'm pretty sure the high male suicide rate is either a social construct or a sign of "The Patriarchy" to them anyway.

  13. Re:ABOUT FUCKING TIME! on Ubuntu To Officially Switch To systemd Next Monday · · Score: 2

    Well, Gentoo will never make your run systemd, or even udev. Come over, we have cookies (which you can compile yourself)!

  14. Re:Money on Mozilla: Following In Sun's Faltering Footsteps? · · Score: 1

    And then there are the people using Mobile Safari sitting on the sidelines, enjoying the shitshow.

  15. Re:Just make it less bloated on Mozilla: Following In Sun's Faltering Footsteps? · · Score: 1

    Because juggling RAM isn’t free in CPU time. It’s cool if you can fit it all in, but you still have to read and write data. If you have a lot of it, well your caches get trashed, and you’re still managing memory instead of doing meaningfull stuff.

  16. Closed source GPUs on Intel Announces Atom x3, x5 and x7, First SOCs With Integrated 3G and LTE Modems · · Score: 3, Interesting

    Incorporating Mali GPUs is bound to piss off the OSS crowd - they tried that before with PowerVR before, and those chips were the bane of any nettop user. They should have tried to slim down their own GT chips.

  17. Re:OSX is a hammer without a handle on How Sony, Intel, and Unix Made Apple's Mac a PC Competitor · · Score: 1

    Quartz extreme is just the compositing part - like Xgl. Quartz2D Extreme is the actual "draw widgets on GPU" part

  18. Re:OSX is a hammer without a handle on How Sony, Intel, and Unix Made Apple's Mac a PC Competitor · · Score: 1

    No, it isn't. Seriously, I've not seen any real evidence of this.

    Move a window. See how the window lags behind the cursor? (Or the cursor lags behind the window, i don't remember). That's one. Now scroll in either chrome or firefox. Less than 60fps. Enable compositing - now you've lost vsync with any kind of accelerated video (unless you enable that ugly hack in intel drivers, which slashes performance in half). That's just the top of my head.

    If anything it's one of the best performing systems out there

    Even the current developers of Xorg disagree with you

    On some cards with the "glamour" driver, all 2D operations are done on the graphics card using shaders. Never mind the EXA and XAA systems which have also used older 2D acceleration.

    That's exactly ONE driver - intel. And glamour is a HACK. It does a double-reacharound to do what wayland does by default (and any other sane windowing system). With adding the X protocol cruft with all it's stupid extensions on top.

    Yes it does and you're just making shit up.

    No, I'm not. First it was XAA, which did shitall. Then it was RENDER, which supposedly did what glamour does now. Oh, and let's not forget about EXA, FMA and other 3 letter acronyms which were supposed to "fix it". I read Keiths blog regularly, I remember his benchmark for intel, when he worked on SMA and GLAMOR (too lazy to link to his benchmark, but you can use google). And let's get this straight, all those "acceleration" extensions were for one purpose - going AROUND the X protocol, because it was designed for LINES, not bitmaps.

    So using shaders to do 2D stuff is a "hack" in your book? How does that make any sense whatsoever?

    No, doing 2D in shaders is exactly what you want. Gluing that to the X protocol is patently stupid and counterproductive. It's a stopgap until the Linux desktop adopts wayland.

    Did OSX get some hardware accelerated features first? Yes, but it didn't get hardware assisted rendering of any sort first

    Actually, it did.

    OS X 10.4 (Quartz Extreme 2D) - 2005
    Win 7 (DirectDraw) - 2009
    Linux - about now-ish, and STILL not fully adopted. Unless you can point me to a data source that claims otherwise. And no, hacks like glamour (which got release a fucking month ago!) or Xgl don't count (it doesn't matter really, since it was just compositing)

  19. Re:OSX is a hammer without a handle on How Sony, Intel, and Unix Made Apple's Mac a PC Competitor · · Score: 1

    While i hate systemD (Gentoo user here), it takes a minute playing around with weston to notice that we should've been using this for a long time. Xorg IS old, slow, buggy and deprecated by all standards.

    And this is exactly why OS X is superior in that regard. They had GPU assisted rendering (first compositing, then full UI rendering) since what? 2005? I remember it was around 10.4 PPC. We have 10.10 now. Windows only figured it out on Vista and up. Linux STILL doesn't have it (Xgl was just compositing) unless you count hacks like glamour.

  20. Re:OSX is a hammer without a handle on How Sony, Intel, and Unix Made Apple's Mac a PC Competitor · · Score: 1

    X11 is neither antiquated or stale

    Which is why the Linux world is so eagerly jumping on the wayland/Mir bandwagon, right?

    Such as?

    Textmate would be one fine example that I use, you also have Sublime (granted, it's multiplatform) and Coda if web development is your cup of tea.
    And then you can have pretty much ANY of the Linux text editors if you wish, as GP said.

  21. Fine, let them on Michigan About To Ban Tesla Sales · · Score: 1

    Very well, let them. Nobody in Michigan can afford one anyway.

  22. Re:did they even think when they made that list? on The Tech Fixes the PS3 Still Needs, Eight Years On · · Score: 1

    Because it was a really complex architecture, which even todays PC can’t get right and accurate

  23. Re:ChromeOS on Google Brings Chrome OS User Management To Chrome · · Score: 1

    Too bad 2 out of 3 OSes you mentioned aren't "locked down"

  24. Chrome is getting slower on Google Brings Chrome OS User Management To Chrome · · Score: 1

    Too bad Chrome is becoming less of a browser and more of an operating system in itself. The emacs of web browsers if you will.

    Not to mention it got unbearably slow since some time ago. For me, every time a website starts to do some DOM operations, it just stops dead in its track, does that, then resumes rendering. Very noticeable when scrolling. So much, that i switched to Safari for the time being. I still run Chrome in the background for the apps (Hangouts, Play Music). I wish they'd just fix it.

  25. Re:Atheros and OpenWRT on Ask Slashdot: Life Beyond the WRT54G Series? · · Score: 1

    Which is why I wrote "not ready yet" :)

    Not to mention the whole .ac world is still immature in my opinion, better to wait for cheaper/more mature chips then what's available.