Talk in The Social-Engineer Village at DEF CON 24
http://www.social-engineer.org/social-engineer-village/
[Overview]
As a Japanese security consultant, one of my research questions in social engineering is whether or not cultural difference becomes the barrier for social engineering. It is because the malicious practice of social engineering is different between in Japan and the U.S. I think it is true. Since I have the both experience of being the company in Japan and the U.S., I would like to consider various technique of social engineering from both cultural glasses, such as tailgating, phishing or vishing method. In my talk, I would like to discuss the workability of several social engineering techniques from both Japanese and U.S. culture. It will support the cultural difference can become the barrier or vulnerable weakness.
Sapporo.js is a community for people interested in JavaScript that meets in Sapporo, Japan. The document discusses NotHub, a notification client for GitHub that allows users to receive notifications from GitHub. It installs on a user's computer and sets up to receive notifications when events like pushes or pull requests occur on GitHub repositories a user follows. The presentation encourages attendees to try out NotHub to more easily stay up to date on GitHub activity.
The document discusses techniques for writing clean JavaScript code. It provides examples of code smells and improvements to address issues like attaching events from the outside, separating selection from logic, shallow scope, overwriting default behavior, and separating logic from views. The document advocates for practices like modularizing functions, separating DOM manipulation from models, and creating model objects to represent DOM elements rather than directly manipulating the DOM. It encourages learning clean JavaScript techniques to write better structured and more maintainable code.
This document discusses Node.js, a platform for building scalable network applications. It provides an overview of Node.js and how its asynchronous and event-driven architecture makes it well-suited for real-time web applications with many simultaneous connections. Examples are given of how Node.js handles IO operations efficiently without blocking, and how JavaScript callbacks allow processing many requests concurrently. Upcoming meetups on Node.js in Sapporo, Japan are also advertised.