Aaron Toponce eightyeight@identi.ca

Ogden, United States

System administrator and engineer for XMission. Amateur radio ethusiast, Free Software advocate, mathematician and amateur cryptographer.

  • Import Android VPN Settings

    2014-08-18T21:20:29Z via Pumpa To: Public CC: Followers

    Is there a way to import VPN settings in Android 4.4?

    By default, you can manually create PPTP, L2TP, and IPSec VPN connections. However, whenever VPN settings change on the server, such as would be needed when an employee leaves, then the VPN profile must be deleted, and recreated.

    Just curious if there is a way to import a configuration file that would automatically create those VPN profiles?

    Evan Prodromou likes this.

  • Black "patch" Tuesday causes BSOD

    2014-08-15T16:34:03Z via Pumpa To: Public CC: Followers

    Looks like some kernel driver updates are causing BSOD 0x50 Stop messages for some Windows users:

    http://www.infoworld.com/t/microsoft-windows/blue-screen-stop-0x050-error-reported-systems-installing-kb2976897-kb2982791-and-kb2970228-248363

  • Debian Jessie Installer Beta 1

    2014-08-14T03:35:18Z via Pumpa To: Public CC: Followers

    A couple hot topics in the release:

    • GNOME instead of XFCE is the default for the desktop taskinstall
    • systemd is the default init system

    https://www.debian.org/devel/debian-installer/News/2014/20140813

  • SHA-3 in GNU/Linux

    2014-08-13T16:10:41Z via Pumpa To: Public CC: Followers

    Looks like rhash(1) has finally made the necessary adjustment for "--sha3-*" to fit the FIPS 202 standard draft as of version 1.3.3.

    The hashes of the empty string according to the draft:

    SHA3-224("") 0x 6b4e03423667dbb73b6e15454f0eb1abd4597f9a1b078e3f5b5a6bc7
    SHA3-256("") 0x a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a
    SHA3-384("") 0x 0c63a75b845e4f7d01107d852e4c2485c51a50aaaa94fc61995e71bbee983a2ac3713831264adb47fb6bd1e058d5f004
    SHA3-512("") 0x a69f73cca23a9ac5c8b567dc185a756e97c982164fe25859e0d1dcc1475c80a615b2123af1f5f94c11e3e9402c3ac558f500199d95b6d3e301758586281dcd26

    And, using rhash(1), they come out the same:

    $ for H in sha3-224 sha3-256 sha3-384 sha3-512; do echo -n '' | rhash --$H -; done
    6b4e03423667dbb73b6e15454f0eb1abd4597f9a1b078e3f5b5a6bc7 (stdin)
    a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a (stdin)
    0c63a75b845e4f7d01107d852e4c2485c51a50aaaa94fc61995e71bbee983a2ac3713831264adb47fb6bd1e058d5f004 (stdin)
    a69f73cca23a9ac5c8b567dc185a756e97c982164fe25859e0d1dcc1475c80a615b2123af1f5f94c11e3e9402c3ac558f500199d95b6d3e301758586281dcd26 (stdin)

    Looks like rhash(1) is twice as slow as the SHA-2 tools:

    $ ls -lh cm-10.2.1-d2spr.zip
    -rw-r--r-- 1 aaron aaron 183M May 22 21:56 cm-10.2.1-d2spr.zip
    $ time sha256sum cm-10.2.1-d2spr.zip
    757c0d65c29fdff36d6083710803dcf313a922d476ac4a8f67c4ab15e22017ea  cm-10.2.1-d2spr.zip
    sha256sum cm-10.2.1-d2spr.zip  1.95s user 0.16s system 72% cpu 2.929 total
    $ time rhash --sha3-256 cm-10.2.1-d2spr.zip
    f375e211b151a248e527f53de3b4a90f7498614674810917f79dcee38e632f8c  cm-10.2.1-d2spr.zip
    rhash --sha3-256 cm-10.2.1-d2spr.zip  3.83s user 0.19s system 79% cpu 5.077 total
    
    

    This is pretty consistent. This is unfortunate, because SHA-3 should be using less cycles per byte per the original Keccak specification. Looks like a patch should be submitted to rhash(1).

    Aaron Toponce at 2014-08-13T16:22:03Z

  • Salesmen

    2014-08-12T23:45:09Z via Pumpa To: Public CC: Followers

    I called the local Microsoft store, to see if they had any USB 3.0 cables. Specifically, male A to male micro B.

    Now, I know that asking salesmen to be technically competent is a lot to ask. Asking salesmen to be technically competent at a technical retail store should be agreeable. Regardless, I should expect them to at least know the products they sell, or how to look them up in their inventory.

    Here was the conversation on the phone:

    Me: Do you sell any USB 3.0 cables?
    Salesman: USB 3.0... USB 3.0... USB 3.0... I'm not seeing this USB. What are these used for?
    Me: Uhm, data transfer? You know, to and from your computer?

    /me facepalm

    Stephen Sekula, lnxwalt@microca.st, James Michael DuPont, Efraim Flashner likes this.

    lnxwalt@microca.st shared this.

  • The Right to Marry

    2014-08-12T18:30:46Z via Pumpa To: Public CC: Followers

    Unfortunately, the graphic designer got all the colors wrong. So the image of the United States map is misleading, until you read the legend. With that said, we're making progress.

    http://www.freedomtomarry.org/states/

    RuiSeabra likes this.

    Is he Occidental? Some cultures see red as the positive colour.

    RuiSeabra at 2014-08-12T20:52:58Z

    Dunno. I just found it backwards.

    Aaron Toponce at 2014-08-12T21:47:39Z

  • Bitmessage

    2014-08-12T14:29:48Z via Pumpa To: Public

    Any Bitmessage users here? If so, anyone know of any mailing lists to subscribe to?

    Evan Prodromou likes this.

    Was just gonna suggest that. Also if you hang out or ask in the lists people there may point you to ones not listed or you'll see people announcing their new list

    Freemor at 2014-08-12T15:34:42Z

    If you want to fire off some tests I'm at BM-2cWDE3ymX91yyYCye423ZMroMmiLXkMVRc

    Freemor at 2014-08-12T15:37:17Z

    I already subscribe to BitChirp (really strange group there), but recently was published the following list (this will be a test of the Identi.ca character count limits):

    Q's AKTIVLIST OF CHANS, BROADCASTS & MAILING LISTS
    -----------------------------------------------------
    compiled using pre-existing sources & new information
    -----------------------------------------------------
    updated fortnightly on a Monday
    -------------------------------
    UPDATED: 2014-08-11
    -------------------

    * To add an item or to add or change a description, send details to BM-GtT7NLCCAu3HrT7dNTUTY9iDns92Z2ND
    * Subscribe for updates: Q's chanlist BM-GtT7NLCCAu3HrT7dNTUTY9iDns92Z2ND
    * Q's Aktivlist on bittext: http://bittext.ch/_MhiklxwCp
    * Bitmessage Address Directory: https://bitmessage.org/forum/index.php/topic,1689.0.html

    -------------------------------------------------------------------------------------

    Chans (v4) These 66 chans have been active or were declared publicly in the last 28 days:


    /b/ BM-2cXTiE92UmxABzcSR4SDyMgsrGZXZQEu8V
    /bb/ BM-2cWVv6ZgWuCbiUR8oWJyVwCsyESAdmndiC
    2ch.ru BM-2cWMo8wZkpi8WdUiVo5bL8nhz3rzdvivuZ
    4chan BM-2cU2wts99Ag8xegqjCN5bdtVJWwA4uf9Vm
    *NEW* Anime BM-2cUEBtrpLoftVAYmgTQbhfJk9K1VGajsLv
    *NEW* anonymity/privacy/security BM-2cSk2dYBQ1q19b5PvzdKLMs8CDbC9fwTY5
    art BM-2cXmkjRJ6LJNt5rFmroU1rAQPf7oFz6BSq
    atheism BM-2cUDEsrBSa5nMXLnZFPLjtmhuoJcuUjcUT
    *NEW* austrianeconomics BM-2cX2uBtUEMHToVkREaYXeUWoesMojvv3k3 - - - discussion of Austrian Economics
    BitChirp BM-2cTaAUYQpYLawnBnbGNyHwN3FWVK6aXHzF
    bitcoin BM-2cUBM2d97WCsVC5jboEu4TLJbRZPCKd9QE
    Bitcoin BM-2cXKopWGMFtB88dPUjTcDfyrTCK56y7yda
    bitmessage BM-2cWy7cvHoq3f1rYMerRJp8PT653jjSuEdY
    Bulgaria BM-2cVkfKpsXmcpvS3B476Tx45fzxWXyRyp16
    chanosphere BM-2cTDzQVdsAncs1wAhV8MDw7t7jn87Pi1fC - - - ? ?????? ????????? ?
    chit-chat BM-2cT4ssv6TWCEVfezeKExs618FaKCfE8V5U - - - A place to chat
    CRAP! BM-2cWAy4hgUmgiK4yp184fszBtjHtWz8SUyp
    darknets BM-2cTQRhPYAeyz4xDywxfe2HaFrrCYGB9URs
    deutsch BM-2cW4n7pgVhEEDZrYTzckpoNpTQw1fR1eLX
    Discovery BM-2cUaVpXpgpw72pTq8r6p5V1jwLeuvjHfAP - - - advertise new chans here
    DogeCoin BM-2cUMrUWsh9BCR8thW7r4ueaJDL8entBM4d
    food BM-2cTRBuWBn7ZkP9irbcgPVEufW874kRhyLM - - - Talk about food and share recipes
    freenet BM-2cVPWFhFMnS7pwZqvegDCgHYodiSG7kv3W
    *NEW* gaming BM-2cSvciVWrUe7YbB7CYV4FojCnWrgsD6qQ9
    general BM-2cW67GEKkHGonXKZLCzouLLxnLym3azS8r - - - general chat
    GENERAL BM-2cWb2U33pThT2m124dSfx1V5FBRVgTPTxu - - - ????? ????? ??? ??????????????? / general chat for Russian speakers
    Goat's penis BM-2cWk6MFLgVcPpiGf3ZxgAstTYG5KE3s3FU
    habrahabr BM-2cT7D6MeRfSpyhas4phMc1SAJAajwas54J
    hello BM-2cWhA72reAp1CBa8JmspqWRCdw93sDLgiS - - - new user chan
    hiddenchan.i2p users BM-2cVTkxfvAETpaWmExteDm26QHmdQgZaVXW
    *NEW* Imperial Reserve Bank BM-2cWC26CUQe9sES2kHTPGPF1hut4jLHkwsh
    leaks BM-2cXcBumwxGeLQr7FKRGHioVpM3KZz7wfbv
    libertarian BM-2cTKH3XeTzPQqEVHvAP5dLZU6CBYPAbHzZ
    linux BM-2cT9uwut8dNuYU8co16nFBTq9n7QR4Mwgn
    loli BM-2cTd8MjqP6BA3cofenggsywjgdu9bGFu2M
    lolicon BM-2cUrNFLXPjLec7KB5KLJkUVFRkq3yKMndc
    lolita BM-2cUHGFe6RJFg1GNKqzmcL7kfSLhQ6bsPoo
    Lolita BM-2cUhmUdnomBKcpbqsJixoNidvyJwZtuRqT
    MMM BM-2cUHRqTeaS5S5tdUYspGyvHBdncYEqNbrR - - - ?? ????? ??????! :-)) sergey-mavrodi.com sergey-mavrodi-mmm.net
    news BM-2cUAr5BjBCCXwDvkxFqFunUHKWf57U7yjK
    olist BM-2cXemdJibdXtifKfTHR4somZbbCGAHRG4H - - - https://github.com/orisi/
    OpenBazaar BM-2cXN4kGddUSr9GAnrqjnMfGv1LV1YP276C - - - https://openbazaar.org/
    *NEW* openmw BM-2cU75Dt4LJog6ztGb6pin1bvHKbpr8LQnX - - - https://openmw.org/
    Politics BM-2cVE8v7L4qb14R5iU2no9oizkx8MpuvRZ7
    porn BM-2cV9omnmSB49W3NdSjQVeNzCUJAwxxwUEK
    prettytitties BM-2cWh4JotpvvkVAUKUNLNd9Sdei1PgB1jfm
    privacy BM-2cUJvFYHhXpBHyd96KHfjxsgTYi44BajdE - - - privacy related topics
    python BM-2cVAqUwa6owJccHVt8gKwaRu3J2uFNcErH - - - about the programming language
    *NEW* RacialSlurs BM-2cWUvrrrtxt6pUzTh33fQQgqsyrkFiyPBP - - - history and origins of racial slurs
    religion BM-2cXnR1Ye92MRcpN1TRjPApPDTcZHLoMS78
    ru-drugusers BM-2cXCqi8buJXsXNA3xcMXCKyibmrXGndnok
    ru.humor BM-2cUrxVA9k4JHHkaWXzvkazhQLpduLyiKmo
    ru.linux BM-2cU9gwL3azGoZJ2DjB9oyaHRMdeQ2jWpbJ
    SaveTheWhales BM-2cTZehWcKzeQUa8aUmYjijKMVWgHDMtmoi
    sex BM-2cTLyTkvo9GFj3sTQTsqeUJgE65DfGFrTs - - - discussion of sexuality
    sharereactor.ru BM-2cWSrqxp5GZ8JvYDPsusmqz8gUritZYuhA
    space BM-2cVcHu1NLBud6UFJ8NHtCWWNSsxj5z8SMe - - - Outer space
    Spillcoin? BM-2cX1qNXftgNSWf7EmqbkXu7wdSqv7Kf4cz
    teengirls BM-2cTH3XuaQmde3x14Dhvj9q8M39UboTHVk8
    test BM-2cWFkyuXXFw6d393RGnin2RpSXj8wxtt6F - - - a chan for testing stuff
    Tips&Tricks BM-2cVx7zHDHMVQvSz3WoLpzv9cGrQ5Y8fqFr - - - online anonymity, security and privacy notes, scientific articles
    troll BM-2cVtjbXtcxtch4yEjEWZ4dUkKEF7GdRCv7
    Vestichan BM-2cTit9ByoBQ4Zwjz1qz7s97W2uMTg7JpVi
    white.race BM-2cViaope3tp7Hvqn8oDS2wNANLzNaytjXi
    ?????? ????????? ?????? bitmessage BM-2cTk6EAtD7WthKmw1ZkzfTs4jZRX3GPPsu
    ????? BM-2cW4XRXFS2AJfp6j3Ki9Jvse8Z6aE6tfwP - - - ??????

    ------------------------------------------------------

    Inactive chans. To join, Create the chan with the appropriate label:


    #bitcoin-otc ? #opbundy ? #virus ? 123 ? 2ch.hk/b/ ? 4 ? 4Chan ? adult ? Adult Chat - Chat Adulto ? Agenda ? altcoins ? amish ? anon ? anonymous ? Anonymous ? ANONYMOUS INTERNATIONAL ? Anonymous Netherlands ? anti-american ? Astrology ? BAC ? bandwagonjumpers ? BDC ? bdsm ? Belarus chan ? Bible ? birds ? Bitchan /JB/ ? bitcoin-brasil ? Bitcoin Crowdfunding incubator (Created by BM-2cVPTkVZo2mDoJyXmaGkujtJNovVhu6W1H) ? Bitcoin Dividend Experiment ? BitcoinScrypt ? BitDate-Boys2Girls ? BitDate-Girls2Boys ? BitGigs Chan (Created by BM-2cVZJonHbYBBZrPMwb9eMwdUwPVQb3GgV7) ? Bitmessage ? bitmessage-retards ? BitmessageSocialNetworks ? Bitmessage The Netherlands ? blowjobs ? bmc ? bmf_support ? bmfr ? Bmr ? books ? bounty books ? bounty hunters ? Brasil ? btc-e.com ? btcollab ? BTCXINDIA ? BUY AND SELL TECHNICAL PRODUCTS AND SERVICES CHAN ? catpix ? CGL ? chan-gri-la ? chanlist ? chans ? chess ? chickswithdicks ? China ? christian ? Christian ? chubbygirls ? cisco ? CivChan ? cjdns-ru ? classical ? clean-and-sober ? clowns ? Coaching ? coinchat ? CoinMarketXChange ? computerra ? computerscience ? coursera ? crowd funded DDOS ? cryptocat ? cumpix ? darkwallet ? dimensionalnomads ? dmt ? doctor_who ? drugs ? ecology ? Emacs ? español ? esperanto ? ethereum ? euCae7if ? Euromaidan ? explosives ? fakeologist ? femanon ? finland ? floss ? France ? Free energy ? FREEDOM ? Full Disclosure ? gallery of fine art ? games ? Gaming ? gaychan ? Germany ? GetMotivated ? GIT Project ? golang ? greencharter ? hack ? Hacking ? hackthissite ? half-life ? Haskell ? Hobbies ? hobbits ? HPVAC ? HydBitcoin ? I2P ? iceland ? illuminati ? Italy ? Japan ? jazz ? Jokes ? jokes no censorship ? juicy ? juniper ? keyexchange ? kilts ? ladies_nsfw ? latex ? lemonparty ? lesbian ? litecoin ? Long Live Liberty ? macacada rabuda ? marketplace ? mathaba ? mathematica ? matlab ? mesbit ? Metzdwood Cryptography Internal Chan ? milf ? Minichan ? MNPirateParty ? Mojucoin ? nametrade ? netflix ? netsukuku ? NMC CoinJoin ? NoAgenda ? npobepka ? null ? nullnet ? Nutcoin ? Open-Science ? orgasms ? paysty_development ? pedobear ? PHP ? pibang ? poker ? politics ? polygraph ? pony ? postsecret ? preppers ? prettypecs ? Primecoin ? professional_scientists ? programming ? Project Bitcoin Real Estate ? pt ? Quarkcoin ? queens ? Quotes ? rape ? reddit ? reversing ? revolution ? roleplay ? romance ? ru.anekdot.israel ? ru.movie ? ru.torrents ? ru.webmasters ? ruby ? RusMarket ? Russia ? russian ? R[4/fep,lq= ? Salvage BitCoin ? security ? SEX ? Sex Chat ? shotacat ? shotachan ? silkroad ? SilkRoad ? Singapore Bitcoin Meetups ? Skeptics ? skycoin ? SLAVYANSKIY-KRUG ? SNUFF ? softcore ? Spain ? spam ? StartUp ? Survival ? swingers ? Taohacker Channel ? tbb ? teenfem.nonude ? TheVenusProject ? timecube ? toki pona ? Tolkien_Chan ? torrent invites ? torrents ? Torrents ? travel ? UK ? UKRAINE ? underthebridge ? unicorns ? velociraptors ? vulcan ? walkingdead ? wisdom ? World Cup 2014 Live Update ? WWE ? xenophiles ? xxx ? xxxchat ? zerocoin ? Zerocoin ? zionists ? ?????????? - CryptoLight ? ?????????? ???? ? ??????_?? ?
    Bagdad Bitcoin Meetups (entrances.github.com) ? Bangalore Bitcoin Meetups (entrances.github.com) ? Bangkok Bitcoin Meetups (entrances.github.com) ? Beijing Bitcoin Meetups (entrances.github.com) ? Berlin Bitcoin Meetups (entrances.github.com) ? Buenos Aires Bitcoin Meetups (entrances.github.com) ? Jakarta Bitcoin Meetups (entrances.github.com) ? Johannesburg Bitcoin Meetups (entrances.github.com) ? Lagos Bitcoin Meetups (entrances.github.com) ? London Bitcoin Meetups (entrances.github.com) ? Los Angeles Bitcoin Meetups (entrances.github.com) ? Melbourne Bitcoin Meetups (entrances.github.com) ? Montreal Bitcoin Meetups (entrances.github.com) ? Moscow Bitcoin Meetups (entrances.github.com) ? Nairobi Bitcoin Meetups (entrances.github.com) ? New Delhi Bitcoin Meetups (entrances.github.com) ? New York Bitcoin Meetups (entrances.github.com) ? Paris Bitcoin Meetups (entrances.github.com) ? Rio De Janeiro Bitcoin Meetups (entrances.github.com) ? Saint Petersburg Bitcoin Meetups (entrances.github.com) ? Sao Paulo Bitcoin Meetups (entrances.github.com) ? Shanghai Bitcoin Meetups (entrances.github.com) ? Singapore Bitcoin Meetups (entrances.github.com) ? Stockholm Bitcoin Meetups (entrances.github.com) ? Sydney Bitcoin Meetups (entrances.github.com) ? Teheran Bitcoin Meetups (entrances.github.com) ? Tokyo Bitcoin Meetups (entrances.github.com)

    ------------------------------------------------------

    Mailing lists:


    III Percent Patriot Community BM-2cWwymdhowcfM4XHq3sjxNjVmBsNX2BAZQ
    24x7 BM-GuRLKDhQA5hAhE6PDQpkcvbtt1AuXAdQ
    BitPolitics BM-NB4LpmsCn6D7Su5u9CZwng9rdpAaVA9Z
    DevTalk BM-2D9QKN4teYRvoq2fyzpiftPh9WP9qggtzh
    DarkLogs BM-2cVjYggksrFrpJLAhx3J94HvihWcxtr3Xw - - - news & announcements about the blogging-via-Bitmessage service
    General BM-2cToDNkgW4KN92vuEjgnT1To3WEyt4r3DK - - - *this is the new General mailing list address. Update your subscriptions.
    HTS (hackthissite.org) BM-2DBNXeyhqcsYPDjYPv4X5kZ3DnG2uRz5bt
    New York Bitcoin Meetups BM-2cWCpSyh9N6UxgX6kviPqPJ8kh1N23or7L
    PicoLisp BM-2D9k6jt6wxipHH7ABwbDB43zBWj67Bw3U7
    Smart Contracts, DACS and Bitcoin Technologies [moderated] BM-2cXbzUAAYQu9pcE2E6hjGVcetw6CoVmvFE
    Whitelisted [moderated] BM-2cU2PyNbSqQS64MXyYqmiTjSSQ8wohJxyZ - - - *this is the new name & address of the Bitmessage [moderated] mailing list. Update your subscriptions. You will need to request to be whitelisted again (see 'Special addresses'.)

    ------------------------------------------------------

    Broadcasts:


    Adrian Short BM-2cV81aEbr1jCoyivcncFeJ8KdGUnUCbKTh - - - adrianshort.org
    Apatomoose BM-NBhMpTd2ymGZxBGbSnpWWTtmUinkiwhM
    Apatomoose BM-orBMya4QReKJsfWzmpuZZfS3MHcFcQdBm
    Bitmessage commerce broadcast BM-NB3Ac4aH3dVRtvPnFnffRwHTgs9Qesp8
    Bitmessage System news/announcements BM-GtovgYdgs7qXPkoYaRgrLFuFKz1SFpsw
    Bitmessage PHP Class BM-NB19YCwxEnxQXNcGsiFiZU6hjAtJ3pEA - - - Release information
    Bitparking Exchange updates and information BM-BbgTgGa6LX3yYqwJSwdwrzysvfWjM2u6
    BMaggregator BM-2D7Wwe3PNCEM4W5q58r19Xn9P3azHf95rN
    CrownCloud notices BM-2DAfTFF3H5PXhsXxsRC7hRyMagRm2aLwK5 - - - crowncloud.net
    CryptoJunky BM-2DBXxtaBSV37DsHjN978mRiMbX5rdKNvJ6 - - - Articles related to cryptography
    CryptOpinion Sunday Newsletter BM-NBTchTfFRC68JG4k4h8NRQqMU5gz3d1G
    Daily Anarchist BM-2D92uXjVH5YAGUfcbcUELqyC6K8JqT9nUg - - - blog posts
    FinBM - Finnish Public Bitmessage Chan Broadcast Address / Päälista BM-GtvRhAFh1GujEDfqSs92t2LSYFvPKpa3
    FinBM - Distributed Backup Broadcast Address / Varakanava BM-GuFn5YWw6h6LDVWXhyUKg62mNgQwgohd
    Grand Wizard's Broadcast Stream BM-NBjxaEvSa8gS8QmALfjn6rNW7EgoKmFu
    heavycoin-users BM-2cV6qRmeK677qYBetTMXmVmu6vGo3Pn4GG - - - Heavycoin developments
    Help BM-2cTKZkhu12pib9gwBaxUuzZtL9YeNr3MtU
    Insurgentile BM-NBVR24ZQDmFsjDEUEnn7EioZbkV8mzmB
    Lands of Sheraga BM-2D9rPSJknudPV8pSWZWrw29RHtbHeWfhga
    MC2 Newsletter BM-2cX8R4saGGUPnEkwUpTsQdP4Bu1YCqUtqE - - - MC2 News and Community Funding Initiative
    Mesbit news & announcements BM-NBdJo44eQMqCYFn5TyxNRY28mmYRVMnK - - - mesbit.com
    mmpool.org - updates BM-NBs7aHtbw6x7beefygEC4Cv6Rsp2dZni - - - merge mining for bitcoin-derived virtual currencies
    Multisignature project BM-2cWJbymbhAGXXLM2zV73sNHqKYXnfsW4sk
    Music-Art projects for SaveTheWhales/Dolphins/Belugas BM-2cU5Dof8FxRqtLWtayPY2EGFTFoioWk9Hm
    Programming and database news (German) BM-NAz4H5H32fAJxp6vbfJdkGaBRLRVXa6f
    ProjectMeshnet/Hyperboria updates BM-BcBKQWewMn5oxD1WQCCd3Z8ovugWKVBT
    Q's chanlist BM-GtT7NLCCAu3HrT7dNTUTY9iDns92Z2ND
    Round-op Alpha BM-2cTGvTn5q9TnJtJ3AgP2tKDA9435NGGGsP - - - Global operation for the arrest of the World Government. Newsletters & updates
    Scribe BM-2cWwEi8e6Q6W1M9B2XRyJfu7LzTJGhjAuf - - - #taopunk & silent revolution & @emptytech & #bitcoin & #opendata & #haiku
    Subscription list updates BM-Bbr4a4eNEUTxpEKTQ6BiFb52ftVW1CMs
    TimeService BM-BcbRqcFFSQUUmXFKsPJgVQPSiFA3Xash
    Twitter Trending Topics (TT) List updates BM-2cV9mHyRtVwnEH9Ym72Wg3HM9hzLegHdPs
    Unofficial ZeroHedge feed BM-2D7saq3vmHdHuuoZkPSVGjGVSRjGuc6WZJ
    WeeklyDigest BM-2cTDf5Jxydo61Uav2TxBKs6Dnc5GvPyPs3 - - - Weekly updates on bitcoin, bitmessage, world affairs and the financial world
    *NEW* WhiteyLeaks: Exposures of Poseurs BM-NBbYjBFtPk1xxkNfm7xNGVzo7KKaraWW

    ------------------------------------------------------

    Special addresses:


    BM-orkCbppXWSqPpAxnz6jnfTZ2djb5pJKDb - Echo server
    BM-omXeTjutKWmYgQJjmoZjAG3u3NmaLEdZK - Echo server
    BM-BcJyPfXk9U4V1ckHVN2RmFrdi2kG1Npj - Request whitelist status for the Whitelisted mailing list
    BM-2cTUZmrFaypXnAR4DAXLbAb6KrFPRhGyEe - posting address for www.darklogs.com - blogging via Bitmessage
    *NEW* BM-2cU4cqthWDLLvVJMZy9fZ4yhrXPLARb3Ke - The Profanity Oracle - send a message with the word PROFANITY in the "subject" field (case insensitive), it will produce a personalized profanity for you.
    BM-GtkZoid3xpTUnwxezDfpWtYAfY6vgyHd - create/edit and retrieve BitTexts

    Forum topic introducing BitText: https://bitmessage.org/forum/index.php/topic,3237.0.html - includes an explanation of commands.
    ------------------------------------------------------

    Aaron Toponce at 2014-08-12T15:57:40Z

  • 2014-08-12T06:25:12Z via Identi.ca Web To: Public CC:

    Hmm. I think this could make for a fun evening.

    http://cryptopals.com/

    #crypto
  • 2014-08-12T05:30:27Z via Identi.ca Web CC: Public

  • 2013-07-08T20:23:27+00:00 via BitlBee To: identicats, Public

    one thing i won't miss about #, is @identicats

    ClaudioM likes this.

  • 2013-07-08T13:14:54+00:00 via BitlBee To: Public

    now that !identica has pretty much turned into a ghost town, and there is no bitlbee support for #, i think it's time i said goodbye

    CorrisIT likes this.

    Erkan Yılmaz shared this.

    @eightyeight But... it still seems to work, at least I can still post, so where are all the people?

    ralesk at 2013-07-08T13:28:12+00:00

    Ghosts? So all that's left are them (not us, of course) goths?

    Jason Riedy at 2013-07-09T01:25:19+00:00

  • 2013-07-05T16:08:55+00:00 via BitlBee To: Public

    everyone have a good americans-blowing-up-chinese-stuff-celebrating-nsa-spying day?
  • 2013-07-02T16:41:06+00:00 via BitlBee To: Public

    going to give # another shot. # help me. # #
  • 2013-06-25T05:38:14+00:00 via BitlBee To: Public

    well, it looks like i unsubscribe from the # feed with their recent # changes. # # #
  • 2013-06-21T15:40:43+00:00 via BitlBee To: Public

    225 years of the ratificatoin of the US # As such, "Constitution USA" | RadioWest http://ae7.st/s/5K
  • 2013-06-19T23:23:37+00:00 via BitlBee To: Bitlbee, Public

    so i guess this is the week the lights go dark for me using identi.ca/pump.io. hopefully, a !bitlbee client is made soon
  • 2013-06-19T21:20:09+00:00 via BitlBee To: Public

    when you put a big "COPYRIGHT" watermark on your image, you come across as a loser. just sayin'

    Doug Whitfield Sports Account shared this.

  • Greg Grossmeier shared by Aaron Toponce at 2013-06-17T15:45:53+00:00 via BitlBee To: Public

    Edward Snowden is doing a live Q&A right now: http://goo.gl/NszNA Pretty impressive, really.

    Christopher Allan Webber likes this.

    Stefano Zacchiroli, Aaron Toponce, Christopher Allan Webber shared this.

  • 2013-06-17T15:15:29+00:00 via BitlBee To: Public

    so, what's the current status with !identica? are the lights going dark soon, or we keeping it around?
    # on identica will be around for a while http://ur1.ca/ecobm

    Erkan Yılmaz at 2013-06-17T15:21:48+00:00

    Cédric Heintz likes this.