TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What's next for this codebase?

18 点作者 pktm超过 14 年前
Hi all!<p>Long time lurker, first time poster.<p>I'm looking for some brainstorming help on a possible future for some code which has reached a sort of crossroads.<p>This codebase is commercially known as "PocketMac for BlackBerry". If you're not familiar with it, it was the first Mac app that allowed users to sync a BlackBerry with a Mac. RIM licensed it for several years to give it away to users, until they eventually came out with their own app. It includes the drivers (of course), the low- &#38; high-level communication stack, and a pretty robust sync engine.<p>This code probably represents the most comprehensive knowledge of the BlackBerry's internals found outside of Ontario, Canada.<p>The problems facing this codebase are:<p>- With RIM making their own software -quality of same aside- it will potentially become more difficult to sell this, at some point.<p>- Additionally, as with all devices, the future of the BlackBerry is uncertain.<p>- Finally, syncing mobile devices, as a market, seems to be something that 3rd parties are being crowded out of. More and more devices talk to Macs (or a good cloud service) right out of the box.<p>So, that brings me to the question of what's next.<p>Here are some very rough (~40 grit sandpaper) ideas I've been considering:<p>1. Pivot. Agreed, but, to what? As I said, devices are now shipping with this sort of functionality built-in, so it's not as simple as just porting a piece or two to a new platform, generating a new driver, etc. if there's not really a need or market for such a solution.<p>2. Wholesale sale/licensing of the code to another party. Maybe Google wants to offer a way for Android phones to connect to a BlackBerry and slurping in all of the user's data? Some of the recent headlines suggest there might be a foreign government interested in slurping up data from citizens' BlackBerry devices. (Remember, we're just brainstorming here.)<p>3. Open-source it. I'd love to. I really would, but I can't afford it right now. The software still sells and paid support doesn't make enough on its own. I'd consider some kind of Kickstarter project to open it up, but I doubt it'd raise enough money to be worthwhile.<p>That's as far as I got.<p>I'm hoping you will have some additional ideas, since I'm almost certainly "too close to it," as they say.<p>I welcome any and all suggestions.<p>Thanks in advance!

5 条评论

_b8r0超过 14 年前
Add support for other phones and the ability to migrate between them. The more major devices you support, the wider your net. The ability to sync/migrate blackberry to whatever phone I get next (and back if it doesn't work out) in a common interface would be your main USP.<p>Other stuff - small scale library management for media. Let me drag and drop music, ebooks etc. onto my phone window and have them sync over into the right folder regardless of which phone model I'm using.<p>That consistency is something that the vendors can't do. That's your second USP.<p>The first one is good for new customers, the second is good for retention/upgrades.<p>Just my 2c worth, you've probably got a better idea of the market than I have.
评论 #1700447 未加载
caf超过 14 年前
To be perfectly honest, if you open sourced it but just put up the source to download (and not precompiled binaries for OS X), you'd probably sell close to as many copies as you do now.<p>Another alternative is to port it to Linux and try selling it through Ubuntu's new software store. I imagine that BlackBerry don't make a native Linux app yet?
评论 #1700591 未加载
评论 #1701417 未加载
petervandijck超过 14 年前
Perhaps the market for this type of software is going away, as you described. In that case, focus on getting as much revenue out of it with as little work as possible, while moving on to other things. No point in fighting an uphill battle that'll get harder with the years if the market is indeed going away.
评论 #1701421 未加载
gojomo超过 14 年前
I also doubt you'd raise as much as you might want to open-source it through Kickstarter -- but it's low-risk to try, since if your chosen threshold isn't reached no money changes hands. It'd only be a bruise to your project's cachet, and perhaps reveal your 'reserve price' for future negotiations.<p>Tools to migrate BB data to Android or iOS devices might be of interest in those app-markets. Even just something that migrates the data to some standard outside file-format might be of interest, or work as the 'first leg' of a transfer that requires a new app-store-bought-app to import to the new device. (Is there a 'blackberryimage' format?)<p>Could it be used to provide a 'cloud backup' of your BB, either over-the-air or over-a-cable?
splynch超过 14 年前
I would look at either making the source code available to the forensics community, or pivot and release a program geared towards forensics. There is a market for tools to pull data off mobile devices. Currently its somewhat fragmented with a lot of players, but (having used your software, and working in digital forensics), I'd say you probably have the codebase to distinguish yourself in pulling data from blackberrys.<p>If you want to see what else is out there, look at paraben forensics, guidance software, and cellebrite.
评论 #1702635 未加载