Slashdot Mirror


User: vsavkin

vsavkin's activity in the archive.

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

Comments · 35

  1. If you wipe your phone - you're a suspect on Ask Slashdot: Would You Use A Cellphone With A Kill Code? · · Score: 3, Insightful

    Well, you wipe your phone when trying to enter - it means that you have something to hide and should be detained and not allowed in.

  2. Perception is getting worse? on New Data Shows 85% of Humans Live Under a Corrupt Government (newatlas.com) · · Score: 2

    TI does not report corruption level, it reports corruption perception level.
    If we perceive that it's getting worse, it can be because it's actually getting worse, or it can be because we know better than before.

  3. Re:Cave on Are We Seeing Propaganda About Russian Propaganda? (rollingstone.com) · · Score: 3, Funny

    > We are all in a cave, strapped to a stone. Everything is an illusion.

    That's what Russian propaganda wants you to believe, and you are spreading it, being a Putin's "useful idiot". According to this anonymous study, of course.

  4. Re:Alfabank and mystery Trump connections. on Russian Banks Floored by Withering DDoS Attacks (theregister.co.uk) · · Score: 1

    > Any juicy conspiracy theories here?

    Who gave those experts, including Paul Vixie, right to snoop on DNS traffic of their political opponent?

  5. > BTW in future we will need less coders, as more stuff will be generated automatically.

    More automated code generation can actually increase a demand for coders - https://en.wikipedia.org/wiki/...

    Business which can't hire a programmer today because of expenses, could in future get some code written using better automated tools with less talented (hence cheaper) coder.

  6. In Post-Soviet Russia, the state blocks xHamster.
    In the US, xHamster blocks a state!

  7. Re:Another one? on Happy System Administrator Appreciation Day · · Score: 1

    Here in (post-)Soviet Russia, just about any profession has one.

  8. Evolutionary Path? on RansomWare Disassembly Reveals Evolutionary Path · · Score: 1

    Evolution is nonsense. Surely this trojan was intelligently designed.

  9. The question is... on A Flawed US Election Reform Bill · · Score: 3, Funny

    > a voter-verified permanent paper ballot

    yeah, but will it blend?

  10. Re:A Useful Tool on Secretly Monopolizing the CPU Without Being Root · · Score: 1

    If you use sudo, you can just renice your root shell to higher priority, or even make it real-time process.

  11. Twice the bandwidth on Neutral Net Needs Twice the Bandwidth of Tiered · · Score: 1

    Is this really a big deal?
    In much cases, fast and dumb solution is cheaper than smart, but slow.
    If you have not enough busses - just upgrade to faster transceivers as optical fiber can carry practically unlimited bandwidth.
    And you can look at computers for another example - upgrade processor, busses is faster and cheaper then optimizing applications.

  12. Re:Binary packages on OpenOffice 2.2 Released · · Score: 1

    I mean unoffical sarge from amd64.debian.net of course

  13. Re:Binary packages on OpenOffice 2.2 Released · · Score: 1

    Do you know any openoffice repo for Debian/stable?

  14. Binary packages on OpenOffice 2.2 Released · · Score: 1

    Why don't they release sane binary packages, like just about any other big project does?
    How am I supposed to install it on generic x86-64 linux system, besides compiling from source?

  15. Re:Good luck with that! on OS Router Challenges Proprietary Networking · · Score: 2, Interesting
    Whether or not it sucks, this is the thing that keeps people cozily asleep at night, knowing that if they have a problem, they have an unchallengeable defense of having bought the best in class support solution


    Here in Moscow, Russia most ISPs buy Cisco gear w/o any kind of support. Not even usual warranty period on hardware is there (Cisco gives 2 or 3 months only). Not having their asses covered by that kind of paper works fine for them.

    Also, when talking about hardware, off-the-shelf PC router can do 100..400 kpps, it is more than enough for small provider's core router, not even considering branches.
  16. Re:Err... "lying" is the default setting. RTFM. on Your Hard Drive Lies to You · · Score: 1

    Write barriers do help. Both IDE and SCSI (not sure about fancy RAID cards).
    Some IDE drives are not supported though that don't correctly implement "cache flush" command.

  17. Re:You can help! on Public Software Fund's First Project · · Score: 1

    Cool stuff. I got 500-1000kbytes/sec download rate and 150-200kbytes/sec upload.

  18. Re:Lots of problems ahead for MS on Analyzing Palladium · · Score: 1

    There is a difference between an Xbox and a PC with a general-purpose OS. Xbox can run only certified games AFAIK, when a PC should run any third-party program (possibly, with lower privileges). Thus PC user will be able to download and run exploit which will e.g. cause Media Player to write unencrypted video to a file.

  19. Re:Minor my Ass! on Serious IIS Hole; Minor X Bug · · Score: 1

    Well, any application that have access to X display can make it unusable. Think xlock which doesn't ask for a password. It a part of the specification, so it's a feature, not a bug. But a browser, which accepts data from untrusted source, should never issue any commands that can render machine unusable.

  20. Re:Sadlly... on Latest IE Hole Lets Gopher Root You · · Score: 1

    How a T1 can be fat? Surely you meant OC-192.

  21. Re:Software WEP? on First, WinModems. Now, WinWiFi. · · Score: 1

    I found that e.g. Lucent Orinoco Silver does encription in hardware slower than Pentium MMX machine can do it in software. Needless to say, I turned off hardware encription (insufficient anyway) and enjoyed 20% bandwidth increase.

  22. Re:possible solution to all this stuff on Reflections on Brilliant Digital: Single Points of 0wnership · · Score: 1

    Backbone routers are very inflexible things, as are most other appliances. Do something unusual to them, and their CPU utilization will rise, effectively making them stop their work. And this is just what we're trying to prevent, do we?
    You will have much better luck with this sort of things on your edge routers, based on your $UNIX_LIKE_OS_OF_CHOICE

  23. Re:Look At It From the ISP's Standpoint on How to Work Around Broken Port-80 Routing? · · Score: 1
    Simple and effective, but the IP address information from the packet is discarded.

    It's not discarded, it's just routed to the squid box.
    Also as far as I know, Squid does not support reading the IP address from the packet it transparently intercepts; it always refers to the DNS list included in its conf file.

    It does, at least with Linux netfilter and BSD ipfilter.
  24. Re:Wasn't port 80 supposed to be HTTP? on How to Work Around Broken Port-80 Routing? · · Score: 1

    A correct transparent proxy implementation should always connect to the very same IP address the client tried to connect to without regard to the "Host" header (which must also be passed along). A DNS lookup can still be done to optimize the cache. If the destination IP address is in the list of A records from the DNS query, then it can simply be matched to the cache by name alone. However, if the IP address does not match any that DNS gets, then those pages can still be cached, but they must be cached under the tuple of both the destination IP address and the "Host" header name together (as this content can be different than any other for the same host name or the same IP address).

    This is probably best that transparent proxy can do wrt this issue. Thank you.
  25. Re:CONNECT on How to Work Around Broken Port-80 Routing? · · Score: 1

    Very good workaround if the proxy allows CONNECT requests to port 80. Unfortunally it's not the case usually.