.comment-link {margin-left:.6em;}

The words are just like ... words, I guess.

Sunday, August 11, 2019

Re: Action Required..

i am aware one of your pass. Lets get right to the purpose. No one has paid me to check you. You don't know me and you are most likely wondering why you're getting this e mail

i setup a software on the adult vids (pornography) web-site and guess what, you visited this website to have fun (you know what i mean). When you were viewing videos, your browser initiated operating as a Remote Desktop that has a key logger which gave me access to your display and also web camera. immediately after that, my software program collected your complete contacts from your Messenger, Facebook, as well as emailaccount. Next i created a double video. First part displays the video you were viewing (you have a good taste hahah), and second part shows the recording of your web cam, yea its u.

There are two alternatives. Lets look at the possibilities in details:

1st choice is to just ignore this e mail. as a result, i will send your very own recorded material to every bit of your personal contacts and also just consider about the embarrassment you will see. Moreover if you happen to be in an important relationship, precisely how it can affecti

Latter alternative is to give me $1126. Let us describe it as a donation. as a consequence, i will promptly discard your video. You could resume your daily life like this never occurred and you would never hear back again from me.

You'll make the payment by Bitcoin (if you don't know this, search for 'how to buy bitcoin' in Google search engine).

BTC address:

1K7SNLkp7ef1mDeDuyeaULfsN6zVEYsGYD

[case-SeNSiTiVe, copy and paste it]

if you have been curious about going to the cop, okay, this e-mail can not be traced back to me. i have covered my steps. i am just not attempting to demand very much, i only want to be paid for. i have a special pixel within this e mail, and right now i know that you have read through this mail. You now have one day to pay. if i do not get the BitCoins, i will certainly send your video recording to all of your contacts including close relatives, co-workers, and so on. Nevertheless, if i do get paid, i will erase the video right away. it's a non:negotiable offer and thus do not waste my time & yours by responding to this email. if you really want proof, reply Yes! and i will send your video to your 10 contacts.

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

Tuesday, October 23, 2018

Please download the attachment

Greetings Dear,

My Name is Major Rebecca Schieble. I'm an American soldier Urgent Letter from Hospital. All correspondence must be by my Private mail address E -mail: mrs.rebeccaschieblea@usa.com  E-mail: mrs.rebeccaschiebleusa@gmail.com . Please download the attachment And Please Get Back to Me

 

Yours Faithfully,

 

Major: Rebecca Schieble.

 

US Army Baghdad Iraq.


Tuesday, April 08, 2008

iPhone has search, finally!

So, I've hit the ground running again with my mobile, thanks to a late release of the newest firmware on apple's part! But I did find a nugget that has me excited: View yourself!


iPhone Search.tiff



Labels: ,

iPhone... it's ALIVE

So, I'm downloading 4a240d iPhone OS!


Should fix the expire issue, thanks Jobsy!



Labels: ,

Pink screen of death...

So... my phone is temporarily dead... Apple forgot to publish an update to the firmware before the latest one expired. Now all iPhone 2.0 users are pissed beyond belief!



Labels: ,

Friday, April 04, 2008

First useful piece of Mac Code!

Hey everybody...


Today in response to some of my own tinkering and the forum at http://discussions.apple.com/thread.jspa?messageID=6978579#6978579 I have created my first useful program in Objective-C and MacOS. The utility is a command line application that will mount and return the path to the Leopard time machine volume.


The utility can be downloaded here http://rapidshare.de/files/39024900/GetTimeMachinePath.html


The souce code is as follows:



#import <Foundation/Foundation.h>


#import <AppKit/AppKit.h>


#import <CoreData/CoreData.h>



FSRef* getTimeMachineVolume()


{


NSData *timeMachinePList = [NSData dataWithContentsOfFile:@"/Library/Preferences/com.apple.TimeMachine.plist"];


NSString *errorText;


NSDictionary *timeMachineProperties = [NSPropertyListSerialization propertyListFromData:timeMachinePList mutabilityOption:NSPropertyListImmutable format:NULL errorDescription:&errorText];


NSData *backupAlias = [timeMachineProperties objectForKey:@"BackupAlias"];



AliasHandle aliasHandle = (AliasHandle)NewHandle([backupAlias length]);



[backupAlias getBytes: *aliasHandle];



FSRef *volumePath = malloc(sizeof(FSRef));


Boolean wasChanged;



OSErr resultOfResolve = FSResolveAlias(NULL, aliasHandle, volumePath, &wasChanged);


if (resultOfResolve != noErr)


return nil;



DisposeHandle((Handle)aliasHandle);



return volumePath;


}



int main (int argc, const char * argv[]) {


NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];



// insert code here...


char *timeMachinePOSIXPathString = malloc(1024 * sizeof(char));


FSRef *timeMachineFSRef = getTimeMachineVolume();


FSRefMakePath(timeMachineFSRef, (UInt8*)timeMachinePOSIXPathString, 1024 * sizeof(char));


free(timeMachineFSRef);



printf(timeMachinePOSIXPathString);



[pool drain];


return 0;


}




Labels:

Thursday, April 03, 2008

Preperations for the move...

It seems that the official word on the move to Boston is in the final stages. There should be an official letter in my hands by monday.


As the time grows closer I'm trying to determine weather I should make the move or try to make a new career in the city of my choice. Nothing wrong with Boston, just that I'm slightly disenchanted with my job as of late. That and having taken 5 months to make any progress on my job offer sets a scary precedent for how the remainder of my career at NASDAQ may go. The good news is that it sounds like I'm not being directly targeted, but rather just another victim of NASDAQ HR.


Other then that, I'm feeling fine now... Though I should be watching my health extensively after my recent trip to the emergency room.


I'm putting in a lot of time to try to catch up to the time that I lost through the week, and I'm actually making some strides. We've made progress towards an automated deployment system. Hopefully this will reduce/eliminate the issues that would occur during the deployment of the next version of the platform. Also, it should make installation of DirectorsDesk on a clean system as simple as grabbing the build of the software you'd like to use and away-it-goes!



Labels: ,

Tuesday, April 01, 2008

April Fools, and RSS

I've found it very hard to read any of my RSS subscriptions today, as everyone on the planet decided that there so funny, that it must needs be shared. If your going to post something thats not true... please put an april fools at the bottom!




Labels:

Thursday, March 27, 2008

iPhone Tips

So I'm now hooked on the MacBook pro and iPhone. And come to find out, I'm even a trailblazer in the field. I have the experimental 2.0 firmware as I was accepted into the iPhone development program a few days ago, suppressing as I still see many people on the web complaining about being told to wait. I got a response within 24 hours.



Anyway, there are two things I've discovered that are particularly useful.



1: The period shortcut.



On by default on my iPhone was the period shortcut. Simply tap the space bar twice to replace it with a period and a space. This prevents you from having to enter the punctuation menu to add a period.



2: Move icons on the home screen



Simply tap and hold on the home screen, the icons will begin to "jiggle" and become movable. Some icons even have "x" markers if they can be removed. Once they are as you like, press the home button.







Screenshot 2008-03-27 02:59:37 -0700-1.png








Labels: