Jump to content

datboi8192

Member
  • Posts

    43
  • Joined

  • Last visited

Reputation Activity

  1. Informative
    datboi8192 got a reaction from Snotrap in Network Drive Outside Of Network   
    Install the free OpenVPN or SoftEther on a machine/VM at home or anywhere else that you want to run a VPN on. I use softether all the time for remote access.
  2. Funny
    datboi8192 reacted to DakotaWebber in Need software for basic video editing.   
    Microsofts Movie Maker is free and easy to use and can do what youre asking
  3. Agree
    datboi8192 reacted to Slottr in Need software for basic video editing.   
    DaVinci Resolve is free and absolutely awesome
  4. Informative
    datboi8192 reacted to rverbist in "Phillips Hue activated by your hard drive activity LED" - Linus   
    Hi all,
     
    Was watching the stream below where Linus mentioned it would be "a great idea" to have your Phillips Hue controlled by drive activity.
     
     
    A few stack overflow searches and some glue code later... my lights are dancing to drive reads.
    Source code in attachment, restore the NuGet packages and you should be ready to go.

    The massively underwhelming result:
     
    Made this account just to share.
    Pass this on to Jake
    LTT-Disco Source.zip
  5. Agree
    datboi8192 reacted to GardeningWithSilicon in Compiling MySQL server   
    The mysql documentation should help: https://dev.mysql.com/doc/mysql-sourcebuild-excerpt/5.5/en/installing-source-distribution.html 
     
    Do you know which Linux distribution you'll be using, and what the server will be used for? If you don't, you will need to get this information before you can proceed.
  6. Funny
    datboi8192 got a reaction from TechyBen in school‘s wifi not allow use steam,how to solve?   
    Use your phones shared data with your own laptop
     

  7. Agree
    datboi8192 got a reaction from Aliairstinger in 50$/€ video editing software   
    Davinci Resolve (black magic) is free
  8. Like
    datboi8192 got a reaction from CharminUltraStrong in I poured coke on my mechanical keyboard , need help   
    coke zero isnt sticky
  9. Funny
    datboi8192 got a reaction from McHox in audio sync issues   
    Hey FYI... I (reluctantly) went from 1709 to 1809 and its been good for days. I can watch all my steams now for hours with no probs so far.
     
    Before the upgrade my device was set to 16bit 44100... and after the upgrade to 1809 it set itself to 32bit 48000. Everything seems synced up now so im not touching it ?
     
    Looks like I will be enjoying my 192 db of range when I listen to my theoretical speakers playing a symphony with crickets farting in the background; followed by high pressure shockwaves, ripping my face off.
  10. Agree
    datboi8192 got a reaction from Livin in windows 10 wont make system image or backup   
    Theres always (free) veeam software.
     
    Or a live boot linux image with pv or dd: (cloning your whole drive with empty space to another as a file). dd has never failed me for really important backups. ddrescue is handy when the drive is literally on its last leg, and all other methods fail
     
    pv < /dev/source > /media/dest/backup.img
    dd if=/dev/source  of=/media/dest/backup.img
  11. Agree
    datboi8192 got a reaction from Totalschaden1997 in 50$/€ video editing software   
    Davinci Resolve (black magic) is free
  12. Agree
    datboi8192 got a reaction from GoodBytes in Hyper-V vs VirtualBox   
    I would just use Hyper-v. Its a type1 hypervisor and you can close the VM console window and it will still run in the background.
     
    The only negative I can think of; is that you cant copy/paste easily between the host and linux via the console, but this is easy to workaround once you install VNC or SSH on the VM. I like to use the WSL (windows subsystem for linux) to use bash "natively" in windows, and just use Xming on my host to display any remote GUIs.
  13. Agree
    datboi8192 got a reaction from aaronhare in 50$/€ video editing software   
    Davinci Resolve (black magic) is free
  14. Agree
    datboi8192 got a reaction from Dem1se in can battleye detect macros and get you banned in Rainbow six siege?   
    GIT GUD
     
    Anyways....
    If its software emaulation then dont do it.
    If its emulating hardware than it would be very hard to detect, and I would say no. However most humans have a raction time to stimulus ranging from 100-300ms. so if your script is operating at sub 50ms speeds, AND is always performing the same movements at the same time intervals (not randomized slightly), than that would be very easy to detect.
     
  15. Agree
    datboi8192 got a reaction from Phantonex in can battleye detect macros and get you banned in Rainbow six siege?   
    GIT GUD
     
    Anyways....
    If its software emaulation then dont do it.
    If its emulating hardware than it would be very hard to detect, and I would say no. However most humans have a raction time to stimulus ranging from 100-300ms. so if your script is operating at sub 50ms speeds, AND is always performing the same movements at the same time intervals (not randomized slightly), than that would be very easy to detect.
     
  16. Like
    datboi8192 got a reaction from TopHatProductions115 in simple .php assignment   
    I have used the example linked below for some simple projects at home; to "get the job done" without a fancy database.
    https://www.w3schools.in/php-script/php-login-without-using-database/
     
    Im by no means a php programmer, and dont want to sound like an ass, but there seems to be loads of tutorials on Google regarding how to make a login page with PHP. I think the aspect of online forums like this is to help you once you have already started trying things, and got stuck on something in particular that needs further explaining about how it works, or why it doesn't work and what you have tried. Rather than copy/pasting the assignment as the question.
     
    If you need to test your code install something like xampp for windows to see if it works.
×