#ot1-perplexing-regexing
1 messages ยท Page 614 of 1
The cake was a lie
oh fr
๐ซ
@eager cliff is effective c a good book
are you actually considering learning C?
The world runs on code written in the C programming language, yet most schools begin the curriculum with Python or Java. Effective C bridges this gap and brings C into the modern era--covering the modern C17 Standard as well as potential C2x features. With the aid of this instant classic, you'll soon be writing professional, portable, and secure C programs to power robust systems and solve real-world problems.
oh right, that book covers modern C shit.
i forgot.
whats the most modern c standard
C11, soon to be C23.
that is what the description means by C2x.
yeah. but if you do end up learning C, i do suggest you try to limit yourself to C99.
yeah but the thing is, in my mind, anything after C99, and even sometimes C89, does not exist.
this is basically because of how old C Is.
ok
C is turning 50 next year.
C89 is the most widely supported standard of the language.
it was the first one, actually.
C99 is good for basically everything else, though.
like if I learn 2x will I have to relearn for c99
well, nothing insane. hold on let me grab the list of new features.
ok
Changes integrated into the working draft are:[4]
Support for the ISO/IEC 60559:2020, the current version of the IEEE 754 standard for floating-point arithmetic.
Single-argument _Static_assert
C++11 style attribute syntax and the nodiscard, maybe_unused, deprecated, and fallthrough attributes
Extended binary floating-point arithmetic, decimal floating-point arithmetic
memccpy(), strdup(), strndup() โ similar to functions found in the POSIX and SVID C extensions
Twoโs complement sign representation is required
Removal of K&R function definitions
Labels can appear before declarations and at the end of compound statements
Unnamed parameters in function definitions[5]
Binary literals such as 0b10101010
Better support for using const with arrays[6]
Ok
yeah you are fine.
thanks :D
but yeah, if you want to write regular C programs for your own use, using modern standards is 100% fine in my opinion.
ok
but if you are aiming for use by others, i would encourage you to limit yourself to C99. (you can do basically everything in C99 anyway.)
ok
anyway good luck on your journey into masochism.
indeed
Ooh you can join us
that would be cool lol.
yes
ok
we need the original impl to be done first though
or maybe we just scrap the original impl and use C
No we don't
ok
That's the point of a reference
edens
We just need to, uh, write one
since we'll be able to implement a lot of stuff on our own, which will be fun
yes bytecode
you could mess around with LLVM maybe.
we're doing that for the current impl, yeah
We're already doing that for a current rust impl
I'm not sure how the LLVM bindings are for C
neither am i
Llvm-sys uses the llvm c api, so probably pretty darn good
it uses the cpp API
Oh wait what
But anyway, if it's a vm, it doesn't matter
yeah
actually how does LLVM work?
wdym how, its a compiler infrastructure
so you build compilers around it?
wait really?
yes
oh okay
iirc theres some stuff for GCs
At the core yes
ah wait, nvm
You compile down to the IR which has backends for many many architectures
its a strongly typed IR
TFW TYPED INTERMEDIARY
lmao
that is new (to me)
@.str = internal constant [14 x i8] c"hello, world\0A\00"
declare i32 @printf(i8*, ...)
define i32 @main(i32 %argc, i8** %argv) nounwind {
entry:
%tmp1 = getelementptr [14 x i8], [14 x i8]* @.str, i32 0, i32 0
%tmp2 = call i32 (i8*, ...) @printf( i8* %tmp1 ) nounwind
ret i32 0
}
found random example online

