#ot1-perplexing-regexing
1 messages · Page 632 of 1
if I have a python script and I want it to be reproducible every time, should I dockerize it..
I'm gonna send my script to someone.. I dont want it breaking in the future
wish I could show my code.. it looks so beautiful x.x
Upload it to Github
I will.. after I make it a bit generic.. and remove keys
I always do that
still trying to figure out how to dockerize it.. because I've used absl library for flags
so not sure how to pass inputs to docker
Thats better you can always revert back
by the way.. I usually use jupyter notebook to run and test things.. variable state is stored and I can go back to examine outputs
but how do I do that in vscode? because vscode, I just click Run and it runs the whole file
like let's say my code is:
output = requests.post(url, params=params)
print(output.content)
output here is a dict, and I want to see if I can do index like.. output.content['id'].. do I need to include it in the print, and run the script again? or is there an easier way to do this
In vs code you have to update it near the terminal, I did that, but for some reason It always reverts back to default
:(
😦
:3
(:<
:O
offtopics are not spam channels
.>
i did not work the head is moved
<.<
it's not spam if it's communicating
god sometimes i wish i had ban powers
:a
so, anything fun going on with life?
no.. just chillin
i got this sore throat
◌⑅⃝*॰ ॱᒄᵒᵏⁱ(꜆˘͈ෆ˘͈꜀)ᒄᵒᵏⁱ◌⑅⃝*॰ॱ
almost makes me wanna grab a fork and stick it in my neck
(─‿‿─)
inhale steam
still at work
how does necks taste like hm
but when i get home im gonna do some inhaling fosure
gl gl
whut
water steam sometimes makes ppl feel gud when they got sore throat
i know. it is prevalent here.
Vaporizer
yup thats some chad treatment i must say
Lmao
i had a stroke reading this
same
its amazing if the background is removed
vengeance will be mine
Sure
no u
Lol
How bout dis? @mild abyss
seems like a more ergonomic option
Yep, right
@brazen ingot u getting one of those?
Yes, I have not decided yet there are too much options
I am not sure but i might do a custom build
Mayhaps
where are the home and end keys
numpad
oh
wireless 👀
there's a wire
Circle sucks 
oh lol
light mode circle keyboard without any edges whatsoever
Lol
looks nice
can I hire u as typewriter
!e print(602430*200/100000)
@dire siren :white_check_mark: Your eval job has completed with return code 0.
86.4
assuming he works 24 hours a day, 30 days a month
but of course no one does that
they have holidays and weekends and people stuff
also no one works 24 hours a day
*slave
so you're getting less than 86.4 keys per $
:(
!e ```py
print(60825*200/100000)
@small coral :white_check_mark: Your eval job has completed with return code 0.
24.0
so you're getting about 24 keys per $
:(
so confused
I was playing an FPS game
them my soul left my body
in the gae
it started running off with my gun
AHH
this is javascript but js setInterval(function(){ Add() }, 100); does anyone know how to make it a random amount of milliseconds each time from a range instead of 100?
you can put STO in an infinite loop?
for(;;){
setTimeout(Add, Math.random())
}
here you can manage time cap with multiplying some number with Math.random()
because it will just give val b/w 0 and 1, which is very very less for milisecond
already done it but ty
sure.
const minAdd = 65
const maxAdd = 95
for (let i = 0; i < 99999; ++i) {
setTimeout(function(){
Add()
}, i * (minAdd + Math.floor(Math.random() * (maxAdd - minAdd))));
}``` this code works for me
ah i see. perfect. one que? why useing i* ?
you wanted it to increase(relatively) by time?
wtf
i dont know js at all
should i explain? just so you understand.
id like that
alr gimmi a sec.
const minAdd = 65
const maxAdd = 95
// loop for 99999 times
for (let i = 0; i < 99999; ++i) {
// set timeout calls the function after given delay(JUST ONCE)
setTimeout(function(){
Add()
}, (minAdd + Math.floor(Math.random() * (maxAdd - minAdd))));
}
// Math.random returns val b/w 0 to 1, so to convert it from 65 to 95
// we do something like 65 + (random value b/w 0-1)*30
// so we get some random value b/w 65-95
// which is what they did. they converted it to int by using floor, same as in python
@vernal forum this may help
i removed i*
There probably is a solution using a helper async sleep function and a for loop
Lemme see
function randrange(min, max) {
return min + Math.floor(Math.random() * (max - min));
}
const sleep = (ms) => new Promise((res) => setTimeout(res, ms));
for (let ms; ; ms = randrange(75, 126), await sleep(ms)) {
Add();
}```
Yeah, I think it works
And it solves the problem I mentioned in OT0
im reading SICP book
just saying in case u have some feedback regarding the material
thank you
https://youtu.be/tLAhhUKsWck Wine but it's PlayStation Vita to Nintendo Switch
vita2hos is a PlayStation Vita to Horizon OS (Nintendo Switch OS) translation layer. In this episode we break down how it all works and why its an exciting milestone for the Nintendo Switch homebrew scene.
► Support the Channel - https://www.patreon.com/ModernVintageGamer
► vita2hos - https://github.com/xerpi/vita2hos
Social Media Links :
► F...
@wild oak you've been muted for 2 hours for posting skribblio links. DM @polar knoll if you have any questions
Hello everyone.
I'm looking for a developer position.
Hello, this isn't a job board
rip bozo
Greetings sir.
We don’t hire people here
Maybe his kidding
Is gist like pastebin?
its more permanent
what are web sockets
k
realtime communication protocol
the top answer lists the most widely used ones
lol 
how does one create a pedestal in vanilla minecraft?
If only there were some sort of indexed list of publicly listed websites, some sort of... Engine that could be used to search.
If only a discord user wouldn't have assumed that my grand person would have resorted to such measures before acting out in a particular discord server in desperation to go through with my building project.
I mean, I disagree with how she said it (which IMO comes off as condescending), but from my experience, I tend to search Minecraft recipes in Google
Assuming that we're thinking about the same pedestal-looking item, whose name escapes me right now
Lectern, there we go
Thinking about it though, that was mostly when there was no recipe book, and I can't remember how frequent or infrequent I used it when it was added 🤔
imagine not using a recipe mod 😔
For some reason, I mostly played vanilla, lol
I mostly don't play Minecraft currently, unfortunately
@noble niche your helping in real life is better than it is in python
My work here is done
Tell me that's not structurally sound
👀
The power of quickset resin has prevailed once more, and that's all there is to it
I'd like to clarify I don't own any of these figures
ah yes, the famed water bottle for scale
Oh no not for scale
It's part of the support structure
It's taped to the head of the thing
Lmao
why does it need water in it
To keep the dragon from becoming a fire hazard duh
hmm
fuck you *tapes a water bottle to your dragon*
use std::alloc::{self, Layout};
impl<T> Vec<T> {
fn grow(&mut self) {
let (new_cap, new_layout) = if self.cap == 0 {
(1, Layout::array::<T>(1).unwrap())
} else {
// This can't overflow since self.cap <= isize::MAX.
let new_cap = 2 * self.cap;
// `Layout::array` checks that the number of bytes is <= usize::MAX,
// but this is redundant since old_layout.size() <= isize::MAX,
// so the `unwrap` should never fail.
let new_layout = Layout::array::<T>(new_cap).unwrap();
(new_cap, new_layout)
};
// Ensure that the new allocation doesn't exceed `isize::MAX` bytes.
assert!(new_layout.size() <= isize::MAX as usize, "Allocation too large");
let new_ptr = if self.cap == 0 {
unsafe { alloc::alloc(new_layout) }
} else {
let old_layout = Layout::array::<T>(self.cap).unwrap();
let old_ptr = self.ptr.as_ptr() as *mut u8;
unsafe { alloc::realloc(old_ptr, old_layout, new_layout.size()) }
};
// If allocation fails, `new_ptr` will be null, in which case we abort.
self.ptr = match NonNull::new(new_ptr as *mut T) {
Some(p) => p,
None => alloc::handle_alloc_error(new_layout),
};
self.cap = new_cap;
}
}

that is a lot of code just to grow an array.
i am obviously not fluent in Rust, so i take it most of this code is handling safety?
the comments are nice

negative
looks like rust but with a few changes
oooooooooooooooooooooooooooooooo
looks really bad though
lmao tru
@chilly crest please ask HTML help in here
Okey
@naive hare if you're inclined to help :)
Ok sure
Oh
I wish I could speak French 😢
Je ne parle pas francais bien
c'est pas grave
Noted it !
except inputs
and some specific ones
You shouldn't worry about those
Chrome should auto complete those ones for you
Okey, thanks for the help sir
np
Appreciated alot
i kinda like to stick to vanilla
everythings wired in the way i see it
there's your computer connected to the router
the router wired to some weird box
which is probably wired all the way to the service provider's place
im probably wrong
but this is my guess
The router is wired to the ISP
we had a massive discussion in #ot2-never-nester’s-nightmare
What weird box are you referring to?
it wasnt in my house
Well
Most people these days are wireless
Only part that's wired is router to ISP
Which isn't always wired either, think of satelite or Elon's starlink it's called
You see it a lot in rural areas
hmm
In urban or suburban areas, it can be wired. I'm directly wired to my router which is downstairs, which itself connects to AT&T using fiber
Fiber is usually better for longer ranges, like your house to the ISP. Have a friend who has copper from his house to ISP, he gets like 2 mbps lmao
which one is typically faster : satellites or wires?
unless we create our orbit a danger zone for passing
damn
Wired > wireless 99% of the time
yes
i think because they use different modes of transmission
and because
wires have a confined space or something
so density (?) stays same
Yeah, wires know exactly where they're going, wireless not really they just broadcast and hope they get there
Both do travel at the same speed (pretty close to the speed of light, iirc)
the speed of light is clean
In a vaccum, but electricity and radio waves do not travel in a vaccum within earth's atmosphere
oh right
SpongeBob SquarePants - Season 05 Episode 06 - Frame 1 out of 1319 https://t.co/lAfGwVnfMp
40327
5602
LMAO
😢
😢
Yo
Who wanna see something cool
Use my textEncrypter
To Decrypt the secret code in my About me :)
where is the encrypted text
no idea
wdym no idea
what'd be the key?
you have to use my code
channel freq 71859 tho
That doesn't matter
Well
You're right but
Who will know I used my own program?
and if 100k will be brute forced in milliseconds
999trillion will be in minutes
modern encryption algorhytms have 2^128 possibilities
And yes, I tried to brute force it myself
which is a lot more than the trillions you menitoned
(2**128 = 340,282,366,920,938,463,463,374,607,431,768,211,456).
That will be hours
2^128 is an int
u prob will get overflow error
but a really large one
computation time be like: brrrr
well, if ur ram supports len(str(2^128))
What do I do then?
rather to not bruteforce :)
you use modern encryption standards, like AES for symmetric, or RSA for asymmetric encryption
rsa is scary ngl
wtf is RSA & AES
https://strajnarfilip.github.io/
i got a demo here
encryption methods
cyphertext: 7910e849f4343b2b1f5a1ae3891d163a182e139faccdb824ffb1c021037ee7f4
key: 577a05bb1eecbc8a3fbcaaf8ea9e15a79f22a70025c04ff603b3131a00e69cca
Decrypt will, well decrypt
53616d5468654e6f6f62
nop
which key?
yours
what encryption algorhytm
.
the main one idk
53616d5468654e6f6f62
is too short
?
that's what it printed
oh wait...
bf7ef714ca404fe42d1333b35e9054724742ec53043614e5dc8231b2e1f92c3c
key: 9847babacffc2c4687eac8c0df71b0ff9527ddd23451daec6f86da7ee7f5e285
let me exaplain
AES needs at least 128 bits
as it's a block cypher
but i also use some IV, initialization vector, so every time you encrypt, even with same key, cyphertext is still safe
That's so cool bro
say that you use same key to communicate, and you wanna say yes or no to other person, if the hacker knows to expect 90% yes answers, and sees that value bf7ef714ca404fe42d1333b35e9054724742ec53043614e5dc8231b2e1f92c3c happens every time, then he knows when you say yes
but if you use random IV every time
next time encrypted text is: ae25c1e9c7e347d8ef44be5121d1e8e3c070ed81512a318888dfde3c45ff5975
and next: 2798130ccb4b8e9d8dc38a44bf1c0f151bbb2986c0da38573519607b1b4b981b
THAT'S TOO COOL!
and it all decrypts to the same answer: SamTheNoob
but the listener can't know it
but still
AES, we just exhanged the key unsafely right?
because everyone here can now see key right?
and we don't want that do we?
we go to RSA:
https://strajnarfilip.github.io/rsa.html
click Generate key, it'll take a long time, and COPY and give me your PUBLIC key
!eval
encrypt = {num:200 - num for num in range(32, 99999)}
sentence = "SamTheNoob"
encrypted_string = sentence.translate(encrypt)
print(encrypted_string)
@safe skiff :white_check_mark: Your eval job has completed with return code 0.
ug[t`czYYf
if you give me YOUR public key, everyone can encrypt stuff with your PUBLIC key, but only you can decrypt without your PRIVATE key
wtf dude...
so even if you post public key here, when i send you encrypted text here, only you can decrypt it
technically, not even I can decrypt it cause i dont have your private key
30820222300d06092a864886f70d01010105000382020f003082020a0282020100b7e5645a3e060e5382cda03e074e5c0c9d60f15e1f0a0d5a3631f2ac9dcabc176d92bbf456feb0cea2790529f80cdf4448e85093cbac6e19c513c737a34dac17668c63339e6ce2eef3389f4e19bf57167ed4e82e2eb68e87675ac6abbd103d10532018cd8870c149131a0f8928ca6cb72fb61bffb1b901eb02a863162c6bb8e024363e0647cf4fff18b99351ab740ab90d03fe29a7322eb6ef391741855bc975cb9ee2aeb94b85ee029b6eb3abc5ae1639cb9f1ea18c051e7dcbb956440797ba1448a8f6afaeb8b6f2c8b5b1d785ed36f1e17dd4395559280e162ffefccb171485cdd6941a3f603180af6d8e72b95ef03c3dc31b0c43f95af4fa4b9583672779d05cb9ff50e399680be5e069f1e1b976a44feb4117dc375eae002270a5123186dabc49fead10bf7c0ee49b88666b3e6d3bd62eb85506a941489c53f6645f41435593313adca17cc5514cb9736e520a793c35008b7517da7155c1995552adc78c0439b27e573141d7497a338fc8bbd10b2792c11ad96e16cb327fed8fb5e01a849e4f73640874e58c1a432f45f6385804f1f168b3c407cadfcdc622519ff4d60f98669943625323a5e740248a4d796bf42270685ddac65edf1032d251e00a0d48a7f62fa508ab74ab756519040f1967f42e18544696ce7e4a4906624aa3ccc7d64efb5a50944b26728554b34e0e5835ed1c8e57e480130b3646e293a2b3f57b010203010001
That's the public key
05a79d489a9e84d8aa24ea4cd3d9c06b98dd6167ea2ad176e601458fd3de9e99a473f21d20e80679bf4a0d001a117bdfef001542bd11d09b9f0bd756762c46d219408c9b0294394a72fb026b52a0d45c0db28a5d33b4855907d72bcb605c55ca3d4c51458363d772a91640cc379ed9137293d3362fa67d8cb7cd9eee9d2bff71d5455f2b5cf17cad5b6b004d19aa51fcc5e0c09249aa689e58f67c658e37361a474c621578c86764fad17f7425d35da75196027e774bc4e02f13e770e29c0233052847b44ced9a1d311d868ac02b6e2502b9d5203a47f0f0d242461b3261bda8176a87b64e17aaec48d1835a15a3695aa854f8a85742c6ae390817902a42e8de9642e18e7513321661020f3eaeb4d63943b1330258b222764b0fc44c4d48c8f777d76c2f815ed8ed0617cca4775be1e569ff84b3aa5ef94906b7b9eff47ee5145fd4ab68a8a311d95d76f581e834c89a2fcd00c73deefd6d10823b96aaaf68e9a350462b5a92616e4a7c3270379b1be88ddfa4c15eb1ef3e20f503bf9233374557dad35c4f4b9e3c39a18d52733c6bb5fd668fa218b964532978c4c12e6a2aaf4bad962939c3fb249fe2284da4cebd57bc65088b92e878c239ea87a581d6cdaac66dabae26a28df1b8cc45945707ff2caea3fbb7bbbdcc4aa3f825b596683c514f9456b8f16b2606a123f0005bd6a718adeaf2993a877a8aa47fa17e11628d7165f8d6a8678b6d0f8f5a1b078488a6f7
this is ciphertext
and no1 except you can decrypt it
even though everyone sees your public key clearly
noone knows your private key
👍
Hey @safe skiff!
You either uploaded a .txt file or entered a message that was too long. Please use our paste bin instead.
wtf
you need MY public key, if you want me to decrypt something
My brain doesn't get this
Yours compared to my encrypter
has a %9999999999999 difference
I mean, some large websites use RSA 2048 bit for key exchange
my implementation is RSA 4096 bit key
which one is better?
so it's safer than the digital signaTURE ISSUED BY MY STATE
4096 IS SAFER
but is more computationally difficult
RSA -> slow, but asymmetric
use 16384
AES -> fast but symmetric
way too slow
But no one will be able to decrypt right?
no1 can decrypt 2048...
what the hell
as i said, state issued sigrnature uses 2048
If you want to use 16,384, Do you have to recode?
or it's just a number you can change
these days, a lot of modern asymmetric crypto does elliptic curves, since you need significantly smaller keys to get same or greater security
hello
elliptic curves don't do encryption afaik, only digital signature
anyone wanna take a look at my code? I could use some help
i don't think browser's subtle even allows 16k
What if the biggest secret of EARTH is stored in the 16k?
oh thanks, I posted in #🤡help-banana
they do encrypt
they do? 🤔
though most "encryption" is just pass a random symmetric key and use it for a faster symmetric cipher
yep
feel free to do it, but it will be slow
RSA is slow
Okay so my Public key is 1100 characters, How much will the 16k will be?
uhh
it's not, it's actually just 4096 bits, i was just lazy so i hexed the text that exports the key
in other words, the key could be represented in less text, i was just lazy
It's coded in python?
F
do you know git and github?
┏ I'm a fat ugly peace of shit.
┣ Python is my main language.
┣ 11th Grade.
┗ https://araso.xyz/ - 4ra5oOs4r4
ofc :)
okay, make a new repo with a sensible name
and i'll help you out
No No No, Thank you so much!
I don't really wanna make it
I just think it's so cool
And the img-hide
This is so cool too
stenography is the thing you are interested then
You know...
When I don't do stuff
I just come up with ideas
I wish I hadn't school
There is a plan I have
Well 2 plans.
One is to make a game
Like a 4k game
Something similar to Minecraft + Rust
Minecraft gameplay but a Rust quality
I will be able to do that when I'm older, And the other plan is
Make a program that will help out my country's people
Find doctor numbers
Locations
Order food/taxi
All that in one app
But I don't have time...
And I'm just a beginner, That will not be possible until 4+ years of experience imo
no, that's just an excuse
doesn't take more than 1-2 weeks to get to the point you can do these things
well, the later ones
I live in Iraq, If I don't get %85+ in 12th grade, I won't even have a life
games are very difficult
I will be in grade 12th in 6 monthes
I have to study in the summer as well
So I only have 3 months left to have fun in my life
I can't start learning things now...
what do you study
I'm in 11th grade
It's just school
I wanna be an IT Engineer when I grow up
I've been using computers since 6-7 years old
I'm the greatest Computer Knowledge in my family
Everyone knows I'm good at computers/software
And if I don't get %85+ in 12th grade
I won't be able to study IT
😭
get that then
I have too!
Or I won't have a life
Imagine getting geography
The most hated thing in my life is geography
I've always been bad at it
That's why I wanna be a refugee...
except england though.. eww they can keep it
I can't memorize things easily
I have a song for you
go ahead
great song to learn the countries, and you can combine to learn the nationalities
Bruh...
UNITED STATES CANADA MEXICO PANAMA HAITI JAMAICA PERU
stop 😢
it's how I learned.. when I was 4
Most annoying
it seems you just want to complain and not learn
this is Bill and Ted's excellent adventure..
see the movie.. you will learn so much history
or you can play this game https://civilization.fandom.com/wiki/Civilization_Games_Wiki
AND WHY THE MOVIE IS ON YOUTUBE
Civilization
Stop it...
I like to solve things
that's a want, not a problem
I will do anything it takes
nope.
no srsly
WE FUCKING DONT
BECAUSE THEY STEAL IT FOR THEMSELVES
IRAQ HAS IT
IM A PART OF IRAQ
AND WE DON'T HAVE IT
united states, canada, mexico, panama
I said I wanna be a civilian
you mean 'citizen'
yes
i'm gonna modernize my crypto website
the shit i got rn is AWFUL
I need help
I'm not sure how to do elapsed time in my script
and frame you for having some dangeours weapon
timeit
can someone take a look at this
scary code
no idea :/
you are measuring time before you app.run
I don't understand
so the result should be basically 0
could you explain..
I dont know much about this dunder method
where should I put this then
switch line 37 and 36
37?
no wait
idk
it's not 37
😦
you cut the numbers of
oh wait
....
okay so 107 and 108
is this ok
yes, but you should print elapsed time
or something
i mean
idk what you're trying to do i'm just making a guess
I will do it here
ooh, global variable 🤢
NAAAASTY
what do you mean
where.. it's a function
elapsed_time is a function?
no.. it goes to a function
it does?
because, I need to run it until it timesout
show me
line 93
you get in job_id
so idk where elapsed time is comming from
ok so let me explain
if you turn up the python linter to strict you'll se a buncha errors
- I have two functions, submit workflow--> returns a job id if it runs.. get workflow status --> uses job id either from the other function or in command line input to check status
- I have to check status every minute until the job completes..
soo.. how do I calculate elapsed time.. because im using a while loop that repeats the function using the same job id
I did this now
I got it
process_time in time library doesn't include sleep time
so I went with perf_counter instead
phew
but my while loop doesn't stop 😦
hello guys
do you have any recommendations for free data structure and algorithm courses online (preferably in python). I cannot find anything reasonable that is free
why are you spamming
You're the only person to have answered in the other channel
and I received multiple relevant answers
how do I stop my while loop
break
spamming pref counter might affect ur CPU speed btw
where
I only check after every 60 seconds
ok
I mean where do I insert a break
I need it to be programmatic..
not randomly breaky my while loop
insert it where you want to break it
if it works, it works
don't think too much
every program exists are logical
of course I dont understand, it's why I asked the question
but you're not helping.. with your ctrl+c
of course I know how to do the system interrupt..
my issue is, the while loop should have stopped at 180 seconds.. because my constant being compared is 180
but it's been several minutes, it keeps running
you may find some in pins of #algos-and-data-structs
but as much i remember the pins of that channel needs bit of refurbishing.
hm, seems like I can't help at all, bye
:)
bruh imagine leaving water sitting around in the kettle overnight wtf
It does?
its not gonna stay
good decision
!
i gotta find a new platform to find memes on
reddit has too many ukrainian farmer memes
ye
what is this name
it's duc pon but without K&R because C is gonna be C23 next year
hmmmmmmmmmmmmmmmm
😅
@terse sluice i like ur pfp
woah thanks! i like yours too
:0
https://twitter.com/_HarlowPuppy_/status/1500946209032314880?s=20&t=4j-TRQnbKhR04UAqByMxHg Ah yes, my favorite game
Wooow Ehhe Sussossus
u both sus
Lmaooo
Hello, I'm interested in learning abit of ethical hacking. Pentesting my applications, computers, etc.. And seems that the widely used linux distro for it is kali linux. Will I get the same experience if I just use a dockerized kali linux? or kali as my os is the best way to go?
which tools do you need?
which tools do you want to work with
@chrome reef make more Try / Except and just put them around specific dictionary accesses. that way you know the try is only for a specific dictionary
just putting a big honking try around a lot of code because you've written a bug where you're structured your data wrong / are reading it wrong and so are getting keyerrors as a matter of course is a code smell, you should just bugfix where you are going wrong instead of catching it and letting things continue
hey guys
does anybody use microsoft team?
i am facing a big problem......
i think i need some help
What is the problem? Is this something your IT group can't solve?
yeah thats what I was thinking of doing, my current try/except was catching 2 dictionaries so its easy enough to do as you said and do a try/except for each, ty!
ive officially given up transpiling python to nim

it seems that nim is too safe
and idk how to make it unsafe
:/
Oh my your evil plan was foiled
:(
how many times have you said this exact phrase in the first week and two days of this month alone
Lost count mua hahaha
6 times?
Maybe

that's also the amount of times you said "foiled" in your whole message history
it's like 6
DO YOU EVER FEEL, LIKE A PLASTIC BAG
no
Plastic Bags are evil according to enviromental groups use paper or multi use bags...
So no I dont feel disposable ...
I remember visiting in an Ubuntu Discord someone claiming that paper is more harmful than plastic
And of course I'd doubt them
Lol
deforestation moment
Yeah bad for monke
But paper biodegrades unlike plastic
both paper and plastics are kinda not environmental friendly. u have to see the costs and choose one over the other. it is kinda of a dilemma
what if we just compact the plastic into cubes and then turn them into roads
or recycle it
we also have the issue of microplastics and the impacts of it in the biosphere
Seen startups do that
yeah i heard it from ddoi
How to make paper:
Cut trees -> Replant trees (doubt if they do and if they do, trees dont grow fast) -> process logs that use heat and release gh gases in the atmosphere -> further processing uses chemicals that might be harmful to the environment.
and thats just a simplified process of it
trees take decades if not centuries to grow
The main kind is pine I think, which can grow fairly quick in 5-10 years
Perfect Discussion for Wookie thread ..I think they also live in trees like Monke
Yes, this masterpiece was recorded in 60i, meaning it's 60fps if correctly deinterlaced. I'm curious if it has been seen this way since the original broadcast in 1978 was viewed on the interlaced CRTs of the time.
Watch that train wreck if you want to see wookies
this is inactive channel
ok but debate here
that's what I feel for rust
that's what I feel for JS
JS is shit
any langs that makes small binaries btw
I'm thinking transpilin py to that lang then to binaryy
Zig or V have fairly slim binaries IIRC

Can confirm
lol
what if someone has a dynamic ip
That means their IP can change frequently
But if you have their IP at any given time you can still find out where they live generally
And given that they don't move houses to like a different country
Even if their IP changes you'll still know generally where they live
this is my ip
why?
it was the vpn's ip
Okay but still best not to do that
But anyway, back to your original question about pings
If you want to ping something other than your own computer, try 8.8.8.8 which is google's DNS server
Or just
ping google.com
ping Robin
Ping request could not find host Robin. Please check the name and try again.
To ping me you'd need my public ipv4 address
Which I'm not comfortable handing out
Or you'd need my domain name address
for example, google.com
just ping the google dns at 8.8.8.8 or if you really want to ping a name ping dns.google
oh google.com also of course..
sure
Please don't send you ip here, one person already did that 😅
whom
C
I'm sure you could find a C compiler that generates small binaries
Wow we have a wookie power ranger....
Uhh what?
probably he wants to inject us something that clots the arteries in and on the brain
hope its some PEDs then
mustve been real scary
when he just pooped in the ip outta nowhere
Very
I found where ltt intro sound came from
1.7.28.21
2.1.89.37
2.18.25.14.252.2
2.4.52.543.21.89
2.1.2.5.34.56.1.23.23.5

5.6.23.23.1.6.13.562
2.6.34.12.6.632.522.12
32.32.65.1.789.3.54.2112
2.5.632.643.21.564.24.1.5.654.09.2.21.765.6.2
23j5.14235232.4.23.523525j25j2kl5.l2.525.2352..23..313..32j523lh523l2.23.23552.5.252hk 2jh2jkl.2.2.23.j23j52.35j2.5.2.5235.2.
dafuq
dada
One of my first ever programs
@ebon quarry It seems like ~~ you have stolen someone else husky~~ fwooosheeer 👀 ||@eternal wing||
I'm having some problems naming my variables, so both will deal with percentages just that one goes from 0.0-1.0 and other 0-100
I can't call both percentage, what's the math name separating these 2?
Sorry, I can't get what you are trying to say? please grab a new help channel! #❓|how-to-get-help
@jagged fog 
🤌 it's not a python question, anyway nvm
Uh, ok
what the hell man that dog totally belongs to me
It is a joke 😛
i thought u were @eternal wing for a moment
of course 👀
deep inside we are all fisher
yes.
ooo, nim's variable naming is k00l
it ignores _ and the case after the first latter
meaning i can use both camelCase and snake_case
and being referenced as the same variable

where does it say that
i know that but where
e.e im following some utube vids
imagine reading docs
i'm doing that right now

ima be honest i never was able to learn via docs
Same 😔
Certain docs are just dogshit though there's some that's well written I personally find react, django docs to be nicest
Arch's docs are not too far behind as well
Btw is it just me or typing on a mobile phone is hard
installation guide yeah, don't scream at me!
i always do that
@eager cliff are you happy
324..23523.452354.234.234.
INTERESTING
One thousand twenty fourst
test
test failed
study harder next time
imagine studying
imagine imagining
bateman --item-type "dish" --item-source "Lidl" --item-property "chicken, egg, stir fry" --property-type "smell" --descriptor "protein content" --description "100g" --them-or-it it --generate-gif
had a little fun with MoviePy yesterday, the tts is so out of place it's almost funny 
looks good to me
rust
eh
Just received threats from a mod, wow, power has gone to their heads
No you didnt, calm yourself
I did, I got a dm
are you victim blaming.. have some empathy.. one day it'll be you
Such a drama queen lmao
literally got threatened in DMs
by some random dude managing a discord.. with a kpop profile pic
I know who DMd you and theres a higher chance that youre actually a dog behind the screen than them threatening you
Calm down and be grateful meta was the only channel they blocked
I'll tell you two things abusive people do:
- make an abusive statement where you can't stand up for yourself and threaten you in private
- Try to gaslight you and try to get an overreaction so they can be punitive without limits.
wow.. send me some boots to eat..
Jesus H Christ.. (I'm not even christian)
If you want to dispute it dm @polar knoll
really.. you want me to reach out to people that just threatened me.. naa bruh.. a discord isn't worth drama
Ok then? You do you
see their message history
I know, its kinda funny
anyone watching VCT today?
mhm
Whats that about
ayoo i stopped watching VCT a year ago 😔
Valorant esports, pretty fun to watch ngl
you guys play valo 👀
lol, I'm weird that I watch valorant buy don't play it. Miss me with that rootkit install stuff
relatable
Yeah! Casters are pretty good too, so it's fun to get sucked into
but supporting an organization is fun + audience
I used to do that with rocket league
And WoW
Sometimes sitting back and watching people get rekt is fun
it now requires tpm 2 and secure boot kekw
lmao ikr
i am on windows 11 but can't play valorant
i gave up after 1 try
the problem was the fix was varying for motherboards , i had gigabyte one
meh
as long as you have not become a simp gacha gamer
game is pog
i play AAA titles now
reminds me of some free AAA games i bought last time from epic games and didnt download lmao
where can i get good templates for personal/portfolio websites
Perhaps
perfectly executed. /j
f movement
tmrw math exam
valorant?
it's an FTP first person shooter
That uses a rootkit as anticheat
lmaooo
jpeg artifacts 😩
Finally finished my imaginary interview with a leprechaun enjoy! -
Hey @jovial oriole!
You either uploaded a .txt file or entered a message that was too long. Please use our paste bin instead.
making a language, what kind of things in a language would you all like to see?
a cool type system
like?
idk. at least static.
sure
is it going to be interpreted or compiled?
You can use something like llvm, that way you don't need knowledge of assembly
thanks so much aboo
.bm
What is it written in?
!pip llvmlite if it's in python, check this out
thinking of python, C, Java, and a bit of solidity/cpp
Why all of them
Should be simpler to just stick to one
And have some sort of ffi for the rest for any specific functionality you want and have it work like a library
Sure, you could implement the functionality as a library
And have some ffi for solidity
rust-eh personality
no it's so much better
why would you ever want to click more buttons
WHY WOULD YOU NOT SCREAM
Scream evil plan to make people deaf
BUT YOU WOULD HAVE TO TURN OFF CAPSLOCK TO USE LOWERCASE
Lmaooo
imagine not binding caps lock to something else
Imagine
how did you conclude rudeness in 2 minutes
i see him ignoring the notif

