Posts Tagged ‘bug’

windows

Office is loading files from a network path too slowly

I have experienced a long time while opening Microsoft Office files over the network, I investigated just a little and I discovered where was the problem. This is a preview of Office is loading files from a network path... Read more
programming_mistake

Top 101 mistakes done by novice programmers C – part 5

View also related posts:    14   Difference between '' and ""  the ' and “ are very different: Suppose you have char str; char *str_ptr;      str_ptr = str; This is a preview of Top 101 mistakes... Read more
programming_mistake

Top 101 mistakes done by novice programmers C – part 4

This article continues the one published two weeks ago: Top 101 mistakes done by novice programmers C, Top 101 mistakes done by novice programmers C – part 2  and Top 101 mistakes done by novice programmers C – part 3 This is a... Read more
programming_mistake

Top 101 mistakes done by novice programmers C – part 3

This article continues the one published two weeks ago: Top 101 mistakes done by novice programmers C and Top 101 mistakes done by novice programmers C – part 2    8. Forgetting to put a break in a switch statement Remember that... Read more
xcode

Xcode 4.5.2 Installation path has the wrong ownership or is not writable.

After the error I had while Xcode 4.5.2 was trying to connect to the iPhone simulator, take a look to this post. Yesterday I had another proble, I was trying to install the Library docset for iOS 6/5. The... Read more
xcode

Xcode cannot connect with iPhone simulator

Yesterday I updated the Xcode to the new 4.5.2 release, because, as described in the release notes, the new update solves a lot of annoying problems: Resolved Issues General This is a preview of Xcode cannot connect with iPhone... Read more
programming_mistake

Top 101 mistakes done by novice programmers C – part 2

This article continues the one published two weeks ago: Top 101 mistakes done by novice programmers C 6. Macro expansion All the mistakes in the Macro expansion are very sneaky, because they don't return any warning also with newer compiler.... Read more
programming_mistake

Top 101 mistakes done by novice programmers C

Really, now there aren't 101 mistakes, but there will be all (with your help). This post want to be a vademecum for beginners to avoid most common mistakes. It could be also awesome, for example IMHO the most important... Read more
FileVault

Security bug on Mac OSX 10.7.3 FileVault – Just solved

What is FileVault From the Wikipedia "FileVault is a system which encrypts files on a Macintosh computer. It can be found in the Mac OS X v10.3 "Panther" operating system and later. This is a preview of Security bug... Read more
colle_oppio

Our RM2012 (temperature and humidity sensor) has a great bug, we are going to solve it in a while.

Our RM2012 microcontroller with integrated sensors for measuring temperature and humidity has shown a bug, we apology for this problem. we are going to solve it a soon as possible. We think we'll have a workaround on the 6... Read more
Hacking for password

A good hack for a sad street

Sometimes the local administration of my small town has good ideas, this time they launched a competition for writers, they gave the writers an entire underpass to show their arts, and now a very very very sad underpass is... Read more
Nov
05
2010

DST and standard time bug on the iPhone

ios 4.1 is afflicted by a very annoying bug: with the change from DST to the standard time the repetitive alarms doesn't work fine. You need to move your repetitive alarms 1 hour before. This is a preview of... Read more
Feb
14
2010

Friday 02-12-2012: Snow in Rome

This isn't a very technical article, but for us it is very strange having the snow in Rome so I want to publish some pictures. Here they are:         Pictures by mdf http://www.flickr.com/photos/webmdf/sets/72157623417228730/  This is a preview... Read more
Jun
28
2009

Ubuntu 8.04/8.10: Headphones don’t work on Sony Vaio SZ71E

On the VAIO SZ71E/B with Ubuntu 8.04 or Ubuntu 8.10 the headphones/earphones doesn't work. If you insert your headphones into the headphones jack Ubuntu ignores them and the sound continues to play exclusively through the speakers. To solve this... Read more
May
05
2009

82801I (ICH9 Family) HD Audio Controller On Ubuntu 9.04

If your PC has a 82801I (ICH9 Family) HD Audio Controller and with Ubuntu 9.04 Jaunty Jackelope you are experiencing problems you can try the following steps: # sudo gedit /etc/modprobe.d/alsa-base At the end of the file add the... Read more
Dec
23
2008

How to fix Ubuntu Hardy’s xargs bug: Assertion ‘bc_ctl.arg_max <= (131072-2048)’ failed.

In Ubuntu/Hardy you could have this error using xargs, this error is due to the findutils package. To solve this problem you could take the package from the Ubuntu release Intrepid. Open (as root) the /etc/apt/sources.list file with your... Read more