Oh no! More boring computer problems! Oh no!

Message Bookmarked
Bookmark Removed
Not all messages are displayed: show all messages (1739 of them)
Mary you should see how much space you have free on your hard drive, too. If it's less than 10% free, that is almost certainly your problem.

Also, how much RAM do you have?

Tracey Hand (tracerhand), Monday, 10 April 2006 19:30 (twenty years ago)

I would agree with Simon, I think your hard drive is nearing the end of its life. I would make sure you back up important data ASAP. Sorry for this to be bad news, but mechanical noises like this are typically serious hardware problems.

KeefW (kmw), Monday, 10 April 2006 19:47 (twenty years ago)

bump?

Tracey Hand (tracerhand), Monday, 10 April 2006 22:24 (twenty years ago)

Hi! I had to let it sleep for a while because it was refusing to run. I think the problem is stemming from the iTunes--it was fine for an hour while I was just on the Internet, but the minute I went into iTunes, it started to malfunction. I downloaded the new version of iTunes, but that didn't help. I'm doing a dorky school project which involves filling in a lot of the information tags for the songs, and I don't think Mac is happy.

I have 10GB of space left and 512 RAM and this past week is the first time I've had these types of problems. I fear you naysaying diagnoticians are right. The only okay part is that it is still under apple care, but such a pain to lose all my data. (I'm not really sure how to back up everything--I don't have an external hard drive.) Okay, I'm gonna stay out of iTunes for awhile and see if it can survive enough to do the Dublin Core part of the project. Thanks everyone. The weird thing is when OSX dies it doesn't even give you a clue, besides the whirring and not working, that is. When my black powerbook died at least it had the decency to let me know its days were numbered, with little messages.

Mary (Mary), Monday, 10 April 2006 23:01 (twenty years ago)

