Posts

Microsoft finally reveals what data Windows 10 really collects

Image
Microsoft has been responding to Windows 10 privacy concerns for nearly two years now, and it appears the company has finally got the message and is prepared to act. Starting today, Microsoft is updating its privacy statement and publishing information about the data it collects as part of Windows 10. “For the first time, we have published a complete list of the diagnostic data collected at the Basic level,” explains Windows chief Terry Myerson in a company blog post. “We are also providing a detailed summary of the data we collect from users at both Basic and Full levels of diagnostics.” Microsoft is introducing better controls around its Windows 10 data collection levels in the latest Creators Update, which will start rolling out broadly next week. The controls allow users to switch between basic and full levels of data collection. “Our teams have also worked diligently since the Anniversary Update to re-assess what data is strictly necessary at the Basic level to keep Windows

What are the most important JavaScript concepts to know for a job interview?

Image
I had to interview developers for a bunch of Javascript positions. So here is the stuff I always check for in order to avoid to get drowned in a wall of buzzwords: The concept of prototypes (and what differs from more traditional inheritance approaches) and alternatives to inheritance. Inheritance and the prototype chain Why: I want to know that you will not use Javascript like Java or a traditional OOP lang. Closures) Closure (computer programming) | WikiWand Why: So that you not get lost in callback hell Loose Coupling in Javascript and Events Custom events in JavaScript Why: I want to be sure you don't dipp your code in useless if and switch statements + adding a lot of coupled code, just because you don't know about events. Duck Typing (for people coming from strong typed languages) Duck Typing in Javascript Why: Another very basic feature that comes with these kind of languages. Sync vs. Async and the challenges that come with it. Be able to explain the

Guide For Getting Free Stuff

Image
Ok, if you are like me you have heard so much about the FreeIpods and FreeFlatScreens websites on different forums, blogs, IM's, etc, you are about to puke. So am I. But yet the draw of getting an Ipod for doing basically nothing is pretty strong. I dismissed all the "stories" of people getting their ipods as the marketing machine at work. However, when Kevin Rose published that not only did he receive his, but a few of his friends did as well, I figured I might take a chance and give it a go. Today I received proof that it does indeed work. Yep, I got my iPod. Whats in it for them? Step 1. Collect Names. Step 2. Send those names items worth $200 or more Step 3. ????? Step 4. Profit Before I signed up, I wanted to get to the bottom of the ?????. I didn't want any sweaty, filth pushing webmonkeys to have all my info, so I did my research. Gratis Internet, the parent company of the FreeIpods, FreeFlatscreens, etc. sites, recently did an interview with Wired Ma

How To Set Up FTP Server

Image
Register free at the page. (follow all the instructions you get there) Look at the top, and you see the Host Search. Write the name you want, and press Go! Then download the program called No-IP on the site, or use this .... Read More

Excellent tricks and techniques of Google Hacks

Image
ws_ftp.ini is a configuration file for a popular FTP client that stores usernames, (weakly) encoded passwords, sites and directories that the user can store for later reference. These should not be on the web  Read More ....

How To Change Your Ip In Less Then 1 Minute

Image
1. Click on "Start" in the bottom left hand corner of screen 2. Click on "Run" 3. Type in "command" and hit ok You should now be at an MSDOS prompt screen.  Read More ....

Advanced Shellcoding Techniques

Image
This technique was originally developed by Sorbo of darkircop.net.  The mul instruction may, on the surface, seem mundane, and it's purpose obvious.  However, when faced with the difficult challenge of shrinking your shellcode, it proves to be quite useful.  First some background information on the mul instruction itself...  Read More