Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment And it absolutely will not stop, ever, until..... (Score 1) 625

I used to be a time-travelling hitman, until they came out with these robots... Um, the CSM-101s... Now I'm out of a job... Hey buddy, can you spare a dime for a fella down on his luck????

(Note to NSA: I was not and am not a time-travelling hitman. The statement was made for the purposes of humour and in no way is a confession.)

Comment Re:Maybe it was just my youth but... (Score 2) 130

Pretty good for off the top of your head. Only issue is that POS is a reserved word in Applesoft. Here is your code changing POS to PS:

10 A$ = "DON'T TOUCH ME! "
20 M$ = A$ + A$ + A$ + A$
30 PS = 1
40 PRINT MID$(M$,PS,39);
50 PS = PS + 4: IF PS > LEN(A$) THEN PS = PS - LEN(A$)
60 IF PEEK(-16384) < 128 THEN GOTO 40
70 HOME
80 FOR I = 1 TO 1000:NEXT
90 HTAB 10:VTAB 12
100 PRINT "I SAID ";
110 FOR I = 1 TO 1000:NEXT
120 PRINT "DON'T ";
130 FOR I = 1 TO 2000:NEXT
140 PRINT "TOUCH ";
150 FOR I = 1 TO 2000:NEXT
160 PRINT "ME!"
170 FOR I = 1 TO 3000:NEXT
180 HOME
190 POKE -16368,0
200 GOTO 30

I ran it and it works!

Comment My 0.02 USD (Score 1) 208

In addition to the OPs, my recommendations (please excuse overlap) speaking from experience:
- A fast computer with a good widescreen monitor. Why? Much electronics work is done the computer, from circuit design, PCB design and microcontroller emulation
- If expense is no object, get a high-end electronics design package like Altium (only one that comes to mind, sorry). I use Proteus from Labcenter as it does the most excellent circuit and microcontoller emulation and is much better value for money
- Software for developing micrcontoller code
- CAD software like Solidworks or Autodesk Inventor for enclosure design
- 3D printer for printing enclosures
- microcontroller programming/debugging devices (e.g. MPLAB Real ICE) and headers
- a high-end mixed-signal oscilloscope (e.g. Tektronix MSO5000)
- a shitstorm of various voltage and current probes
- a good benchtop multimeter, e.g. Agillent 34411A
- a good digital soldering station (e.g. Weller) with multiple soldering irons of various power/sizes
- a good hot air rework station (e.g. Weller WPA3000)
- a hotplate
- *** IMPORTANT *** Fume extraction Don't solder without it
- a good desoldering station
- *** IMPORTANT *** a good stereomicroscope for surface-mount assembly (e.g. Nikon SMZ series)
- good digial benchtop power supplies (analog units can be bumped sending voltages flying; been there, done that)
- a good LCR meter (e.g. Fluke, Hameg)
- If you a doing power supply design, an "electronic load" (TTi)
- Again, if doing power supply design or mains voltage stuff, an AC power source/analyzer (e.g. Agilent); supplies worldwide voltages at various frequencies
- a good signal generator (any)
- an "electronics safe" vacuum for cleaning your bench, £M make one for printer repair which works well
- As I "hate" working from a bench, I recommend a strong and long desk (e.g. 1.8 -2m in length); Check out Herman Miller Abak
- A good chair, e.g. Herman Miller Aeron
- breadboards
- component "engineering kits" (e.g. assortments of resistors, caps, etc... both surface mount and radial/axial in a nice binder) so you always hav ethe exact component on hand
- tools: good screwdrivers, wire cutters, wire strippers, etc... heck, could go on regarding tools, but will stop...
*****
Good luck...

Medicine

Rare Form of Autism Could Be Curable With Protein Supplements 163

ananyo writes "A rare, hereditary form of autism has been found — and it may be treatable with protein supplements. Genome sequencing of six children with autism has revealed mutations in a gene that stops several essential amino acids being depleted. Mice lacking this gene developed neurological problems related to autism that were reversed by dietary changes (abstract). According to Joseph Gleeson, a child neurologist at the University of California, San Diego, who led the study, 'This might represent the first treatable form of autism.' It is possible that some other forms of autism may also be linked to uncommon metabolic disorders — and so treatable through dietary changes, according to the scientists quoted in the piece."

Comment Re:A little thing called trust (Score 2) 446

This.

SSO requires a) an authority for maintaining credentials (ie username/password); b) APIs to allow 3rd-party sites to easily integrate with the authority, such as verifying credentials or validating authentication cookies; c) momentum: lots of sites need to wire up to the SSO authority in order for it to be perceived as offering a single sign-on experience.

With so many major sites from Yahoo to Google to Microsoft (Passport) to Facebook, no one is perceived as a leader of SSO. Besides, Google now wants to know your real name, and Facebook Well, it’s Facebook for fuck sakes

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...