Slashdot Mirror


User: phantomfive

phantomfive's activity in the archive.

Stories
0
Comments
31,362
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 31,362

  1. Re:Uh-huh on Tor Browser Will Feature More Rust Code (bleepingcomputer.com) · · Score: 1

    Yeah, with all the improvements coming up, I think Firefox has good potential to leap to the top browser here in the coming year or so.

  2. Re:ASP.NET, C# and .NET are actually quite good. on Millions of Websites Affected By Unpatched Flaw in Microsoft IIS 6 Web Server (pcworld.com) · · Score: 1

    That's pretty much the same thing with the particular JSF implementation we used.

    I should probably look around harder, there are surely other frameworks that do it, too

  3. Re:Uh-huh on Tor Browser Will Feature More Rust Code (bleepingcomputer.com) · · Score: 1

    btw, you mentioned Servo, how is that going? Are they having good success?

  4. Re:AIM? on Verizon Is Rebranding Yahoo, AOL As 'Oath' (engadget.com) · · Score: 3, Insightful

    I don't think so, the confirmation tweet (quoted in the article) mentions 20+ brands that are going to live under the Oath entity.
    And frankly, overarching gestures with funny names, lots of brands, plus reorganizations that don't do anything, all in an attempt to......increase productivity? Are just the kinds of things that Tim Armstrong likes to do.

  5. I expect my landlord to make substantial improvements over the course of my lease just to keep rent the same.

    Uh......what market do you live in where that happens at all?

  6. Re:Seems like a good idea to me... on Bidding Website Rentberry May Be the Startup of Your Nightmares (gizmodo.com) · · Score: 1

    Why would a developer build anything but the priciest luxury rentals?

    Because 'developers' are not a single monolithic entity. If there is an opportunity to make money building smaller, cheaper units, some developer will take that opportunity.

    There are certainly other barriers, and you mentioned one of them (NIMBY neighbors fighting low-income apartments or any other change).

  7. Re:AIM? on Verizon Is Rebranding Yahoo, AOL As 'Oath' (engadget.com) · · Score: 2

    Maybe nothing. This is probably similar to Google becoming Alphabet......a corporate structure change that has little effect on the consumer facing brands.

    Given the companies involved, you can be sure that the 'oath' is to monetize your personal data in any way possible.

  8. Re: Only in America on Bidding Website Rentberry May Be the Startup of Your Nightmares (gizmodo.com) · · Score: 1

    Certainly, I am open to the idea that I am missing here, but you didn't provide any details particular to this case. What benefit do you think this company provides?

  9. That's kind of similar to the argument that Dell should be worth more than Apple, because they ship more PCs. If you're going to look at a 'purely numbers perspective' you need to take into consideration the profit margin, which you didn't.

  10. Re:If it's scary, then you don't know C. on Tor Browser Will Feature More Rust Code (bleepingcomputer.com) · · Score: 1

    Oh, and you are using that to defend C++? You think C++ doesn't have undefined behavior?
    Please, come up with something better.

  11. Re:Only in America on Bidding Website Rentberry May Be the Startup of Your Nightmares (gizmodo.com) · · Score: 1

    The advantage of Ebay (as I understand it) was discovery of things for sale. There are so many places already for discovery of rental properties that I don't see this offering that value.

  12. Re:The year of the Linux. . . on Android Overtakes Windows as the Internet's Most Used Operating System (betanews.com) · · Score: 1

    I think the main difficulty would be graphics drivers, actually.

  13. Re:Only on slashdot... on Bidding Website Rentberry May Be the Startup of Your Nightmares (gizmodo.com) · · Score: 1

    Only on slashdot are we presented with an example of a startup giving complete control of rental housing pricing to the renters,

    You can tell this benefits landlords, not renters, because the landlords are the ones paying.

  14. Re:Only in America on Bidding Website Rentberry May Be the Startup of Your Nightmares (gizmodo.com) · · Score: 1

    But they did 'create value' by getting you more than you asked for in rent.

    They created value for one party, subtracted an equal amount of value from the other party, and sucked a percentage off in the middle. Net gain: negative.

  15. Re:The year of the Linux. . . on Android Overtakes Windows as the Internet's Most Used Operating System (betanews.com) · · Score: 1

    If you slap busybox on it, it's still Linux. If you have Android tools running through Bionic, it's still linux. "Adb shell" and all the traditional commands still work fine.

  16. Re:If it's scary, then you don't know C. on Tor Browser Will Feature More Rust Code (bleepingcomputer.com) · · Score: 1

    There's a really good reason to use C: because it's portable. Not only between systems, but also between languages. If you write a library in C, it can be used from almost any language, and bindings can be generated automatically for all of them. Not so with Python.

    But let's talk more specifically why C is better than C++: C is a clean design from the beginning. It works very well in what it is designed for, and even its critics agree on that point. Whereas C++ is the opposite of a clean design, it is a pile of garbage, and each generation adds more garbage to the pile, as the fans of the language tell you, "Don't use last year's garbage, this standard finally got it right!" No, it still didn't, C++ is still just a bigger pile of garbage. But you know, maybe a few standard's from now it will finally be a good language. What a work in progress.

  17. Re:If it's scary, then you don't know C. on Tor Browser Will Feature More Rust Code (bleepingcomputer.com) · · Score: 1

    #define Free(m) free(*m); *m = NULL

    Or you can make it a function.

  18. Re:Half right on Someone on Medium Just Said C++ Was Better Than C (medium.com) · · Score: 1

    Also, if you think the ARM is of anything other than historical interest today,

    No one said that. The question was whether you'd read it or not.

  19. That just sounds like the Flynn effect of education hasn't happened in India yet. They're a bunch of simple country people, still.

  20. Re:ASP.NET, C# and .NET are actually quite good. on Millions of Websites Affected By Unpatched Flaw in Microsoft IIS 6 Web Server (pcworld.com) · · Score: 1

    That's an interesting idea, maybe I'll try it.
    The updatePanel is great because you don't have to do anything other than surround a desired section of HTML with an <UpdatePanel> tag and then anything inside it will get updated without a reload of the page.

  21. Re:If it's scary, then you don't know C. on Tor Browser Will Feature More Rust Code (bleepingcomputer.com) · · Score: 1

    It's not part of the standard for the same reason hashes and queues are not part of the standard: there are systems where they are not needed, they can easily be acquired where they are needed, and no one wants to add more bloat to the language.

  22. Re:Uh-huh on Tor Browser Will Feature More Rust Code (bleepingcomputer.com) · · Score: 1

    PostgreSQL code is dramatically cleaner than Mozilla code, and any benefit would be correspondingly smaller. Certainly though, I don't expect project maintainers to be calm when random outsiders come in and tell them to rewrite all their code in a different language.

  23. Re:Half right on Someone on Medium Just Said C++ Was Better Than C (medium.com) · · Score: 1

    Yes there is. It's called the C++ Core Guidelines and is a proposed part of the upcoming standard.

    That's good to know, thanks

  24. Re:Half right on Someone on Medium Just Said C++ Was Better Than C (medium.com) · · Score: 1

    Your comment would have been useful if it had an example, but instead it's just an indication of your own preference. Which is fine. Some HTML/Javascript programmers don't know how to organize their own code, so they prefer React because it helps them. That is fine for them.

  25. Re:If it's scary, then you don't know C. on Tor Browser Will Feature More Rust Code (bleepingcomputer.com) · · Score: 1

    Well, OpenBSD uses their own set of string libraries. It's a little too limited for my taste, but it works well for them. Microsoft cleaned up a lot of their security problems by disallowing unsafe string functions, and making their own. Again, this is too limited for my taste, but it cleaned up quite a bit.