Slashdot Mirror


User: microbrewer

microbrewer's activity in the archive.

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

Comments · 126

  1. Re:WOW! Michael Posting An Engadget Link! on Enhanced Instant Messaging with IMSmarter · · Score: 1

    We're to busy drinkin thats why and its a wonder you saw a woman in a bar arnt they supposed to be home makin my bloddy dinner .

  2. Nothing new home distillers dont it for years on Hacking Vodka · · Score: 1

    Nothing new most spirits are filtered through some type of activated carbon to clean them up .
    Even spirt Ive made in a small 20 liter still that produces 5 liters of spirit cleans up well if I use good carbon and filter it a slow rate .

    Why did'nt they do gas cromotography to test the vodka ? like us profesionals do when we test our own grog and Where thier tasters trained vodka judges?.

    If you really wanna hack vodka look here
    <URL:http://www.spiritsunlimited.co.nz/>

    Most vokda is made with some form of cheap fermantable like grain,beets,or sugar basicaly if thier is a surpluss of a fermentable and its cheap you can make vodka out of it .What makes it good is the downstream processing like distillation processes and filtration processes .
    On a comercial level they use even ferment milk derived whey to produce the vodka wash and they distill the vodka from that.

  3. Re:WOW! Michael Posting An Engadget Link! on Enhanced Instant Messaging with IMSmarter · · Score: 1

    Yeah Just ask any American woman they luv our Aussie accents and we get laid ha ha .

  4. Re:Even Simpler on Downhillbattle.org Bounty For P2P Gaim Plug-in · · Score: 1

    Theres a winamp plugin that does somthing similair usung the winamp media libary called wombat share .

  5. FCC. MPAA. RIAA, DOJ and the FBI on FCC Claims Regulatory Power Over Home Computers · · Score: 1

    Just wait till the MPAA and RIAA uses the FCC to fine computer users just like they get the DOJ and FBI to riad Direct Connect Hub operators houses again

  6. Re:While he may be involved with WASTE - on Downhillbattle.org Bounty For P2P Gaim Plug-in · · Score: 1

    Shared is the project Manager of the current WASTE development so it can be called his Nullsoft and Justin Frankel GPLed the code and AOL where too late to stop it.
    Shared has protected WASTE's open source status fighting GPL violations from VIA Technolgies the chipset manufacturer with its PADLOCK SL app that was a copy of WASTE .

  7. Re:Simpler than Waste on Downhillbattle.org Bounty For P2P Gaim Plug-in · · Score: 1

    Eric they could always use Ants P2P to do this it offers point to point and end to end encryption,multisource ,resume and it uses IRC for bootstraping .There is also a JETI Jabber IM version of Ants that uses your Jabber buddylist for bootstraping .The only problem is that Ants and JETI are written in JAVA so will the noob even have Sun Java installed .

  8. Firefox IE on Microsoft Says Firefox Not a Threat to IE · · Score: 1

    Just make a distribution of the FirefoxIE customisation of Firefox and most people wont know the differance.

    http://www.firefoxie.net/

    My Wife only worked out it was Firefox after using it for a day or two becuse of the Tabbed Browsing and Bookmark Toolbar .

  9. Re:Stupid stupid stupid. on Project Gutenberg Threatened Over PG Australia · · Score: 1

    Im an Australian that lives in a US East Coast Ski Area (Vermont) and quite a few people have asked if Im from Austria when they are told Im Australian very funny .
    Sure we have snow in Australia but its for about 2-3 months in one area that has small montains and mostly done with snowmaking .
    Here in New england they get 5 months of snow .

  10. XBOX the solution to pc for your TV on How Cheap Can A PC Be? · · Score: 1

    Seeing Xbox will be old technology in a year with the advent of the so called NeXt Box wouldnt it be prudent of M$ to use the old XBoxes as PCs for your TV.A Gentoo distribution Gentoox runs great on the xbox as do other Linux distros like Debain .All that has to be done is for M$ to change the firmware so it will allow a M$ OS run on it seeing its basicaly a x86 box that will only allow signed code to run by defualt.

  11. Re:Now might be the time for ANts on UK Record Industry Sues 'Major Filesharers' · · Score: 1

    Ants Project description
    Abstract
    The main problems of the 2-nd generation p2p nets (as well as the 1-st one) are two: the complete lack of privacy and data protection and the lack of structured queries. Doing queries over the net we can see who's connected and what he's sharing. This is not acceptable if we care about our privacy... furthermore we usually have many problems in finding what we are looking for: queries support in common p2p system is usually not-stuctured and exact text-matching based, so we cannot exploit SQL-like features (join and so on...) over the net data-set. This project tries to resolve both the problems.

    The privacy problem
    It faces the privacy one breaking the ebsence of p2p... I mean a connection is not anymore point 2 point in the strict sense... the peers are virtual peers over a virtual net, so when we are requiring a resource over the net, our request is routed through many points utill it reach our peer. The peers are not anymore identified by ip... the have a unique ID produced hashing infos from their time and their location (this yields a unique hash). So a client now knows only the ips of its neighbours (the other peers directly connected to it), but it doesn't know their ID, as only the same node knows its ID. So what about routing, how can a node route a message if it doesn't know where the destination is? Simple... a node will know which are the "best" direction to route a message to, but it will not know where precisely another node is. The routing protocol has been developed over studies on ants behaviour... ants do not know the precise location of their hive, they simply follow a track... the same happends in this system. So the more messages follow a track the more that track will be "strong", if a track produces many failures it'll fade out and it won't be followed anymore. This way we can achieve privacy over our identity, but what about the informations sent? They have to route through many peers so how can we protect 'em? The protection is realized at 2 levels... low level (against man-in-the-middle extern to our net) by crypting communication between each couple of directly linked points of the net, high level (against internal threats) crypting the communication between the two end points. At both level the security is granted using a DH-KA and DES or AES (negotiated at the beginning).

    The queries problem
    Another solution has been found for the query problem. Each query is distributed (in a non deterministic and sequential way) over a part of the net. It is processed by each node it passes and at last it is returned to the source following the shortest path. Each node can process operations more complex than the simple text-matching: we can support pseudo high level SQL-queries over the data-set reppresented by our partial explored net.

    Efficiency issues
    We talked about a wide spread net that comprises very etherogeneous kind of nodes (lan connection as well as 56k) how can we support efficiency? The routing protocol is studied to find the best path to route a message... but if the path is not present we cannot find it. So we have to create a well structured net with a sufficient number of "routing point" (I mean pseudo server point with high speed connection and high connectivity (about 30 peers connected). The peers don't need to know the address of these points... we can structure the service creating few (hidden) routing points and many access points. At the startup one can choose if becoming an access point or a simple peer, every group of people can also create their own net with routing points and simple peers (a very scalable system). Computer simulation over the routing protocol have shown its efficiency over both the cases: with or without many routing points... in practice the virtual net is a sort of neural network that learns during its life and distributes the traffic in the best way.

    About the IRC based connection system
    Is there any threat due to the IRC based connection system? Is it dangerous that my IP a

  12. Ants P2P -Encrypted Proxy Chaining P2P on File Trading Law Would Include 'Willing' Traders · · Score: 2, Informative

    There needs to be a Slashdot story done on the following application that is breaking new ground on almost a daily basis .Soon there will be Jabber support for this application via Jeti Java Messenger http://jeti.jabberstudio.org/ .

    Ants P2P Website
    http://www.myjavaserver.com.nyud.net:8090/~gwren/h ome.jsp?page=custom&xmlName=ants
    Ants P2P Sourceforge Page
    http://sourceforge.net/projects/antsp2p/

    Ants P2P Features

    * Open Source Java implementation (GNU-GPL license).
    * Multiple sources download.
    * Torrent download from partial files.
    * Automatic resume and sources research over the net.
    * Search by hash, string and structured query.
    * Embedded support for etherogeneus data types (not only arrays of bytes...).
    * Completely Object-Oriented routing protocol.
    * Point to Point secured comunication: DH(512)-AES(128)
    * EndPoint to EndPoint secured comunication: DH(512)-AES(128)
    * Automatic serverless peer dicovery procedure.
    * IRC based peer discovery system.
    * IRC embeded chat system.
    * Full text search of indexed documents (pdf, html, txt, doc etc) -> QUERY REFERENCE.
    * Distributed/Decentralized Search engine
    * HTTP tunneling.

    The programers answers to all those damn FAQ's

    1) ANts supports point to point encription (AES 128 - DH 512)
    2) ANts supports endpoint encryption ( " " )
    3) ANts supports multipath routing for packets
    4) ANts supports preferential connections (to create a fast backbone and
    to let everyone going faster)
    5) ANts supports PARTIAL DOWNLOADS and it has a unique and very
    innovative system to do this (in theory it could be better than
    bittorrent inspite of routing overhead and speedes reached on LAN showed
    this!)
    6) ANts supports AUTOSEARCH SOURCES function for active and interrupted
    donwloads, if your donwload pass in the interrupted box this DOES NOT
    MEAN that you have lost it... it is just paused and it will restart as
    soon as possible!
    7) ANts can find partial files through normal queries or queries by hash
    since version 0.4.1 beta!
    8) ANts supports FULL TEXT indexing and do searches over full file
    content and FULL FILE PATH LOCATION.
    9) ANts will (perhaps) support instant messaging integration
    10) ANts IS NOT a simple IRC client
    11) ANts relies on ad-hoc network theory as well as MUTE
    12) ANts is strongly beta... this means it is not intended to be dummies
    probed!
    13) ANts releases ARE NOT backward compatible, so if you can't find
    peers you probably has an old version! Use Java Web Start to be sure to
    have te newest one.
    14) ANts exploits IRC CTCP commands for initial ip exchange!
    15) ANts supports internal ip exchage during and after your first
    connection.
    16) ANts queries are cripted in an asymmetric way. This means YOU are
    the ONLY who can read you queries results. Everyone can read the query
    string but this approach reduces drastically the potential power of a
    node in trasit queries analisys.
    17) ANts uses TWO consecutive ports (Like HTTP does) default are 4567 &
    4568 but you can change the lower getting automatically changed the
    highest. If you are NATTED you don't need two non consecutive ports,
    cause these ports are used ONLY for incoming requests. Your own requests
    are made on any free port, so you don't have to care, it can take a
    little bit more to obtain your first connection if you are natted, but
    ANts can work with natted peers as well as with unnatted ones without
    ANY difference
    17) Internal protocol is not harmed by nats and firewall... so once you
    get a connection it doesn't make sense saying "I'm natted my queries are
    not working!".
    1

  13. Re:Ants p2p Anonymous Filesharing on New California Law Bans Anonymous Media File Sharing · · Score: 1
  14. Ants p2p Anonymous Filesharing on New California Law Bans Anonymous Media File Sharing · · Score: 1

    Here is a proxy chaining p2p that uses ID hashes instead of IP to transfer data it also has point to point and end to end encryption .IPs are used for bootstaping from IRC and seting strategic routing points on the network .So they will have to make a law that first bans you from even being on a p2p network and also a law that bans you from proxying data so it would mean they would have to ban every ISP also under those type of laws. So put this in your Pipe and smoke it Govorner Arnie Ants P2P Features * Open Source Java implementation (GNU-GPL license). * Multiple sources download. * Torrent download from partial files. * Automatic resume and sources research over the net. * Search by hash, string and structured query. * Embedded support for etherogeneus data types (not only arrays of bytes...). * Completely Object-Oriented routing protocol. * Point to Point secured comunication: DH(512)-AES(128) * EndPoint to EndPoint secured comunication: DH(512)-AES(128) * Automatic serverless peer dicovery procedure. * IRC based peer discovery system. * IRC embeded chat system. * Full text search of indexed documents (pdf, html, txt, doc etc) -> QUERY REFERENCE. * Distributed/Decentralized Search engine * HTTP tunneling.

  15. Of Course beer is good for me it gives me a job on Beer Found to be as Healthy as Wine · · Score: 2, Informative

    Being a professional brewer this is not new news many studies are done every year if beer or wine are bad or good for you depends on the research project and who is funding it at the time .

  16. Ants p2p Impliments A Distributed search engine on P2P Web searches · · Score: 4, Interesting

    A peer to peer program Ants P2P has just implimented a Distributed Search Engine .Ants P2P is Based on Ant Routing Anlgorithms so it needed a solution to finding files on its network it found a solution that works .The Network also has a HTTP tunneling feature and its developer Roberto Rossi is creating a search solution based on simmilar methoods to search Web Pages published on the network .

    Ants P2P is designed to protect the identity of its users by using a series of middle-men nodes to transfer files from the source to destination. As additional security, transfers are Point to Point secured and EndPoint to EndPoint secured.

    1. Distributed search Engine - Each node performs periodic random queries over the network and keeps an indexed table of the results it gets. When you do a query you will get files with or without sources. If you get files simply indexed (without a source), you can schedule the download. As soon as Ants finds a valid source, it will begin the download. This will also solve the problem of unprocessed queries. This way you will get almost all the files in the network that match your query with a single search.

    http://sourceforge.net/projects/antsp2p/

  17. P2P 2010 style on 10Gbit to the Home by 2010 · · Score: 1

    That will mean more Jappanesse kids using Winny and Share (the developmet after winny that is almost imposible to find) in 2010.In Japan it is considered illeagal to develop p2p file sharing aplications so there will be more clandestine way to hide data by the year 2010 .

  18. Control of the Media Distribution Model on Alternatives To The INDUCE Act · · Score: 2, Informative

    The INDUCE ACT and other legal efforts by the RIAA and other media organistions are lame efforts to control the current distribution model media companies have .IF you are an independant artist you will never have any chance of getting into Blockbuster, Best Buy, Wallmart ,Tower Records ect unless your record label is owned by one of the Major record companies as they have contracts that only allow thier artist to get into these stores .The EFF proposed a Voluntary Colletive Licencing model for payment of copyrighted material where you pay a flat fee to download copyrighted content from p2p networks but the problem is the RIAA rejected it becuse it screws up thier antiquated distribution channels. Thier Idea of inovative distribution is itunes or the new Napster . The problem they have is that an artist could release a independant recording without thier input and may even become a number one hit all without the input of the RIAA members .The record companies would have to become advertising agencys for the Artists and would actully become contractors or employees of the Artists. The current distribution model and bussiness models of media companies forces most Arists to be employees of the company and the company controlls the copyright .Collective Licencing would give the artists controll . Big Champane and other p2p monitoring companies sell data to the RIAAs members and others to see what is swapped and have a TOP 10 so it is well documented and auditied on what is being shared out there . http://www.eff.org/share/collective_lic_wp.php

  19. Re:Perhaps what is needed is a new kind of P2P net on RIAA Grinds Down Individuals in the Courtroom · · Score: 1

    Ants p2p does this and more theres even a proxy chained encrypted webserver just added .

    Ants p2p Features

    * Open Source Java implementation (GNU-GPL license).
    * Multiple sources download.
    * Automatic resume and sources research over the net.
    * Sources finding over the net given the hash of the file.
    * Search by hash, string and structured query.
    * Embedded support for etherogeneus data types (not only arrays of bytes...).
    * Completely Object-Oriented routing protocol.
    * Point to Point secured comunication: DH(512)-AES(128)
    * EndPoint to EndPoint secured comunication: DH(512)-AES(128)
    * Automatic serverless peer dicovery procedure.
    * IRC based peer discovery system.
    * IRC embeded chat system.

    http://sourceforge.net/projects/antsp2p/

  20. Elemetary School Song may violate copyright on Parody or Satire? Threat To Sue JibJab · · Score: 1

    My kids elemetary school uses "This Land " as a basis for thier school song "This School is my School Oh Flood Brook Union School We Know we Love you To the things we learned here And the friends that are dear This school was made for you and me" thats just one verse So be prepared to sue the US school system and the US govornment if this goes ahead .And be prepaered to explain to a whole lot of 5 , 6 and 7 year olds they cant sing thier song to thier mums and dads at the end of school celebration becuse of the law .

  21. Wi Fi meshes help protect file sharers on Pushing Wi-Fi's Limits: Problems and Solutions · · Score: 2, Funny
    The good thing about mesh networks and leaving things unsecured is that you can fileshare without much worry from the RIAA becuse you can always claim that it wasnt you downloading from a IP it was someone hooking into your wireless router .Justin Frankel the godfather of distributed P2P file sharing has also sugested that it should be done on his own blog .
    May 19, 2004 I've been saying this for a long time, well over a year now: http://www.salon.com/tech/feature/2004/05/18/safe_ and_insecure/index.html
  22. Nullsoft TV on How Many TV Channels Will There Be In The Future? · · Score: 1

    Just have a look at Nullsoft TV wonder how many more people will create thier own content on the Web.

    http://www.nytimes.com/2004/07/01/technology/cir cu its/01tube.html

  23. Re:He's predicting what already exists! on DNS Inventor Predicts Future of the Internet · · Score: 1

    Hey Burns whats up with mirwin.... when you get back up ill see if I get any gmail invites and we will distribute them there .

  24. Beer In Space on Win a Part in the Hitchhiker's Guide · · Score: 1

    Being a self confessed Beer Geek and Profesional brewer I know about beer brewing experiments in space also I have been an advocate of Zero Emisions brewing that would be usful as you can then use the spent grain to grow Mushrooms ,Tomatoes and use the treated water for Fish also you could have a Bioreator for energy . http://www.zeri.org/systems/brew.htm http://science.nasa.gov/headlines/y2001/ast21sep_1 .htm http://www.newscientist.com/news/news.jsp?id=ns999 9276

  25. WASTE is p2p chat on Yahoo Changes Protocol, Blocks Third Party Clients · · Score: 1

    WASTE been around for ages it has encerypted chat and private chat rooms it dosnt need any companies server and it supports file sharing also .If you have about 50 contacts on your list it can support it no problems . http://waste.sourceforge.net/