Jump to content

jetbuster

Member
  • Posts

    174
  • Joined

  • Last visited

Everything posted by jetbuster

  1. I was looking at phantom screen protectors to see if they have made one for the s10e and they seem to suggest buying this http://magic.phantom.glass/ I tried searching up about them, it doesnt seem that any big reputable youtubers have done a guide on them so I'm very confused as to how good these types of products are. Since its phantom and they are quite a reputable company Id like to think its pretty good but its very hard to search "phantom maigc screen protector" as you just end up with camera results :L Has anyone used these products or better yet tried phantoms one?
  2. Thanks for the heads up, Ill definitely give that a check
  3. Hey there guys, I have an original xbox collecting dust and would like to set it up. Does anyone have suggestions for good quality Third Party controllers and a cable or adapter to go to hdmi?
  4. Typescript (so javascript), its so close to a perfect language for me.
  5. I think they are too busy knee jerking. I dont like the title, and I think you will find it gets changed to "simulated" rather than "tested" or something to that effect. This test worked great to compare intel chips so I was wondering when they'd do this, and its not a bad video either. also what @Arcanekitten said
  6. I havent had a chance to test it for real but I did make f***updates.bat which finds and stops the update service if anyone wants the script wmic service where "caption like 'windows update'" call StopService you need to run it as admin to get it working
  7. I cant load any imaged that are <img>'d into the forum so to speak.. but anyway counterclicky
  8. cant tell it was that far through updates, it is asking be to install now though
  9. it seems you can't stop windows 10 from updating, but I cant even choose when to update? seriously microsoft!? There is nothing in task scheduler and there are no options. I am on windows 10 home but that isnt something that should have been skipped...
  10. dont know why but that might be the extra step in the solution for most people; worked for me
  11. jetbuster

    f# Help

    EDIT: I have some answers for you all me Hey there, I have recently started to use F# having looked at scala for a bit. I love the idea of functional languages simply because of their length compared with your C#'s and the like. I haven't really got to understanding the full depth of them yet though. I am a graduate C#/java programmer so this isn't my first programming rodeo but it is my first functional one I like to play with this stuff on my days off and I decided to try port some Monogame tests i've done to F# but that might not have been the most logical progression of complexity. I have put comments on the things I don't understand or need help with but ill try make a list of them here too (This stuff is mostly ported from working C# code bar the stack type which is why it is a little bit screwy) The code is at this link instead of using the forums because with syntax highlighting it's nicer http://www.fssnip.net/rS 1. How do I get a 'T out of a unit -> 'T? A. You use () at the end, if its a unit->'T->'T then you use ()() 2. How could I rewrite this to dodge the ordering in F# (right now I can't use the reference to the GameStateManager in State because it is above it and I can't move it below cause GameStateManager uses state even more) A. Removed the dependency on the gamestate manager from the State, the handling of state switching logic is now up to the gamestatemanager, but I am having trouble writing the match for the pseudo code I have. 3. Is there anything painful here that I am doing wrong A. Most likley
  12. my main problem with things like unity right there :L all the edge case bugs, check to see if the tool you are using is compatible with the web client, It might be drawn off screen or something else too
  13. man you need a score board so we can boast about how long we lasted
  14. I get the whole stream of conscious thing, I do it too, but its really hard to understand your dilemma in the OP My solution has always been to listen to port 81 for xammp In httpd.conf (note that it's file extension is conf) Listen 81 which should replace a very similar line in httpd.conf I've never had do delete anything like http.sys why did you do that? Also what wolfsinner said.
  15. It was mentioned in the episode on NCIX "unpacked" with it that sku with the double power supply could feed a 780 but do anyone sell an SKU with a 780 in it? I know making a PC would be WAAY cheaper but I am a true fan of the form factor and the PSU solution. (I looked through the other forums but there wasn't much to cover this kind of question specifically, mods feel free to move this if I am a fool )
  16. I am scouting for the game development framework that I like the most, Which is just a cover up for every time I see a cool 'new' framework I jump to it I am currently on SFML C++ yay manually managed memory!
  17. Man, I could sure use a 980, but in all seriousness. 4k gsync +gtx980 might be the most compelling enthusiast experience I've heard of in a while
  18. We are using java 8 and javafx so most of our debug is actually just stack-traces because of how my google-foo is bad/there isn't much on javafx, Thank oracle for their compiler, but nothing else Ha well its always good to hear what other would think of my titles, so many stack overflow post have been deleted for "not being questions"
  19. Thought I'd share my story of this year. At the start of the year for the degree I'm in we form groups and commit to a year long project. Being foolish undergraduates we decided we would make an application to digitize all of the rules for a Table top RPG Pathfinder (Think D&D if you aren't familiar) because we thought it would be fun and a breeze. My god were we wrong, just a small example that I have been working on this week: A Class has features, each feature has an effect, each effect can affect any part of the Character which is a 20+ field class... Some features have more than one effect, some classes have effects you can only get if you are a specialization of that class.... and we need to read all this stuff in from tab separated values. It's a bigger undertaking than the team who is making farm management software.. Can anyone relate?
  20. my god I might have been around since almost the beginning, I'm in my last year of a Bachelor of Information Technology after leaving high school and let me tell you If I traced it back your channel would have probably been a keen contributor to me choosing IT over electrical engineering, even without large amounts of programming content in your videos just the industry alone got me interested. Mad props your crazy dogs and GL to every subscriber who will end up here.. my chances are thinning by 20 posts for every line I write
  21. yeah i've never really been a fan of the prototype approach and always pretend it doesn't exist when I use JS, in terms of bitwise operations, I don't have enough experience to comment, I assume this is why people love to compile to JS with their highly optimised code? :L Absolutely on the memory management, every now and then in java I go.. that should probably not exist anymore when I debug but the point was that as a beginner I don't think hitting memory management would be a priority till they were sure programming was for them, I guess my teachers liked to keep coaxing people in with the friendlier options
  22. How are php and javascript bad? They are just VERY barebones. also I'm curious how you think C is a good beginners language, its not managed and I assume the error messages are as non-descriptive as C++ ones
  23. if there is gonna be duplicate tables, does cakephp work with views? My limited DB knowledge says to me have the admin view with everything and the user view as the restricted one. If the client doesn't have programming knowledge and theres no convincing them then they don't need to know how it works just that it appears to do the thing they want and is fast and secure :L
×