Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 06-27-2003, 06:38 PM   #1 (permalink)
Epsilon
Regular Contributor
 
Epsilon's Avatar
 
Join Date: Mar 2003
Location: Las Vegas, NV
Posts: 131
Epsilon is on a distinguished road
Offbeat Question

I wonder if it's possible to hook up a breathalyzer to my computer so that my keyboard only works if I'm under 0.1% BAC?

I like to enjoy a few drinks now and then, but I've had a regrettable habit of sending inappropriate e-mails to people when my judgement and common sense is at its lowest. At least a half dozen times in the last year I've blissfully typed and sent stuff that made me feel like hanging myself when I read it the next morning.

I once sent an e-mail to about 20 family members asking if they knew any hot, single chicks because I was tired of porn. Most recently I shot a message over to one of the managers at the company I work for and reeled off 4 paragraphs of why I hate him. He gave my boss a copy, and I think I got close to getting fired. I still might, but for now it seems smoothed over.

I guess I could give up booze, but that would suck. What I need is a way to disable my computer when I'm sloshed, then I'd be very happy. Any ideas?
__________________
--Epsilon--
Epsilon is offline   Reply With Quote
Old 06-27-2003, 07:05 PM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,530
sde is on a distinguished road
heh, my sister wanted to put a breathalizer on her phone because she calls people she shouldn't when she's had drinks. lol
__________________
Mike
sde is offline   Reply With Quote
Old 06-27-2003, 09:30 PM   #3 (permalink)
rdove
Masked Moderator
 
rdove's Avatar
 
Join Date: May 2002
Location: Indianapolis, IN
Posts: 260
rdove is on a distinguished road
Seek professional consuling?

No really, I think it is possible, I mean if they can hook one to your car, they can hook on to yout computer. The keyboard might be stretching it a bit, but you could hook it up to your processor or have a program running in the background that tests you everytime you startup your mail program.
__________________
~Ryan

rdove is offline   Reply With Quote
Old 06-27-2003, 10:09 PM   #4 (permalink)
Epsilon
Regular Contributor
 
Epsilon's Avatar
 
Join Date: Mar 2003
Location: Las Vegas, NV
Posts: 131
Epsilon is on a distinguished road
Quote:
Originally posted by rdove
No really, I think it is possible, I mean if they can hook one to your car, they can hook on to yout computer. The keyboard might be stretching it a bit, but you could hook it up to your processor or have a program running in the background that tests you everytime you startup your mail program.
Yeah, that's what I'm looking for. It must be possible to prevent me from sending stupid e-mails unless I'm sober. I just need to know how.
__________________
--Epsilon--
Epsilon is offline   Reply With Quote
Old 07-06-2003, 02:33 AM   #5 (permalink)
Eyelfixit
Code Monkey
 
Join Date: Jul 2003
Posts: 88
Eyelfixit is on a distinguished road
Lightbulb

How about having a difficult password that you could not possibly type in on start up when your a little fuzzy? :rock:
Eyelfixit is offline   Reply With Quote
Old 07-06-2003, 03:12 AM   #6 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,726
redhead is on a distinguished road
Quote:
Originally posted by Eyelfixit
How about having a difficult password that you could not possibly type in on start up when your a little fuzzy?
hehe.. I guess this wont do in my case, I tend to be able to type any regular used commands/password when I'm toxicated.
The more you use it, the more it tends to be a reflex and something you can type in any state of mind.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 07-06-2003, 03:34 AM   #7 (permalink)
Eyelfixit
Code Monkey
 
Join Date: Jul 2003
Posts: 88
Eyelfixit is on a distinguished road
ow well I tried.

Maybe this would be a good tool to code say for intoxicated and/or aggressive employees.

It could be a questionnaire that has 5 random questions to test to see your frame of mind.
Eyelfixit is offline   Reply With Quote
Old 07-06-2003, 03:54 AM   #8 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,726
redhead is on a distinguished road
Quote:
Originally posted by Eyelfixit
It could be a questionnaire that has 5 random questions to test to see your frame of mind.
This gives me an idear, a kernel module which, if the breathalizer gives an alarming reading, automaticaly jails all users (exept root) into a profile that dosn't have any net-activity rights.
Or to simpify it, just erases the default route on the machine, but that would affect any network activity, wanted aswell as unwanted.

Hmm.. might be a new project to work on.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 07-07-2003, 11:37 AM   #9 (permalink)
Eyelfixit
Code Monkey
 
Join Date: Jul 2003
Posts: 88
Eyelfixit is on a distinguished road
Cool, redhead, all the power to you if you can accomplish it. :p
Eyelfixit is offline   Reply With Quote
Old 07-08-2003, 09:52 PM   #10 (permalink)
CaN Opener
^ reads books
 
CaN Opener's Avatar
 
Join Date: Feb 2003
Location: San Fran
Posts: 66
CaN Opener is on a distinguished road
speech patterns

my friend has voice reconition software on his computer. sence he is disabled and cant use a keyboard he uses his mic for his passes. and thiere is differnet levels of recniton so maybe your vocie patterns sound alot differnt while drunk hence a non sucessfill password. just a thought
__________________
there's no place like 127.0.0.1
CaN Opener is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
DB Design Question Part II sde Program Design and Methods 10 09-02-2008 12:37 PM
c simple question problem with switch case if13121 Standard C, C++ 1 10-24-2004 10:43 PM
Question marks and apostrophes Belisarius HTML, XML, Javascript, AJAX 4 05-28-2004 05:11 PM
Question about getting Arrays metazai PHP 16 04-24-2004 07:27 PM
Nagging question jeffro Lounge 1 03-08-2003 07:46 PM


All times are GMT -8. The time now is 11:14 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC8 ©2007, Crawlability, Inc.





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting