-
Content Count
2,119 -
Joined
-
Last visited
Awards
This user doesn't have any awards
About xXxYOLOxSWAGxXx_420BlazeIt
-
Title
Voted as Linus Tech Tips best forum member of 2013
- Birthday 1988-01-07
Contact Methods
-
Twitter
I
Profile Information
-
Gender
Female
-
Location
London
System
-
CPU
Better than yours
-
Motherboard
Better than yours
-
RAM
Better than yours
-
GPU
Better than yours
-
Case
Better than yours
-
Storage
Better than yours
-
PSU
Better than yours
-
Display(s)
Better than yours
-
Cooling
Better than yours
-
Keyboard
Better than yours
-
Mouse
Better than yours
-
Sound
Better than yours
Recent Profile Visitors
-
What did you manage on your 970?
xXxYOLOxSWAGxXx_420BlazeIt replied to Tim Drake's topic in Graphics Cards
Defraggler -
They said I'd never all of my 32gb of RAM...
xXxYOLOxSWAGxXx_420BlazeIt replied to megadarkwood's topic in Off Topic
Ok .. simple question What data do they fill that RAM with? Just random junk? What you said is not true at all. Software will use as much memory as it is programmed to use. It will not take up memory unless it is instructed to take up memory. Every bit that is used is used for a reason. -
Ccleaner Ok for an SSD?
xXxYOLOxSWAGxXx_420BlazeIt replied to EthanTheFrogMan's topic in Operating Systems
Also, a typical SSD will last at over 800TB written data. You would have to defrag the SSD tens of thousands of times to kill it. Get real. -
Ccleaner Ok for an SSD?
xXxYOLOxSWAGxXx_420BlazeIt replied to EthanTheFrogMan's topic in Operating Systems
Yes, and because of this defraggler will not defrag and SSD. Pretty simple. -
Ccleaner Ok for an SSD?
xXxYOLOxSWAGxXx_420BlazeIt replied to EthanTheFrogMan's topic in Operating Systems
Please explain how the act of defragging a SSD will in any way harm it. The reason people dont recommend it is because of the waste of write cycles, not because the act/concept of defragging causes any harm itself. -
Ccleaner Ok for an SSD?
xXxYOLOxSWAGxXx_420BlazeIt replied to EthanTheFrogMan's topic in Operating Systems
a -
Ccleaner Ok for an SSD?
xXxYOLOxSWAGxXx_420BlazeIt replied to EthanTheFrogMan's topic in Operating Systems
Yes I also recommend defraggler 1. No it isnt 2. it wont defrag SSDs It is made by piriform just like Ccleaner. He more than likely has mechanical drives as well. -
Storing pictures in an mysql database
xXxYOLOxSWAGxXx_420BlazeIt replied to D_lete's topic in Programming
Store the paths/urls in the database. You will find that storing the images themselves in the database is much more expensive. If you need to send aditional information then encode that data using XML/JSON in your applicaton and send it with the image URL/path.