Jump to content

Nerd forum desktop app and possibly web API


  • Please log in to reply
29 replies to this topic

#1 Guest_ElatedOwl_*

Guest_ElatedOwl_*
  • Guests

Posted 17 January 2013 - 10:39 AM

I was kicking around the idea of a desktop app (for personal use) that would sit in the tray and show alerts for new posts/messages. If there's any outside interest in it I would be happy to develop it right (read: purely not just for me) and be open to feature requests.

The very core of it would
  • Display new posts with a link to the thread
  • Display new messages with a link to it
  • Detect full screen apps and stop making requests if they're active (ie, it won't run if you're playing a game)
Other features I think would be nice if there was interest
  • Be able to send personal messages directly from the app
  • See online users
  • Be able to filter displaying new posts (ie, ignore new posts from user x, only show alerts for Everything Else section, etc)
It would be windows only (it might run on Mono but I wouldn't plan to support it), but I would (probably) build a web service if there's interest so if someone wanted to make a client for mac/linux they'd be able to easily.

So, any interest? If yes, any requested features?

#2 Affray

Affray

    Knower of things

  • Members
  • 5,753 posts
  • LocationThe Great White North

Posted 17 January 2013 - 10:44 AM

Sounds pretty nifty.
It would be useful for tracking the threads that I want to follow more closely, and if anyone tries to send me a message.
I can't think of any features that would be beneficial on top of what you have listed though.

It is perfectly acceptable to fear and admire a being you could not possibly understand.


#3 SpleenBeGone

SpleenBeGone

    Deer Leader of the Goriest Revolution

  • Administrators
  • 14,951 posts
  • LocationHouston

Posted 17 January 2013 - 10:56 AM

That'd be pretty awesome.
nmjUGDL.jpg

#4 Wolf

Wolf

    Zettabyte

  • Members
  • 6,487 posts

Posted 17 January 2013 - 11:14 AM

That would be awesome.

You have a pretty comprehensive list of functions, i don't know what other functions we could want.

I'll think on it though.

#5 Coconut Man

Coconut Man

    Gigabyte

  • Members
  • 798 posts
  • LocationThe latest Smash Major

Posted 17 January 2013 - 03:38 PM

Don't worry about Mac compatibility, I could probably take a look at the code and design a duplicate using XCode that runs on OS X.

fl9Uov4.gif


#6 Dasherman

Dasherman

    Megabyte

  • Members
  • 496 posts
  • LocationAzeroth and Sanctuary, simultaneously by using quantum powers

Posted 18 January 2013 - 01:38 PM

We could make this the first NF project?
Quis custodiet ipsos custodes?
(//MihiPotestasSit\\)

#7 Coconut Man

Coconut Man

    Gigabyte

  • Members
  • 798 posts
  • LocationThe latest Smash Major

Posted 27 January 2013 - 02:31 PM

We need this done. I'd be happy to help any time.

fl9Uov4.gif


#8 Guest_ElatedOwl_*

Guest_ElatedOwl_*
  • Guests

Posted 27 January 2013 - 04:07 PM

I have a little bit of free time today so I'll get started, but keep in mind I don't get paid to do this and have no real incentive. Feel free to make your own client, I don't plan on supporting Mac anyway~

#9 Wolf

Wolf

    Zettabyte

  • Members
  • 6,487 posts

Posted 27 January 2013 - 04:59 PM

I like my apps like I like my women.

Lightweight and effective.

#10 Coconut Man

Coconut Man

    Gigabyte

  • Members
  • 798 posts
  • LocationThe latest Smash Major

Posted 28 January 2013 - 02:25 AM

Feel free to make your own client, I don't plan on supporting Mac anyway~


Alright, fine, but when a Steve Jobs zombie comes knocking at your door and tries to kill you with an iPhone 7, don't come running to me :D

fl9Uov4.gif


#11 Lord_Zamboodu

Lord_Zamboodu

    Megabyte

  • Members
  • 530 posts
  • Location7th circle of hell, California

Posted 31 January 2013 - 12:24 PM

I want I want
Posted Image

#12 Coconut Man

Coconut Man

    Gigabyte

  • Members
  • 798 posts
  • LocationThe latest Smash Major

Posted 31 January 2013 - 04:56 PM

I want I want


Mmhmm.

fl9Uov4.gif


#13 Matty_poo

Matty_poo

    Gigabyte

  • Members
  • 770 posts
  • LocationNew Jersey

Posted 01 February 2013 - 06:25 AM

Alright, fine, but when a Steve Jobs zombie comes knocking at your door and tries to kill you with an iPhone 7, don't come running to me :D


Steve jobs zombie? iLive app? question about the app, since I don't program at all, would it compatible with windows 8? I'll be getting a new PC (or 7 since I might downgrade)

Mighty horse rocks, he rocks the fat ass. 

 

youtube.com/Geekcitypodcast

soundcloud.com/newgeekcity


#14 Guest_ElatedOwl_*

Guest_ElatedOwl_*
  • Guests

Posted 01 February 2013 - 09:57 AM

I'm not entirely sure TBH. I don't know how .NET handles certain OS specific functions for 8 (specifically how it handles the tray). If I had to guess it should work appropriately. (at least, that's the point of the .NET framework; but I wouldn't be too surprised if there were some compat issues)

#15 Delta22

Delta22

    Kilobyte

  • Members
  • 139 posts
  • LocationAustralia

Posted 05 February 2013 - 06:59 AM

why not just make an app for the phones?

Programmer(in training), hacker(in minimal training), good with computers and mature, all you need to know about me but feel free to talk to me, contact me or whatever, i am no danger.


#16 Guest_ElatedOwl_*

Guest_ElatedOwl_*
  • Guests

Posted 05 February 2013 - 08:14 AM

It's something that has to poll every ~30-60 seconds, do you really want your phone pulling that much data?

#17 Delta22

Delta22

    Kilobyte

  • Members
  • 139 posts
  • LocationAustralia

Posted 05 February 2013 - 03:22 PM

It's something that has to poll every ~30-60 seconds, do you really want your phone pulling that much data?

i understand, but facebook does the same? you get apps for facebook doing a very simillar thing. (and by the way i only use the data which is the same as my computer, so it will take the same amount.)

Programmer(in training), hacker(in minimal training), good with computers and mature, all you need to know about me but feel free to talk to me, contact me or whatever, i am no danger.


#18 Guest_ElatedOwl_*

Guest_ElatedOwl_*
  • Guests

Posted 05 February 2013 - 03:41 PM

Once the desktop version is done I can mess around with a version for Android. If people actually use it I'll maintain it but I make no real promises.

#19 SpleenBeGone

SpleenBeGone

    Deer Leader of the Goriest Revolution

  • Administrators
  • 14,951 posts
  • LocationHouston

Posted 05 February 2013 - 03:44 PM

Out of curiosity, what would you charge for a mobile app?
nmjUGDL.jpg

#20 Guest_ElatedOwl_*

Guest_ElatedOwl_*
  • Guests

Posted 05 February 2013 - 03:47 PM

I wouldn't. x: It's nothing that complicated and doesn't cost me anything more than a little bit of my time.