Search results

  1. You thought you didn't like Linus Tech Tips

    "Linus Theft Tips" has been my favorite meme so far :D
  2. Old Timers ROLL CALL!

    Ooft! Almost 20 years. Last big dramas I remember from here was a bunch of people getting peed off about something and going off to start their own forum about tits and stuff. And nobody was allowed to talk about it, I could never remember the URL. Also someone went off to start their own...
  3. PHP SOAP API Auth best practice?

    Well after looking into things more and not really being able to grasp what OAUTH2 is all about I've come to the conclusion HTTP Basic Auth over SSL will suffice Mildly embarrassed to say ive never implemented basic auth before but it seems really easy. Had a play around with soapui and PHP...
  4. Not cut out to be a programmer?

    Eh I think most jobs have boring/crap aspects to them. After a year of being a junior dev I have had tasks which were fun to do and others which were pretty terrible. Reading some stories like this though: https://projectfailures.wordpress.com/2008/06/24/project-from-hell/ Kinda puts things...
  5. PHP SOAP API Auth best practice?

    What's the best way to secure a PHP SOAP api? Im a junior dev and not really security oriented I've been googling for the best practice with regards to this and found talk of OAUTH2 and HTTP Basic Auth. I did manage to get OAUTH2 working with a .NET tutorial a while ago. Obviously all the...
  6. What are languages/techs/frameworks do you loathe the most? Why?

    Seeing the stack overflow 2018 survey made me wonder, what does AT hate? https://insights.stackoverflow.com/survey/2018/ Personally for me its Adobe ColdFusion and Perl. The former dosent even make it into the survey :tearsofjoy: ColdFusion because it takes every one of Java's strengths and...
  7. Is it ever a better idea to render html on the server than the client?

    Thanks for the replies guys. Interesting read :grinning:
  8. .NET and Visual Studio references issue...

    Okay I think i've solved this.... It was missing some .dll files. I mean it clearly had them yesterday so I don't know what happened between now and then that they disappeared but manually copying the missing .dll files I have (from my fresh working copy on my data drive) into the folders where...
  9. .NET and Visual Studio references issue...

    So i've started helping on a rather large .NET Webforms application. Its a bit old but not ancient, guy who originally wrote it is long gone. Anyway I have this problem where Visual Studio seems to "forget" a good chunk of references. Like it just can't find dependencies for some reason. The...
  10. Is it ever a better idea to render html on the server than the client?

    This is just a curiosity of mine. I know the trend for a few years has been to send raw data probably in JSON format from the server and just let the client deal with it. Is it ever a better solution to render html on the server? I have dealt with two applications recently. One of which (I...
  11. Fermi's already have significant price drops

    Wow its been 8 years since the Nvida housefires.... how things have changed :tearsofjoy:
  12. Can someone explain this VPN behaviour?

    So I don't really understand VPN's as well as I thought I did :confused2: I am using nordvpn. Each client is configured individually, my home server connects to a VPN server. When my laptop connects to the same server the laptop loses all connection to my home server through the local network...
  13. Diagnosing Java memory leaks...

    So I increased the heap size from 512 to 1024 and the application has been silent so far today. I also added that -XX:+HeapDumpOnOutOfMemoryError parameter in case it starts kicking out errors again I can analyze them with MAT. Dosent look like it was a memory leak, I think it simply needed...
  14. Diagnosing Java memory leaks...

    Ah yeah, you're right! I am a bonehead. According to Intellij EntityTransactionWrapper@5154 refers to EntityTransactionWrapper@5153 which refers to EntityTransactionWrapper@5154 etc etc. Cheers man, thanks for the awesome advice as usual! The MAT you suggested seems to be quite a bit more...
  15. Diagnosing Java memory leaks...

    So this is fun... i've inherited an application with a potential memory leak. It uses Java 6, Jetty 6.xx and the Java Pesistence API. Its purpose is to display the status of backup software backups. It dosent actually do any backups itself or anything. Pretty sure this is 32 bit Java it runs...
  16. Odd duplicate entries in MYSQL issue...

    You guys are awesome, thanks for the replies! :D I highly suspected that the techs were pushing the button multiple times when it didn't react fast enough (fair enough I would do the same thing!). So yeah multiple button firing events. I pushed an update that disables the button after it is...
  17. Odd duplicate entries in MYSQL issue...

    So I have written an update to our ticketing system. Is is built with php and uses mysql as the database and apache as the webserver. A tech can have a single ticket active at a time. When a tech clicks a "set active" button an ajax request is sent from the browser to php. This should (and...
  18. Buying an RX480...

    I have a few questions: 1. Do the AIB cards with an 8 pin power connector completely fix the issue the original 6 pin reference cards had with drawing too much power from the pcie slot? I keep my cards for a long time, something like this is not what I want my card to be doing for 3-5 years...
  19. I just landed my first software developer job... any tips?

    Thanks for the advice guys, its appreciated :) Im very willing to learn, ive been told that if I have time over the holidays to look into coldfusion, ruby, ruby on rails and perl (perl seems to be split between versions 5 and 6 so idk which one). So im going through a few tutorials right now...
  20. I just landed my first software developer job... any tips?

    Pretty much my first "real" job, its at a cloud computing company, they work with a variety of technologies.
  21. Anandtech Holiday Giveaway!

    That's really generous man! Sign me up please :)
  22. Postfix notation and brute force. (math heavy question)

    Vheers man but that looks above my head for now :eek: I don't know what a hashtable is either :oops: Google suggests a Dictionary/Map is a hashtable. The good news is ive cut it down from taking 70-90 seconds to 6 seconds. It still spits out 44 solutions too. The issue was the way I was trying...
  23. Postfix notation and brute force. (math heavy question)

    Yeah you're right ken I did need to mix them. New problem is my solution takes too long :mad: The plus side is it spits out 44 solutions that hit the target when the calculators online spit out ~5.
  24. Beginners programming advice

    No love for Scratch? https://en.wikipedia.org/wiki/Scratch_(programming_language) Says its for 8-16 year olds.
  25. Postfix notation and brute force. (math heavy question)

    Haha yeah sorry I should probably have added more context. I made this little website: http://www.dotnetapps.uk/countdownsolver/ See the numbers game helper at the bottom? You put in 6 numbers (no duplicates, current code dosent handle it) and a target number, it will spit out all the possible...
  26. Postfix notation and brute force. (math heavy question)

    Disclaimer: I suck at maths. My terminology is potentially all wrong :oops: Anyway can I make all possible permutations of a calculation just by changing the order of operators and operands? e.g step 1 permutate the operators 5, 10, 20 + + 5, 10, 20 + - 5, 10, 20 - - step 2 permutate order...
  27. A little Friday humor: Learning JS in 2016

    I can relate to this. I thought I could just learn JS, HTML, CSS and be done with it. How wrong was I :eek: Really? Isn't that all server side rendering though? Ive only fiddled with .NET Core, I know nothing of ASP.net unfortunately.
  28. Does anyone know a lot about .net core? (aka asp.net 5)

    Im not sure how to do that though. I am using a VM if thats what you mean, each app comes with its own web server built in. This is how it is now: http://imgur.com/a/wE9K2 Two kestrel webservers (the dotnet run ones) and tomcat. Nginx acts as a reverse proxy to all 3 webservers. Currently the...
  29. Does anyone know a lot about .net core? (aka asp.net 5)

    Its always good to see a reply from you Cogman. Cheers for the input! I don't mind overkill so I think ill probably roll with approach 1. I like how I can fix individual apps without taking the whole site down too that's pretty cool tbh. I have another question about the URL's the individual...
  30. Does anyone know a lot about .net core? (aka asp.net 5)

    I have two ways of architecting a website and would appreciate some input. I will have a main page at "dotnetapps.uk" and I will host various unrelated webapps at different paths so "dotnetapps.uk/countdownsolver" for example. They are only related in that they will use .net core and probably...
  31. Should client or server deal with friendly values?

    Thanks man, yeah think I will leave it to the client. *vBulletin thumbs up*
  32. Should client or server deal with friendly values?

    Friendly values being instead of the database column name "satfod" it would be "Saturated Fats". Should I: A - Send the client a friendly values map on initial login so it can friendlyify food objects on its own if it wishes. So the server just sends arrays of food objects unaltered. OR B -...
  33. Holy Moly, is Eclipse the worst IDE ever?

    Ive come to the realization that Eclipse is 100% a POS. Its usable, but its a POS. I couldn't get the typescript compiler to ignore the node_modules folder, cant be done in tsconfig because the eclipse plugin ignores it and insists on using the GUI it provides with no ignore option. Also it...
  34. Talk me out of buying an ES CPU with a ridiculous core count from ebay...

    Nah £60 more than the engineering samples saw. £260 total. The cheapest I saw was £130 for ~12 slow cores. £189 for 14. These are broadwell chips as well. The catch is they are early engineering samples. All had an sspec starting with QHxx which are the first broadwell ES chips, QKxx is close...
  35. What first world problem did you have today?

    Im quite slim so when I eat and drink a lot and then look in the mirror I look visibly fatter around the midsection. I dislike this.
  36. JavaScript data binding...

    Thanks, kinda glad to know im not the only person in the world thats done data binding like that. Ive found vuejs and apparently it can do data binding. Its just a single .js file thank god so it shouldn't be too difficult to fit into the existing setup. Ill try and redo the way it updates to...
  37. JavaScript data binding...

    So ive come to the conclusion that shoehorning react or angular into my current project is just not going to work. I realistically need to start a new project and use one of these from the beginning. Anyways is there a better way of doing data binding than what im currently doing? This is how...
  38. What is this new forum format? IT SUCKS

    Im gonna be that guy and say I rather like it... :)
  39. Talk me out of buying an ES CPU with a ridiculous core count from ebay...

    Id jump on that 20 core ES on ebay if I could afford to have issues with it... I cant right now though. Found an OEM 14 core for ~£60 more than the ES were going for. Jumped on that. Ill upgrade to 20 core later :D
  40. I want my :awe: and I want it now!!!

    Make it happen!
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |