Author Topic: Post Notifier  (Read 29624 times)

0 Members and 1 Guest are viewing this topic.

Offline alberthrocks

  • Moderator
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 876
  • Rating: +103/-10
    • View Profile
Re: Post Notifier
« Reply #105 on: October 02, 2010, 10:30:22 am »
Oh, thanks.

Would "safe mode" work? I think that's the mode that doesn't allow writing to the hard disk, but I'm not sure. And then I don't know how to use it. What is it?
I have a Windows computer, so don't worry about Windows testing. (Windows XP and Ubuntu, Intel Core 2 Quad 2.33 GHz, nice PC :D)

No, there's no "safe mode" on Linux/Mac OS X. And, the safe mode on Windows still lets you write to the HDD - all it does is disable nearly all the drivers, and disable services. Due to that, it's usually used a lot to remove viruses and spyware.

My program will probably never even touch your internal HDD, if ever. Creating a tray icon and little balloon popups doesn't have to do with the HDD I hope... :P

Just don't mount the HDD (aka don't click on it!). If it IS mounted, unmount it. To check, just right click it, and see if there's a Mount or Unmount option. If there's Mount, you're good to go. If there's Unmount, click that, wait, and you're ready. Better yet, if there is an eject symbol, click it! If there isn't, it's not mounted.

If you're paranoid, you can always run:
Code: [Select]
sudo rm /dev/[HDD]This will remove the reference to the HDD itself, which are created at boot time, and also when things are plugged in. (USB flash drives, webcams, etc.) This does NOT delete the HDD, mind you. (I've done this myself during a USB HDD install, and it doesn't hurt a bit.)

If you're extremely paranoid, you're welcome to pull off the SATA/IDE cable from the internal HDD yourself. :P
« Last Edit: October 02, 2010, 10:44:18 am by alberthrocks »
Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/


Proud member of ClrHome!

Miss my old signature? Here it is!
Spoiler For Signature:
Alternate "New" IRC post notification bot (Newy) down? Go here to reset it! http://withg.org/albert/cpuhero/

Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/

Activity remains limited due to busyness from school et al. Sorry! :( Feel free to PM, email, or if you know me well enough, FB me if you have a question/concern. :)

Don't expect me to be online 24/7 until summer. Contact me via FB if you feel it's urgent.


Proud member of ClrHome!

Spoiler For "My Projects! :D":
Projects:

Computer/Web/IRC Projects:
C______c: 0% done (Doing planning and trying to not forget it :P)
A_____m: 40% done (Need to develop a sophisticated process queue, and a pretty web GUI)
AtomBot v3.0: 0% done (Planning stage, may do a litmus test of developer wants in the future)
IdeaFrenzy: 0% done (Planning and trying to not forget it :P)
wxWabbitemu: 40% done (NEED MOAR FEATURES :P)

Calculator Projects:
M__ C_____ (an A____ _____ clone): 0% done (Need to figure out physics and Axe)
C2I: 0% done (planning, checking the demand for it, and dreaming :P)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Post Notifier
« Reply #106 on: October 02, 2010, 12:11:45 pm »
Ah, okay, thanks.

I'll test for Mac, then.
« Last Edit: October 02, 2010, 12:12:04 pm by Deep Thought »




Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Post Notifier
« Reply #107 on: October 02, 2010, 06:07:33 pm »
hmm, this seems to be written in C#
* qazz42 applauds SirC

(unfair! you know how to use assemblies  :'( )
« Last Edit: October 02, 2010, 06:08:06 pm by qazz42 »

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Post Notifier
« Reply #108 on: October 04, 2010, 09:30:00 pm »
This is epic.


That is all

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Post Notifier
« Reply #109 on: October 04, 2010, 10:18:49 pm »
Wait, so is there one for mac? (Too lazy to read the whole thing.)

EDIT: A Post notifier=one
« Last Edit: October 04, 2010, 10:19:20 pm by graphmastur »

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Post Notifier
« Reply #110 on: October 04, 2010, 10:19:51 pm »
Alberthrocks is working on a mac version as we speak. :)

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Post Notifier
« Reply #111 on: October 04, 2010, 10:20:41 pm »
Excellent. But harddrive removal is scary to me. Do I have to remove the internal hard drive?

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Post Notifier
« Reply #112 on: October 04, 2010, 10:27:05 pm »
Why would you need to remove the hard drive? O.o

Do you need to do that when installing stuff on Mac?

If so, then the alternate solution would be to switch to Linux or Windows as soon as you can x.x.


EDIT: nvm, I just saw it was in reply to Alberthrocks.
« Last Edit: October 04, 2010, 10:28:06 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Post Notifier
« Reply #113 on: October 04, 2010, 11:02:11 pm »
Excellent. But harddrive removal is scary to me. Do I have to remove the internal hard drive?

Lol, that was probably due to unrelated paranoia on my part.




SirCmpwn

  • Guest
Re: Post Notifier
« Reply #114 on: October 05, 2010, 11:46:32 pm »
Yeah, it uses Linq, which requires .NET 4.0.  Does Mono support this high yet?

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Post Notifier
« Reply #115 on: November 11, 2010, 04:26:23 pm »
*bump* Are you still working on this? It's really useful...




SirCmpwn

  • Guest
Re: Post Notifier
« Reply #116 on: November 11, 2010, 04:48:49 pm »
Nope.  I hope that it is really useful, because I'm not adding more to it at this point.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Post Notifier
« Reply #117 on: November 11, 2010, 05:13:52 pm »
I think it is fine as it is, now, although I thought you were doing a Cemetech one, too?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

SirCmpwn

  • Guest
Re: Post Notifier
« Reply #118 on: November 11, 2010, 05:14:31 pm »
I was, but their XML is harder to parse.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Post Notifier
« Reply #119 on: November 11, 2010, 05:19:16 pm »
Oh ok D:
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)