that is actually really cool.
if you compile your language to the IR, you can easily transpile it.
yes
you just write the frontend
and whatever passes you want
oh yeah, theres optimization tools as well
but the docs are kind of terrible
you must hate programming \s
i have been working on writing a manual page generator, actually.
oo
from C source comments.
yeah lol
or rustdoc
writing documentation can be a pain, especially with how repetitive it can be, so having the option of just having it in the source where it is easy to find is amazing.
yeah those are surprisingly a lot less painful to write actually.
maybe it is because you can actually show off your blood sweat & tears in a more practical way, who knows.
At work i cat all the md files together and make an html out of them and hand it to the interns
Swagger
Yes
I wish rustdoc looked prettier
It's nice for testing endpoints
Yea sadly my project is a tkinter app
Maybe i can use some other package to setup docs
Sphinx
Oop
I prefer the redoc one personally
mkdocs is ๐ค
lua
What's bad about it
I like it with the "ayu" theme personally
Seeing as this is the only tech related server im in..
Im having issues with my hotspot throttling my ps4, my chromebook and tablet have no issue getting poor, but not horrid, connection, but my ps4 cant seem to budge past about 250 kbps
Tablet and chromebook get about 1.2 mbps
Any ideas on how to fix this?
Its not a lack of total bandwidth because I only run a device connected to said hotspot at a time
Tried shutting each piece down and turning it back on
Changing dns didn't work
On both the hotspot and on the playstation
Tried switching to 5ghz band but that only made it worse
This morning i peaked at about 3.1mbps on the playstation but not anymore
Fair, but its my only wifi
@shadow jetty hi, i found an unnecessary import in ur nurses_2 code (or maybe it isn't)
examples/rubiks/rubiks/cube.py line 1
import asyncio```
is usb tethering an option?
fixed! thanks
i'm stuck at rendering some obj files, do you have any idea how should i start with it
i haven't started anything yet
ursina uses blender and it's easy to set up.
bu..t i want to do it in tui haha
uhh, i think i've only worked with obj files once
alright, uh i'll try to find how to make 3d models with verticies normals swapped given, probably copying some code from the cube.py in rubiks will help
cool
blender is open source so maybe if you read through the source code you can get some ideas. https://github.com/blender/blender/tree/master/source/blender/python
might need a more general renderer
since rubik's renderer takes some shortcuts, since cubes are pretty easy to render!
but i don't think much is missing either
hmm, thanks
sure, i'll take a look.
i think most of the hard work is actually done by cv2's projectPoints (in render_cube in camera.py)
so if you can get your vertices into an array you can pass to cv2, you can just use that
oo, i think i get you, i'll try
Is there a sample of his code somewhere? I found it.
This server is huge!
It is even lagging to show the members and messages lamo
Tons of people are switching to offline and then online again!
This is a huge this just like war!
What?
lol
Doesnt work on ps4, this was my initial attempt to connect to the hotspot, sorry for leaving that bit out.
5 mins left until I have to do a study marathon
Should I study HTML (in my curriculum but Iโm quite good at it so far)
Or the queue module (will have a 1 on 1 session on it that my teacher asked me to do but Iโm not that experienced)
Didnโt mention but I have to dive deeper into HTML (learn how to make a blog)
I guess Iโll roll a dice-
It said I should do HTML
Do HTML then
yo how long are u supposed to be sober after the covid shots
Wot
Take the safe bet
but i could use a beer rn
210 on second two, wow
Yeah Idek how
Itโs definitely not months
should i start gacha in genshin
i only hav 20 wishes
or should i wait until i hav 90
180 ๐
I'm usually around 130-150 for 15s
https://www.youtube.com/watch?v=VzyGSzJK9Nc idk how people do this stuff though, how do your fingers physically move that fast
thats how i feel about everyone with 100+ wpm lol
you do colemak? I used to average at 30-40wpm for that but haven't practiced in a while :P
Hi
I'm reinstalling Visual Studio Code
but....
It takes so much time to do so
It's been installing for about more than 5 mins
Maybe I should install from the web??
Yeah Iโve used nothing but Coleman-dhm forโฆ maybe a year?
Coleman, thank you autocorrect
cool! was it ok when switching to it in terms of keyboard shortcuts? in doom emacs they have a module that remaps a bunch of keys to make switching between layouts easier... but for stuff like vscode or pycharm it prolly isn't needed
Just re-bind the shortcuts to their original positions
Though for most things I didnโt really change anything
okay thats probably too tiring in vim 
oh yes coleman
ive heard that name before but i cant place it
what is even coleman
its a typo
a typo of colemak
perhaps it has another meaning
maybe a company
but in the convo above coleman = colemak
yeah idk whats that either
oh
arst neio
mine is around 80-95ish
arst neio
What keyboard is that?
colemak!
Colemak was actually made by the guy Coleman but he didn't exactly feel like naming it his name directly, so he did the -k to make it look/sound similar to Dvorak
lol
yep
fn main() {
unsafe { std::ptr::null_mut::<i32>().write(42) };
}
``` this does too
yeah but that's unsafe and he ruled that out
although that uses unsafe
I am on phone pretty sure compiler will throw error at u tho
they ruled out unsafe by saying its not pure rust, when it is pure rust
i just ran it
Is this a stack overflow
no it doesnt
I just ran it
yes
makes sense
I overflowed the stack a while ago because I forgot to advance my lexer and was recursively calling self.advance_with() and was debugging for over an hour
lmao
amateurs, I don't need to advance my lexer
my tokens existed since the beginning of time
and anyway, you still need to debug stuff in rust
U don't
memory safe != no errors
any lang that says you don't need to debug things is either extremely limited or lying
If u know to code
yes you do?
bruh, its not like rust doesn't have errors
in a real program, your going to have bugs
Have not said that
how exactly will rust avoid your code from erroring?
oh of course, just learn how to code :P
Are we just going to ignore the fact that rustc_errors exists for a reason
the compiler can't catch all bugs in existence
people who have been programming for 50 years still make errors
This huge lists exist for a reason lol https://doc.rust-lang.org/error-index.html
and its not just explicit errors, you can have flaws in your logic as well
@primal spruce @rough sapphire let's move here for rust talk
and the compiler can't hope to catch those
Ahh
all knowing compiler ๐
rust โค๏ธ
AI compilers when
Give me 2 years, i'll master both python and rust
anyways! rust demands you to understand what you're doing
Trust truth
rust is good
There's no "mastering" a language. You just learn however much of it you can.
however, the rust compiler does guide you there with gentle head bashing
If you can find a good reason to use every std function or struct or whatever, I shall be very amazed
it depends what you mean by classes. @rough sapphire . rust has structs with associated methods
^ Rust has some OOP-like stuff https://doc.rust-lang.org/book/ch17-00-oop.html
I'm in the rust server and I wanted to try rust, I learned a little stuff including when they told me that rust doesn't have "classes" like python does
OOP?
while it doesnt, you dont exactly need classes to "do" things
object oriented programming.
Ahhh
it pretty much has classes like python though
. they're just called structs
^
So if I learned Python + Rust, i'd get a job anywhere I want?
i'll give it to you straight: rust doesnt help you with jobs,
not directly in any case.
anyone saying otherwise is lying to you. its just so new
Yeah, in my situation since my school goes very bad for me, I need to learn a lang that gives me jobs, even if its like 5 dollars a hour
however, rust is still great because it can help you understand how to write better code in any language you then actually use.
the only way it can save my life
so, rust shouldnt be on your list if your goal is "get a job". not right now anyways.
honestly, probably the most reliable to get at least some money is PHP/wordpress
you need to learn on 1 primary lang that's more common
but it does in part depend on the area
since youre on the python server i assume that will be python
wordpress?
Yeah, you have probably seen me a lot here recently
also, another truth: on the job, you'll end up using whatever gets the job done
wordpress. It is one of the best CMS out there, and a massive portion of all websites in the world.
this can include writing patchwork js to get things done, using tools you havent even heard of, doesnt matter
So ur saying i need to learn a language when I've got the job?
@rough sapphire It doesn't have classes, but you can still have things with methods.
For example:
pub struct Errors {
errors: Vec<String>,
}
impl Errors {
fn new(&mut self, content: &str) {
self.errors.push(content.to_string());
}
fn emit(&self) {
for error in &self.errors {
println!("{}", error);
}
}
}
fn main() {
let mut errors = Errors { errors: vec![] };
errors.new(&"this is a test".to_string());
errors.emit();
}
in a way. learning never ends, keep yourself updated and open.
be flexible, that would be my best advice.
So I should learn a little of everything?
missing semicolon ๐ @wraith hound , first line of main()
well, so that's the thing: when the time comes, you'll automatically know what to learn.
so you dont have to learn everything beforehand. instead of learning a language, learn the general concepts
such that you wont be crippled when you cant use your favourite language. languages are just tools.
and in what language would I learn the "general concepts"
use the right tool for the job.
doesnt matter. any language ๐ its why they are "general" concepts
is python a general concept language?
definitely. python lets you code in a lot of different paradigms
the only thing it wont make you do is learn memory management, but you dont have to learn that upfront, you can cross that bridge when you get to it
yeah, just tested and fixed it
Output:
I am surprised I actually remembered half of that without my editor screaming at me to include &self
I see what u mean, my most interest is ethical hacking, pentesting and cyber stuff.. My dream would be to work as a cyber security
But I can't, that's why I don't do those stuff
Why can't you?
Personal reasons involving trouble with law ๐คท
i'd say for that work, python, js, and C/C++ should be on your roadmap. you could skip js or python if you wanted to
I was thinking of learning C, and then C#, and have a skill combined with Python, C and C#
Uhm , learn C and basic bin exp
Is that good?
U will need python for making small exploits sure
if youre in trouble with the law...doesnt sound like whatever you did was ethical or in the clear.
Why are you specifically set on C#? Are you interested in GUIs and the such?
C# and C are almost no relation to each other btw.
I'm not saying it's a bad language, it's probably not, I'm just curious since I don't know all that much about it.
Not because of ethical hacking, i've never tried it, i'm interested in it
Just become exploit dev
Ethical hacking is bullshit
Uhh I see a lot of youtubers that I watch use C#, they can basically do whatever they want with it, games, apps/programs, back end dev
๐คท
Yeah, that's something good about .NET
Exploit dev include bin exp, RE, programming languages. Low level programming and if u get far enough compiler theory.
Fun things
Don't these jobs require clean history on the persons register?
Sure?
Why don't?
What have u done in history lol.
Not sure what u mean
Ehm I just can't get these kind of jobs unfortunately, I just wanna be a software engineer or something ๐คท But my interests are still there for pentesting etc..
Yea same , I am just doing exploit dev for fun
I see ๐ Is python useful for that?
Yea
Have you don't anything that doesn't allow you to get that job?
For small exploit script
Python is useful
What about larger exploit scripts?
Sure
I'd like not to talk about these topics eh? ๐
fair enough
So what does exploit scrips really do? Like is it bruteforce apps? Port crackers?
python basically can do all this too ๐
Nope
U are talking abt blue team bullshit
Blue team bs?
Whatchu mean
Not as good I suppose?
also, i should add, we do prohibit talk about malicious stuff on our servers directly, be mindful for that
Oh right sry
python is perfectly fine for it
all general purpose languages can be used almost interchangably
Cyber sec team for forensics. Osint and all that not funny shit
So python could be used for making games in unity? Making desktop apps with good gui?
unity specifically no
Idk the stuff I mentioned seems funny ๐
desktop apps with gui, sure
unity is C# specific. and unreal would be C++ specifically.
U should for now just learn things stop asking too much@rough sapphire
What library would they use to make a good gui using python then? Tkinter seems bad
UE C++ is very different from normal C++
I learn a lot by asking :/
So i could make something like discord app using pyqt?
Kivy is cross platform
well, discord itself is actually electron based
In fact, we made a desktop game out of it during a game jam, heh
Not only using it, you'd probably need a web framework for the backend, but yes, you could make something similar
What does that mean? Electron based?
Build cross-platform desktop apps with JavaScript, HTML, and CSS.
discord "desktop" app is basically a lie. it's actually a web page running inside a container. electron is that container
so building discord desktop app is actually more similar to building a website
Yea its running chromium
Oh.... It works very smooth like an app..
Steam and Spotify uses the same thing
That's electron for ya
and python can do just fine on website backends, but website frontend is where js rules. html css and js
Steam?
Who made electron and for what again
Steam use electron?
Are python and js good friends?
ooh, didnt know this. i've always heard kivy in android contexts only somehow
It is the only realistic option for Python on Android
The valve steam client, ya
For Atom I think
Whats atom?
dunno who
Where u read that? I never saw that
a code editor
yeah, probably
A tool isn't the best just because of what it's built with
hm
Text editors are mostly self preference
yeah
mhm
You can it when you are offline, the main page is an electron container that loads an upstream url for some reason
Which code editor is mostly used to software engineering? Specifically desktop apss, and back end programming
Still, there is a bunch of terrible code in Rust. Mine, for example.
It's whatever the developer in question prefers. Depends on the language too.
Just use whatever you prefer
C probably CLion and VSCode if I had to guess
There are two idiots who are writing an OS in Rust for some reason
You and Akky?
Although there really isn't any rust code at the moment
Or someone else?
rust but not rust ๐
I want to write an os in C
I wrote a linked list in C yesterday, so I'm officially an expert
That's it, heh
nice
what does productive mean..
whatever editor you get the most work done in
Whatever you like the most and work best in
Dew it! It is a super fun and painful project!
perhaps I shall
eh, thats fine
fun...painful
nice oxymoron you got there, I'm very excited
Why idiots?
lmao
just self-deprecating
Because writing an OS from scratch is such a silly idea
fun idea though
We are currently moving this nightmare to a custom build system https://github.com/Akarys42/Volta-DOS/blob/main/boot/Makefile
ono
Not rly, a lot of ppl are making hobby OS
One of them is
Written in modern c++
And also some cursed stuff like a Python script to modify an ELF symbol https://github.com/Akarys42/Volta-DOS/blob/main/boot/set_bootram_size.py
rust superiority
Quite proud of that one
cool
We aim to have finished by the end of 2022 but I don't really believe it
// Definition for a binary tree node.
// #[derive(Debug, PartialEq, Eq)]
// pub struct TreeNode {
// pub val: i32,
// pub left: Option<Rc<RefCell<TreeNode>>>,
// pub right: Option<Rc<RefCell<TreeNode>>>,
// }
wtf
why Rc<RefCell
it's a tree, it could just be a Box
this tree implementation uses reference-counting RefCells to store references to the children
yeah but why
but... it's a tree. There should never be more than one parent of a node. why the hell did they not use a Option<Box<TreeNode>>, which gets compiled to just a pointer
maybe it has 2 parents like real life
can you connect two computers directly?
as far as i know is to rely on a server and shit, i know a server is also a computer, but i mean the computers we use everyday
sockets are pretty much for that
owh thanks i'll try to find out more about it
the computer you use everyday could be used as a server too
if u let it
yeah just grab a funny ethernet wire and hook them up together its not practical but u can do it ๐คทโโ๏ธ
i have a friend who learnt java. should i stop talking to them?
you just have to open a socket at your ip
if you use your local ip, computers on your lan would be able to communicate with your computer
my isp charges double to have that option availible thanks ๐ฉ
if its your public ip, anyone on the internet can connect with you
tbh pretty much every isp i have on my zone does that its annoying 
wow
Or you use ipv6 and because your isp isn't friend with HE you can't reach it
LIES
~ @low chasm
Lies
:incoming_envelope: :ok_hand: applied mute to @velvet shale until <t:1636244917:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
wht was the point of that
Cool bot!
but @royal lake doesn't have slash commands
because they are impossible to make
the libraries are corrupted
somehow
wat
for 2 days, I've been facing a problem "Could not install grub/somethin/somethin this is a fatal error". I know how to fix it but what might me causing the problem?
notice: one of the partitions in my usb is write protected (if this might help in figuring out)
Which distro?
both Kubuntu 21.10 and Ubuntu 21.10
When all else fails: use LTS
hmm yeah true
Generally you should stay away from non-LTS unless you either need something specifically or you're testing things
that's my stance, anyways
hmm
and what about my pen drive? I am unable to remove write protect from that partition even after using regedit ๐ข
no
there is no "security" option in the properties
no it's not, I was able to format the largest (25 gig) partition
sounds bizarre
also look at the free and used space in this ๐คฃ
it sometimes shows "unknown file system" on doing something, I forgot doing what shows that
you can't format it?
This tutorial dwells on a common matter: the disk is write protected in Windows 10. It also provides you with different, helpful and handy solutions to the problem.
no, thanks for telling
ah I have done all these stuff but now I know why regedit didn't work
rip
๐ญ what I figured out was still wrong
lmao, this was a fast otn rotation in
how do u rip a car seat wtf ๐ฌ
there was this one app, started with lowercase e followed by a capitalized letter. it was like a terminal, but super stylized, with themes, like the screens from tron or somethintg
what is it called??
eDex-ui?
nice cve
Hey @rough sapphire!
It looks like you tried to attach file type(s) that we do not allow (.avi). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a.
Feel free to ask in #community-meta if you think this is a mistake.
That is a spam. Don't ever do that. I will call the Discord managers if you do ^_^
Ping joe and get banned
lmao
๐
can someone help me create a simple doc page with mkdocs, hosted on github pages?
anyone knows tkinter channel, here. or out
Let's not talk about that CVE 
uh, whats a cve? is it referring to me? should i delete the message?
Nah, the channel name
sure, go ahead... I did something similar on discord-modmail/modmail if you want to have a look (might answer your question)
id like to see that, if its open source of course.
i did everything the tutorial said but the github page says 404 not found
I forgot that we shifted to readthedocs on modmail
yoo what laptop is it on the picture
oh ok thanks
probably a fake one lol
judging by a lack of labels on the keys, I'd assume it's just (generic) CGI (as in not even CGI for an existing product)
fake, found someone on design bunnies (or something, don't remember)
Oh but it looked good :-
yeah, really good
whats wrong with this then? https://github.com/InvisibleOS/test-repo/tree/main/my-project
github pages has no default support for mkdocs, you need to build the docs as html/css/js and then host it
https://github.com/Shivansh-007/piston-cli/tree/gh-pages the github pages is set to this branc
no
see the workflow last ste
it would build the site for you from the mkdocs config/docs
so custom css is required?
.github/workflows/publish-docs.yml line 58
run: mkdocs gh-deploy --force```
so i would need to deploy it?
deploy it in the sense?
when you do mkdocs gh-deploy --force, it would build the site for you and commit it to gh-pages branch (a branch on your repo). Then you go settings/pages and select the branch for deployment as gh-pages and site root as /
not really, but okay
There are labels, but they're black and really hard to see
lol I had to zoom so far in with my eyeballs for that
so its fake?
It's definitely CGI and I'm 99.9% sure it's CGI for a non-existent product
any m1
biased?
yes
what is that
My personal experience with Dell leads me to never want to deal with them ever again
apple or lenovo IMO
ah why?
Well
for monitors, for sure dell
The laptop I got was so terrible
Lenovo is pretty good
which one?
it'd break and get stuck with Dell repair for 2 months at a time
My company hands out Thinkpads as work laptops, and they're pretty good for programming
apple really? the hardware is super sussy and engineered to be popo in purpose
just use ibm ._.
ibm 5100 supermacy
send me one
i will make good use of it 

why is lemon wink so smol
๐
damn
smol
I am not a fan of Lenovo's laptops because both mine and my dad's had faulty hinges that caused them to become unusable.
I've only had lenovo laptops, theyre ok
I've been meaning to modify that to match the style of sweat and glass but didn't have time to 
thats fine :D
ah yeah thats the reason why my lenovo laptop died
screen does not light up
i do plan to repurpose it for server stuff in the future maybe in 2 years
the mobo still works
Yeah
I plugged it into an external monitor and it started asking for me to reinstall windows
hmm i guess imma buy a cheap monitor and a 128GB SSD
install debian
and become happy
or maybe just a 1TB HDD. since i wont move it lol
imma just FreeBSD. i just realized
Oh no
hey im not using it for desktop use lol
Oh phew
im using it to ssh and storage and transfer files. i will probably set up a server too. probably nextcloud
but that will be in the future. i have to graduate and git money
git pull --money
git pull --sugar-daddy
Oh my
git clone sugar-daddies-and-mommies
of course not who would use Linux for desktop use smh

:(
not me right now on KDE Neon
._.

me on river flaunting my rice again
smh
short break ๐ฌ
long break 
What is that?
a what?
probably electron xD
Pomodoro app
the heck is that
The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. It uses a timer to break work into intervals, traditionally 25 minutes in length, separated by short breaks. Each interval is known as a pomodoro, from the Italian word for 'tomato', after the tomato-shaped kitchen timer Cirillo used as a univers...
I see
nice
yes pog
Pomodoro sounds like shit
lol
If i start coding im not gonna stop until i finish debugging/implementing a feature
Not for some shit arbitrary timer
At this point you gotta wonder whether they make this shit up to sell prints or if theyre actually helpful
i think it helps for things ur less interested in
pomodoro helps for things where you don't need to go into a "focus" mode. If it's something you want or need to go into deep focus for usually the recommendation is your keep a timer and then stop once you reach a natural stopping point. The timer helps you determine how much of a mental break you need
5pm and it's dark now ๐
5pm and CVE-2021-41250 is still a thing ๐
I have no idea what this ot name means. pls enlighten?
CVEยฎ is a list of records โ each containing an identification number, a description, and at least one public reference โ for publicly known cybersecurity vulnerabilities. The mission of the CVE Program is to identify, define, and catalog publicly disclosed cybersecurity vulnerabilities.
We accidentally submitted a breach to the @royal lake bot to a list of vulnerabilities
which is obviously intended for breaches that can affect consumers
lol
damn i wana turn on the tv on sunday and have jurassic park 2 play on a 4 by 3 ratio
my old tv is unusable now anyway :( all it can do is play n64 games i guess
grandma's old tv is even better
hit power button, diode changes... but it won't turn on. unless it feels like turning on. e.g. after an hour
fun
Iโm glad for the earlier sunsets
I needed the earlier sunrises + winterโs soon
oh does this make your early morning commute brighter/sunnier? :3
Yep, walking to the bus stop in the sun is a lot nicer than when itโs pretty much dark
Though I will miss the late sunsets, Iโm glad my favorite season is almost here; winter
oh wait this is my otn I think
okay then I guess we'll allow for daylight savings to continue on then. can't argue with that :3
Though there is also the argument that some people (high schoolers for example) may have extracurriculars and by the time theyโre going back home itโll be night
we just need to move all the children to the equator, is what I'm hearing
No more Northern Hemisphere!
I canโt imagine how interesting yet horrible it must be to live near the poles
Alaska gets nearly 24 hours of sunlight in the Summer Solstice to very little daylight during the Winter Solstice
we can build the earth's shape up to be like a cylinder
equal sun for everyone
would that work idek
only if you actually touch grass pfff who even does that, its 2021
No, if anything it would be worse because there would be less of the earth facing the sun
but what if we added mass to the top & bottom of the earth
so no reduction of surface area
no cuz im the only one capable of doing it and i just like balls they're like round and they just work
you can keep it spherical and have equal sunlight throughout too
just tip the planet over till the axis passes through the poles
currently its like 23 degrees away
that won't give equal sunlight, I'm pretty sure, just because there'll still be the effect of the angle between the direction to the sun and the normal to the surface being proportional to the cosine of the longtitude latitude
cosine squared, maybe? something like that
The axis being misaligned causes seasons, not the overall difference in temp
hm
hm
hm
hm
hm

what if we just emptied the inside of the Earth and constructed a massive sun, populate the inside of the Earth and done
any1 here experienced in making cheats?
https://cdn.discordapp.com/attachments/291284109232308226/907183928060813312/unknown.png
i'm trying to boot into windows 98 vm
but for some reason it just shows this
also if i go into anything other than network boot it just says the same thing
buddy this is not the place
Fyi we don't allow chatter/help for such things here as it violates our #rules (namely #5)
@viscid hemlock WumPy logo
I probably messed up the colors lol
Time for ChumPy
lol
Thats cool, I've been playing around with logos
I actually had a logo but couldn't use it because of Trademark laws
import java.util.Scanner; // Import the Scanner class
class MyClass {
public static void main(String[] args) {
int x, y, sum;
Scanner myObj = new Scanner(System.in); // Create a Scanner object
System.out.println("Type a number:");
x = myObj.nextInt(); // Read user input
System.out.println("Type another number:");
y = myObj.nextInt(); // Read user input
sum = x + y; // Calculate the sum of x + y
System.out.println("Sum is: " + sum); // Print the sum
}
}
Laws :blobsad:
For me it was simple
DiscPyth
Just created a disc changed the color and then done
Also I have a svg you can have it you want
Sorry I had class, that would be great. Do I have your permission to take inspiration from this?
I mean i made it for wumpy in my free time so you can just copy paste or do whatever you want lol
laptop is updating will upload svg in some time
Hey @gentle sun!
It looks like you tried to attach file type(s) that we do not allow (.svg). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a.
Feel free to ask in #community-meta if you think this is a mistake.
aight
You can DM me
I already uploaded it to drive chrome just froze lol https://drive.google.com/folderview?id=182m652PAnL0QeLb_83JOIaQlBX_0EoSm
Ah cool
i think we'd melt
Any good VPN with one time payment?
How would gravity work in a hollow earth
Its a good question
Would we float in the hollow center of the earth?
Assuming a hollow earth of uniform density and evenly distributed mass, you would technically be weightless
Or would the bits thay remained overpower that force
*at the center
And yes, you would float, but orbit and rotation will skew you
I think it is possible to float at all of the "hollow" places
that seems unlikely to me
Nah, gravity works by proximity to other mass
if you imagine a circle and scale it up, the circumference scales linearly, and the diameter also scales linearly, so the gravitational force from the other side would fall off
Yup, and if you are in a sphere of evenly distributed mass, you should have a gravity potential that is equal radially
Could i shoot at people at the other side of the inside of the hollow earth
Sure you could. I would question why you would though
am i missing something or is this not talking about a hollow earth at all?
It touches on it, I remember deriving it in physics once upon a time and I thought that was it but I was wrong
You have the forces from all the atoms in the shell tugging at you. If you're in the center, its pretty clear that they all cancel and you get zero. It turns out that the force inside is exactly zero even away from the center!
theoretically its because if we take any arbitrary point inside except centre,
the distances also increase , decrease (change in distance for a small point on sphere) for opposite surface of assumed point in that hollow sphere , so they overall compensate and give 0
Can somebody show me how to import passwords from google chrome to brave
Thanks
ye
Do you know a good browser for gaming coding and studying?
@worn anvil I just use firefox ๐
I was thinking of installing it I use to have it long time ago
It's all about what you like and feel comfortable in, as long as your productive. Just don't use internet explorer lol
Lmao would neverr
I'm saying firefox and chrome are good might just stick with it
@worn anvil Like I said, learn brainfuck ๐
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
It's very simple, this returns "Hello world"
Very very simple indeed
Yes, I'mma show you a cow code too
MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO Moo MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO Moo MoO MoO MoO MoO MoO MoO MoO Moo Moo MoO MoO MoO Moo OOO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO Moo MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO Moo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOo MOoMOo MOo MOo MOo MOo Moo MOo MOo MOo MOo MOo MOo MOo MOo Moo MoO MoO MoO Moo MOo MOo MOo MOo MOo MOo Moo MOo MOo MOo MOo MOo MOo MOo MOo MooOOO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO Moo
f
This returns "hello world"
I'm not joking tho... it's realy.. google cow programming language
or brainfuck language
don't care
I would avoid brave considering it lies about privacy and ships borderline malicious stuff
That's nothing like brainfuck
there's literally brainfuck just above the moo
Ohh
Wait is this true?
Discord didn't load it at first
Yup...
The company is also real bad as a whole, and have a history of doing stupid/bad/malicious things
Pretty easy to look up
Show me a thrusted article to proff ur right
I am gonna scan the exe now
Look at their website, first party
Scan the exe lmao
Brave rewards: allow "trusted privacy respecting ads for crypto"
That's a huge red flag right there
Well u just though
About it
U don't even check the source code to see how it works
Okay if you're going to try to argue with me
You're going to need to speak in legible English
Brave is a free and open-source web browser developed by Brave Software, Inc. based on the Chromium web browser, which Chrome is based on as well. Brave is a privacy-focused browser, which automatically blocks online advertisements and website trackers in its default settings. It also provides users the choice to turn on optional ads that pay us...
See the controversies section
They have sources cited
See also
Basically everything about brave is bad and you can get a better experience with less malicious features by just using any other chromium browser with trusted plugins such as ublock origin, etc
I don't see anything about crypto mining there
I never said anything about mining
You can have crypto without mining
See: "basic attention token"
What the f*ck
"look at our"trusted" ads so we can track you instead of other people, whole pretending to care about your privacy, and we'll pay you for it in a nearly worthless crypto that helps destroy the planet :)"
Lol
Woah
Hmm????
Yes, and?
what about vivaldi?
How would they drop all the malicious stuff without being detected
I just explained, in depth, with links and sources cited how and why is malicious. It doesn't have to be a top 5% virus to be malicious
It's quite easy to make malware that's not detected, also. You can exploit the Java in a Minecraft install to wipe someone's hard drive and it's a 0 detection on virus total
Wow
And you can deliver it in a plethora of different ways
And no I'm not going to explain how
Just know I've already dismissed vulnerabilities to the proper companies
Disclosed*
Umm ok
U could just make a py file that uses os.system to run a command to wipe ur drive and pack it in a exe then get zero detection on virustotal lol
Oh doesn't it detect what's inside?
They run it but if there is no known matches for their antivirus then it's zero
Oh So their is no virus detector that can detect it?
5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.
Oh ok
are you a moderator?
Anyway, I've done my but to inform folks
You can check someone's roles, frx
Just look at their pricing
Nope, I'm a helper just helping
I need help with linux, I'm trying to open blender which I downloaded, but the executable only opens with another app, which doesn't make sense I guess...
I was thinking if someone could help me to get an indian account for spotify? thanks! dm me please ^^
VPNs
I cant use vpn
Its not letting me
Ive tried even with the one i had bought and some ones that are free
Travel to India
...
I dont think this would be worth
So if anyone could help me that would be nice (from india or anywhere where its cheaper than Spain (16eur/month))
Nobody is gonna pay for a premium spotify for you and you should stop asking about it
@solid elbow
I have no idea how to recover from a python -S repl, even after importing site
I'm curious if its even doable
ah, site.main()
so..
fuck im out of ideas to troll an engineer
sad
Lol
only suckers use log to mean lg; the natural logarithm is the best logarithm there is and deserves multiple names
i have used alot of my brain juice yesterday studying virology ๐
lg? You mean ln surely
still kinda annoyed that julia does not have ln
Lmao, instant drop
hmmm wait they all have a price tag?
im probably 0. sad
remove it fast lol
log is ln
that's very enthusiastic CR
very
hahastinkymacro
ln is base 2 bc 2 chars
Like, from a random file on the internet?
yep
import GitHub.com/...
URLClassLoader loader = new URLClassLoader(new URL[]{"url"});
Class c = loader.loadClass("classname");
Object o = c.newInstance();
assuming url/classname points to a .class file
Ooh interesting
its riddled with security risks lol
yikes
this is how applets worked apparently
deno in js has something similar-ish, you just stick a url in https://deno.land/manual@v1.15.3/examples/import_export#remote-import