Jump to content

LukaP

Member
  • Posts

    6,512
  • Joined

  • Last visited

Everything posted by LukaP

  1. Ok so my mouse finally gave in completely I use palm grip, have medium to large sized hands. need the mouse to be reasonably good resolution (4000DPI +-) but should go down lower too. max budget is 50€. So far ive been looking at the G302 from Logitech, and the Gigabyte XM300 (which is cheaper at 37€), as well as a discounted Roccat Kiro for 49. Any other suggestions?
  2. LukaP

    Literally everything aches! Send help

    shhhhhh. why is my bear in pain anyway
  3. LukaP

    Literally everything aches! Send help

    we both know you couldnt have not you
  4. LukaP

    Literally everything aches! Send help

    Oh you nasty boi
  5. LukaP

    Literally everything aches! Send help

    He is a doctor of everything, and the sonic only doesnt work on wood, so a quick bit of sonic action and youre good
  6. LukaP

    Literally everything aches! Send help

    DOOOOO WEEEEE DOOOOO
  7. no, but if you buy the 5820k, you have 200£ left. you need to buy a motherboard and RAM for it. no way to fit that in...
  8. Yes, but you cant hang something on a wall, without some damage. either a nail/screw, or glue
  9. words i figured its something wrong with the link, since i copied from fb
  10. This cover never fails to give me the chills
  11. Damnit @colonel_mortis its all fucked @virtualTune <3
  12. OH YES! (btw there used to be auto embed, how do i embed now)
  13. Do you have patafix, or something along the lines of it. just a really strong glue. otherwise, nails are always an option
  14. disturbing lack of good music here https://www.youtube.com/watch?v=9Q7O2E7m-9I
  15. CPUBoss is a really superficial way to compare hardware... in many ways its better to ask around and get qualitative answers than relying on cpuboss
  16. indeed Exactly. Cant wait to see what they can do with denver+ in a more relaxed TDP environment.
  17. They didnt say no more Tegra. they said no more mobile SoCs. IIRC this was said in context with the Tegra/Pascal chips for automotive. NV will keep making Tegras, but will not restrict them to 5W, but rather make them better, and use them in stuff like Shields, car systems, etc.
  18. @jameshumphries47 your original code was good, you just forgot to enclose egg in quotes, as you want a string, not an object
  19. its not nice to just give out the whole solution, doesnt help him learn. but yes, that is how one would do that. a nice oneliner would be return word[:len(word)//2 - 1] + "egg" + word[len(word)//2:] if len(word) % 2 == 0 else word[:len(word)//2] + "ga" + word[len(word)//2:len(word)//2 + 1] + "ga" + word[len(word)//2 + 1:]
  20. Ive said all i had to say anyway, just replied to @Sintezza
  21. Pretty sure it would struggle with it on stock, if you put some lasting load on
  22. welp its above me then. usually when powerline doesnt work its because its on 2 different circuits.
  23. word[:int(len(word)/2)] would be the syntax
  24. ok now im cofused. try wrapping the slice indeces in the int() function or using the integer division //
×