Slashdot Mirror


User: Andreas(R)

Andreas(R)'s activity in the archive.

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

Comments · 149

  1. Re:Not F/OSS on Replacing TCP? · · Score: 1

    Actually, it's "free". See the license

  2. Rateless Internet (slashdotted) on Replacing TCP? · · Score: 5, Informative
    Their website of the so called "experts" is down, it's slashdotted! (ironic?)

    Here is a summary of their technology copied from their website:

    Rateless Internet The Problem

    Rateless Internet is an Internet transport protocol implemented over UDP, meant as a better replacement of TCP. TCP's legacy design carries a number of inefficiencies, the most prominent of which is its inability to utilize most modern links' bandwidth. This problem stems from the fact that TCP calculates the congestion of the channel based on its round-trip time. The round-trim time, however, reflects not only the congestion level, but also the physical length of the connection. This is precisely why TCP is inherently unable to reach optimal speeds on long high-bandwidth connections.

    A secondary, but just as impairing, property of TCP is its inability to tolerate even small amounts (1% - 3%) of packet loss. This additionally forces TCP to work at safe and relatively low transmission speeds with under 1% loss rates. Nevertheless, our extended real-life measurements show that highest throughput is generally achieved at speeds with anywhere between 3% and 5% loss.

    The Solution

    By using our core coding technology we were able to design a reliable Internet transmission protocol which can circumvent both of the fore-mentioned deficiencies of TCP, while still remaining TCP-friendly. By using encoded, rather than plain, transmission we are able to send at speeds with any packet loss level. Rateless coding is used in conjunction with our Universal Congestion Control algorithm, which allows Rateless Internet to remain friendly to TCP and other congestion-aware protocols.

    Universal Congestion Control is an algorithm for transmission speed control. It is based on a simple and clean idea. Speed is varied in a wave-like fashion. The top of the wave achieves near-optimal throughput, while the bottom is low enough to let coexisting protocols like TCP smoothly receive a fair share of bandwidth. The time lengths of the peaks and troughs can be adjusted parametrically to achieve customized levels of fairness between Rateless Internet and TCP.

    The Rateless Internet transport is now available through our Rateless Socket product in the form of a C/C++ socket library. Rateless Internet is ideal for Internet-based applications, running on the network edges, that require high bandwidth in a heterogenous environment. It was specifically built with peer-to-peer and live multimedia content delivery applications in mind.

  3. Pat's arguments on Slackware Likely To Drop GNOME Support · · Score: 5, Insightful
    I think removing it would be the best thing for Slackware as it's become a maintainance nightmare (unlike nearly every other ./configure'ed source, GNOME doesn't build into packages easily with DESTDIR).

    This was Patricks' argument for dropping GNOME. Instead of dropping GNOME support, why not communicate with the GNOME community to resolve the issues? This is really a minor technial issue, and I'm sure things can easily be done to make including GNOME as easy as KDE.

    Anyway, I'm sure Slackware will never drop GNOME support. People will stop using the distribution in a second!

    This is probably why having a single "dicator" maintaining a distribution is a bad idea: He has very little contact with the community. It's not possible for other's to get involved with the development process either. It would be a trivial task to make someone else maintain the GNOME sources in Slackware.

    I like Slackware, running slack 10 now, but this makes me change my mind.

  4. Reason? on Nanoscale Switches in Memory · · Score: 1

    100 gigabits per square inch capacity for magnetic media

    What makes the transfer rate limit for magnetic media 100 gigabit/inch? Why this specific number? Does anyone know?

  5. Most are not fully liberated! on Liberated Games Launches · · Score: 4, Insightful
    The website seems to be Slashdotted, however, I've been following Linuxgames.com for a while. It's fine that the source code itself has been released to the public, but there's almost always some kind of "catch" which prevents the game from being successfull after the new release:

    Game data is not released under GPL. This is obvisly a mayor flaw, and will render the game unplayable. This includes Doom, Quake 1, 2 etc.

    The licence is too restricted. This includes Civ :CTP, where the license will not allow you to fork your own project. Therefore noone is willing to do anything with the new code.

    The release of the code happens too late, so the game isn't "interesting" any more. (Eg. Wolf 3d)

    Still, by all means, more GPL'ed games is a good thing!

  6. Re:Slow news. on New iMac Pictures Leaked? · · Score: 5, Insightful

    Yes, even the article sais the Max pictures are a hoax. Yet another article posted on Slashdot without any credibility - the editors should have checked the story better before posting it.

  7. Freeciv? on Linux Journal Editors Choice Awards · · Score: 4, Insightful

    RSS isn't a game. The best Linux game is Freeciv.. Period.

  8. Who? on JOE Hits 3.0 · · Score: -1, Offtopic
    Who is Joe, the man?


    Will the real Joe please stand up?

  9. Why vim is better than joe (and obviously emacs) on JOE Hits 3.0 · · Score: 3, Interesting
    Let me just recap the well known reasons why vim is better then joe:

    vim is upward compatible to vi.
    So if you master vim you can edit with vi. vi is on every unix box, even on the most "naked" ones.
    In addition, vi runs on practically any terminal and any connection, even when logged in from half around the world through several "hops". (I'm typing this on an old Ampex terminal (vt 100 like) via a 9600 Baud connection.)


    # vim works like you think.
    Many commands are "mnemonic". In a recent post, Randy has put it quite nicely:


    As I said earlier, vi works like I think. I think "replace this word with that one;" "delete this line;" "yank this paragraph and put it down there;" "move there and insert a word;" "format this paragraph." Vi provides commands that map to how I think. Some of the time I'm just typing in text without editing it, but normally I'm editing text. I tend to write something, then go back and make it perfect. I prefer to copy something that is already there and then modify it to be what I need. This expresses very well what I believe has been a major design goal of vi!


    # Now for the modal/modeless controversy.
    If you really think about it, it boils down to the following: it's a matter of how you define "modal"/"modeless"; in other words: if vim is modal, so is emacs - if emacs is modeless, so is vim.
    The reason: in emacs you are by default in "insert" mode; you have to type "ctrl-m ..." to issue an editor command; so "ctrl-m" is actually a switch to command mode). In vim, you are by default in command mode; when in insert mode, you type and then some command, and then i to get into insert mode again.
    While programming, you are at least half of the time in command mode (if you are an Emacs user you might not be aware of that because nobody calls it like like that). The difference between Vim and Emacs is that most most Vim commands are mnemonic and need much less modifier keys, such as Ctrl, Alt, etc.


    # I believe that modal editors are more efficient for programming (and similar tasks, like writing latex).
    This is because I find myself much more often editing text which is already there, rather than producing new text which hasn't been there before.
    This goes well with the observation, which someone reported in the comp.editors news group about joint strain. I almost get joint strain myself when I see emacs users holding down the ctrl or alt key all the time with their pinky or thumb ;-) ...


    # I'm not sure what the reason is, but I've never seen emacs users who actually used all those feature which emacs-the-editor offers. (At the office, I'm surrounded by emacs and nedit users ;-) I mean features like marks, tags, jumping up/down paragraph-wise, jumping to the beginning/end of a function, searching identifiers in all include files, etc....
    I suspect, this is because it's simply just too difficult to remember all those ctrl-alt chords. :) [no offense intended!]


    # Speed: CPU-wise, vim is still by far more efficient than joe.
    Try running joe on an SGI Indy! Or on a PC/286!

  10. Re:Overclock your house on Overclocking your Gameboy Advance · · Score: 3, Funny

    Normal AC power is at around 120 volts and 70hz here in the USA, so I put in a frequency multiplier and upped it to 105hz and 160 volts AC. Now, all my lights are brighter, TV is faster to react in the menu, and I've pre-emptively overclocked all my appliances!
    Move to Europe, we have overclocked to 240 Volts. USA is sooo old fashioned!

  11. Really stressful? on Appreciating Your Stressful IT Job? · · Score: -1, Flamebait

    Since when is Coding HTML for food stressful? I can think of a whole lot of other industries which are way more stressful, such as being a _real_ programmer.

  12. Re:Another article on BayStar Interviewed Regarding SCO Investment · · Score: 4, Informative

    And the URL.

  13. Another article on BayStar Interviewed Regarding SCO Investment · · Score: 0, Troll

    Here's another article about BayStar Confirms Microsoft Connection to SCO Investment.

    Evil M$.

  14. So true on Data Transfer Has A Speed Limit · · Score: 1, Offtopic

    Everything has a limit, even data transfer. Moore's law just means that someone will think of some other way to solve the problem faster and better.

  15. Finally on AOL Mail To Be Accessible Via IMAP · · Score: 5, Funny

    This is one less reason to make fun of aol users :)

  16. Re:Python.. on India Starts All-Electronic National Elections · · Score: 1

    Actually, since most Indians are iliterate, they vote by selecting the icon of your party from a list.
    Much like your average Slashdot poll.

  17. The general optonion of India around here.... on India Starts All-Electronic National Elections · · Score: -1, Offtopic

    India is now the economy in the world which grows the fastest. They take the jobs of hard working americans, because they are so many and can afford to live in caves. Still, most people around here envy the indians. So do I.

  18. OMG! on Another Fan-Made TRON Costume · · Score: 1
    Enjoy.

    Good luck with the ladies.

  19. More on AmigaOs4... on AmigaOS 4.0 Developer Pre-release · · Score: 5, Informative

    Here's more info in AmigaOS4, features, screenshots, etc. Looking forward to this!

  20. The harshest enforcer... on Injunction to Enforce GPL · · Score: -1, Troll

    Why not let Bush and his "shock and awe" army enforce the GPL? :)

  21. Superior attitude on Those Eureka Moments · · Score: 1, Insightful

    you probably have a gift for insight. ... if you had all day, you could try a zillion different combinations and eventually figure it out. But with insight, you'd experience the usual clueless confusion, until--voilà--the fog clears and you get the clue, which suddenly seems obvious.

    I'm sick of people thinking that they are so fscking "special". I don't necessarily accept the idea that someone has a very special way to solve very complex problems - the principles of the way we think is universal for all people.

  22. Conspiracy theory on Can You Spare A Few Trillion Cycles? · · Score: 1
    I used a few million CPU cycles to extrapolate the image, the result is here.


    Now, where's my publication in SIGGRAPH 04?

    -Bow for the Gimp!

  23. Enough is enough... on Google's Copernicus Center · · Score: 2, Interesting
    Come on, please give us at least _one_ interesting story that is not an obvious April-fools day joke. This Google-story has been reported with links already several times on /.

    I'll take a story on a new kernel, even a BSD article. Anyhing!

  24. Re:Isaac Newton of modern computers? on Boolean Logic : George Boole's The Laws of Thought · · Score: 1

    What about CowboyNeal, CmdrTaco, micael and the girls?

  25. Re:As a former playground bully, I want to know on RMS to Move Into Bill Gates Building Today · · Score: 1

    I really laughed out loud from this one :)