Slashdot Mirror


User: MatthewNewberg

MatthewNewberg's activity in the archive.

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

Comments · 147

  1. Re:Apple's take on Windows 8 on Apple Doesn't Design For Yesterday · · Score: 2

    I think most people agree Windows 8 UI was a mess, it was a confusing mix up of desktop and tablet UI. It was more one foot in the future and one foot in the past.

  2. Re:bitcoin:3MHKwkvBwoa5oa6NMJJrcWDZQprjacuXZ8 on Federal Student Aid Requirements At For-Profit Colleges Overhauled · · Score: 0

    Clearly you are in default, you have money.

  3. Re:Huh? on Using Java In Low Latency Environments · · Score: 1

    Go ahead and try those suggestions with something like Chrominum. https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/c16gosC3wm8 If your suggestions are true, a lot can be gained. If you are suggesting not using stl, or boost, what do you want people to use? There is overhead with doing large projects with C++, but as far as I have seen C++ is still the best way to write performance intensive code.

  4. Re:Huh? on Using Java In Low Latency Environments · · Score: 1

    "It's not like compiling is the time-consuming part anymore" needs a sarcasm tag attached to it. Some people still deal with large compile times.

  5. Not enough liquid Bitcoins to complete transaction on TN Man Indicted For Romney Blackmail Attempt: Wanted $1M In Bitcoins · · Score: 3, Informative

    $1 Mil in Bitcoins is the total daily volume of MtGrox. I am thinking it might take some work to get that many bitcoins in short order.

  6. ASIC will make it pointless on Ask Slashdot: Would You Accept 'Bitcoin-Ware' Apps? · · Score: 1

    The new ASIC miners coming out will make GPU mining pointless, CPU mining already is. http://www.butterflylabs.com/

  7. Re:As someone who employs programmers... on Zuckerberg Lobbies For More Liberal Immigration Policies · · Score: 1

    If "programmers" were overpaid and arrogant wouldn't a large group of people want to go out and become programmers because it is easy and highly paid. That hasn't been the case for the last 10 years and that is why salaries are going up. The market is now just adjusting itself,people are realizing Computer Science could be a good field to be in. If salaries do not stay that way, then people are going into other fields. http://www.bizjournals.com/denver/print-edition/2012/01/27/number-of-computer-grads-on-rise-after.html?page=all Software development is a profession, it takes years of education and experience to do an effective job, and should demand a higher salary.

  8. S.T.E.M. Education on Zuckerberg Lobbies For More Liberal Immigration Policies · · Score: 5, Insightful

    It would be nice if these companies would be putting this time and effort into pushing for / funding more S.T.E.M. education in the US.

  9. Re:Yay? on AMD Releases UVD Engine Source Code · · Score: 3, Informative

    Helps with battery life, and can allow you to run other things while playing video without a large performance hit.

  10. SmugMug on Ask Slashdot: Best Option For Printing Digital Photos? · · Score: 1

    I have used SmugMug for photo sharing, one of the perks of sharing images with there site is the photo printing. I have always been impressed with their quality and shipping speed. Their prints might cost a bit more, but it seems to be worth it. I have also had prints made from Shutteryfly, Walmart, Walgreens. I normally use Walmart for when I need one hour prints done. The quality just doesn't seem to compare. I would also suggest making a Blurb/Shutterfly book. Either site has an easy way to create a book, which is a lot more interesting for people then prints.

  11. Re:Top Gear on Tesla Reveals Its Model X Gullwing SUV · · Score: 1

    Look at pretty much any review of the SLS - AMG, they all pretty much point out how hard it is to deal with Gullwing doors. The doors have issues such as you have to duck to get in and they are hard to close. The doors also have to be explosive incase of a rollover. From the looks of it the Model-X won't even fit in most garages with the doors open. Wonder how you get this in and out of a garage. I wonder how many of those SUV mall mommies would want s to plugin there SUV all the time just to be able to drive 100 miles.

  12. Top Gear on Tesla Reveals Its Model X Gullwing SUV · · Score: 2, Funny

    I can't wait for Jeremy Clarkson to review this Electric Sports Car/SUV with Gull Wing Doors. I am for sure he will have some great superlatives for how amazingly stupid this thing is. This SUV is the answer for the question no one asked.

  13. Processing on Ask Slashdot: Tools For Teaching High School Kids How To Make Games? · · Score: 1

    Processing can be a lot of fun for small projects: http://processing.org/discourse/yabb2/YaBB.pl?num=1222641158 Pros: Cross platform, java based, simple IDE, supports keyboard/mouse input, 2D/3D. Cons: Only downside is limited audio support.

  14. Re:Wrap 'em on Pillows Dangerous for Your Health · · Score: 1

    I've had pretty bad alergies to dust mites for the past 10 years. I have found a few simple things work the best for controlling my allergies, one of which is a pillow cover. I can notice the difference when I use it, and they easily to clean, hardly noticeable when on a pillow, and not that expensive. I would really suggest ordering a set from any respectable home store. Just keeping the amount of dust down in the bedroom also does wonders. With limited dust the amount of dust mites is reduced. Another key to reducing dust mites is humidity. I try very hard not to sleep in basements or other humid areas. If you dont know what areas are humid, you can get a digital guage at Wal-mart for about 10 bucks. These simple things have worked better then any drug or teatment so I highly recomend it to anyone.

  15. Re:c'mon on Valve's Gabe Newell Speaks on Console Development · · Score: 1

    Yes you are correct, but yet wrong. For the simple stuff that doesn't need to run fast it will be easy to port over(and has always been becuase of compilers). The complicated assembly and multithreaded stuff is going to be even harder to port becuase of two completely different multithread designs. The PS3 uses a bunch of weaker processor that have there own arthecture and limitations, and I am guessing are very hard to code for. While the Xbox uses 3 normal processors that should be easier to code for, the task of splitting things thirds is not easy either. Since both of these tasks are going to be hard, porting would require a large amount of time no matter which direction you are going.

    Now you may ask why all these complicated designs needed. Games need to run fast, and do a bunch of cool stuff. I assume this becuase I haven't heard of too many people asking to play an ugly slow game on there $300+ game box. This cool stuff takes lots of processing, and to do lots of processing you need a fast processor. Processors are not really getting any faster these days, and they are running out of ideas how to make a single core processor work faster. So now the solution is to put more then one core on a die. This is what the processor manufactures are doing and why the traditionally single threaded full featured core game developers are having problems.

  16. Did I miss something on OpenGL Programming Guide · · Score: 1

    From the review it just basically looks like the last edition but with a little bit added for GLSL. I think most people that are interested have already read the Red Book and many other OpenGL texts so it seems kinda unneeded. What would be really interesting is a book about implementing Shaders in OpenGL or other advance features coming in OpenGL 2.0.

  17. Re:In unrelated News on Geek Blogging is in Decline · · Score: 1

    I agree that was not inslightful, maybe they need a Dry Humor moderation.

  18. In unrelated News on Geek Blogging is in Decline · · Score: 2, Insightful

    In Unrelated News: Dork and Nerd Blogs are on the rise.

  19. Atari on Sony Describes DS As Gimmick · · Score: 1

    I remeber reading about how the Atari Lynx designers actually totally mocked the Game Boy when it came out. I wonder if History will repeat itself again.

  20. Re:OK on Google Talk Available Early · · Score: 2, Funny

    Peter Griffin? What about Stewie Griffin? Stewie would be more interested in googles plan of world domination and development of death rays on the moon then Peter would be. http://www.google.com/jobs/lunar_job.html

  21. While they are at it on Spurned O'Reilly 'Foo' Camp Attendees Create 'Bar' · · Score: 1

    Since they are making a new better Foo camp why don't they make some improvements. 1. Strippers - (Women with no clothes on) 2. Live Music 3. Beer?,Skip the beer. Open Bar. 4. Lighting stuff on Fire. 5. Fireworks 6. Destruction 7. Weird Costumes 8. Strange forms of transportation Now that is something I would feel bad about not getting invited to.

  22. Are they forgetting about the CAD market on Windows Vista May Degrade OpenGL · · Score: 1

    Forget games becuase you can just write games in Direct 3d. What about the stuff that OpenGL does that Direct 3d, such as the CAD and scientific areas. OpenGL has a lot of 2d/ line functionality that Direct 3d just sucks at. Not to mention it also destorys the cross platform 3d market. I guess this is just another reason to switch to a MAC.

  23. AMD does have a great Tool on AMD Alleges Intel Compilers Create Slower AMD Code · · Score: 1

    AMD did make a performance tool called Code Analysthttp://www.amd.com/us-en/Processors/Develop WithAMD/0,,30_2252_3604,00.html. From the little I have used it, it works great. They also have some good guides on how to improve your performance. AMD isn't up to the same level as Intel with there Developer support, but they have provided some great tools and white papers to help with performance.

  24. Re:Still have my RIO 500 on Collectors Snap Up Early MP3 Players · · Score: 1

    Mine did the same thing, the case really didnt hold up to the constant use.

  25. Re:benefits on Intel Ships Dual-Core Chips · · Score: 3, Informative

    You can also put 4 dual core processors in a normal 4 socket motherboard to make a 8-way computer. AMD has tons of information on this stuffhttp://www.amd.com/us-en/Corporate/VirtualPre ssRoom/0,,51_104_543~94936,00.html