Slashdot Mirror


User: MartinG

MartinG's activity in the archive.

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

Comments · 782

  1. Re:If GitHub was open source... on New GitHub Upgrades Respond To Recent Complaints (thenewstack.io) · · Score: 2

    gitlab.com is fully open source and is enjoying good growth, including commercially.

    Avoiding being open source because you don't understand how to create a modern business model around it is a problem that largely went away over a decade ago.

    Keeping the lights on vs being open source is a false dichotomy.

    Ultimately, gitlab (or something like it) will win, because the users will develop the features they need instead of moaning about it.

    I'm not certain, but it seems you are also mixing free of charge with open source.

    I'm also an open source developer, and I also use and pay for open source software. I'm much more likely to pay for open source than closed source in general.

  2. Re:They've moved to that distro: it's called FreeB on Linux 4.5 Adds Raspberry Pi 2 Support, AMD GPU Re-Clocking, Intel Kaby Lake (phoronix.com) · · Score: 2

    Would you care to name some of these talented users whose move to FreeBSD is causing Linux to collapse from within?

  3. Golang, golang, golang! on Java Named Top Programming Language of 2015 (dice.com) · · Score: 1

    For me last year (and one or two before that) it's been Go (golang) that's taken over my programming life. I've taken it from a "spare time" thing to getting many services into production using Go last year, as well as getting 3 dev teams at work using it and it's already proving more productive than java, which we've all used until now, in some cases for decades.

    Look here https://github.com/trending and you will see that golang features highly now, pretty much every day. When I list the most exciting projects I've started using in the last few years, about 70% of them are in Go. When I look around me at software startups, they mostly use Go. I was also told that about 80% of startups working with Adrian Cockcroft are using Go (and he spends a lot of his time with startups in his current work)

    Also, it's really fun. Seriously. Learn Go and use it.

  4. Re:I wish... on JetBrains Reconsiders Subscription Licensing Changes · · Score: 2

    If you own something, you can re-sell it so someone else entirely without the permission or knowledge of whoever sold it do you. If you can't do that, you don't own it.

  5. tyk on Ask Slashdot: Best API Management System? · · Score: 1
  6. Re:More ambiguous cruft on The Gap Between What The Public Thinks And What Scientists Know · · Score: 1

    And to some, "research" means gathering evidence, conducting experiments, interpreting the results, publishing, getting peer-review, incorporating peer review and possible re-publishing.

    To others, it means reading a bunch of unattributed stuff from the web.

  7. Good on Omand Warns of "Ethically Worse" Spying If Unbreakable Encryption Is Allowed · · Score: 4, Insightful

    I'd rather see bugging of rooms and physical observation of actual suspects rather than weakening the security and rights for absolutely everyone.

    Besides, it's not like organised criminals will stop using encryption just because it's illegal. (I almost can't believe we're talking about effective encryption being illegal)

  8. This is not really big news. on Researcher Finds Tor Exit Node Adding Malware To Downloads · · Score: 2

    Tor provides anonymity. It does not provide authenticity or secrecy, and doesn't pretend to. If you want those things, you should use something else in addition to tor. For example, TLS or SSH might suit your needs.

  9. Re: Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 1

    Indeed. But that's a different class of problem. Or are compilers optimising constant time comparison routines to not run in constant time these days?

  10. Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 0

    Use a language that does bounds checking automatically. Its not the 1970s any more.

  11. Re:Not malicious but not honest? on Heartbleed Coder: Bug In OpenSSL Was an Honest Mistake · · Score: 2

    (I hope the sarcasm in my comment was obvious.)

  12. Re:Not malicious but not honest? on Heartbleed Coder: Bug In OpenSSL Was an Honest Mistake · · Score: 2

    Programmers are human. They'll make a ton of mistakes

    Humans make certain classes of mistake. Things like array bounds checking are really easy to miss.

    If only machines were good at this stuff. How come we don't have any languages that do this for us yet?

  13. golang.org

    Briefly:
    1) Go is a modern "better c from the people who didn't bring you c++"
    2) Go is designed from scratch to make concurrent programming simpler, and believe me they achieved this.
    3) Go is fast, portable, lightweight, simple.
    4) Go is designed and worked on by the likes of Rob Pike & Ken Thompson.
    5) Programming in Go "feels" like c, but with the simple expressiveness of a scripting language. It's both low level and high level, depending how you use it.
    6) The standard library is really good, especially given that go 1.0 only came out in 2.12
    7) The community is even better.

  14. Re:impediments to access? on EFF Makes Formal Objection to DRM In HTML5 · · Score: 3, Insightful

    And they achieved this without DRM as a part of the standards.

  15. Re:impediments to access? on EFF Makes Formal Objection to DRM In HTML5 · · Score: 2

    Just like it did for music?

  16. Re:This will be followed by a new headline tomorro on Alan Cox: Fedora 18 "The Worst Red Hat Distro," Switches To Ubuntu · · Score: 1

    Someone did I believe, but it doesn't support encrypted root filesystems out of the box.

  17. Re:Any browser publisher is the same way on Nokia Admits Decrypting User Data Claiming It Isn't Looking · · Score: 1

    Also your eyes get to see the unencrypted content. You have to trust that your eyes know what they are doing and how to keep a secret.

  18. Re:IP6 addresses are a pain on Worldwide IPv6 Adoption: Where Do We Stand Today? · · Score: 1

    You can do that with your hosts file instead. Or use an alternate DNS server. Or run your own. (etc.)

  19. Re:"a net productivity gain"..YES on Ask Slashdot: Do Coding Standards Make a Difference? · · Score: 1

    Saying that someone can understand my code because I followed some coding standard is like saying someone can understand the rocket engine I built because I used standard sized screws to assemble it.

  20. Re:Nowhere fast on FBI Asked Megaupload To Preserve Pirated Files, Then Used Them Against Dotcom · · Score: 3, Interesting

    Having kids is no excuse. I do have kids and admittedly its more tempting to "give in" but I still manage not to support the MPAA or RIAA at all.

  21. Re:How about Freenet? on The Internet Archive Starts Seeding Over a Million Torrents · · Score: 3, Insightful

    I don't think they are trying to "validate" bittorrent. That's just a side effect of what they are doing. They are simply using one of the most efficient and cost effective ways of distributing data because it helps them, and possibly makes a better experience for the users.

    freenet offers anonymity but they don't really need that here. Bittorrent also offers fault tolerance, doesn't it?

  22. Re:Problem: DirectX lock-in on Why Valve Wants To Port Games To Linux: Because Windows 8 Is a Catastrophe · · Score: 3, Informative
  23. Re:No interest on OpenBSD Fork Bitrig Announced · · Score: 3, Insightful

    Including the freedom to take away other peoples freedom, I suppose?

  24. Re:Not quite on Wil Wheaton: BitTorrent Isn't Only For Piracy · · Score: 1

    If 89% of everyone were bank robbers, then there are not enough legitimate ways to get money.

  25. Re:Freemium at its best on Facebook Tests the Waters With Paid Perks · · Score: 1

    Facebook DOES care about it's users.

    It's users (i,e, the customers) are the advertisers. You people are not the customers, you're the product.

    Enabling payment like this means suddenly you are the customer too, and maybe they might care about you.

    If you don't like this model, you picked the wrong social network.