Jump to content

HiddenFox

Member
  • Posts

    161
  • Joined

  • Last visited

Everything posted by HiddenFox

  1. Lol Linux can use NTFS without a problem but your probably better off converting over to ext4 once on Linux.
  2. Had to check the forum just to see what people were saying about this, haven't logged-in in years. Looks like LMG are going to have to apologise and probably settle with Billet Labs before they launch a lawsuit for selling prototype equipment they were expecting back. Interesting to say the least but I must say I unsubscribed from LTT years ago due to the half-arsed content. It was the chilling Threadripper 2 video that pushed me over the edge. They had so much potential for some good OC content but just started filming and went full retard. I've never trusted the CPU/GPU reviews or tbh anything regarding performance. The only time I watch LMG is when they mess with enterprise servers/networking/storage just to cringe at how they deploy things with no planning or understanding.
  3. You could just overclock the 16gb kit to 3000Mhz. Best of both worlds, just make sure its samsung e-die.
  4. Banggood.com KZ ZS5's Amazing quality for the price.
  5. The fact that you didn't even check the task manager to see what the CPU was doing or even have GPU-Z or an overlay on the game to see what was happening was really disappointing. I was expecting Linus to attempt to optimise a game to get it to run better but he didn't even bother. Was it a core clock issue (most likely) was it a bandwidth limitation? Guess we will never know. Content is really lacking these days Linus. Probably the shallowest video I've seen to date. Disappointed
  6. I'd love Linus to make a 25ish minute video about AI assistance and what state where at in mid-2018. Google vs Alexa revisited, maybe the must-have essential accessories (smart plugs, nest, smart salt shaker? etc). Something in that area would be cool. Video ideas: Best Home Assistant in 2018? - Google vs Alexa (Would love a video on Mycroft AI or some talk about it) Smart Home Beginners Guide 2018 - Showing the essentials and basics of a smart home setup ( Smart Plugs, IFTTT, Nest and other items) That's all I can think of atm will edit if anything else pops into my mind.
  7. I've recently invested in a Chinese soldering station the 937D+ and I can tell you it is definitely worth the purchase to start off and then you can eventually go Hakko / JCB is you get serious about it. Check out the EEVBlog and other reviews on the products Good luck
  8. I have my custom built 4U server and it's just as quiet as a tower. Buy yourself a 4U case and rip those enterprise-grade fans out and get some noctua(s) instead. Planning to put my next main rig build in a rackmount and build a nice 12U rackmount cabinet under my desk. Make sure you look for a case that takes ATX power supplies it will save you the noise, pain and price of enterprise-grade power supplies. Need any help planning a build message me and i'll be happy to help! Good luck with your project!
  9. I couldn't find a Linus video about ZFS.. Hope this explains the whole RAID concept.
  10. Honestly, I recommend ZFS to everyone as it is truly amazing but if you're looking for a RAID I'd probably go with RAID 5.
  11. This point is the most obvious but I'd also like to say point 2 and 3 are also very valid
  12. I use my NAS for my storage only, I often copy my SD card to a folder on my editing pc and then once I'm finished, I put them on my NAS and upload jpegs to my google photos. Guess you need to find the right workflow that suits your style. Any question just quote me and I'll get back to you.
  13. This has always been a controversial topic but honestly, I'm glad something like this had been conducted. But also mentioned was this study was not aimed at children and young teenagers only at adults Source: https://www.york.ac.uk/news-and-events/news/2018/research/no-evidence-to-link-violence-and-video-games/
  14. You're on a tech enthusiast forum, not a sheep forum. Also because mainly the price added on for brand recognition... Don't get me wrong Apple is amazing if you're tightly engaged with their ecosystem (iPad,iPhone,iMac, MacBook etc) the experience is something you will be amazed by. But for the general consumer its windows laptops, PC's and an iPhone / Android
  15. So this should be simple for you web coders out there. How do I get this code / equivalent to run in the background of the webpage without a new window opening? function strobe_submit() { window.alert("Speed: " + speed_final + " Time: " + time_final); window.open("/strobe.php?time=" + time_final + "&speed=" + speed_final, '_blank'); } SOLUTION: function strobe_submit() { window.alert("Speed: " + speed_final + " Time: " + time_final); // USed for debug var xmlhttp = new XMLHttpRequest(); xmlhttp.open("GET", "/strobe.php?time=" + time_final + "&speed=" + speed_final, true); xmlhttp.send(); } Thanks, Kie.
  16. Yeah, 2 years is definitely enough to kill a battery, Most Li-ion batteries have a common life cycle of 400 - 600 cycles (Full charge/discharge) and then they start to lose capacity. Most modern chargers aren't designed to handle the full power load of a laptop without a battery (Unless it has desktop grade components). I would recommend; New Battery - Full capacity and the ability to supply the laptop with the current it requires. Windows and Linux support generating a report on current battery capacity vs design spec(Search "How to check laptop battery health/capacity"). New Charger - Non-original chargers are common for falling short on the amperes which can affect performance (CPU/GPU Utilisation and Charging speed.). Other things to try would be checking your power plan options and cooling. Dust build up can result in thermal throttling and reduced performance. Best of luck fixing your problem any questions just ask.
  17. Yeah, finding a good motherboard manufacturer these days is difficult. My original MSI X79-GD65 8D blew up, did windows update restarted and the VRM area of the board had blown caps and MOSFETs everywhere. Called MSI sent it off got a replacement and that replacement isn't 100% onboard SATA controller dies randomly about twice a week. (PCIe SATA controllers ftw) Been looking at buying an old X79 board but the prices are through the roof (£700 for an Asus X79 WTF?!). Going to buy a generic intel board and put that platform in my home server and then my next build will be on the Ryzen platform. Either going to ASRock or Gigabyte next build.
  18. Just download the dedicated Virtualbox image from the kali website...
  19. I would recommend K-Light Codec pack! Would help out a bunch. Use either Media Player Classic (included and configured with K-Lite) or any media player of your choice. Other things to keep in mind, make sure that hardware acceleration is enabled in the settings of your media player. VLC does also support GPU acceleration if you were wondering.
  20. You need to remember that Direct Play by Plex does not require transcoding (Most common for Smart TV's and Mobile Devices). My dual core server idles at 2% usage when streaming Planet Earth II @ 4K to my PC. You should look into if you are going to use Direct Play. More Info on Direct Play: Direct Play and Direct Stream
  21. This is the thing I hate with people these days, no one really wants to get into modding or tweaking their gear. People just except if it doesn't work or isn't supported then it stays like that, no one will go out of their way to try and fix something or mod something too work. Of course modding SLI is going to have difficulties but it makes me happy that at least people are trying to get things to work or having fun with modding PC parts.
  22. Without a doubt due to it not being natively support but if you got two cards that worked without many problems it would be amazing for a budget builder. Really tempted in buying some old cards and trying this out...
×