Personal computing discussed

Search found 203 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 7
by mboza
Thu May 08, 2014 5:49 pm
Forum: Developer's Den
Topic: How to read a segfault error message?
Replies: 5
Views: 4052

Re: How to read a segfault error message?

You lose all the line numbers when you compile the code, unless you build it with the debugging info, which takes up valuable bytes. And when it has been optimised, the lines can be reordered or removed completely. You don't always even get function names, just the address of the function in memory....
by mboza
Sat Mar 29, 2014 3:58 pm
Forum: System Builders Anonymous
Topic: Time to build away my tax refund!
Replies: 60
Views: 7656

Re: Time to build away my tax refund!

I just want to point out that the processors are grouped by TDP families, and Intel don't bother with a category between <84W and <65W. The difference between a 84W i5-4670 and a 65W i5-4570S is almost entirely due to the lower clock speed, (power proportional to clock speed) the processor voltages ...
by mboza
Mon Jan 07, 2013 10:03 am
Forum: Processors
Topic: what is the xeon equivalent cpu for the i7-975x ?
Replies: 6
Views: 3547

Re: what is the xeon equivalent cpu for the i7-975x ?

Also consider the other Ivy bridge E3-12xxV2 chips, especially if you don't need a powerful GPU, and would be happy with the integrated graphics. The E5-1620 is Sandy Bridge EP which uses socket 2011, which is usually more expensive than the socket 1155. It does give quad channel ram and more PCIe l...
by mboza
Sun Jan 06, 2013 9:19 pm
Forum: Processors
Topic: what is the xeon equivalent cpu for the i7-975x ?
Replies: 6
Views: 3547

Re: what is the xeon equivalent cpu for the i7-975x ?