Yeah, if you've got AppleCare that's the way to go. Not sure the best way to back up w/o an external drive, but you could start by burning your Documents folder to CD (or maybe you'd want to start with Music... the "M" section, specifically) .. if you can make DVDs then even better.

Tracey Hand (tracerhand), Monday, 10 April 2006 23:57 (twenty years ago)

Heh, I can't make DVDs (I'm sure you're not surprised.) There is a new development. Our power just went out and we tried to flick the switch and the lights came on for a moment and then turned off, then I unplugged my computer and the lights came on and stayed on. Poltergeist inside Mac?

Mary (Mary), Tuesday, 11 April 2006 00:23 (twenty years ago)

Disk Utility has something that can usually detect a drive going dodgy... it should be listed as "SMART status" for the drive or some such thing.

Get a cheapo external firewire drive and use Carbon Copy Cloner (freeware) to clone your machine to it weekly. It uses an rsyncish thing so it runs in like 20 minutes usually once its initialized. If your drive dies, you can boot off the fw drive until you replace the laptop drive. This saved my ass once.

Fight the Real Enemy -- Tasti D-Lite (ex machina), Tuesday, 11 April 2006 00:41 (twenty years ago)

How do I make my own font? Is there a program I can download where I can scan in individual characters (in my own handwriting) to create a full font? If I use this on a website, am I likely to have any problems will it - will people be able to see the text ok?

Also, is there an audio equivalent to Youtube? A place where I can link to low-quality soundfiles that are hosted by that site (apart from myspace - unless there's a way of embedding a myspace songfile into a normal webpage)?

Affectian (Affectian), Thursday, 13 April 2006 21:17 (twenty years ago)

Making a font is hard.

Fight the Real Enemy -- Tasti D-Lite (ex machina), Thursday, 13 April 2006 21:21 (twenty years ago)

There are quite a few handwriting->font programs.

Try http://www.fontifier.com/

Alba (Alba), Thursday, 13 April 2006 22:22 (twenty years ago)

Thanks for that, it looks pretty much perfect though I'm concerned that the text might not show up to site-visitors who don't have that font.

What about if we embedded the text into the page as an image file? (Sorry if I'm using silly terminology here, I'm new to this). It'd mean the text couldn't be copied but it'd show up fine wouldn't it?

Also, has anyone ever registered a website in the Cook Islands? I know, I know, it's terribly childish. It's for a friend, honest. A site I found stated 30 euros for activation and 344 euros (!) for 2 years hosting. This seems ridiculous.

Affectian (Affectian), Thursday, 13 April 2006 22:33 (twenty years ago)

Yeah, if people don't have your font installed (which they won't) then they won't see it if you specify it in HTML. If you really want everyone to see it in your font you'll have to just save the text you type as an image file - a gif is a gif is a gif. I think gif is better than jpeg for clean lines but I might be wrong on that. But if you're doing it as an image file then there might be not much point turning it into a font in the first place. You might as well just write what you want and scan it in. But maybe you want to use it standardised over and over.

Alba (Alba), Thursday, 13 April 2006 22:39 (twenty years ago)

Yeah, and it's easier to use if there's a lot of text. Thanks for the help with that.

Affectian (Affectian), Thursday, 13 April 2006 22:45 (twenty years ago)

I think gif is better than jpeg for clean lines but I might be wrong on that.

You're right there. If you want an image of some text, or a line drawing, you probably want either .gif or .png, not jpeg.

Forest Pines (ForestPines), Friday, 14 April 2006 08:19 (twenty years ago)

i require a gentle poke in the right direction, any help gratefully recieved-->

i want to set up a shared resource ftp site, whereby people can email files to me to be automatically uploaded to certain folders on the webspace, based on certain words or codes in the subject line or filename.

Is this possible?

Slumpman (Slump Man), Thursday, 20 April 2006 17:21 (twenty years ago)

Yes, if you pay me $300

JW (ex machina), Thursday, 20 April 2006 17:24 (twenty years ago)

is it possible to do it without paying you $300?

Slumpman (Slump Man), Thursday, 20 April 2006 18:49 (twenty years ago)

you could pay me $900

RJG (RJG), Thursday, 20 April 2006 18:53 (twenty years ago)

If you learn to program. xpost

JW (ex machina), Thursday, 20 April 2006 18:53 (twenty years ago)

aw man, i was hoping there'd be a magical checkbox in outlook or something.

(would it be a big job? i know a computer dood who owes me, but only a small favour)

Slumpman (Slump Man), Thursday, 20 April 2006 18:57 (twenty years ago)

depends

JW (ex machina), Thursday, 20 April 2006 18:59 (twenty years ago)

on what, his skills?

Slumpman (Slump Man), Thursday, 20 April 2006 19:05 (twenty years ago)

scripting ftp uploads isn't difficult, at least not on unix (use curl commandline or the libraries for your script language of choice). parsing values out of mail headers also isn't difficult, on unix. putting it together securely and so that it doesn't break when someone decides to email you video is another thing. using windows and outlook, well, that'll be $1000.

another question. database data. how do you keep decent copies of the data in your databases under versioned source control (svn here)? we used to mysqldump the data out to text files, one or more per table, and stick these in cvs (mysqldump writes data out as sql inserts so re-inserting it is a doddle). but then we moved to Oracle. we also have, much to my chagrin, binary data in the various tables (images, which start off as files anyway, ffs).

koogs (koogs), Friday, 21 April 2006 09:52 (twenty years ago)

If you use a binary diffing algorithm between versions of the files, is there a reasonably small diff? Subversion IIRC has a good binary diff but you won't be able to see the diff in the same way.

JW (ex machina), Friday, 21 April 2006 10:23 (twenty years ago)

'versions of the files'? what do you mean? the image files? (they are only stored as database entries, the actual files are elsewhere.) the raw db files?

the problem isn't really the binary nature of the data. the binary stuff makes it more difficult but the main problem is just getting db info into and out of svn the same way you would with code. it strikes me as an obvious thing to want to do but i can't find much in the way of solutions (googling 'svn database' gets you the wrong stuff). we've written our own scripts 3 or 4 times now over the years and are fed up of wheel reinvention.

koogs (koogs), Friday, 21 April 2006 10:43 (twenty years ago)

Oh, I misread, what you were saying! (not even 8am here) I thought you meant that the DB dumps were some mysterious binary format.

re: paragraph 2. It doesn't seem like THAT huge of a task.

JW (ex machina), Friday, 21 April 2006 10:47 (twenty years ago)

rather than getting them to e-mail you attachments and work out how to divvy them out to folders, i'd set up an anon FTP "drop box" (i.e. one you can't see in but can upload to) for ppl to upload stuff to, and use agreed prefixes in the file name to redistribute. that would be a doddle to write - poll folder, move files into place (poss renaming). tho that does depend on ppl being able to use simple FTP. or with a little more work use an "upload" web form

