Beta Testers

First, Id like to say this is a pretty loust business move on Apples part. I was using Apple products before some people on here were even born, up until the late 90's when I switched from my perform 636 to an HP. Ive been looking at Apple products for the past year, ever since I did some stuff with an imac, and than have been eyeing up a minimac since I saw a friends over the summer. Nice products, without out alot of the hassles you get with windows based machines...After this move by Apple though, I will NEVER buy a new product put out by them...I was going to wait until Christmas to purchase an iphone, but on thursday I broke down and purchased at an ATT store. $200.00 is alot of money to me, and Ive already called the ATT store to say that unless something is done, Im returning my iphone.
Second: The people who were among the first to buy these have no right to complain. This is a new product, and they should have realized they were essentialy a large beta test group for a brand new product. I am also fairly confident that these people wouldnt have paid the $600.00 if they couldnt have afforded it. Generally, when a new product comes out, it is the wealthier people in society that shoulder the high inital cost, until it can be made more affordable to the average person (anyone recall in the mid-late 90's when DVD players were selling for $600.00-$1000.00 ??)
Its a cr@ppy situation, and a pretty low move by Apple to not only do a huge price cut two months after the introduction of something, but to also discontinue a product (the 4 gig model), so quickly.

First, Id like to say this is a pretty loust business move on Apples part. I was using Apple products before some people on here were even born, up until the late 90's when I switched from my perform 636 to an HP. Ive been looking at Apple products for the past year, ever since I did some stuff with an imac, and than have been eyeing up a minimac since I saw a friends over the summer. Nice products, without out alot of the hassles you get with windows based machines...After this move by Apple though, I will NEVER buy a new product put out by them...I was going to wait until Christmas to purchase an iphone, but on thursday I broke down and purchased at an ATT store. $200.00 is alot of money to me, and Ive already called the ATT store to say that unless something is done, Im returning my iphone.
Second: The people who were among the first to buy these have no right to complain. This is a new product, and they should have realized they were essentialy a large beta test group for a brand new product. I am also fairly confident that these people wouldnt have paid the $600.00 if they couldnt have afforded it. Generally, when a new product comes out, it is the wealthier people in society that shoulder the high inital cost, until it can be made more affordable to the average person (anyone recall in the mid-late 90's when DVD players were selling for $600.00-$1000.00 ??)
Its a cr@ppy situation, and a pretty low move by Apple to not only do a huge price cut two months after the introduction of something, but to also discontinue a product (the 4 gig model), so quickly.

Similar Messages

  • Beta testers wanted - Refactoring (and more) for FB4

    ElementRiver is excited to announce that our new professional add-on to Flash Builder 4 is now in beta.
    SourceMate adds many features to Flash Builder including refactoring, code generation, code snippets and much more.
    We're looking for beta testers.  If you're using FB Beta2 or later we would like to invite you to our free beta trial.
    http://www.elementriver.com/sourcemate
    thanks,
    Chris Gross
    President
    ElementRiver - creators of the Potomac framework
    www.elementriver.com

    Thanks for your replies so far. I am working on the menu
    system at the moment and will post screenshots within the next few
    days. I am struck by how easy to use the Flickr API is together
    with FlashLite, it really is a pleasure working with it. The harder
    part is scripting the application itself, not the API as I first
    thought.
    Regards,
    Matthias

  • Beta Testers required for Logic Pro X Keyboard

    Hey
    We're the company behind the colour coded shortcut editing keyboards for Logic Pro 9.
    We're about to launch our new compatible keyboard for Logic Pro X, however before we do we requrie 5 Beta testers who can check all shortcuts for us.
    For your help, you'll get an entirely brand new Logic Pro X keyboard free of charge.
    We do only require 5 people, however any additional testers will also be given a 20% of voucher for their time.
    Please drop me an email and we can send the new PDF.
    Many Thanks
    Mark Brown
    Editors Keys
    Company Director

    Hey thanks!
    My email is mark.b (at) editorskeys (dot) com

  • Premiere Shortcut Keyboard - Beta Testers Required

    Hey Guys,
    It's Mark from Editors Keys. (We're the company which produces the colour coded shortcut keyboards for Adobe Premiere.)
    We're currently working on our new shortcut keyboard for Adobe Premiere CC and we would love to get the opinion from some of you Premiere Experts.
    Ideally we're looking for 10 Beta testers who can check through for any mistakes or improvements you'd like to see in the final release.
    We really want you to be as critical as possible. For example are the colours nice, icons need changing or for the PC keyboard what improvements or extra features would you like to see?
    Its really great to have this continued support from the community
    You will of course be rewarded for your time.
    The current CS6 generation can be viewed here:
    Mac:
    http://www.editorskeys.com/products/video-editing-keyboards/premiere-premium-dedicated-key board-cs6/
    PC:
    http://www.editorskeys.com/products/video-editing-keyboards/adobe-premiere-cs6-keyboard/
    All the best
    Mark Brown
    Editors Keys

    [Moved to the Lounge.]

  • Feedback for beta testers and developers of the MMS code.

    Where can I get in touch with developers and/or beta testers of the MMS update that is coming out? I have some feedback and issues to share with them that needs to be addressed before the MMS rolls out, and would like to share with them so they can have the issue looked at or addressed...any clues who I can contact?
    I guess its the carrier who needs to fix the issue I'm talking about...which can also be found here:
    http://www.gizmodo.com.au/2009/07/iphone-30-software-sending-group-sms-messages- as-mms/
    Message was edited by: Chris McCord

    I think it does have to do with the ATT ippc file, which is the carrier code. Its how ATT decided to handle group messages? Doesn't make sense though because before I put the 5.1 ATT_US.ippc file on my phone, which is the file that turns on MMS for AT&T, it handled SMS group texts normally. It still can send SMS group text normal as well, if I turn off MMS in my settings. But this doesn't make sense logically.
    SO I'm wondering who really needs to know about this, ATT or Apple?

  • Organism: extensible outliner+personal organizer (needs beta testers)

    Organism is basically a simple outliner structured in a very modular way: the core is written in Python 2 (but should be easily adaptable to Python 3) and provides the backend for interacting with sqlite databases, where the data is stored.
    The core also provides an API that can be used by 3 kinds of addons: extensions, interfaces and plugins.
    Extensions are meant to extend core functionalities, and provide their own API: they can directly query the databases.
    Interfaces are the addons that let the user directly interact with core's and extensions' API: currently only a wxPython interface is implemented. Interfaces cannot directly query the databases, they must make calls to the core or the extensions.
    Plugins are for interfaces what extensions are for the core: they extend interface functionalities and cannot directly query the databases.
    The various addons are currently distributed with 3 components (installation packages, but I decided not to use the word "package" since it conflicts with Python packages):
    * the "main" component provides the core, a copy/paste extension, the wxPython interface and some basic plugins.
    * the "organizer" component provides extensions and plugins that let the user define time scheduling rules for each database entry; alarms are raised when events take place, and they can be snoozed or dismissed, like the average calendar application.
    * the "development" component provides some tools for developers and beta testers (currently only "print database tables" and "populate database")
    Organism and its addons are released under GPLv3.
    AUR PACKAGES
    * organism: https://aur.archlinux.org/packages.php?ID=54620
    * organism-organizer: https://aur.archlinux.org/packages.php?ID=54622
    * organism-development: https://aur.archlinux.org/packages.php?ID=54621
    SCREENSHOTS
    * http://www.dariogiovannetti.net/files/organism01.png
    * http://www.dariogiovannetti.net/files/organism02.png
    CURRENT KNOWN LIMITATIONS
    * At the current state, plugins can add their own items to the interface's main menu, but by default they just append them at the bottom of the main entries, so the user needs to customize them in Organism's configuration file, which is located in ~/.config/organism/organism.conf. The location of the configuration file can be changed with the --config flag, all the available options are shown with the --help flag.
    * Once you create a database, the current addon configuration is stored in it, so you won't be able to open it with a different combination of addons: this is done to prevent data corruption, since an extension may add some particular data that needs updating, and if the database is opened without that extension it may get corrupted. Of course The next release of Organism will give the ability to "update" the databases to support the new versions of the addons.
    * At the moment only 3 schedule rules are implemented, but they are fairly easy to write and can be requested specifically.
    * This post is currently by far the best piece of documentation about Organism (except the source itself), I'll try to catch up on that too ^^
    * The next goal is releasing a stable 1.0.0 version, which means that only the most essential features are implemented, there's much room for improvement!
    DEPENDENCIES
    Beside wxpython, needed until the current interface is the only one available, Organism depends on 4 external Python modules I wrote during its development:
    * python2-plural: a little module that returns the needed form of a string depending on one or more input variables.
    * python2-loggingext: an extension to the logging module that lets the logger use different formatters for different log message levels.
    * python2-texthistory: a simple undo/redo engine for plain text and wx.TextCtrl.
    * python2-configfile: a class useful for dynamically parsing and writing configuration files, with support for subsections and more.
    python2-texthistory and python2-configfile may even be tested separately, if somebody is interested in using them for other projects.
    BETA TESTING
    Organism is in pre-beta, which means that I'm still accepting minor feature requests before going beta and starting the real testing campaign: that's why I'm looking for people interested in the project who want to help testing it.
    Beta testers should concentrate in particular in these fields:
    * defects in reading/writing the configuration file
    * defects in the database's undo/redo engine
    * defects in item text editor's undo/redo engine
    * defects in the organizer's management of timed item occurrences
    Of course bugs can happen everywhere, they can be reported at https://github.com/kynikos/organism/issues and https://github.com/kynikos/organism-organizer/issues
    Beta testers should use organism either by setting the logging level to "33" in the configuration file or by launching it with "--loglevel 33".
    ARTISTIC CONTRIBUTIONS
    I'm also looking for somebody intersted in an artistic collaboration for creating an original icon, since currently Organism is using GTK theme icons only.
    Thanks for reading
    Last edited by kynikos (2013-01-25 15:02:30)

  • I need a few beta testers

    I have the title creation macro working.
    This macro is run from a Microsoft Word document. I wrote it on Office 2003 but it should work on newer versions. It runs on 2003 because I have the compatibility pack.
    Here is how it works:
    You create a title in Premiere Pro using the font and positioning that you want to use. Get it just right. (One line of text only though.)
    Change the text of the title to "xyz" without the quotes.
    Export the title as a title. (*.prtl)
    Open the MS Word document and either type in the text you want to use or paste it in from another document.
    I limited it to 9999 titles but I doubt that will inconvenience anyone. (I actually only tested it to 9990). That many titles takes quite a while though. (55 minutes) Heck, it takes quite a while to import that many into Premiere Pro for that matter.
    Once you have the text in place (make sure that there isn't a blank line at the end or you will get an empty title), you just double-click where it says to double-click.
    It will ask you which is the master file you want to make copies of. Then it will ask you for the file name and location you want to use for the copies. It will append the numbers 0001 through 9999
    Then it proceeds to make your copies using each line of text for a new title.
    When it is finished, just import the titles into Premiere Pro and drag drop to the timeline. Or automate to sequence.
    Deceptively simple. I didn't write much of the code. I understand it, but only after studying what was kindly given to me by a master VBA guy on a VBA forum. Kind of like if you were a newbie around here and Jim Simon or Ann Bens offered to edit your video for you after you asked a question. It was phenomenal. Although it might have been more like what I did for the people I created intros for. Not sure just how much effort he had to put into it. But it sure works great and the code is simple, and clean.
    OK? So now I need a few beta testers before I just throw it out there to the world of Premiere Pro users. If you would like to take it for a test drive, let me know in this thread.
    If you are concerned about letting a macro run on your system, prevent it from running and just read the text from the Visual Basic Editor yourself. You will see that it doesn't do anything sinister.Then allow it the next time.
    Just do me one favor. If you change the code to make it better, please share it with everyone.
    Thanks,
    Steven Gotz
    http://www.stevengotz.com

    Really? 272 views of this post at the time I write this and nobody wants to create multiple titles based on a single title using text from an external program?
    Wow!
    We see the question all the time, and yet nobody wants to try it out?
    OK. I will just wait until somebody asks again and offer the untested solution. Seriously, this is not the response I expected. Not after years of seeing requests for this feature.

  • Greeting/Beta Testers Wanted

    Hello, Ben here, this is my first post on this forum greetings!
    I'm a master's student at a Canadian university -- and in my spare time, for about a year now, I have been developing a web-based MMO for Java.
    It's been a fairly rewarding -- and difficult -- experience, I just noticed that Sun had a topic dedicated to Java game development so I thought I might see what the community is like.
    I'm also currently in the process of trying to hunt down beta testers for my game, so if anyone is interested, help is greatly appreciated.
    Game Website: http://www.hackwars.net
    Greeting again,
    - Ben.

    bcoe wrote:
    Hello, Ben here, this is my first post on this forum greetings!
    I'm a master's student at a Canadian university -- and in my spare time, for about a year now, I have been developing a web-based MMO for Java.
    It's been a fairly rewarding -- and difficult -- experience, I just noticed that Sun had a topic dedicated to Java game development so I thought I might see what the community is like.To be honest with you this specific forum is pretty dead.
    If you have specific game programming related questions you can get some help here but beyond that you might want to try somewhere else.

  • Obmenugen next version (v0.5): beta-testers needed

    Hi everybody:
    It's been a long time since last obmenugen release. Sorry about that, I've been very busy.
    I need everybody out there using (or not) obmenugen to help me making the next version the best ever. I have ported to D 1.0 (from 2.0), thus it's posible to build it easily using dmd and libphobos from community. No more need to distribute it as a binary. I've also fixed some bugs reported in lauchpad project's bugtracker.
    I consider this the most important release of obmenugen from 0.1, so, help me to test it before the final release.
    Sources: http://www.pvr-online.me/obmenugen-0.5-r68.tar.bz2
    # Contributor: Pável Varela Rodríguez [NeOnsKuLL] <[email protected]>
    pkgname=obmenugen
    pkgver=0.5
    pkgrel=1
    _serie=0.5
    _pkgrev=68
    pkgdesc="Menu generator for Openbox3, based on .desktop files"
    url="https://launchpad.net/obmenugen"
    arch=('i686' 'x86_64')
    license=('GPL')
    depends=(openbox)
    conflicts=(obmenugen-bin)
    makedepends=(dmd libphobos txt2tags)
    options=('!strip' 'docs')
    source=(http://www.pvr-online.me/obmenugen-$pkgver-r$_pkgrev.tar.bz2)
    md5sums=(35a8ba59950a68e7ff13fe8f3c865257)
    [ "$CARCH" = "x86_64" ] && depends=(${depends[@]} lib32-glibc)
    build() {
    cd $srcdir/obmenugen-$pkgver-r$_pkgrev
    make || return 1
    make install PREFIX=$pkgdir/usr/ || return 1
    Hopefully I will receive a lot of feedback and release v0.5 about friday or so.
    See you and thanks in advance to all people out there who test obmenugen and helps me making it a good app.
    Last edited by NeOnsKuLL (2011-11-21 17:53:10)

    Yes, indeed, it's the same app, I'm the developer, but this thread is about a complete diferent topic: the new version, which cames with a lot of changes, not much at the interface level, but in the inside. Anyway, at the interface level, there are changes too.
    I'm not sure, probable you are the one to make me clear, but I think both threads are related, no more than that, 'cause is the same application, but in this thread I'm asking for beta-testers for this new version, for the matter that it cames with so much changes, the other thread is where I do inform the Arch community about releases.
    If you think this thread is not needed or redundant, just tell me, and I will move my posts to the other, then you could remove this.
    Thanks a lot

  • Will there be a special promo/discount for Beta Testers?

    I see that the upgrade from LR3 to LR4 is $79 ... curious if there's any additional discount for Beta testers?

    Timur Born wrote:
    It was an open Beta, so most people should not expect anything in return other than maybe a "Thank you!" sticky here on the forum.
    TH did just that on the Lightroom Journal blog ...
    http://blogs.adobe.com/lightroomjournal/2012/03/lightroom-4-0-now-available.html

  • Dynamic AE Renders with Google Spreadsheets Docs - Seeking Beta Testers

    Happy New Year Everyone!
    I'm positing this message in an effort to recruit beta testers for a new AE plugin that allows users to convert text layers, footage layers, and solid layers into dynamic audio / visual elements driven by external data at render time.
    With this plugin users connect comp layers to data within a Google Spreadsheet document (or tab-delimited file) that is “fed” into that layer during a batch render. The plugin automatically positions, scales, and fits dynamic sized text strings and images.  If you produce any kind of video template, you can benefit from it because swapping out sources, texts, etc. is extremely easy simply by modifying spreadsheet data. Essentially, you can output batches of unique renders based on the same AEP file using this plugin: think lower-thirds, bumpers, slideshows, presentations, etc.
    I made a screencast showing how the plugin works:
    I would be grateful to any of you who would like participate in the product's beta phase, and will offer participants free upgrades after it is released to the general public.
    If you have any interest, please reply here, or send me a private message via the forum.
    Thank you for your time and consideration!
    Best,
    Arie

    Just wanted to update this thread to point folks to the release version of this plugin.  You can now enjoy its benefits by downloading it at aescripts.com.
    Templater now has extensive written documentation to familiarize yourself with general concepts for working with it and how-to instructions for accomplishing specific tasks.
    Thanks again for all you beta testers out there!  Your time, suggestions, and help have been invaluable. 
    Best,
    Arie

  • APEX Team & Beta Testers - Thankyou!!

    Just wanted to say a BIG thank you to everyone involved in getting APEX 3.1 tested and released.
    The interactive reports functionality is simply mind-blowing.
    Outstanding work everyone.
    Many thanks.
    Simon

    Hey Jon,
    Just heard about this software so I decided to search the Premiere Pro forums and see if anyone had been talking about it.
    I'm a Premiere Pro user, but on PC. If and when you decide you want to take a swing at the PC side of things with Premiere Pro, feel free to let me know and I'd be happy to work on the beta. There are plenty of other talented and very technical editors on this board that only swim in the PC pond so you may have quite a pool of qualified beta testers to choose from at that time.

  • Looking for beta testers for Nutsmail's new i:theme

    Hello all. Nutsmail is about to release new skins/themes made especially for Snow Leopard Server. We're looking for a certain number of beta testers for this product.
    All in interested please get in touch with us via the contact form on the Nutsmail site at http://nutsmail.com/contact.html
    Please specify your interest in beta testing the i:themes.
    Looking forward to hearing from you.

    Hello again. I forgot to mention that these will be skins/themes for Squirrelmail running on OSX server.
    Here are some screenshots so you can see what they look like:
    http://nutsmail.com/screenshots/iSkin1.png
    http://nutsmail.com/screenshots/iSkin2.png
    http://nutsmail.com/screenshots/login1.png
    http://nutsmail.com/screenshots/login2.png
    http://nutsmail.com/screenshots/login1.png
    http://nutsmail.com/screenshots/login3.png
    http://nutsmail.com/screenshots/login4.png
    If you are interested in beta testing please get in touch with us via the contact form on the Nutsmail site at http://nutsmail.com/contact.html

  • No love for official (not leaked) BB OS 10.1 BETA testers...

    Apparently BlackBerry could push us updates outside of standard carrier permission/approval when we were helping BlackBerry test out and provide feedback on their 10.1 device BETA OS, but now that the OS has RTM'ed the folks who previously didn't need carrier permission suddenly do apparently.
    It would be REALLY nice of BlackBerry to give the official 10.1 BETA testers the final 10.1 OS ahead of the standard (non-BETA tester) carrier users, #1 as a thank you for assisting with the BETA test, and #2 so we could get off of the BETA version of the OS onto an official release.
    Currently sitting on AT&T and BETA OS 10.1.0.264.
    /sigh

    Hello. It truly depends on the carrier, not just the country. If you are not prompted for an update using BlackBerry Link, I don't think there is an update available. For more information, I recommend asking your carrier.
    If you have an answer to your question then please click “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit.
    BB 8700 -> Bold 9000 -> Curve 8520 -> Bold 9700 -> Curve 9320 -> Bold 9900 -> BlackBerry Z10 + PlayBook 64 GB Wi-Fi

  • Call for Beta testers - Skype Click to Call for Ma...

    Updated 20.12.2011:
    We have got a good number of people signing up to be a beta testers for Skype Click to Call for Mac. We have now closed the collection of candidates and will be contacting the chosen people soon.
    Thank you for showing out suchs a interest on our product. 
    We're in the process of developing Skype Click to Call functionality for Mac. This will enable Mac users to make calls with Skype directly from their browser. It's free to call numbers with blue buttons - you'll be given Skype Credit to call all other numbers.
    We have reached a point where we would like to share Skype Click to Call with select participants to get early feedback.
    As this is a closed beta, we will be asking all selected participants to sign a non-disclosure agreement with Skype.
    We will also be offering active participants free Skype credit, and a memorable gift for taking part. In addition, a larger gift will be awarded to the top contributor.
    To be part of the Skype Click to Call closed beta testing please fill out the following survey:
    https://www.surveymonkey.com/s/KVQ9M22
    We will be contacting selected participants via email over the next few days.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

    How abut you perfect it for PC / Firefox first? I just updated to Firefox 9.0.1 and click to call is broken. I cannot find any reference for it in Tools.

  • Call for beta testers for next release of ODT

    The next release of ODT is approaching (no dates yet) and we are seeking motivated testers who can help us by playing with the product and providing valuable feedback.
    If you would like to participate, please email me at [email protected] Just a note: I cannot guarantee there will be space for everyone who wants to join the beta.
    Please include in your email whether your work is primarily with Windows applications or ASP.NET applications and whether or not you use source control regularly.
    Thanks!!!

    How abut you perfect it for PC / Firefox first? I just updated to Firefox 9.0.1 and click to call is broken. I cannot find any reference for it in Tools.

Maybe you are looking for

  • How can I create multiple sales orders with reference to one contract?

    Hello Gurus, Can you please how can I create multiple sales orders with reference to one contract? thanks! Rakesh

  • Is it possible to have FTP Conflicts/Collisions with multiple devices?

    I understand that you cannot have multiple webservers both using port 80 on your LAN (use different port # and port forward), but I was wondering if the same is true of multiple FTPs? In other words, I have 2 devices ...., a weather web server that F

  • VOFM routine - NO frame work

    Hi all,     By posting an inbound idoc we are creatin a purchase order and post goods issue for the purchase order.     When a purchase order is getting created an entry is getting updated in NAST table which trigger the idoc ORDERS05.     This idoc

  • Format of flat file!!!

    hello friends!!! We are uploading opportunities in our system from a flat file. I am using LSMW with CRMXIF_ORDER_save for that. All has been the test data is working fine. But the problem i am facing is in which format the file should be for?? in re

  • Sorting of input variables

    Hello everybody, I have still problems with the sorting of input variables. I know that it is possible to sort the input variables for the selection screen with the sorting screen (query Properties). For a special query I built a currency conversion