amuck-landowner

Search results

  1. J

    "Definitely Possible" : Microsoft Considers Open Source Windows.

    It is extremely likely that we will be seeing an open-source Windows at some point - it's going to be a necessity for it to survive in the long run, and Microsoft seems to realize that. They have recently been moving more and more towards selling services and support, rather than software, as...
  2. J

    Best coding language to know in 2015?

    There's nothing it's particularly good at, and several things it's outright bad at - data integrity being an important one. MongoDB has an extremely poor track record in data integrity - to the point where until fairly recently, it would quietly throw away any data it couldn't store, which would...
  3. J

    The Anti-Virus debate

    Nonsense. The idea that you can even know whether you've been hit by anything is ludicrous - the most profitable malware is that which you don't notice. The idea that "I don't open dodgy things, so I won't get infected" is laughably misguided - you're far more likely to get hit by a drive-by...
  4. J

    Best coding language to know in 2015?

    Right, that's only listed in the poll question, which I didn't look at because it seemed to repeat the post title (which doesn't say 'web'). I presume the same applies for others. EDIT: Oh, and please, whatever you do, don't use MongoDB. It's terrible.
  5. J

    Best coding language to know in 2015?

    You're missing Node.js in the list. But yes, it depends on what you're trying to do. For web-based and generally network-based stuff, I'd recommend Node.js. For other situations, other options may be better. Just, whatever you do, don't use/learn an unmanaged language (C, C++, ...) unless you...
  6. J

    Kwicero LTD launches KwiBill Community Edition

    So, some of my feedback. Please note that all is meant constructively - I'm not looking to just bash, but most of these are pretty serious/big points that really do need to be addressed. Also note that I've only grabbed some excerpts from the code - the same issues may exist in other places...
  7. J

    Unusual packets hitting server

    What makes you believe this is an attack?
  8. J

    NGINX Security / Lockdown & Tips

    That is indeed the correct approach, although I'd recommend having security on a (web) application level where possible, rather than on a HTTPd level. It's really easy to accidentally mess up otherwise.
  9. J

    Custom Billing Software for sale

    The (original) MVC model is fundamentally broken for web-based applications. Anyway, the first post still (misleadingly) claims that the panel is "open source". Could @HalfEatenPie also fix that, perhaps?
  10. J

    NGINX Security / Lockdown & Tips

    Blocking useragents is not the correct way to go about that, and will not work. EDIT: I also don't see how any of this adds any "security" at all, other than the PHP bit.
  11. J

    Why do vps providers not allow TOR?

    Your definition of 'shady' being what? Such as?
  12. J

    Custom Billing Software for sale

    That word probably doesn't mean what you think it means. That you can see the source doesn't make it "open-source", at best you could say something has a "visible source" or "readable source". It's not open-source unless it complies with this definition.
  13. J

    You're all doing it wrong.

    No, that's not how it works. That's a perfect example of security through obscurity, which isn't actually security. Your code should be secure from a purely technical point of view. If you need to hide your code to keep it 'secure', there is almost certainly something wrong with your code, and...
  14. J

    You're all doing it wrong.

    No idea about Virtualizor, but the code quality of SolusVM is absolutely atrocious - easily some of the worst PHP I've ever seen. The issues with SolusVM largely stem from poor developer habits. If you use a reasonable platform (not PHP), abstract things correctly, are aware of the different...
  15. J

    Server List

    FWIW, future advice: http://blog.civiccommons.org/2011/01/be-open-from-day-one/ :)
  16. J

    FraudRecord Public Dumps User / Customer Info

    FYI, that's a better ROI than almost every other project in existence that runs on donations. Most of them don't even have their expenses covered.
  17. J

    Need an OS recommendation for children.

    I've used Linux and OpenOffice while in school, and I've had zero issues.
Top
amuck-landowner