Britain's Obtusest Shepherd (Alan), Friday, 21 April 2006 10:55 (twenty years ago)

Andy,

I've never heard anyone ask for this before but you could try using DBUnit, which is really an application for extracting data (as XML) and reloading it into a database to clear it back to a known state prior to running unit tests; however, it would probably work for what you need it to do.

http://dbunit.sourceforge.net/

It's quite clever in that it looks at RI constraints and extracts in the right order so that you can reload without dropping relationships.

KeefW (kmw), Friday, 21 April 2006 13:49 (twenty years ago)

new question: I frequently have problems DLing streaming media on winXP with media player 10. It works better on certain sites than other, but is generally flaky and never works 100% of the time.

I've messed around with my internet security settings as well as the MP "network" settings for streaming media, and while sometimes i get something to work, it's never consistent. also, I do have windows firewall working.

I'll click the DL button on a given webpage, MP will open up, but then i'll get an "unable to open file" popup. what gives? what could this problem be, and how do i go about fixing it?

I want to be able to consistently DL ABBA's video of the day, dammit!

AaronK (AaronK), Friday, 21 April 2006 14:07 (twenty years ago)

ah, mr W. apparently that was what he was looking into this morning when the discussion came up and he says it looks quite handy (and being java / ant based it slips right into what we are doing). cheers.