Your i7-975 is also pretty old. The W3580 almost a i7-975 with a different label on the box. If you want a new xeon of comparable performance to it, then something from the E3-12xx range would do. E3-1240 at 3.3GHz. It will run a bit faster than an i7-975 or W3580 as it is slightly more efficient (m...
by mboza
Wed Dec 19, 2012 6:20 pm
Forum: Developer's Den
Topic: Program Organization/ Array's vs Structs etc
Replies: 17
Views: 9942

Re: Program Organization/ Array's vs Structs etc

It sounds like you want an array of struts. Have a struct represent a battery, and then create an array of batteries typedef struct { int Voltage; int Current; int Status; int ... } Battery; int ReadBattery(battery* b, int* buffer) { b->Voltage = buffer[0]; b->Current = buffer[1]; ... } Battery batt...
by mboza
Wed Oct 31, 2012 11:35 am
Forum: Developer's Den
Topic: Google Interview Question: A fully Multithreaded Approach
Replies: 30
Views: 12982

Re: Google Interview Question: A fully Multithreaded Approa

My idea is to use a run of zeros as a unary encoding of how many bits will be used to represent the following number, and then encode the number using just those bits. So encoding 5 would be: 000101, and encoding 128 would be 0000000010000000. I think the worst case for this algorithm is a whole ru...
by mboza
Mon Oct 29, 2012 7:50 pm
Forum: Developer's Den
Topic: Google Interview Question: A fully Multithreaded Approach
Replies: 30
Views: 12982

Re: Google Interview Question: A fully Multithreaded Approa

Storing an ordered list of numbers is much easier than storing an unordered list in the original order. Insertion sort is an obvious first choice if you don't have the list of input in RAM but are reading it from a stream. Possibly really expensive computationally, but you don't have much storage to...
by mboza
Mon Oct 29, 2012 5:11 pm
Forum: Developer's Den
Topic: Google Interview Question: A fully Multithreaded Approach
Replies: 30
Views: 12982

Re: Google Interview Question: A fully Multithreaded Approa

I wish I understood that math better so I could calculate the distribution of numbers and come up the an expected distribution of spacings. Write a program that generates a million random numbers, sorts them, and then generates a histogram of the spacing distribution. Run it a couple of times. What...
by mboza
Wed May 23, 2012 2:48 pm
Forum: Storage
Topic: SDD/HDD questions before I upgrade my computer
Replies: 5
Views: 3514

Re: SDD/HDD questions before I upgrade my computer

I would be tempted just to plug the SSD into the new build and see if it works. You probably want to try uninstalling as many motherboard drivers as you can before making the switch. You might need to do a repair install, or fix boot or something if the change to UEFI breaks the boot sequence. Worst...
by mboza
Tue May 08, 2012 7:21 am
Forum: Motherboards, Chipsets, & RAM
Topic: ** Official ASUS Poll & Discussion - LAN Controllers **
Replies: 28
Views: 7432

Re: ** Official ASUS Poll & Discussion - LAN Controllers **

An Intel NIC is nice, though I cant say I have had any problems that I could pin down to an integrated Realtek controller. If I was choosing between two pretty similar boards, I first look at fan controls. So when I bought a P67 board, I went with ASUS for the fan control, but I couldn't justify pay...
by mboza
Thu Apr 12, 2012 2:10 pm
Forum: System Builders Anonymous
Topic: Thoughts about a new Ivy-Rig
Replies: 30
Views: 5519

Re: Thoughts about a new Ivy-Rig

I feel I need to counterpoint. I bought eight sticks of low-ish latency (9), standard voltage (1.5V), high quality DDR3-1600 for about 150$ a few weeks ago. 150$ doesn't go all that far for a decent sized SSD. I'm planning for a Samsung 256GB towards the end of summer, but that'll be nearly 2X what...
by mboza
Thu Apr 12, 2012 11:34 am
Forum: System Builders Anonymous
Topic: Thoughts about a new Ivy-Rig
Replies: 30
Views: 5519

Re: Thoughts about a new Ivy-Rig

Not sure that you want to go straight to 16GB just for gaming. I would just get a pair of 4GB sticks, and stick the money saved towards something else (probably a future SSD). Yes, ram is cheap, but still no point in paying for something that you are barely using. Games barely use 2GB. You aren't us...
by mboza
Tue Oct 18, 2011 4:57 pm
Forum: Developer's Den
Topic: More trouble with iterators, multidim deques
Replies: 2
Views: 3119

Re: More trouble with iterators, multidim deques

for(openlist_Iterator=openlist.begin();openlist_Iterator!=openlist.end();openlist_Iterator++) //find the lowest F cost square { (*openlist_Iterator)[2][0]+(*openlist_Iterator)[2][1]; } not sure exactly what you are trying to do, but [] is higher precedence than *, and the iterator doesnt have a [] ...
by mboza
Wed Sep 28, 2011 6:44 am
Forum: Storage
Topic: Need more HDD space
Replies: 10
Views: 2081

Re: Need more HDD space

I wouldn't bother with the HDDs in RAID 0, just get a bigger drive. What is the RAID giving you, a fraction of a second faster level loads? The Momentus XT didnt review particularly well. I would be curious to see what ReadyBoost would do with a small SSD (<=40GB), but nobody seems to have benched i...
by mboza
Sat Sep 10, 2011 9:19 pm
Forum: Motherboards, Chipsets, & RAM
Topic: Used up all 8 - er, make that 16 GB of RAM
Replies: 32
Views: 6531

Re: Used up all 8 GB of RAM

I got my work system up to 61GB committed out of 24 physical on Friday. (Then realised I was leaking 600MB each trip round a loop, oops). Got an error message because Win 7 couldn't show the Ctrl-Alt-Del screen, and I had to resort to the power button because Task Manager wasn't responding. Previous...
by mboza
Fri Aug 19, 2011 2:25 pm
Forum: Overclocking, Tweaking, & Cooling
Topic: Best cooling system
Replies: 12
Views: 3141

Re: Best cooling system

Difficult to recommend a $60-70 cooler when you could put the money towards a i5-2500K or at least an X6 1090. Silent PC Review focuses more on noise than cooling performance, but gives you a list to work from. Lots of other sites will do cooler roundups with their own slightly different focus, but ...
by mboza
Fri Aug 19, 2011 1:38 pm
Forum: System Builders Anonymous
Topic: High-end Gaming Rig
Replies: 17
Views: 2440

Re: High-end Gaming Rig

What is the current rig that isnt fast enough? CPU - 2600K - No faster than the 2500K for gaming. If the 2500K isnt fast enough for video editing, do you want to hold off a bit longer for Sandy Bridge-E, and pick up a hex core (or go for a socket 1366 hex core build now?), rather than taking the ~10...
by mboza
Mon Aug 08, 2011 2:42 pm
Forum: System Builders Anonymous
Topic: The Hot Rod/Sweeter Spot Build
Replies: 36
Views: 5537

Re: The Hot Rod/Sweeter Spot Build

Will respond shortly. Here's a friends comments. Thoughts? I disagree with the points made about taking out the HDDs and upgrading the SSD. I'm using a SSD now (Agility 2), and have thus far been pretty unimpressed. For the most part, it performs pretty much the same as two "average" HDDs...
by mboza
Fri Aug 05, 2011 8:02 am
Forum: System Builders Anonymous
Topic: The Hot Rod/Sweeter Spot Build
Replies: 36
Views: 5537

Re: The Hot Rod/Sweeter Spot Build

60GB is doable, but cramped for a boot disk. At home I have had no problems, but just have win 7 and office/utility apps on the SSD, no games. At work I had to disable hibernation (64GB disk, 24GiB hiberfil.sys), and move projects about to keep the free space tolerable. With Z68, I would be tempted ...
by mboza
Thu Aug 04, 2011 9:23 am
Forum: System Builders Anonymous
Topic: New System Build
Replies: 23
Views: 3223

Re: New System Build

tsoulier wrote:
I did not know I could not use a CD with a BDR 206DBK , I been out the loop for a while guess I will have to buy an additional drive just of CDs.


http://www.pioneerelectronics.com/PUSA/Professional/Computer-Drives/BDR-206DBK
Do you just need to try a different media brand?
by mboza
Thu Aug 04, 2011 9:18 am
Forum: System Builders Anonymous
Topic: The Hot Rod/Sweeter Spot Build
Replies: 36
Views: 5537

Re: The Hot Rod/Sweeter Spot Build

I am big on multi-tasking and pretty multimedia heavy. Mostly internet browsing, email, word processing, music & audio [large growing collection], then video, audio & photo editing, HD. The first half of this list shouldn't tax a modern desktop. So the question is how much money you want to...
by mboza
Tue Aug 02, 2011 12:40 pm
Forum: System Builders Anonymous
Topic: August! Let's discuss another build! :)
Replies: 8
Views: 1458

Re: August! Let's discuss another build! :)

If you are at all concerned that you are not going to have the funds later, you certainly cannot afford it now either. Tech prices tend not to go up. Wait until your current system feels slow, and spend what you can afford. If it is ok for speed now, a new monitor or SSD might satisfy the itch to up...
by mboza
Thu Jul 14, 2011 8:32 pm
Forum: Overclocking, Tweaking, & Cooling
Topic: Only hitting 3.4 GHZ on i5 (RESOLVED)
Replies: 8
Views: 4785

Re: Only hitting 3.4 GHZ on i5

The 3.366 GHz reported by the bios is irrelevant, it is just the stock multiplier of 33 multiplied by the stock FSB of 102 MHz (sneaky Asus).
by mboza
Tue Jul 12, 2011 12:38 pm
Forum: System Builders Anonymous
Topic: Building Pc's for family
Replies: 20
Views: 3372

Re: Building Pc's for family

The second one had a bad Windows installation, so I did a reinastall and it is fine and stable now. Any ideas what caused the Windows problems? If you install windows once and it doesn't work, then reinstall windows a second time and it does, without changing anything else, then I would be somewhat...
by mboza
Mon May 30, 2011 8:29 am
Forum: Developer's Den
Topic: need a dice simulation software
Replies: 9
Views: 4287

Re: need a dice simulation software

What do you actually want to get out of it? Mean, variance, probability distribution graph, cumulative distribution graph? The first two are calculable without resorting to a random number generator, and the graphs are easy enough to plot by generating all 216 values in excel with a tiny amount of c...
by mboza
Sat May 21, 2011 5:35 am
Forum: Storage
Topic: SSD vs. hard drive for laptop
Replies: 10
Views: 3501

Re: SSD vs. hard drive for laptop

Power consumption You save a watt or so. I wouldn't buy an SSD looking to get an improvement on battery life. The dm1z has a 60Wh battery and a 5-6 hour battery life, so you are looking at < 10%. The Asus K53E got similiar numbers
by mboza
Thu Apr 21, 2011 7:40 pm
Forum: System Builders Anonymous
Topic: I managed to hold out until sandy bridge!
Replies: 40
Views: 6033

Re: I managed to hold out until sandy bridge!

Sandy Bridge is dual channel, so you want 2 sticks of ram or 4 sticks. 2x4GB is reasonably priced compared to 4x2GB. 12GB would be 3x4GB or 2x4GB + 2x2GB, either being slightly inefficient. Honestly, if you are upgrading from 2, then 8 is going to be plenty, and not much point in dropping another ~€...
by mboza
Thu Apr 21, 2011 7:33 am
Forum: System Builders Anonymous
Topic: I managed to hold out until sandy bridge!
Replies: 40
Views: 6033

Re: I managed to hold out until sandy bridge!

Where are you in Europe, and someone might give you a suggestion for retailer. Normally I would use scan.co.uk or overclockers.co.uk, but we can probably find you somewhere actually in the euro-zone. Now, for gaming, internet and watching videos, your build seems overspecced, you can get almost all ...
by mboza
Mon Mar 28, 2011 2:04 pm
Forum: Graphics
Topic: GPU Upgrade Appropriate?
Replies: 8
Views: 1243

Re: GPU Upgrade Appropriate?

Simple test - drop the resolution and/or AA/AF levels you are currently using by a couple of notches. If the game is still slow, then you need a new system. But with an X4 @ 3GHz this is pretty unlikely, you are not that far behind the curve. Instead I suspect most games will be quite playable, and ...
by mboza
Mon Mar 07, 2011 1:45 pm
Forum: Storage
Topic: SSDs and Ramdisks? Are ramdisks necessary?
Replies: 29
Views: 6533

Re: SSDs and Ramdisks? Are ramdisks necessary?

Saving and restoring it might even cost you write cycles if the size of the disk is larger than the size of the genuinely temporary files that you are not writing to the disk. What are you talking about? Again, I feel like you just made that up. He uses it as cache for internet explorer. When he's ...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 7
GZIP: On