#computertech Bot Logged User list

Network: TechNet
Modes: +ntf
Last Seen: 2 months ago
Topic:
2
Users

Channel Log Archive for #computertech

Prev
Next

* All times are UTC
Filtering by user: Neo_Nemesis/rizon
Thursday, November 30, 2023
[01:45:17] Neo_Nemesis/rizon don't ask don't tell
[03:11:08] Neo_Nemesis/rizon !bang
[03:11:11] Neo_Nemesis/rizon :3
[03:22:46] Neo_Nemesis/rizon ComputerTech: is there no way to run a continuous timer in python without having time.sleep(X) pause the entire script for the duration?
[03:23:41] Neo_Nemesis/rizon ComputerTech: I tried using a infinite while loop, but its pretty much the same as time.sleep()
[03:23:53] Neo_Nemesis/rizon wont do anything until the loop completes
[03:24:25] Neo_Nemesis/rizon well not infinite while, but just a while True:
[03:28:53] Neo_Nemesis/rizon number1stunna; I think i tried that method already, but ill try that one too
[03:29:16] Neo_Nemesis/rizon ComputerTech: I was thinking maybe threading also
[03:30:05] Neo_Nemesis/rizon caio
[03:30:07] Neo_Nemesis/rizon xD
[03:32:46] Neo_Nemesis/rizon ComputerTech: <3 threading did the trick :D
[03:35:33] Neo_Nemesis/rizon ComputerTech: You're always useful in one way or another >:D
[03:35:53] Neo_Nemesis/rizon even for banning
[03:35:54] Neo_Nemesis/rizon lmao
[03:41:52] Neo_Nemesis/rizon is End3r broken
[03:46:50] Neo_Nemesis/rizon ComputerTech: one more question, whats your opinion on coroutines? Like await asyncio.sleep(X) ?
[03:47:03] Neo_Nemesis/rizon !bang
[03:47:26] Neo_Nemesis/rizon I think the threaded timer is better, than using await asyncio.sleep(1) and all the jumbly stuff with it
[03:52:09] Neo_Nemesis/rizon End3r: set it up so it does a rddos
[03:52:21] Neo_Nemesis/rizon they send the ddos to you and just send it right back to them
[03:53:28] Neo_Nemesis/rizon plz no ddas
[04:07:39] Neo_Nemesis/rizon wat
[04:08:00] Neo_Nemesis/rizon you mean ertz is younger than ComputrTech
[04:08:06] Neo_Nemesis/rizon how is this possible
[04:30:14] Neo_Nemesis/rizon ComputerTech: I was almost sad rn cos I thought I broke the continuous timer but it was cos I called it outside of threading.Thread(target=continuous_timer)
[04:30:35] Neo_Nemesis/rizon man, i shouldve never stopped using python its making me feel n00b rn
[04:30:37] Neo_Nemesis/rizon yea its good
[04:31:08] Neo_Nemesis/rizon Cronus: its been over a decade ;_;
[04:31:32] Neo_Nemesis/rizon xD
[04:32:17] Neo_Nemesis/rizon i guess technically, being over a decade, im technically a rookie again ;_;
[04:32:26] Neo_Nemesis/rizon should I start asking n00b questions constantly
[04:33:10] Neo_Nemesis/rizon esjay: did she film you and put it on tiktok
[04:33:35] Neo_Nemesis/rizon mrinfinity_: yea im taking it slow
[04:34:52] Neo_Nemesis/rizon i would've said "You gon wait cos I sold all your pills to a hobo"
[04:45:33] Neo_Nemesis/rizon cool PyDuck is working-ish :D
[04:45:45] Neo_Nemesis/rizon i think thats it for tonight
[04:50:58] Neo_Nemesis/rizon fawksey
[04:51:43] Neo_Nemesis/rizon oh, almost forgot
[04:51:55] Neo_Nemesis/rizon !shop 14 h4
[04:53:46] Neo_Nemesis/rizon i actually just thought of it
[04:53:50] Neo_Nemesis/rizon off the top of my head
[04:54:12] Neo_Nemesis/rizon What do you call ComputerTech with a sheep under each arm?
[04:54:17] Neo_Nemesis/rizon A playboy!
[05:01:27] Neo_Nemesis/rizon If you're blue and don't know where to go to, why don't you go where fashion sits?
[05:01:27] Neo_Nemesis/rizon _██_ Puttin on
[05:01:27] Neo_Nemesis/rizon (°_ƪ) The Ritz
[05:01:50] Neo_Nemesis/rizon feel like a sir
[05:02:16] Neo_Nemesis/rizon feelin like a million dollar trooper
[05:02:43] Neo_Nemesis/rizon tryin hard to look like gary cooper
[05:02:44] Neo_Nemesis/rizon <.<
[05:02:47] Neo_Nemesis/rizon lol
[05:02:57] Neo_Nemesis/rizon BABY DONT HURT ME
[05:03:00] Neo_Nemesis/rizon DON HURT ME
[05:03:01] Neo_Nemesis/rizon NO MO'
[05:03:33] Neo_Nemesis/rizon afk need to take dog out
[06:57:36] Neo_Nemesis/rizon hmmm I wonder if I need to use anything at the exit portion of the script for the continuous timer? Like timer_thread.cancel() ?
[06:58:16] Neo_Nemesis/rizon mrsickly: can you still taste stuff?
[06:58:38] Neo_Nemesis/rizon well i guess not all covids are like that tho
[06:59:13] Neo_Nemesis/rizon SURVIVE
[06:59:52] Neo_Nemesis/rizon i mean, its probably more likely something else?
[07:00:50] Neo_Nemesis/rizon lets be optimistic :D
[07:03:12] Neo_Nemesis/rizon well im all py'd out for today
[07:03:26] Neo_Nemesis/rizon time to lay down and watch some youtube
[07:03:33] Neo_Nemesis/rizon Get well soon mrsickly!
[21:05:04] Neo_Nemesis/rizon ComputerTech: I've got another ? for you... timer_thread.cancel() doesn't work, neither does timer_thread.stop()
[21:05:42] Neo_Nemesis/rizon h4: he's been helpful so far :3
[21:06:14] Neo_Nemesis/rizon just need to figure out how to stop a continuous threaded timer when the script exits, currently it just leaves the timer running
[21:07:12] Neo_Nemesis/rizon Cucko i have a python script that uses a continous timer. works good, but when I exit() the script, it doesn't fully exit and sits there with the timer running still
[21:08:51] Neo_Nemesis/rizon Cucko: there is a cancel() and stop() but it doesn't seem to want to work for this
[21:09:31] Neo_Nemesis/rizon stop the dangling process
[21:09:37] Neo_Nemesis/rizon when it exits
[21:09:40] Neo_Nemesis/rizon or after
[21:10:00] Neo_Nemesis/rizon im a windows dweeb rn
[21:10:02] Neo_Nemesis/rizon !bang
[21:10:04] Neo_Nemesis/rizon !bang
[21:10:06] Neo_Nemesis/rizon !reload
[21:10:26] Neo_Nemesis/rizon h4: forgot my silencer
[21:10:28] Neo_Nemesis/rizon !shop 9
[21:10:30] Neo_Nemesis/rizon better
[21:10:52] Neo_Nemesis/rizon Cuckoo: the script editor shows that after I exit, the script is hanging on the timer
[21:11:10] Neo_Nemesis/rizon hang on
[21:11:54] Neo_Nemesis/rizon timer_thread.cancel()
[21:11:54] Neo_Nemesis/rizon File "C:\Users\Admin\PycharmProjects\pythonProject\main.py", line 219, in <module>
[21:11:54] Neo_Nemesis/rizon AttributeError: 'Thread' object has no attribute 'cancel'
[21:11:54] Neo_Nemesis/rizon Traceback (most recent call last):
[21:11:54] Neo_Nemesis/rizon ^^^^^^^^^^^^^^^^^^^
[21:12:06] Neo_Nemesis/rizon thats if I use cancel
[21:12:08] Neo_Nemesis/rizon same with stop
[21:12:13] Neo_Nemesis/rizon if I dont use it, it doesnt produce errors
[21:12:22] Neo_Nemesis/rizon just hangs on the timer
[21:12:26] Neo_Nemesis/rizon and have to manually stop the script
[21:12:49] Neo_Nemesis/rizon well yea cos its exiting the script?
[21:13:18] Neo_Nemesis/rizon google says to use cancel() or stop()
[21:13:19] Neo_Nemesis/rizon -.-
[21:13:28] Neo_Nemesis/rizon let me paste bin
[21:15:08] Neo_Nemesis/rizon it works, everything works, so far, just hangs on the timer
[21:15:29] Neo_Nemesis/rizon or produces error if I use cancel() or stop()
[21:15:50] Neo_Nemesis/rizon which i dont understand lol
[21:16:02] Neo_Nemesis/rizon google says you can tho o.O
[21:16:07] Neo_Nemesis/rizon fucking google
[21:16:22] Neo_Nemesis/rizon perhaps, im being too much of a n00b
[21:17:28] Neo_Nemesis/rizon n0s3y|afk: lol i dont know js tho sry
[21:17:53] Neo_Nemesis/rizon Ahsoka I got one for ya
[21:18:26] Neo_Nemesis/rizon marijuana is not addictive lol
[21:18:57] Neo_Nemesis/rizon phish: then he lied to her about what he was smoking
[21:19:44] Neo_Nemesis/rizon Cuckoo: I used to smoke 8-10 times a day
[21:19:48] Neo_Nemesis/rizon and i had no issues stopping
[21:20:08] Neo_Nemesis/rizon I smoked religiously for 15 years straight, then stopped cold turkey
[21:20:47] Neo_Nemesis/rizon i didnt feel like shit
[21:21:13] Neo_Nemesis/rizon Cuckoo: maybe your buying laced weed
[21:22:44] Neo_Nemesis/rizon idk how its addictive but whatever lol
[21:22:53] Neo_Nemesis/rizon yall must be smoking something else
[21:23:15] Neo_Nemesis/rizon phish: Its not addicting so I've never had any issue?
[21:24:10] Neo_Nemesis/rizon after I quit for a bit, and started back up I was super light weight
[21:24:36] Neo_Nemesis/rizon havent bought any in a while, been out for a month now, no withdraws or anything
[21:25:03] Neo_Nemesis/rizon I do get kinda bored easier tho
[21:25:08] Neo_Nemesis/rizon and dont sleep as good
[21:25:16] Neo_Nemesis/rizon but thats insomnia, I've always had that
[21:25:57] Neo_Nemesis/rizon cuckoo: cos i didnt give you duckhunt.cnf :P
[21:26:15] Neo_Nemesis/rizon you need the .cnf file to run the script Cuckoo
[21:26:57] Neo_Nemesis/rizon thats the file I pasted
[21:27:12] Neo_Nemesis/rizon what is in paste bin = main.py
[21:27:52] Neo_Nemesis/rizon Cuckoo: its also python 3.12.0
[21:28:00] Neo_Nemesis/rizon I've noticed if I run it in older versions, it doesnt work
[21:28:21] Neo_Nemesis/rizon the top 18 lines are comments
[21:28:30] Neo_Nemesis/rizon subtract 18 from that
[21:28:50] Neo_Nemesis/rizon line 201
[21:29:17] Neo_Nemesis/rizon ¯\_(o.O)_/¯
[21:29:18] Neo_Nemesis/rizon oops?
[21:29:37] Neo_Nemesis/rizon i did come up with an idea tho
[21:30:29] Neo_Nemesis/rizon I KNEW IT
[21:33:57] Neo_Nemesis/rizon Cuckoo: I figured it out
[21:34:34] Neo_Nemesis/rizon I set exitvar = False at start of script. When script exits it changes to exitvar = True then in the timer function it as if exitvar == True: break
[21:34:38] Neo_Nemesis/rizon and it works
[21:35:13] Neo_Nemesis/rizon I need about tree fitty
[21:35:51] Neo_Nemesis/rizon ComputerTech: I figured out a problem on my own :D
[21:35:55] Neo_Nemesis/rizon I'm getting better
[21:35:57] Neo_Nemesis/rizon lmao
[21:36:03] Neo_Nemesis/rizon !bang
[21:36:07] Neo_Nemesis/rizon d'oh
[21:36:43] Neo_Nemesis/rizon ComputerTech: make a Mikoolo bot that just says random things from your logs
[21:37:09] Neo_Nemesis/rizon have it scan the logs for Mikoolo's stuff, then have it pick at random lmao
[21:37:51] Neo_Nemesis/rizon or have it build a basic AI off Mikoolo's text
[21:38:50] Neo_Nemesis/rizon well im not being SERIOIS about it lol
[21:39:05] Neo_Nemesis/rizon dick
[21:39:07] Neo_Nemesis/rizon :P jk
[21:39:44] Neo_Nemesis/rizon i didnt know they called alcohol tea in your country
[21:41:35] Neo_Nemesis/rizon now im hungry
[21:41:38] Neo_Nemesis/rizon brb food
[22:04:23] Neo_Nemesis/rizon sometimes tho, reinventing the wheel makes the wheel better
Prev
Next