Slashdot Mirror


User: dannydawg5

dannydawg5's activity in the archive.

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

Comments · 44

  1. Re:GPLv3: Provide the object code files on Google Bridges Android, iOS Development With Flutter 1.0 (arstechnica.com) · · Score: 1

    Doesn't matter. If 1 major store says no, that kills it.

    There is no point in using a cross-platform toolkit if you can only target 1 platform. Might as well go fully native.

  2. Re:Why not Qt? on Google Bridges Android, iOS Development With Flutter 1.0 (arstechnica.com) · · Score: 1

    Qt requires a stupidly expensive all-in-one commercial license ($5k/year) to build a proprietary app for the mobile app stores.

    The free LGPLv3 used by desktop apps is not compatible with mobile apps because the stores apply its own legalese that prevents you from adhering to all the LGPLv3 clauses.

  3. Re: What about violating patents? on Feds Say Hacking DRM To Fix Your Electronics Is Legal (vice.com) · · Score: 2

    You caused them damage because by repairing the old device, you did not have to buy a replacement product. In short, you saving yourself money causes financial damage.

    If you think that argument is utter nonsense, I invite you to take a look at this 1942 Supreme Court case:
    https://en.wikipedia.org/wiki/...

    TLDR: A farmer grew his own wheat on his own farm to feed to his animals. U.S. sued him for dodging wheat growing limits. Farmer argued that the wheat was not bought nor sold and is thus not interstate commerce. The Court said by growing his own food, he was doing economic damage because he was no longer required to buy and thus is effecting interstate commerce. Farmer lost.

  4. The included license says "Attribution-NonCommercial-NoDerivatives 4.0 International"

    https://media.xiph.org/video/d...

    How can competitors use this if noncommercial clause attached?

  5. R&D software will stay native on Ask Slashdot: What's the Future of Desktop Applications? · · Score: 3, Insightful

    I am sick of hearing about how desktop apps are dead. How am I supposed to develop embedded applications through a web browser? I suppose a cloud compiler could do it --- assuming it supports my extreme customizations, and even then, I can't imagine how slow it'd be.

    What about network tools? My open source project is a network test utility: http://packetsender.com/. How can network test utilities exist other than a native desktop app? Am I supposed to create a browser add-on? Now we are just arguing semantics. Depending how deep the add-on is developed, might as well call that native.

    The app world is more than just a means to consume video, music, etc. Some people need to do real work.

  6. Re:AdBlock Edge. uBlock. AdBlock Latitude. on German Court Rules Adblock Plus Is Legal · · Score: 2

    I've been waiting for uBlock to be fully published before installing. I've been waiting a long time. It seems forever stuck in "preliminarily reviewed".

    Is there any particular reason Mozilla has not fully released it?

  7. Re:Sad to see the Republicans always... on New Jersey Removes Legal Impediment To Direct Tesla Sales · · Score: 4, Informative

    Planet Money did a good podcast episode on why buying a car is so horrible:

    http://www.npr.org/blogs/money...

  8. Re:Only 17 months to go... on Microsoft To Drop Support For Older Versions of Internet Explorer · · Score: 4, Informative

    The latest version of IE does not send "MSIE" in the user agent. Microsoft did this intentionally to encourage feature detection instead of browser detection. Most detection code relies on "MSIE" being present.

    If you must, it is still easy to catch IE though. "Trident" is still present.

  9. Re:Why the Displays? on Android Wear Is Here · · Score: 1

    Does E-ink support touch?

    If not, that's the only reason I can think of e-ink not being used. I assume essentially all android apps require touch support.

    Fire TV has a mechanism to simulate touch with its remote. Something like that could be used, but it was pretty awkward the few times I used it.

  10. Plenty of Alternatives on Dyn.com Ends Free Dynamic DNS · · Score: 1, Interesting

    Dyn has been abandoning the free service for a while. Companies are responding to this.

    The IP cams and routers I've bought in the past couple years (Foscam and ASUS) have rolled their own dynamic DNS service and built it in to their product. They use to just use Dyn until their customers started complaining saying Dyn is no longer free.

    I have not needed Dyn's service in a while.

  11. Re:What about the windows only software? and offic on High School Students Develop Linux Imaging and Help Desk Software · · Score: 1

    Documents with "shared" access on network drives do not open properly. The render correctly, but LibreOffice will remove the shared status causing the next person to open it to lock the file and have it no longer shared.

    That's the only situation I've found, but it is a pretty big deal at my office. I use LibreOffice everywhere except there.

  12. Re:Why do this? on AMD Intentionally Added Artificial Limitations To Their HDMI Adapters · · Score: 1

    Yes, those are extensions, but it is *extremely* common. Maybe it is not "standard", but it may as well be part of it. I have yet to find a DVI that a dumb DVI/HDMI adapter cannot do a proper conversion and work with all TVs.

    It is very common for A/V companies to use the audio extension for DVI instead of HDMI. They do this because they do not want to pay the license fees for the "proper" HDMI port. Just toss in the 50 cent adapter in to the box and your done.

  13. Re:Why do this? on AMD Intentionally Added Artificial Limitations To Their HDMI Adapters · · Score: 2, Interesting

    We've been sending audio over DVI for at least 5 years. It is not a hack. It is part of the DVI-D / DVI-I standard.

    It is the go-to choice for small business manufacturers not wanting to pay expensive HDMI license fees.

  14. Re:Quite so! on Electrical Engineering Labor Pool Shrinking · · Score: 1

    I graduated with a BS in Computer Engineering with High Honors back in 2003. I found an EE job without much difficulty. In 2006, I quit Electrical Engineering and went to Software Engineering.

    I'm very pleased. I earn more, enjoy it more, and I have no problems finding work. Last time I looked, I had 2 good offers in a little over a month.

  15. Qt Java on Apple Nabs Java Exploit That Bypassed Disabled Plugin · · Score: 1

    I used to be a Java fan until I found Qt. I see no reason for Java except in very narrow cases.

    http://dannagle.com/2013/03/qt-java/

  16. My ad revenue went UP when I removed ad servers. on Game Site Wonders 'What Next?' When 50% of Users Block Ads · · Score: 2

    I stopped using ad servers, and my ad revenues went up. How did I do this?

    I ripped out the Google ads and made myself manual text links to Amazon with my affiliate code.

    Here is an example from one of my sites:
    http://paydowncalc.com/

    Adblock does not block that simple little link. It gets clicked way more often than my normal Google ads ever did. Amazon also pays far better than Google ever paid me.

    Also, I have never gotten any complaints about my simple little ad either.

    I consider this switch a "win-win".

  17. How is Qt Quick? on Qt 5.0 Released · · Score: 3, Interesting

    I used Qt Quick briefly. It seems like you get a lot of deep powerful customization, but that comes at a cost. It eventually pissed me off so I went back to QWidget, and my productivity soared.

    I would not have completed my project in a reasonable time using Qt Quick. It is not "quick". Sometimes, you just want to drop tables, check boxes, buttons, etc. on to your main window, tie the click event to a slot, and call it done. You are fine with whatever default styling and rendering that Qt and the OS decide is appropriate for the widget's click/hover/etc event.

    It seems with Qt Quick, you have to specify all that nonsense. Plus, the Qt Quick editor tool felt complex and confusing. I avoided it and did everything by hand. Qt Designer for QWidgets is a drag-n-drop breeze. I even got my manager on board after he saw me using it. He is an EE, and he really likes it. He is used to spending $500 on Visual Studio Pro to what Qt Designer does better for free.

    Maybe I just needed to study Qt Quick more to get past the learning curve, but I knew how to do it the widget way, and I wanted the project done.

    Has anybody had success migrating their project from QWidgets to Qt Quick? Unless I see a strong compelling reason, I am sticking with QWidgets. It works really well for me.

  18. Re:How to fix the NOLA.com redesign on The Fate of Newspapers: Farm It, Milk It, Or Feed It · · Score: 1

    When they do, the add-on should work there too. It covers all the Advance Digital news properties.

  19. How to fix the NOLA.com redesign on The Fate of Newspapers: Farm It, Milk It, Or Feed It · · Score: 1

    My local paper (AL.com) got hit by the same fate as the New Orleans newspaper (NOLA.com): a reduced schedule, and a horrible redesign.

    There is now a massive floating banner that covers a full third of my netbook screen. It is intolerable.

    Therefore, I wrote Firefox and Chrome add-ons to remove the floating banner. It works on NOLA.com, AL.com, MLive.com, and MassLive.com.

    Enjoy:
    http://dannagle.com/2012/06/advance-digital-banner-blaster/

  20. No. on Should Colleges Ban Classroom Laptop Use? · · Score: 1

    Let the professor decide what is and is not appropriate. That's their job. We don't need more blanket rules.

  21. jQuery is your friend. on JavaScript Cookbook · · Score: 1

    I used to hate writing JavaScript until I found jQuery. What used to take me writing a lengthy mess plus patching it with cross-browser hacks has now become elegant one-liners thanks to the wonderful jQuery libraries. I recommend everybody that writes JavaScript take a look at it.

  22. I'll just add this to my list... on HP and Yahoo To Spam Your Printer · · Score: 2, Interesting

    Well, I'll just add this to my list of why I hate HP...

    -300 MB printer drivers
    -$30 for a ketchup packet of ink
    -hardware\software designed to actually lie about ink levels
    -scanner and other bundled software that simply does not work
    -software takes over your computer as bad as QuickTime and AOL
    -And now, advertisements directly sent to your printer!

    At what point do we just start referring to HP as malware vendor?

    I think of HP as one of the companies that people go to solve a simple problem, printing, and these people have learned to accept the terrible deal as a necessary evil, because they need to print, and HP = printing. It is like all the poor folks paying for the $100 Adobe Acrobat + 1 GB install process when there are other PDF creation tools that are free and better.

    HP is making tons of money off of by being a synonym for printing. Everybody that knows better has already left, and the people still around buying will just accept this new thing, ads on their printer, as just another necessary evil. I think it will hurt them though. Even my less tech-savvy friends are pleased with how their new Brother printer or other brands are treating them. Brands not normally found at Wal-Mart because the all-in-ones cost a more reasonable $150 instead of the ludicrous $40.

  23. AT&T is worse than Comcast (at least around he on Revenge of the Cable Customer · · Score: 1

    I had a very bad experience with AT&T DSL.

    They botched the installation and then charged me $100 to come back and fix it. Several weekends ago, when my DSL died for a solid 2 days, I couldn't get a hold of a human because they kept transferring me to offices that were *closed*, which would then just hang up on me forcing me to start the automated system from the beginning.

    When I finally did reach a human, they wanted to charge me again to come out and fix it. I cancelled my service the next day. During cancellation, when asked why, I said, "Because Comcast has better customer service." I don't think they understood the severity of that statement. I told them their customer service is so bad, I am switching to *COMCAST*: http://consumerist.com/tag/worst-company-in-america. Comcast, the company that sent me a technician when I asked for cablecards, and I had to install the cablecards myself because the tech didn't know how to do it!

    AT&T mistreated me so badly that I am selling my iPhone 3GS just to switch to Verizon Wireless after my contract expires. Apple started me down that path by being annoying with developers started me down that path, but AT&T crossed the line for me.

    There is no hope where I live. My choice is AT&T or Comcast. It is truly a desperate situation.

  24. Internet (possibly) Saved My Life on Doctors Seeing a Rise In "Google-itis" · · Score: 2, Interesting

    This happened Feb, 2004.

    2 months after finishing college and starting a new job in a new area, I woke up one morning with an odd stomach pain. I didn't think anything of it, so I went to work. By lunch time, the pain did not relax at all. It didn't get worse... just a steady piercing pain. I told a co-worker I was taking a half day. By 5pm, I was starting to get really worried because this was not a normal feeling stomach pain, and it was still there.

    I went to Google and typed in stomach pain, and that's when I was starting to really get worried. Several websites started directing me to Appendicitis. After reading more, I had all the Appendicitis symptoms except "nauseated". I called a friend, and he said, "Nah, man! It's probably just something you ate! You said you aren't feeling nauseated, right? I'd wait until you were nauseated."

    I had crappy insurance. I didn't want to go to the hospital unless I needed to, but since everything I read online was pointing to Appendicitis, I eventually decided that peace of mind was worth an out-of-pocket exam, so I jumped in the car and drove myself to the ER.

    I went to the front desk, and he asked, "What do you think is wrong?"
    I said, "I think I have Appendicitis."
    "All right, fill this out and sit over there."

    When I got to finally see a nurse, I said, "I think I have Appendicitis."
    "Does this hurt?" "Yes."

    When I got to finally a doctor, I said, "I think I have Appendicitis."
    "We'll run some tests."

    They ran a blood test. Came back positive.
    They ran some x-ray type test. Came back positive.

    By 10pm, the doctor came and said, "You have Appendicitis." By 5am, they were operating on me.

  25. Re:FLOSS alternative? on Review of Adobe Creative Suite 5 · · Score: 2, Funny

    Try http://www.getpaint.net/ as an alternative to Photoshop.

    It is very nice and free (as in beer).