Slashdot Mirror


User: Zero__Kelvin

Zero__Kelvin's activity in the archive.

Stories
0
Comments
10,153
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 10,153

  1. Re: Did the cool-aid taste good? on Wondering Why Your Internal .dev Web App Has Stopped Working? (theregister.co.uk) · · Score: 2

    The sad thing is that these days on Slashdot there are many people with such little understanding of technology that they will actually think what you say makes sense.

  2. Re: Did the cool-aid taste good? on Wondering Why Your Internal .dev Web App Has Stopped Working? (theregister.co.uk) · · Score: 3, Interesting

    Bullshit. There is plenty of reason to use HTTPS and eschew HTTP. For one thing it eliminates the need to explain to laypersons, which is most people, how to tell the difference. This reason alone justified it. Worries about snooping and government spying are just icing on the cake.

  3. Re: Microsoft looked like this too on 'Break Up Google and Facebook If You Ever Want Innovation Again' (theregister.co.uk) · · Score: 1

    Cash me outside?

  4. Re: Lenny is that you? on MacOS High Sierra Bug Allows Login As Root With No Password (theregister.co.uk) · · Score: 2

    This is literally nothing like that issue. To "exploit" that issue you already have to have root access. It is the typical "OMFG, if you are root you can get root privs!" cry of the moron without a clue.

  5. Re: He's confusing free speech with Net Neutrality on FCC Chairman Ajit Pai Criticizes Companies That Oppose His Efforts To Repeal Net Neutrality Rules (recode.net) · · Score: 2

    Changing providers isn't any better. That is the equivalent of saying if you don't like being a slave you always have the option of changing to a different owner.

  6. Net Neutrality is like pornography... Even if I cannot define it I know it when I see it.

  7. Re: Is it really important on opening night? on DC Fans Angry Over Rotten Tomatoes 'Justice League' Ratings (wired.com) · · Score: 0

    Here is your apology: go fuck yourself you worthless piece of shit.

  8. Re: Notice! ***CDG CV**** on Is Sharp's Robot Vacuum Cleaner Vulnerable To Remote Take-over? (jvn.jp) · · Score: 1

    I guess you opted out of the opportunity to get a clue.

  9. You are basing your judgement on what you think is true about C++ and I'm sure you have gained too much of you "understanding" of it reading comments here. Your assumption of extra cost is incorrect, and if you do as I recommend you are far more likely to end up with more efficient and safer code. You should consider going to YouTube and investing a few hours watching Bjarne Stroustrop's excellent presentations. I assure you that 90% of the criticism of C++ Here is bogus, and written by clueless people who don't like C++ because they don't know what they are talking about, and aren't going to educate themselves about C++ because they don't like it.

  10. Re: Provided you have infinite hardware resources on Why ESR Hates C++, Respects Java, and Thinks Go (But Not Rust) Will Replace C (ibiblio.org) · · Score: 1

    Stop talking now. You sound very foolish.

  11. Most of systemd does not run as PID 1. You should forget all the ridiculous shit you "learned" about it here. It makes you sound foolish.

  12. Re: It's always "X killer" or "Y is dying" on Tumblr Is Tumbling (medium.com) · · Score: 1

    Wierd, because in this case it is neither of those; it is "tumbling".

  13. Re: It's always "X killer" or "Y is dying" on Tumblr Is Tumbling (medium.com) · · Score: 2

    If nobody claims it how can they confirm it?

  14. Re: Incorrect subject on Nearly 4 Million Bitcoins Lost Forever, New Study Says (fortune.com) · · Score: 1

    Yes, that is why the government is throwing itself for inventing cash.

  15. This has literally nothing to do with secure boot.

  16. We get it. You are clueless. No need to keep driving the point home.

  17. I gather math isn't your bailiwick.

  18. Great way to show that you have literally no clue about systemd, what it does, or why.

  19. I'm glad you found yourself. It's the first step to self improvement!

  20. Re: I left C and C++ for a reason on Why ESR Hates C++, Respects Java, and Thinks Go (But Not Rust) Will Replace C (ibiblio.org) · · Score: 1, Troll

    Holy shit. That was some of the longest rambling incoherent bullshit founded in incompetence and ignorance I have read in quite some time.

  21. C was created well before the www, so that might explain it. Try adding "language" to the search, e.g "go language".

  22. You can use C++ STL strings which do everything you want and much more. By simply writing your C like code in C++ and doing this your code will be raised to write, easier to read, safer, and perform as well or better. You don't HAVE to use classes. In fact the only difference between a struct and a class in C++ is that members of a class default to private access while in a struct they default to public.

  23. Re: 20% slower!???? Are you INSANE!!!!!!111???1111 on Why ESR Hates C++, Respects Java, and Thinks Go (But Not Rust) Will Replace C (ibiblio.org) · · Score: 1

    OK. We've seen you go on and on about how a language you don't use or understand is horrible because you saw someone say it on Youtube. Thanks for sharing.

  24. Re: Provided you have infinite hardware resources. on Why ESR Hates C++, Respects Java, and Thinks Go (But Not Rust) Will Replace C (ibiblio.org) · · Score: 3, Informative

    Pimpl is solvable by creating an implementation class and and interface class that has a reference to that class, and if you are crying about memory safety starting with C++ 11 there are smart pointers.

  25. Re: Provided you have infinite hardware resources. on Why ESR Hates C++, Respects Java, and Thinks Go (But Not Rust) Will Replace C (ibiblio.org) · · Score: 1

    As you have shown the error stems from the programmer, not the language. If you can't easily look at that C code and see that it won't compile then that explains why you find the language difficult. You don't even have beginner level proficiency.