Jump to content

Bladzy

Member
  • Posts

    96
  • Joined

  • Last visited

Awards

This user doesn't have any awards

About Bladzy

  • Birthday Sep 09, 2001

Profile Information

  • Gender
    Male
  • Location
    Germany
  • Interests
    Gaming, Coding, Lofi Hiphop and chill

System

  • CPU
    Ryzen 5 2600 OC@4.15 GHz
  • Motherboard
    ASRock B450M Pro4
  • RAM
    2*8 GB DDR4 3000mhz
  • GPU
    GTX 1660 TI OC@2GHz
  • Case
    Corsair Crystal 280X
  • Storage
    2TB HDD, 500GB HDD, 250GB SSD
  • PSU
    be quiet! Pure Power 11 500W 80+ Gold
  • Display(s)
    Acer XF240H
  • Cooling
    DeepCool Castle 240 V2
  • Keyboard
    Corsair K65 RGB Rapidfire with Cherry MX-Reds
  • Mouse
    Logitech G502 Hero
  • Sound
    Corsair HS60, DIY Stereo Speakers
  • Operating System
    Dual Boot: Win 10 / Ubuntu
  • Laptop
    HP 15-db1109ng
  • Phone
    Poco F3

Recent Profile Visitors

606 profile views
  1. I'd merge it with the previous word. Also, make sure to run your tkinter gui in a seperate thread, this will make your experience smoother and more responsible (the window or additional features like buttons may hang if both your gui and main code run in the same thread).
  2. Personally I want a detatched keyboard, mouse and screen (out of comfort reasons). And I want to DIY the machine, thats why laptop is no primary solution for me, but I use it on the go from time to time. I can't use controllers (seriously I can't), thats why I am not in posession of any game console. Mobile games almost made me broke at one point and used up preatty much all my time, it's simply too tempting to play when the device is always at your fingertips... So I can't stand those anymore. As far as the rest goes, I have never treid it and can't judge.
  3. So it is indirectly editing related, yaaay (sry I am happy, but this is for real my first time reviewing other peeps code online, looking for errors and suggesting solutions). A long line is producing negative indentation value because "auto_indent" uses this formular to calculate the indentation values 15 - self.num_chars // 2 And if the number of chars is >31 it gets negative, resulting in a negative value getting saved as unsigned int, which won't work. Your function gets the wrong amout of arguments and it crashes. The easiest way would be indeed what he described, and he's the author so he shall know best right. Originally I wanted to suggest a fix to you, simply checking wether the return value of auto_indent is >0 else returning 0, but while trying to recrate the error in the first place I realized that I coudn't do that. So I went after to check what happend in the meantime and I think the autor already fixed your issue. You just need to redownload the script. He simply changed auto_indent to this code: return max(0, 15 - self.num_chars // 2) This will pick 0 whenever the other value gets negative. Thats quite a clever fix, I would have likely just opted for an if, else statement. But thats not as clean as his solution. I'd still suggest keeping the ammount of chars lower. Having to much will certainly cut some of and make for weird looks.
  4. I only read the script briefly, but what seems to happen is that in line 156 "struct.pack()" is getting either to much or not enough arguments. Since it's called on a per line bases, as defined in "saveStaffrollBin" it's likely just a formatting mistake inside of the text file you edited (maybe indentation, maybe missed a colon?) You could just create an incremental counter inside the for loop on line 431 in staffroll_lib.py and print it out to see what line it worked on before it crashed. So we don't have to search the culprit manually. (the code could look sth. like this, changes in bold) line_cnt = 0 for line in lines: line_cnt += 1 print(line_cnt) if line is None: f.write(b'\xFF\xFF\xFF\xFF') else: line.saveToBinFile(f) Or you can catch the exeption and ignore it (via try- except block). But this may lead to some lines missing, maybe the conversion won't even work. Unfortunately I am really tired and will not be back until in like 15hrs. So I can't try to help in the mean time.
  5. Hookers and Cocaine! No seriously. I'd get: GeForce RTX™ 3090 GamingPro OC (mainly because of its smaller form factor, this is the only model that fits my case) Samsung C49RG94SSU or similar (to go along with the new gpu) new motherboard with X570M chipset some "cheap" 2TB+ m.2 SSD new CPU to go along with the motherboard (8+ cores) likely a new PSU aswell matx case with passive cooling capabilities (to throw my old components in and make it a proxmox server running an ip camera, pihole, home vpn client, media server and some other cool things) This should leave me with ~ 1K which I likely would just save up until I need it. (Just realized I am not allowed to get an AMD CPU, well I'd try it anyways lol)
  6. But you could also just add a new user on your main installation, should be fine.
  7. What you are writing honestly sounds a little paranoid to me. But as far as the technical side of things goes it's totally doable.
  8. This video shows a test on 3440x1440 and 2560x1080 resolution on a 21:9 aspect ratio. Unfortunately LoL is not tested, but this can give you a idea of what to expect. Since those graphically more intense games seem to run just fine, LoL really should not be a problem.
  9. Bladzy

    White AIO?

    What about a DeepCool Castle 240EX White? At least wehere I live it's priced relatively competetive ~100€. They have great RGB "compatibility", supporting asrock, asus, gigabyte and msi software. The fans illuminate evenly and the cooler itself is quite an eyecatcher. I own a similar model, lemme share a pic (yes my side panel could need some cleaning... one day... )
  10. Oh I did not even realize you are in possession of a desktop rig alrdy. In that case I'd go with the Idea Pad 5 14alc05 that Darkseth linked above. Its battery processor combo really is appearing, and besides that it got everything I'd personally want from a laptop. Connectivity, fhd screen, enough ram and storage. For presentations additionally to the HDMi the usb-c port may be interesting on this unit. It supports power delivery and display output. I think it will serve you well. You will have to install windows and amd's adrenalin software yourself, but that's doable. As far as CNC control goes, honestly I don't know what's possible on laptops. I can imagine that wiring it will get a little tricky.
  11. While browsing the web I stumbled across sth. that may be worth a look. https://bit.ly/3yTgXAU It again has a dedicated GPU but its priced even lower (660€). It's considerable if a GPU is sth. you are after. Drawbacks are: less Ram, but it us upgradable. And it comes without windows, so you'd have to format and install a version on your own (at no extra cost, since windows works just fine unactivated). Other than that, it's what I deem appropriate for a business/coding laptop. The looks are not to gamery. It should feel comfortable and i general provide a good user experience.
  12. If you still have other connectors left on your mobo and don't want to solder or buy a splitter you could also try to control your fan speeds via a software called "speedfan". This allows you to use your gpus temp sensors and set a custom profiles for the reading. It works with basicly every fan in your system, you should even be able to control the GPU fan itself. Its a little complicated to use though.
×