Slashdot Mirror


User: Jorl17

Jorl17's activity in the archive.

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

Comments · 523

  1. Re:Python? Really? on Researchers Reverse-Engineer Dropbox, Cracking Heavily Obfuscated Python App · · Score: 2

    In fact, if you RTFA, you see that's what Dropbox does.

  2. Patents on Samsung Infringed On Apple Patents, Says ITC · · Score: 1

    Patents are meaningless and hurt the overall market. There, I said it.

  3. Re:A hostage to fortune. on Mozilla Plans Major Design Overhaul With Firefox 25 Release In October · · Score: 2

    I present to you, uzbl

  4. Re:A Solid it Depends... on Ask Slashdot: How Important Is Advanced Math In a CS Degree? · · Score: 1

    And don't forget statistics and data analysis!

  5. It depends on Ask Slashdot: How Important Is Advanced Math In a CS Degree? · · Score: 1

    Maths is always good, no matter what situation. It goes side by side with logic, and calculus is a way of thinking about the world and its processes.

    For some areas, there's a lot of math involved. Consider data analysis. At first, it may seem like you will never need data analysis, but many people end up working for companies where they have to track performance and efficiency issues (if you can save those 5 bits for each of those 10M clients, you'll get a nice raise). Another example: picture a situation where you are developing a phone application to determine if the user is riding a bus or not. In these kinds of situations (not that rare), you'll need to know data analysis, frequency analysis, time-frequency analysis....and for that you'll always eventually wind up having to understand some concepts of 'Advanced Math' (though do note that this isn't 'advanced math' at all)

    I often hear that there are engineers and programmers. If you just want to be a programmer, maybe you won't need maths, but if you want to be an engineer, it will not only boost your way of thinking, but also simplify a lot of problems. (I'm not saying you'll ever have to know how JPEG or GIF works -- this involves maths --, but I'm saying that if you do, then you can do great things with that information).

  6. Re:NTFS on Microsoft Developer Explains Why Windows Kernel Development Falls Behind · · Score: 4, Funny

    Then go RTFA!.

    Oh, right, this is /. ...

  7. Re:Reminds me of this book on Baseball Software Can't Score What Jean Segura Did Friday · · Score: 1

    AH! Brilliant, sir! Have all my internetz!

  8. Re:THIS is what we need more of on /. on Semi-Automatic Hacking of Masked ROM Code From Microscopic Images · · Score: 4, Insightful

    And yet, only 18 comments. Why? This was the most awesome article in MONTHS.

  9. Re:Not for users on Windows Software Coming To Android Via Wine · · Score: 1

    "Wine SDK" = Winelib. Just plug in the fact that Android has no X11, fix a couple of dependencies, and there you go. BTW, you still need Wine to run Winelib applications (those are compiled with the Win32 API implementation given by wine, that is, they are native, but still require, for instance, a wineserver). It's all native, though.

  10. Re:Probably not native binaries on ARM on Windows Software Coming To Android Via Wine · · Score: 1

    Just a little heads up. That library is called WineLib, and applications built with it also have to be run within Wine itself, I believe. (That is, they still need a wineserver, for instance)

  11. Re:TL;DR on Windows Software Coming To Android Via Wine · · Score: 1

    You were modded informative, IMO, for part of your post. Wine is not stuck in the Windows 2000 era for sure, as I have run many applications specifically designed for XP (and some made for Vista and Seven). You are right when you say that it "is relatively slow compared to Win32 on actual Windows", but you should add that this actually isn't for the majority of cases, or at least not in my experience. Anything DirectX related is bound to be slower in Wine, yes, but I've had better performance in Wine on multiple occasions.

    And yes, you are again right when you say it has numerous bugs ;]

  12. Re:Performance on Windows Software Coming To Android Via Wine · · Score: 1

    Everything on the other side of the WIn32 API is native indeed, with Wine. I'm not sure if you were asking that or somehow implying it, though I figured I'd clear it up.

  13. You're right, the performance difference is negligible. I guess it's just a habit I've developed, though when I come to think of it, it really makes some sense to leave that in release code. OTOH, it might reveal what you expect a function to do more easily, thus facilitating reverse-engineering if one is afraid of that.

  14. Re:printf on Typing These 8 Characters Will Crash Almost Any App On Your Mountain Lion Mac · · Score: 4, Insightful

    This is not input checking. Input checking is checking the input for validity and acting accordingly. This is an assert, which is usually used as a way for programmers to make sure they didn't fuck up. If it is triggered, then the programmer fucked up. That's how it's supposed to be used.

    Hence, the programmer fucked up, and this isn't input checking. It is nevertheless, IMO; a good practice to assert things (in debug code), but it also isn't checking for valid inputs, it's checking for programmer stupidity.

  15. Re:first post! on Oracle Responds To Java Security Critics With Massive 50 Flaw Patch Update · · Score: 5, Funny

    Java browser, eh?

  16. Re:Virtualization on WindowsAndroid Lets You Run Android 4.0 Natively On Your PC · · Score: 1

    Please don't call it an emulator, it makes me cringe. Wine really isn't an emulator, period.

  17. Re:Dying gasps on C Beats Java As Number One Language According To TIOBE Index · · Score: 1

    And I loved those performances !
    I guess you're right. However, I still don't think Java is the right tool for ANY job. But that's just me, and I'm known for hating Java.

  18. Re:Dying gasps on C Beats Java As Number One Language According To TIOBE Index · · Score: 2

    That's not Java. It's a very strict and small subset of Java. You can't even have 2D arrays!

  19. Re:come on! on The Android SDK Is No Longer Free Software · · Score: 1

    I am afraid I have to tell you that "None of the Christian churches or all of them together directed the deaths of millions of people", while correct, is only "partially correct", as the Crusades did happen. And if not death, pedophilia and other things. These exist everywhere, it is as much of a fallacy to deny that they exist in the church just because it is holy sacred and whatnot.

  20. Its on Does 2012 Mark the End of the Netbook? · · Score: 1

    It's "its", and that's killing my eyes. As for the subject, I believe netbooks had and still have their use but they're simply not for everyone and we've got to learn that and stop bitching about it.

  21. Re:links to NIST on BLAKE2 Claims Faster Hashing Than SHA-3, SHA-2 and MD5 · · Score: 2

    Why not Ask Slashdot?

  22. Re:I grew idolizing you on Linus Torvalds Will Answer Your Questions · · Score: 1

    Deeply interested in this as well.

  23. Re:Magic on Violation of Heisenberg's Uncertainty Principle · · Score: 0

    You made my day!

  24. Re:KDE on CowboyNeal Weighs In On the Windows 8 "Metro" GUI · · Score: 1

    And I have self-modified versions of many of those things, in particular, cairo, guake, gmrun and pcmanfm.

  25. Re:KDE on CowboyNeal Weighs In On the Windows 8 "Metro" GUI · · Score: 1

    Until I get the nerve to write my own app. I have quite some small apps that I just wrote myself. Battery readers, volume managers, handlers for keypresses, cpufreq graphical interface, etc.

    gqview isn't broken, so I won't break it myself. If I want something else, I'll code that, period.