Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:They are just lazy (Score 1) 159

Your convolution of sales and marketing indicates ignorance. True, a good marketing guy would know how to spin the differentiator. However sales guys are always incentivized by the deals they close. If they believe that the public bug database is keeping them from making money you are going to hear it from them. If the sales guys can make a convincing argument, they should be listened to. If they make more money, the company makes more money. However, they should be reminded that closing off the bug database at this point will also be used against them.

Comment Home routers vulnerable (Score 1) 236

I know for a fact that my home router shells out to IP Chains to generate the NATed ports page. It will show this page to anyone and I can't turn it off -- remote administration is OFF, but for my router that just means only 192.* addresses can login and change things like the NATed ports. It still serves up the web pages to all requestors.

Comment Re:Uh... decompiled and deobfuscated? (Score 2) 354

Large programs usually have large numbers of external dependencies. The external calls are plain as day in the reversed code. Sure the variables may all be named a,b,c... but it really isn't that hard to find the parts you are interested in and figure out what the interfaces are. For his mods he had to figure out which code handled player positions, actions, health and maybe a few other things. I've done it many times and it is WAY easier in Java and .NET with multimegabyte-sized programs than it is with C and multikilobyte-sized monolithic programs where you have no external markers in the assembly as guides.

Comment Re: ELI5 please (Score 1) 354

I don't think Mojang has ever been that interested in creating APIs that support the level of moding that has been going on. It's 21k lines of code, if he re-writes Bukkit, it will just be more proprietary Minecraft code and their next release will be delayed 3 months. Meanwhile Wesley Wolfe has effectively made himself unemployable.

Comment Ask your county office? (Score 1) 355

It sounds like ATM overhead addresses your issue. However as far as who to talk to, in California measurement enforcement is handled at the county level: http://www.cdfa.ca.gov/dms/. In Texas this falls to the Department of Agriculture and I'm pretty sure they won't care. http://www.texasagriculture.go...

Slashdot Top Deals

"What man has done, man can aspire to do." -- Jerry Pournelle, about space flight

Working...