Jump to content

Cruorzy

Member
  • Posts

    719
  • Joined

  • Last visited

Everything posted by Cruorzy

  1. As a hobbyist myself I played around with scratch PHP, and aside the whole language discussions is the most important thing that you start SOMEWHERE instead of countless days of hesitation of choosing the BEST language or framework. Personally I would chill on Docker for a while and start writing some code! Docker is awesome im a huge fan with limited knowledge but somehow get it working. But the learning curve is there, I tend to try to learn multiple things at once that aren't even bound to eachother. I lose days setting up my 'dream' production environment without having even a real app to publish. Best advice I could give after having walked your road is to focus on the prior thing of Coding something and see if you enjoy it really Watch some beginner scratch PHP stuff before diving into a framework, and IF you do dive into a PHP framework then I highly suggest Laravel too! But mainly because of a guy called Jeffrey Way running https://laracasts.com/ You are gonna love his content, yes its payed but you will never regret it. Pretty a few series are free: https://laracasts.com/series/laravel-8-from-scratch/episodes/1 Maybe don't rush towards your project but learn to take steps before you start to run. Don't get me wrong, you need a project to be excited about to boost that will to learn. But always start at the actual start, you see enough titles like "No coding experience want to make own Operating System" The Laravel community is amazing tho, so much good learning content!
  2. I wanted help, a better solution. but specially your comments are kinda useless so more towards you. Should have said, not looking for a direct solution. But maybe 'better' not so time consuming workarounds. Because we all know Microsoft does not give a shit anyway.
  3. For a small environment this sounds like too much, i should be able to simply open up the laptop make a offline account and boom. The computers will not be linked to the domain, these are stand alone laptops and we are pretty free when it comes to the user actually using the device. Just nope, glad you still try to tell me how my situation is. Also not looking for a solution because sadly i work around this stupidity of Microsoft now, I just find it really stupid that some normal user will buy a device and get forced to do this. The surface i bought could be bought by any normal user. But thanks for most of you giving input! like I said it was a rant and hopefully some people read this that dind't know about this nasty way of them forcing something upon you.
  4. True but it is so sad for the normal user, who thinks it might be easy to setup wifi now while it pops up. Little do they know about this nasty catch behind it Wish i could say switching would bother them, but sadly it does not. This is the stuff i really don't like. It is just nasty.
  5. No shit never said there was, just have my 3rd surface coming in with this bullshit. just ordered a new laptop with w10 pro and everything went fine. I know that was the whole conclusion thanks for reminding me. Surface support line says its windows 10 and put you right back to windows 10 support who are eager to put you through to surface support when you mention you got a surface. Never ending loop. The first 3 guys were dicks, and offered no help at all. they just wanted to hang up and be done with me. While i payed for something and require a solution to go through. But seems like you spoke the exact same guys, and they were nice to you. Thanks for explaining my experience. the 4th was a great guy and actually tried something, even offered me to email me and keep me up to date. Gave me the news they are not changing the current "problem" but HE DID HIS JOB. the rest is kinda useless to react to.
  6. This is fine for 1 device, but at my work we gotta do alot more (this is for work) Yes this would be a workaround, but it is plainly stupid. a normal customer don't know about this shit they are pulling. And are forced to make a microsoft account to just get through the configuration process. Which is so sneaky and stupid. Even if a 'normal' not tech person knew of this problem and forgot about it they use wifi and boom stuck, even if they call microsoft they can't do anything for that person then just tell. go spend a day learning how to reinstall windows if you don't want a MS account. EVEN FUCKING MICROSOFT DID NOT UNDERSTAND MY PROBLEM AND ASKED ME TO SETUP REMOTE CONTROL. I had to explain fucking 10 times that i'm not even in windows yet and still in the configure phase so i can't fucking setup a REMOTE CONTROL. Once you connect it to wifi during configuring you are fucked if you don't want a Microsoft account.
  7. @xAcid9 refuse to even make a Microsoft account tbh, it's something stupid i don't need and don't wanna keep track off. It's stupid that you CAN make a local account but not when you already configure wifi. You have a nice arrow to go back but it just brings you nowhere. Rebooting does not help either. It lets you configure the keyboard things but it just remembers you enabled WIFI so it goes back to the same page to login/create MS account.
  8. A little rant so people are aware, this is the second Microsoft surfae i've bought. And it does not let me make a local user account, it's something stupid they probably did. Last time i called Microsoft about it and said i've bought a surface, WATCH OUT when you say the word surface they dial you through to the surface department about clearly a windows 10 problem. Even a Microsoft employee told me this, it's stupid. The surface department said the could not help me ofcourse. But atleast talking to 5 people for over an hour where 3 people absolutly refused to help me and were kind of being a dick. I finally got to a person who could help me, which was of a whole different appartment. Ofcourse i already kinda assumed it was no bug and just a stupid thing some idiot in a nice suite thought of. The problem is when you get asked for WIFI do not enable wifi while configuring windows, this will make sure it is not possible to make a local account. Well there is a "workaround" it's really stupid in my opinion. it may only work in some cases Go to the UEFI Bios and disable WIFI, make sure you tablet is not connected to the network by cable. Restart and suddenly you can make a local account. The first time this works, but the Surface pro X does not let you disable wifi, so I have a device I absolutely cannot use.
  9. https://www.lynda.com/ - Watch then start. You just need something to get you started the rest will come with building experience. PS : Could be any other side, just start.
  10. Just got my Index, coming from the Rift CV1. What a insane difference. Still have to play a lot to see the downside to it.
  11. Pretty heavy VR gamer here, personally i won't even consider a inside out tracking solution if you have the space. I've had the Rift CV1 since November 2017, Once you put some time into making it like you want it's awesome. A friend just bought a Rift S still have to try it probably this weekend, and yesterday my Valve Index arrived. So i'm also getting some more experience with different headsets. Anyway I would go for a Vive, it seems the better upgrade path along the way atm. I had no way to go with my Rift, now with the Valve kit I can use the old vive controllers or even get a Pimax running on it.
  12. "Hosting is expensive" is quite a bold statement if you don't specify what kind of hosting you need for what kind of app etc. If you just need some database kind of thing with api software around it (idk) you can do like a DigitalOcean Droplet which begin at €5 per month. You can start something small with that probably.
  13. When i'm developing in PHP (Laravel) i'll mostly use https://github.com/fzaninotto/Faker Maybe there is some alternative things for you. Or maybe you can make some nice script for yourself.
  14. Just use Go if you feel like it.
  15. This is such bullshit, basically spent a lot of money to develop for our shitty Apple OS ! Or setup a VM lose all the smooth experience of a normal PC.
  16. Pretty obvious, try to add line by line because it seems you forget to add some ";" there For example after $db variable and $msg variable. Don't write all of it just do line by line and test if you just began
  17. Find out what webserver you are using then find out what distro you are using then typ into google "restart {webserver} on {distro}"
  18. @Metallus97 Your signature doesn't work well with the night theme
  19. The product placement goes to far imo, dislike worthy for it.
  20. Lynda.com I found a great resource, but many people don't want or can't pay for education. Depends on your situation
×