Slashdot Mirror


User: Alexey+Nogin

Alexey+Nogin's activity in the archive.

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

Comments · 46

  1. Re:Does everyone LOVE MacOS X? on Developer Tools For MacOS X · · Score: 1

    Say what you want about X (a lot of people gripe about it) but I would sorely miss being able to throw the graphical output of my applications to different machines.

    Obviously you haven't heard abot VNC which allows doing that on many OSes (including across OSes).

  2. per-user resolv.conf on File Packaging Formats - What To Do? · · Score: 1
    We should have a way of overriding certain system config files locally, for example, resolv.conf, so that we have a per-user view of the system configuration

    I already asked RedHat to implement that some time ago - see this Bugzilla entry

  3. Re:Yes, Blame the Language, not Programmers on Are Buffer Overflow Sploits Intel's Fault? · · Score: 1

    good programmers think algorithmically

    This is exactly my point - stupid imperative languages make programmers think algorithmically. You should be thinking about what you are trying to accomplish and let your compiler worry about how to do it!

  4. Yes, Blame the Language, not Programmers on Are Buffer Overflow Sploits Intel's Fault? · · Score: 1

    The problem is that many programmers do not take the time to harden their programs against such attacks. They are often too focused on the program's real purpose to bother with security.

    And this is exactly how it is supposed to be. Why should programmers waste time worrying about something that a language designer and a compiler are supposed to take care of?

    Another problem is that the language shapes the way we think about programming. Good language makes it easier to do "the right thing" and makes it harder to do "wrong and potentially insecure" things...

  5. Re:Why Isn't joker.com in their listing? on Ranking The Domain Name Registrars · · Score: 2

    Read their FAQ! They are not rating CORE and TUCOWS registrars. At least, not yet.

  6. No CORE, no TUCOWS on Ranking The Domain Name Registrars · · Score: 4

    Unfortunatelly, they are not rating CORE and TUCOWS registrars yet... And they are usually the least expensive ones.

  7. Use Squid on Lightning Crashes, An Old Freedom Dies (Updated) · · Score: 2

    Setup a Linux machine with a password-protected Squid cache and block or redirect back to Squid (using transparent proxy kernel feature) all attempts to go directly to port 80 (and probably 8080 too) on any host outside of the school.

  8. List of "good" sites, not list of "bad" sites. on Internet Rating System Plans to Globalize · · Score: 1
    What is desperately needed (now) is an organization and appropriate technologies to construct a publically, freely available list of offensive sites.

    I believe it should be obvious for almost everybody on Slashdot that maintaining such list would be absolutely impossible. New "offensive" sites would keep popping up in new places, sites would keep moving and changing their names and URLs, and nobody would be able to keep up with them

    It may be possible to create and maintain a list of "good" and "appropriate for children" sites but of course the problem with such list would be that as soon as such list appears, some people would decide that it may be a good idea to force everybody (first schools and libraries, than may be universities, than ...) to filter their traffic against it. So if we do not like the idea that the government will find a way to outlaw porn all together we better do not give it such a way!

  9. And Unix (Tcl/Tk) client home page disappeared on Microsoft and AOL Fight Over Instant Messaging · · Score: 1

    The Unix (Tcl/Tk) AIM client (called TIK) home page ( http://www.aim.aol.com/tik/) went blank several days ago. Must be related...

  10. RHCN instructions are not so hard to find on Red Hat Growing Pains · · Score: 2
    If you go to http://developer.redhat.com/ or http://rhcn.redhat.com/, you only need to click on the "Contrib|Net" from the image map in top right corner and you would see contribution instructions and a Sign up now! link.

    But I agree that RedHat sites have too many broken links.

  11. 5.0 was a big mess. on Red Hat Growing Pains · · Score: 1

    If you do not think 5.0 was a big mess, it just means you were really lucky. I had tons of problems with 5.0 because of buggy glibc. In particular, when /etc/group had long lines (longer than 4096), login in 5.0 would segfault - not fun.

    And I agree that Bugzilla is really good, I was very happy with it several months ago, but after 6.0 was released, RedHat response to Bugzilla problems became very slow.

  12. They said "at least". on Intel on Linux · · Score: 1

    Right, but they did not say that RH 6.0 supports only four processors, they said "at least".

  13. Idea: moderation rights to person who submit story on Slashdot Moderation Phase 1.1 · · Score: 1

    How about giving some extra moderation rights over comments under some story for the person who submitted the story?

  14. Known problem, upgrade your util-linux on Ask Slashdot: Kerberos and PAM? · · Score: 1

    This is a known problem. Check the RedHat Bugzilla bug report #201 for more information. Basicly, you need to upgrade util-linux.

  15. users.pl suggestion - indicate number of replies on Slashdot Updates · · Score: 1

    It would be really nice if users.pl could not only list the comments I recently posted, but also the # of replies (or may be even the replies themselves) for those comments.

  16. Use RHCN! on Ask Slashdot: Is There a PGP Key Repository? · · Score: 1
    If you are looking for a way to ensure the RPM is signed by the person who was supposed to sign it, go to RedHat Contrib|Net (RHCN). RHCN maintainers post their keys there when they register and you can download the public key and make sure that the package is signed by the actual maintainer. Of course, you still have to trust that maintainer, but with RHCN in addition to the usual PGP web of trust you also get additional assurance:
    1. RHCN verifies the e-mail address (as usual, by sending the password there)
    2. You can see when the person signed up. If the person was a maintainer for a long time and maintains lots of useful packages, it gives some reasons to believe that [s]he is not just some kid trying to give you a trojaned software.
  17. It started working for me! on Announcing Customizable Slashdot · · Score: 1

    I had the black box too and now it suddenly started working. Cool!

  18. article.pl bugs on Announcing Customizable Slashdot · · Score: 1
    First, I wanted to repeat what everybody else is saying: great job! I've just made Slashdot my "Home"-page.

    However there are some problems with the way article.pl generates links to the previous and the next article:

    1. The links are to static pages, not to dynamic ones
    2. It does not skip topics I do not want to see.
  19. I use RPMs even for thins I compile myself. on GNOME 1.0 Released · · Score: 1
    RPMs are quite nice once you've learned how to use it. When I compile something, I nearly always compile it into an RPM. There are lots of advantages to that, including:
    1. Compiling and upgrading to the new versions becomes much easier (since I do not have to keep track of the configure options I use for each peice of software, of the configuration files I've changed and do not want to be owerwritten be "make install", of the small patches I wrote to better customize the product to my needs).
    2. It keeps track of all the dependancies, so when I upgrade some library, RPM will tell me which packages have to be recompiled.
    3. Once I've compiled it on one computer, it's really fast and easy to install (and/or upgrade!) it on all the others where I need it. When you manage more than one or two computers, RPM helps a lot
  20. Linux is "real life" for tens of millions on Slashdot helps out Macs: Bell Atlantic to provide DSL · · Score: 1

    Well, Linux is already used by tens of millions of people, so less than 99.9% of people on Earth "couldn't give a crap about linux", not 99.999%. Also, making even a slight difference in lifes of these tens of millions is already something, don't you think?

  21. This shows Linux has lots of growth potential on Interview with JWZ · · Score: 1

    I believe this is good news. It shows there are still lots of developers that are ready to partisipate in Oper Source projects, but who are not using Linux (yet!).

    I am sure we all believe that many of these people will move to Linux in a near future, which means that not only Linux user community will continue its incredible growth, but also the Linux developer community will continue growing fast.

    That means we are going to have even better OS in a future!