| |
| Current Topic: Technology |
|
|
| Topic: Technology |
12:43 pm EST, Feb 15, 2007 |
I clicked a link for hot judicial action and I got 0wn3d. I'd like to thank the academy, my parents for warping me, Tom and Nick for letting me do this, and my hero Acidus. |
|
Finder or application window offscreen |
|
|
| Topic: Technology |
7:59 pm EST, Feb 9, 2007 |
Sometimes, a Finder or application window will open partially or completely off the screen, and cannot be moved back into a visible area; most often, this happens if one of the monitors is removed from a multiple-monitor system. In this situation, the whole window can be moved back into a visible area by opening the Script Editor in the /Applications/AppleScript/ folder and running the following: tell application "Finder" set bounds of window 1 to {202, 103, 817, 508} end tell Replace the application's name and the window's number as necessary. The window can be specified by number or by name.
Stupid frikkin os x. I hate the window manager. It sucks and sometimes some windows get into places where you can't resize them. This is the bit of applescript you need to fixx0r anything. --timball Finder or application window offscreen |
|
|
| Topic: Technology |
5:39 pm EST, Jan 30, 2007 |
With synergy, all the computers on your desktop form a single virtual screen. You use the mouse and keyboard of only one of the computers while you use all of the monitors on all of the computers. You tell synergy how many screens you have and their positions relative to one another. Synergy then detects when the mouse moves off the edge of a screen and jumps it instantly to the neighboring screen. The keyboard works normally on each screen; input goes to whichever screen has the cursor. In this example, the user is moving the mouse from left to right. When the cursor reaches the right edge of the left screen it jumps instantly to the left edge of the right screen. You can arrange screens side-by-side, above and below one another, or any combination. You can even have a screen jump to the opposite edge of itself. Synergy also understands multiple screens attached to the same computer. Running a game and don't want synergy to jump screens? No problem. Just toggle Scroll Lock. Synergy keeps the cursor on the same screen when Scroll Lock is on. (This can be configured to another hot key.) Do you wish you could cut and paste between computers? Now you can! Just copy text, HTML, or an image as you normally would on one screen then switch to another screen and paste it. It's as if all your computers shared a single clipboard (and separate primary selection for you X11 users). It even converts newlines to each computer's native form so cut and paste between different operating systems works seamlessly. And it does it all in Unicode so any text can be copied. Do you use a screen saver? With synergy all your screen savers act in concert. When one starts they all start. When one stops they all stop. And, if you require a password to unlock the screen, you'll only have to enter a password on one screen. If you regularly use multiple computers on one desk, give synergy a try. You'll wonder how you ever lived without it.
Synergy |
|
|
| Topic: Technology |
2:19 pm EST, Jan 17, 2007 |
Security OPUS is an annual meeting of professional security researchers and information security practioners. The conference is a single track series of presentations designed to focus on new research/advances in the field. We are looking to ensure each talk contains relevant and current research and/or addresses today's issues. One-hour and extended presentation sessions provide attendees with a significant advantage, by being informed about current and future challenges.
SecurityOpus is a smaller conference with excellent speakers and a constructive atmosphere. The organizers do one of the best jobs I've seen at keeping the con running smoothly and the attendees happy. In short, more conference need to be like SecurityOpus, and I thank Richard for doing such an awesome job. The CFP is still open and I encourage the many west coast hackers on Memestreams to submit (I'm looking at you Mike!). Also, anyone in the bay area should look into attending. It’s held at the W Hotel in download SF across from the Moscone center. All meals are provided, with hor dourves and cocktails in the evening. You can register online as well. Security Opus 2007- CFP |
|
|
| Topic: Technology |
11:30 pm EDT, Sep 6, 2006 |
The latest Macs ship with a remote control that allows you to control Front Row and a couple of Apple's applications. Beyond that, you can't do much else with it, though. Remote Buddy fundamentally changes this. It gives you control over the rest of your computer via the remote control. But not only Apple's - you can use other remote controls, too!
Okay so I have a fancy dangle new duo mac book pro. It came w/ a remote that sorta looks like a shuffle. It's neat in the sense that I can play movies full screen w/o paying for quicktime pro. Remote Buddy makes that remote kick some serious ass. For instance. You can use the remote to advance slides in powerpoint. You can use the remote to go back and forward in firefox. You can control vlc with the remote... OMFG the remote rocks. Remote Buddy is in "beta" and the developers say you'll get free upgrades for all the 1.x releases if you pay the low low price of 9.99 euros (that's $12.81 in girly-man american dollars. Remote Buddy |
|
|
| Topic: Technology |
12:35 pm EDT, Aug 8, 2006 |
This font pkg makes ansi fonts work in the terminal.app of osx. Hello my name is timball and I'm addicted to irc. Put the ASCII.ttf into /Library/Fonts/ then in the terminal.app: Terminal - Window Settings... [Display] Set Font... All Fonts - New - Regular - 11pt Set as default if you want it that way... I know I do. --timball ASCII Font |
|
TextCat Language Guesser Demo |
|
|
| Topic: Technology |
5:02 pm EDT, Jun 23, 2006 |
Cool perl script that guesses languages. Almost as good as having a mom at the world bank. TextCat Language Guesser Demo |
|
ONLamp.com: A Simpler Ajax Path |
|
|
| Topic: Technology |
5:38 pm EDT, Aug 9, 2005 |
Nice article on O'Reilly about writing AJAX apps (which are interactive web programs like Google Maps). Walks you through an example. ONLamp.com: A Simpler Ajax Path |
|