(why, when i cut and paste from firefox into outlook does it paste my buffer as an attachment rather than just pasting the text straight into the email? think it might be a character set thing but it's most annoying.)

koogs (koogs), Friday, 21 April 2006 14:26 (twenty years ago)

um, i have a file: link on a page but firefox is refusing to show me the target when i click on it.

it works ok as a file: link from a html document stored locally (even though the file: link goes to a box elsewhere on the network), it doesn't work when same link in the same html document is served up over http from a third box (our wiki). why? seems to be a firefox specific feature because it's fine in IE.

koogs (koogs), Thursday, 27 April 2006 14:45 (twenty years ago)

security.

JW (ex machina), Thursday, 27 April 2006 14:48 (twenty years ago)

What a great security feature!

I wonder if Firefox's security could be improved by not letting you browse the web. Or Microsoft could 'beef up' their security by not letting you boot into Windows...

I might try an experiment soon. Given that I've suffered from two, insignificant viruses in the last 26 years, during which I've been running a virus killer/firewall etc. for say 18 months, I might just turn all the security features off and see if anything bad happens. I suspect it won't.

KeefW (kmw), Friday, 28 April 2006 06:59 (twenty years ago)

a colleague came in on tuesday and said that his sister had accidently plugged her laptop into the internet with no firewall and only SP1. said it was overrun by the end of the day.

those file: links always used to work - there are older links in the wiki that i'd been using fine (for firefox there needed to be 5 /s after the http: for some reason). they have stopped, i guess since the upgrade to FF1.5

koogs (koogs), Friday, 28 April 2006 07:21 (twenty years ago)

I think you're the only person I know that's had bad stuff done to by a virus, when you sent me an email on Friday 13th, 1997 or so to ask why a computer at work had broken!

KeefW (kmw), Friday, 28 April 2006 09:55 (twenty years ago)

my lsptop seems to have DIED! oh noes! ok so the screen has been cracked for ages but the actual computer worked fine. recently the screen's been going a bit woozy brighter-darker-brighter-darker but i thought it was to do with the power lead because it also sometimes thinks it's on battery power when the power lead is actually plugged in (this is v recent development, like a couple of weeks). last time i used it (thurs night) it was woozy but working. last night i switched it on EXCEPT I DIDN'T! help! it made a noise like click-click-click like it was TRYING to switch on but it couldn't. nothing appeared on the screen, but the three little green lights (one next to a battery sign, one a power sign, the other i can't remember) lit up.

what can i try plz? even working for teh corporate devil i STILL has no £££.

emskatwork, Tuesday, 2 May 2006 16:33 (twenty years ago)

can you plug it into an external monitor? my first thought is that the screen has finally popped its clogs.

koogs (koogs), Tuesday, 2 May 2006 16:41 (twenty years ago)

i thought that too - my housemate has my old monitor but i dunno where! the strange noise is a bit of a worry too though..

emskatwork, Tuesday, 2 May 2006 16:57 (twenty years ago)

The click could be the sound of the hard drive struggling to turn on...

steal compass, drive north, disappear (tissp), Wednesday, 3 May 2006 10:53 (twenty years ago)

In other words, I think emsk's problem is more likely to be a bad power supply. Is this a Dell laptop by any chance?

steal compass, drive north, disappear (tissp), Wednesday, 3 May 2006 10:54 (twenty years ago)

I'm half expecting this to sink to the bottom of the page without trace, but its worth a try:

My printer no longer spools the paper into it properly, it doesn't get far enough into the printer for the printing to actually take place. It keeps telling me there's a paper jam when I pull the paper out, but it doesn't register that until after its already tried to print (i.e. I'm pretty sure there isn't a scrap of paper stuck in it) ---anyway, the point is, this has all happened since I tried to print some camera pics for the first time (didn't work, crappy Lexmark shite) and I haven't been able to print anything since. I'm wondering if there is any residue or chemical on some photo paper (probably the cheap sort) that might get onto the spool and stop it working... It does only appear to have stopped working on one side - might be a coincidence.

yeah, so... maybe you can help me, maybe you can't..

hobart paving (hobart paving), Thursday, 11 May 2006 20:27 (twenty years ago)

one month passes...
is there any way to recover emptied trash in OSX? unlike the PC world, there seem to be a dearth of "undelete" type programs for macs.

renegade bear shot by cops on frat row (vahid), Monday, 12 June 2006 01:27 (twenty years ago)

Norton Utilities has Unerase in it.

svend (svend), Monday, 12 June 2006 02:00 (twenty years ago)

YSI?

renegade bear shot by cops on frat row (vahid), Monday, 12 June 2006 03:23 (twenty years ago)

totally unrelated, but saves starting a whole new thread - what's the website that helps fill in passwords if i want to read teh paper?

Jena (JenaP), Monday, 12 June 2006 04:51 (twenty years ago)

bugmenot.com

Forest Pines (ForestPines), Monday, 12 June 2006 04:52 (twenty years ago)

thx!

Jena (JenaP), Monday, 12 June 2006 04:53 (twenty years ago)

but 403 :(

Jena (JenaP), Monday, 12 June 2006 04:53 (twenty years ago)

hmm, it seems to be working for me.

Forest Pines (ForestPines), Monday, 12 June 2006 04:54 (twenty years ago)

finally works in opera, but not in safari - thanks again Forest Pines!

Jena (JenaP), Monday, 12 June 2006 04:57 (twenty years ago)


You must be logged in to post. Please either login here, or if you are not registered, you may register here.