I Know Nothing

Author


Toshiba Laptop DC-IN problem?


.

My Toshiba laptop fell, and it caused my DC-IN jack to become loose. It’s to the top where it looks as if it was pushed in, and I am unable to charge my battery. I took it to a Toshiba authorized repair shop, and the guy quoted me 5 to replace the DC-IN. Is this a excellent price, or should I keep shopping around? What is the average price to get this fixed?

Best answer:

Answer by Kushal M
i reflect 5 is too much try another repair shops u force find cheaper price. No thought abt the price but may possibly be cheaper.

Give your answer to this question not more than!

I Know Nothing

Tagged with: DCinlaptopproblemtoshiba 

.

Just wondering if it some form of Open Source license or if they use something non-Open Source.

Best answer:

Answer by muddygirl
The Redhat license is really a support contract – it gives you access to the RHN, update delivery, server management, etc. The software itself is open source.

If you’re looking for a free version of Redhat, try Fedora.

Know better? Leave your own answer in the comments!

I Know Nothing

Tagged with: licensenetworkpartRedHatServersoftware 

Thread Safety in MSDN


.

Just what exactly is the top of even having a ‘thread safety’ comment in the MSDN doco, if it’s just blatant boiler-plate drivel.

Take, for example, System.Text.ASCIIEncoding. Generally speaking there’s only one of these in play at any one time, because the Encoding.ASCII static property is a singleton (as they all are):

public static Encoding ASCII{    [TargetedPatchingOptOut(...)]    get    {        if (asciiEncoding == null)        {            asciiEncoding = new ASCIIEncoding();        }        return asciiEncoding;    }}

So you’d better damn well hope it’s thread safe, otherwise all those concurrent write operations you’re doing, they’re screwed, right? But what does MSDN have to say on the subject:

“Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.”

Oh. Really helpful. Thanks a bunch.

Looking at the treatment patterns through the Framework Class Libraries, it’s pretty clear they are thread-safe. Encoding.GetEncoding(int) hands out references to the singletons, which are similarly used with gay abandon in System.IO.Ports.SerialPort, System.IO.File.ReadAllLines, various StreamReader overloads etc… (even if BinaryReader chooses to new up its UTF8Encoding, heaven knows why). And the sky would have fallen by now if these usages weren’t at least fundamentally right.

But poking about in Reflector is clearly not a substitute for accurate documentation, and the ‘parallel processing revolution’ everyone keeps going on about is clearly not going to work if we just keep trotting out the ‘instances members are not guaranteed to be thread safe’ line.

System.Text.Encodings: believed to be thread-safe.


Check it out:Cup(Of T)

I Know Nothing

Tagged with: MSDNSafetyThread 

.

I got my laptop plug repaired and somehow i reflect the technician messed up with the power button inside.

Best answer:

Answer by Vincent
Nope, but there is a very simple fix for that.

The power button connects directly to the motherboard with one wire. If it is loose, a tech support guy can fix it in less than 10 minutes.

Give your answer to this question not more than!

I Know Nothing

Tagged with: AcerbuttonlaptopPowerpressingturn 

Volume And Battery Icon Missing In Lucid


.


I had removed “Envelop” from panel in Karmic. After upgrading to Lucid, my volume  and battery icons were no where to be seen.

Turns out there are indicator-message, indicator-sound, indicator-attention and indicator applet which hosts various programs.

Indicator message is responsible for hosting Sympathy, Pidgin and Evolution. I don’t need this.
Indicator Sound is responsible for volume icon. I do need this back.

So the solution was to remove indicator-message. (Only if you don’t want the ‘Envelop’)

sudo aptitude remove indicator-message

Be precise that you remove only indicator-message.

Now right click your panel and click add to panel. Search for Indicator Applet and add it.

Check it out:Techs Palace

I Know Nothing

Tagged with: batteryiconLucidMissingVolume 
Page 1 of 212

Answers Rating

  • LowCostGamingLaptop: The XPS is my choice. Both should do what you want but i prefer the XPS. I love...  Thumb up 0
  • J: DELL XPS  Thumb up 0
  • Sean: I would deff say a dell xps because the manufacturer is better than lenovo. Although Lenovo is...  Thumb up 0
  • Nick: i would go with a lenovo. they are very powerful and you will have no problems with compiling...  Thumb up 0
  • mohin: Check connection configuration. If you want to learn – how to install Linux in easy...  Thumb up 0
© 2010 Computersplace.net