Slashdot Mirror


User: McLoud

McLoud's activity in the archive.

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

Comments · 89

  1. Re:A demonstration of "out of context" on Garfield Phones Beach Mystery Finally Solved After 35 Years (bbc.com) · · Score: 1

    I'll throw this out there as a fun out of context quote:

    "Ar Viltansou and local officials say they will continue to harvest Garfields from the coastline."

    Monsters!

    My non-existent criptocoins for mod points, that was as good one

  2. It sounds like Java 9 is the Windows Vista version of Java: it broke backwards compatibility and made users apprehensive to upgrade yet despite that, it was absolutely necessary to increase the quality and the long-term maintainability of the product. Assuming that they didn't make any other major changes that created significant difficulties in upgrading past version 9, I think I agree that Java will be better in the long-term for these changes.

    Except Windows Vista was slow as sh!t and Java 9 should be faster than 8

  3. Re:Not the right metric. on You Can Play Over 2,600 Windows Games on Linux Via Steam Play (tomshardware.com) · · Score: 1

    Better metric would be, how many games that I want to play work on Steam on Linux, I promise you the number is far, far lower then the Hackers Quarterly.

    How about some citations on what you might want to play? Everything I like to play is there, even titles I'm still considering buying since I still didn't manage to play everything me and my gf own together. And theres is like all recent eldes scrolls except maybe the MMORPG thing, all tomb raider, thief, all of the witcher, planetary annihilation...

  4. Re:Honest Question on KDE Plasma 5.11 Beta Released (kde.org) · · Score: 1

    I use it everyday for both work and home, breeze dark theme is pretty good for my eyes (and I wear glasses)

  5. Re:Is Wine Useful? on Wine 2.0 Released (softpedia.com) · · Score: 1

    About 2, you might run into driver issues in windows as well (ex: periodic crashing in Witcher 2). On wine, depends on the game. Skyrim (not special edition) runs just fine, including with skse, skyui and the ESB shader stuff

  6. Re:Could you gush a little more? on Slashdot Asks: What Are Your Favorite Java 8 Features? (infoworld.com) · · Score: 1

    Who has the luxury to start a made to last new project from scratch except maybe some opensource zealots?

  7. Re:QtQuick is killing KDE. on Ask Slashdot: Is KDE Dying? · · Score: 1

    I had a conversation on this just Friday, so weird that it's on /. a day later. As a KDE user and Qt developer (who uses Qt). The widget's-only Qt of old was solid. The QtQuick that KDE4 was based on didn't really fit. It's a transition that's still being made.

    Stopped reading right there. I'm pretty sure QtQuick disn't exists around KDE4 time and I'm certain none of it is used in the DE. Some stuff in Plasma 5 might use it, but only in the lastests releases and is hard to notice.

  8. Because 'backspace to go back' is default behavior in a lot of programs, not just web browsers. Try it in File Explorer, for example.

    Just like F1 being a nearly universal shortcut for 'help', F2 for 'rename', F3 or CTRL+F for 'search', and so on. I shouldn't have to relearn shortcuts for common behaviors in every program I want to use.

    Except webpages have lots of inner controls (memos or custom js-controlled stuff) where the user sees text and expect the backspace to delete the prior character. Try that in spreadsheet who share that specific requirement and see if backspace goes to the "prior tabsheet"

  9. Re:To Kill An Egotrip on Elon Musk To Write a Book About Earth Sustainability and Mars Colonization · · Score: 1

    So who we can trust to be an Mars colonization expert since no one actually have done it yet? Let's judge the ideas on their own merit, even if they might be a stretch from what we might be able to accomplish with them

  10. Re:Always struggling with a Dodgy NVS mobile... on AMD Catalyst Linux Driver Catching Up To and Beating Windows · · Score: 1

    My note also has optiumus and works properly, testes with Skyrim over wine. The only thing that doesn't work is sound over HDMI using the nvidia card.

  11. Re:Solar neutrinos on You're Doing It All Wrong: Solar Panels Should Face West, Not South · · Score: 2

    I'm installing solar neutrino panels, and facing them down. That way I can get power at night when I really need it.

    And it all comes at no charge!

  12. Re:We need something... on Famo.us: Do We Really Need Another JavaScript Framework? · · Score: 1

    What I'd really like is a Javascript-like language - that compiles to efficient Javascript - where I get to structure my application; enforce type constraints at compile-time; provide test-time assertions... etc... and allow me to implement my Javascript application as a collection of independently tested components.

    So you want Ceylon then?

  13. Re:Awwww on Saturn May Have Given Birth To a Baby Moon · · Score: 1

    My GF's aunt used to say that when they are little's, you feel like you want to eat them. Once they get to the adolescence, you wonder why you didn't

  14. Re:Reversable? on USB Reversable Cable Images Emerge · · Score: 1

    But if you plug it in the other way round won't the phone charge the car's battery, and the 1's become 0's on the data?

    No. You just have to keep the charging device elevated above the charged device. It works like a siphon.

    Insighful??? Is this serious really?

  15. Venezuela on Physicists Produce Antineutrino Map of the World · · Score: 1

    Keep out of Venezuela if you want to keep your precious neutrino sensors. They basically confiscated the brazilian gas plant there and the government is turning into a de-facto dictatorship much like the Cuba of old or worse

  16. Re:Did they finally straighten out the 64-bit mess on Java 8 Officially Released · · Score: 1

    Try to use PKCS12 in windows 64bit jvm and see how far you get. Hint: it's non existent because the original code is C and nobody's bothered to compile it because "they didn't have a 64 bits smartcard to test it on"

  17. Re:Getters and setters on Visual Studio vs. Eclipse: a Programmer's Comparison · · Score: 1

    "One full-time Java programmer told me that he hasn’t had to manually type in any setters and getters in years, and he has a template from which all his objects are typed in automatically, thanks to the code snippet tools in his favorite editor (which isn’t Eclipse—he uses IntelliJ). Clearly, methods of automated typing seem to be a favorite among a lot of programmers. So why did Visual Studio remove a feature that facilitated this? Who knows."

    Let's not mention the fact that in C# you don't need to manually type in all the getter/setter junk, just public int MyField {get; set;}

    These days in java, I just use Lombok. Put an @Data over your class and it generates everything. Pull in extra @EqualsAndHashCode on entity classes so the Equals/HashCode gets generated on proper business fields for database stuff and done. No more getter/setters needed to be typed and Netbeans even recognize the new methods on save

  18. Re:Appropriate tool use on LibreOffice Calc Set To Get GPU Powered Boost From AMD · · Score: 1

    When people go wrong using spreadsheets it's usually one of a few ways. The one I see the most is when they take what should be a prototype analysis and turn it into a production tool. If you need to put a bunch of buttons and other interface tools on a spreadsheet THEN you are doing it wrong. The second is when they try to take analyzed data involving more than 3 dimensions. While it can be done it rarely is a good idea.

    Excel pivot`s is very good as a pivoting tool, and very few applications do it better, and I don't know of any that do so at excel's price range. Calc's version of it it's crap and kinda hard to setup.

  19. Re:QT is a flawed implementation of cross platform on Qt 5.1 Adds Android and iOS Support · · Score: 1

    On Windows there is no standard widget set that everyone uses, an no agreement on how a widget should behave. Every framework has their own. MFC, WinForms, whatever MS Office uses, Wordperfect, etc.

    There are standard widgets provided by the OS, and everyone who uses them will produce apps which look the same, absent customization. There are alternatives, but that doesn't change the fact.

    Really? So how to I use those nice office widgets like the excel pivot or word rich text editor (since the one I can use in MFC is crap) in my own native MFC application?

  20. Re:Yes but on Objective-C Comes of Age · · Score: 1

    Thats like saying that C/C++ adoption on windows is due to vector locking because that's what the API is built on. Due to that, C-like bridges need to be build into other languages so they could talk to the OS
    The same can be done to talk to Objective-C

    DISCLAIMER: have been dealing with windows api the whole week and is not funny

  21. Its not the languare only per se on Why New Programming Languages Succeed Or Fail · · Score: 1

    It's not really just the language. It's the entire programming environment: the language, the library, what system features it allows you to get your hands into and failing that last one, how much the language has "build in" and with how much quality, how much trouble-less it is to run in your target system, how much easy is to build a program around it
    The major PITA's I have found with "alternative" languages is when building beyond hello-world/clickety demos. Many languages with their respective build environments fail to provide a good desktop infrastructure to build rich apps. Some fail at the web side of it. Some ain't much good at any of it. For windows desktop apps, if you don't provide support for system widgets, you better have a alternative to the build in rich editor with printing support that can just copy/paste to/from office-like software without much trouble. Many focus too much into the "programming" side of it and relegate the integration with everything else to second plan.

  22. Real statistic on Users Spend More Time On Myspace Than Google+ · · Score: 2

    Nerds spend more time on /. than any other use spend time on G+. Or MySpace. Or both added up together.

  23. Re:Oracle and Java on Oracle's Latest Java Moves Draw Industry Ire · · Score: 1

    In my experience, Microsoft has some of the best backwards compatibility of any vendor out there. Well written C++ and .NET apps on Windows will probably keep working until the heat death of the universe. Meanwhile, Java took a long time to catch on to the fact that the runtime and standard libraries aren't 100% backwards compatible, and that people may actually want to run multiple versions side-by-side. For comparison, every .NET app uses the appropriate runtime automatically.

    Java Runtimes are installed side-by-side, even minor versions. And even if you have a grip with a particular installer feature, you can very well get your own folder bundled with the app and it will not touch anything else. Try that with a .NET runtime. I've seen 1.1 .NET apps fail to work properly after a 2.0 .NET runtime got installed in the system, no way to do otherwise that I know, the only solution was remove everything and stall from scratch and stop the damn f* windows update from messing with the SO.

  24. Re:Popcorn loaded, commence fanatical BS... on Linux 3.2 Has Been Released · · Score: 1

    The only FS who can call death upon something/someone is ReiserFS

    *ducks*

  25. avant + compiz or kde on Ask Slashdot: Assembling a Linux Desktop Environment From Parts? · · Score: 1

    Last time I used that, I was using compiz, avant-window-manager and gDeslets. I used nautilus as filemanager, but keep in mind this was in the gnome2 days where all you needed was to lauch gnome-settings-daemon and you was set. At this day and age, I use a customized kubuntu, and plasma makes very easy to move stuff around the way I like to do, kwin is working great in 4.7.6 as window manage. The only complaints I got is kopete protocol stability (only recently msn got back to working for me) and lack of a descent SIP phone, so I got to use ekiga for that. I always used thunderbird as mail client and that's unlikely to change since it is mostly desktop-safe, same for chrome (konqueror or rekonq are still too slow;/buggy for general usage)

    Thats my 0.02 brazilian cents