Slashdot Mirror


User: arendjr

arendjr's activity in the archive.

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

Comments · 107

  1. Re: Subject bait on A Skeptical View of Israel's Iron Dome Rocket Defense System · · Score: 4, Informative

    You're not taking into consideration that Iron Dome does a trajectory analysis of the rockets and when the rocket is determined to fall safely outside of populated areas (like the vast majority of them do) they don't even attempt to intercept them. So they only have expenses for rockets which actually threaten to hit any cities.

  2. Re: Debian! on Valve Releases Debian-Based SteamOS Beta · · Score: 2

    Something makes me think they won't use remote X to implement their streaming feature though ;)

  3. Re: Debian! on Valve Releases Debian-Based SteamOS Beta · · Score: 1

    "Temporary" until 2019, which is soonest I expect Debian Stable to include Wayland :)

  4. Re: It means there's now one more API to target. on What Valve's Announcements Mean for Gaming · · Score: 2

    What are the odds they are building off of Mir or Wayland to get their improved graphics and input performance? If they choose one of these it would add a lot of weight to the respective choice.

  5. No rebuttal on Former Sun Mobile JIT Engineers Take On Mobile JavaScript/HTML Performance · · Score: 5, Interesting

    While this post is a valuable addition to Drew's analysis, I feel it's not really a rebutal at all.

    Yes, JavaScript is slow for the reasons Drew mentioned and yes, the DOM is a nightmare to optimize for responsive UIs. They're both right.

    While this blog also provides some nice insight into how you can have acceptable performance with a GC on mobile, it's not offering any workable alternative that would work for JavaScript. So Drew's article still comes out pretty strong, IMO.

  6. Re: Makes sense on HTTP 2.0 Will Be a Binary Protocol · · Score: 1

    The fuck! A car analogy that is actually accurate! Congrats, AC :)

  7. Re:Duh, they are a publisher on MS To Indie Devs: You Have a To Have a Publisher · · Score: 1

    What's even more telling is how misplaced their "we're on top" attitude is. Xbox 360 may have had the lead for quite a while due to being released earlier, but the PlayStation 3 actually did surpass it in worldwide shipments. In total shipments, MS is actually behind both Nintendo and Sony.

    Then again, I think they still do have an edge in the US (I'm in Europe, so I don't know the US numbers by head), and given that MS is a US company they must feel like they own the world.

  8. Re:A good idea on Proof-of-Concept Port of XBMC to SDL 2.0 and Wayland · · Score: 1

    It seems to me you're making an issue out of nothing. You say "applications must talk to the Window system, so the Window system is as important as the kernel", but in practice this is not true. Applications talk to a toolkit/library like Qt or GTK, or (as what this article is about, and which you agree is a good idea) SDL. These libraries do the hard work because noone wants to talk to Xlib directly since it's a mess. Now, as long as these libraries all support X, Wayland, Mir or whatever will be around next week there simply won't be a problem.

    You said it yourself. "It is always a good idea to use a platform independant library", and I agree. Yet you continue with the rest of your rant as if nobody actually does that.

    PS.: I disagree Wayland should be in the LSB. As others already mentioned, let it first prove its worth. And not to forget X's network transparency is very valuable to some. Forcing Wayland into the LSB would be like throwing out the baby with the bath water, at the very least.

  9. Re:Native framework not-quite-C++ yay. on Tizen 2.0 Magnolia SDK and Source Code Released · · Score: 1

    Not just that, the API they use for developing native applications is EFL. You know, the API from Enlightenment, the immensely popular X11 window manager. It's all pure C. That will be an ecosystem developers will flock to en masse!
    </sarcasm>

  10. Lazy journalism on Tax Peculiarities Mean Facebook Paid No Net Taxes For 2012 · · Score: 1

    "Facebook didn't immediately respond to an emailed request for comment, according to The Huffington Post."

    While I agree with the article's premise, this just seems incredibly lazy to me. Heck, e-mail isn't even meant for immediate responses!

  11. Re:More like... on Ask Slashdot: Best Alternative To the Canonical Computer Science Degree? · · Score: 5, Informative

    It's getting a stupid meme, but again: this.

    I got a job as a web developer (though the job title is actually Senior Software Engineer). I did a Bachelor's in Computer Science and a Master's in Software Engineering, and it sure paid off. Of course going to college didn't teach me how to do PHP or HTML or CSS, but it did teach me about time complexity, algorithms, data structures, and all the stuff needed to solve scalability problems. It taught me database design, which you better firmly grasp before even thinking about using a NoSQL solution. It taught me about testability, software processes and design patterns, all stuff which any developer should know, web or not.

    I remember when I was young and just about to start going to college. I was a self-taught programmer, was working as a programmer part-time already, and I still had the arrogance to even doubt if college could still teach me anything useful. Boy, am I glad I finished my studies anyway.

  12. Re:I remember a story when I worked at Microsoft.. on Why Microsoft Got Into the Console Business · · Score: 2

    Funny, Gabe himself considers Apple a bigger threat to the upcoming Steambox than either Microsoft or Sony.

    But even so you may be half right, Valve will probably be a threat to Sony and MS as well.

  13. Re:Hope it's not windows 8 on US Military Signs Modernization Deal With Microsoft · · Score: 2

    What I think mlts means to say is he wants a browser that is implemented for Metro itself, not just presents itself there. Neither IE10 nor Chrome runs in the restricted sandbox like Metro apps.

  14. Re:Bullshit on Researchers: PATRIOT Act Can 'Obtain' Data In Europe · · Score: 1

    It's not bullshit at all. But yes, the Data Protection Directive makes it very hard for companies to comply with both PATRIOT and the DPD. In other words, many US companies are excluded by default from providing cloud services to many European agencies.

  15. Re:Having a strong competitor to GCC on FreeBSD Throws the Clang/LLVM Switch: Future Releases Use LLVM · · Score: 1

    Well, it seems to me the major forces driving the development of a compiler are the chip manufacturers and the developers of operating system. Both have an intrinsic desire to have a good compiler available to them. But what vested interest do they have that this compiler be GCC? If at some point in the future LLVM were to be become the one generating the most efficient code, and if the LLVM codebase is the more maintainable one, then why not switch?

    And both chip manufacturers and OS developers seem to have a common goal of making their optimizations available to as many developers as possible. It does not seem to be in their interest to make their optimized versions prioprietary. After all, the compiler is not their money maker, it's simply a prerequisite of getting developers to support their OS or CPU in the first place!

    You're right any GPL purists will likely stick to GCC, but personally I doubt they make up the majority of the GCC community.

  16. Re:Having a strong competitor to GCC on FreeBSD Throws the Clang/LLVM Switch: Future Releases Use LLVM · · Score: 1

    My agenda has no stake in this debate other than me wanting to have a good open-source C++ compiler available.

    Why your mumbling about browsers is beyond me, but maybe I'm the one missing something...

  17. Re:Having a strong competitor to GCC on FreeBSD Throws the Clang/LLVM Switch: Future Releases Use LLVM · · Score: 1

    If both were proprietary software, I'd agree, but given they're open-source, I don't think so.

    GCC is an open-source project. How are they going to hire extra developers to keep the edge over LLVM? And to what end? Once LLVM takes over the crown I believe it makes more sense for a lot of GCC developers to just continue their work on LLVM instead, and GCC will shrink to irrelevance. But it's still good for all involved, as everybody gets a better compiler :)

    (And yes, I know, this might not happen for a long time, and GCC supports many more languages than LLVM, but I do think over time LLVM will become more dominant...)

  18. Re:Why be happy? on Researchers Crown Buddhist Monk the World's Happiest Man · · Score: 1

    How do you define Actual Life? You seem to imply happiness can be improved by improving this magic variable called Actual Life, but how are you going to do that? Get more money? Get more wifes or children? Work less? (See, there's already a conflict with the first suggestion) Live healthier? Have more friends?

    If we are to stick to your formula, I think given the ambiguousnous and vagueness of the definition of Actual Life, working on (b) and (c) is the only sensible choice.

  19. Re:The damage is already done on Nokia Apologizes For Misleading Lumia 920 Ad · · Score: 1

    Seriously? Take a look for yourself: http://swipe.nokia.com/features/

    That must be the first you actually see what MeeGo is like, because apparently you still think they use a "desktop paradigm". They were innovating, but some people at the top apparently were too blind to recognize it, or (more likely) simply stubbornly unwilling to admit it.

    There's a reason the N9 with MeeGo outsold their first batches of WP7 phones, despite its lack of marketing and limited availability.

  20. Re:The damage is already done on Nokia Apologizes For Misleading Lumia 920 Ad · · Score: 1

    So because you were a shareholder in the past, you were perfectly able to assess the future viability of their options?

    In my personal opinion is they should have stuck with MeeGo. As we can all see today, MeeGo is a very capable operating system. It would have had a very good application portfolio as well, because most Symbian applications could be ported with very little effort. In fact, they would still have had an enthousiastic developer following, as opposed to throwing them all off a cliff with their current strategy.

    But then again, if they'd stuck to Meego, its success would've meant that Windows Phone would be dead in the water for sure, which was not in line with Elop's interests.

  21. Re:For better or for worse... on Nokia Closing Australian Office, Looking To Sell Qt Assets · · Score: 4, Interesting

    Like it or not, thanks to Windows 8 "real desktop application" and "Metro app" will increasingly mean the same thing in the future. QML is a result of Nokia's (failed) mobile efforts, but thanks to it, Qt (unlike pretty much any other toolkit) is actually able to create competitive interfaces, regardless of whether the competition is using traditional widget-based interfaces or Metro-style interfaces.

    So yeah, I agree with GP here, QML is the best thing to happen to Qt in a long time.

  22. Driver's License Needed? on Ford Predicts Self-Driving, Traffic-Reducing Cars By 2017 · · Score: 3, Interesting

    Will these cars be autonomous enough that a driver's license is not needed anymore?

    The reason I ask is I'm 28, live in Amsterdam, and don't own a driver's license. Frankly, the main reason why I don't have one is simply because I never needed one. Within the city, biking is a lot more efficient. And for anything further, the public transport isn't that bad either. Of course I also save a lot of money not driving a car, and my CO2 output is a lot less too (not that I care that much).

    Still, there are always situations where a car would be preferable. But why wouldn't I just wait a few years more and get an autonomous car right away (or just rent one on those few situations). I wouldn't miss the experience of driving myself anyway. Heck, probably I would be using my laptop in my car instead. I guess someone can dream :)

  23. Re:Why? on Chrome Set To Take No. 2 Spot From Firefox · · Score: 1

    It hasn't anything to do with maturity at all, simply that normal kids at age 17 (or probably most people at any age) have better things to do with their time than analyzing competing webbrowsers...

  24. Re:Performance-tuned Java? on Oracle To Monetize Java VM · · Score: 4, Interesting

    Are you dynamically allocating memory during your calculations? Basically new and delete are pretty slow in C++. While garbage collection is slow as well, actually allocating of memory is much faster in Java. Fortunately, you can implement your own allocation strategy in C++ by overriding the new and delete operators. Admittedly, it's a bit more work but can in many cases easily result in a tenfold speedup.

  25. Re:Your argument is dead, Zed on Why Programmers Need To Learn Statistics · · Score: 4, Insightful

    I don't know Zed Shaw yet, but I think you're right.

    The whole problem he is describing sounds like a big ego problem. He himself has a huge ego, and has problems when he runs across the programmers, who often have huge egos as well.

    Now, I think he does make a point though. The programmers he is ranting about indeed do sound like assholes, just like he himself is. In order to be a really good programmer (or a good statistics expert) you should also know when to put aside your ego.