#ot1-perplexing-regexing
1 messages · Page 318 of 1
smart move
Again, people have their own reasons for why they believe what they believe. Yes, we see the inherent bad in what people are doing, and likewise others might see what we do as bad. However to blanketly dismiss other people on the basis of one thing, without trying to learn why they feel that way, does nothing to help correct or solve the problem of all the unrest we have in the world
i dont really care why someone wants me dead
ever heard of Godwin's law, enki?
sure have, and i know youre going to use it wrong :P
I think this Ted Talk illustrates twitter well: https://www.youtube.com/watch?v=wAIP6fI0NAI
For the longest time Jon Ronson reveled in the fact that Twitter gave a voice to the voiceless ... the social media platform gave us all a chance to speak up...
anyways, too political for me
i don't want to get too heated
Considering the points you were lobbing, the heatedness was kind of coming from your side. Let's just swap topics and be done with it
sounds like thought policing to me
Well yes
wut
Discord servers are dictatorships
Yep, most online communities are
Don't like it leave, disobey get kicked out
Pretty simple for what's required
At the end of the day we don't have to make sure people are fed and clothed
I haven't seen anything else that works tbh
Just have to make sure the rules placed on us are followed and likewise all the way down to our users
Not to say we won't listen to constructive criticism, but at the end of the day, what the staff says is what needs to be followed by
there are many levels to dictatorship, striking a balance is good
haha that's a great one to take out of context
It's more of a council based dictatorship here
Either way, I think we have a community here that's worth being proud of
Agree
lol, I was talking to a C developer about git earlier
He said most people don't know that version control can be useful when you're on a single-person project
I said I didn't think that was the case and he immediately replied with "well you're on a Python server, there's an above average IQ"
guy doesn't even like Python haha
You can not like a language but still respect the users of it
True enough
Like I HATE brainfuck, but I still respect people who can make interesting things out of it
Oh, hell
ANYTHING out of it
I mean the guy used to be a PHP developer
but I stuck with him through those trying times
because I too know what it's like to be lumbered with PHP and not see the problem
:>
I think Python's communities have a good reputation in general, though, so that probably helps
A lot of good ones out there just trying to help people get into programming
I think the PSF has always valued inclusivity and helping each other out
It shows well
There are others that are a bit more closed, which is a shame. Oh yeah, absolutely
The language itself is never going to be (and was never intended to) be a perfect tool for every project, but its utility makes it perfect for learning and teaching concepts or prototyping, so the fact that it's so welcoming makes it an amazing jumping off point
Agree
although I'll shoehorn it into everything goddamnit
I'm writing a logging sidecar library for use with Docker and compiling it into a C module with nuitka
gonna be interesting to see how that performs
Huh, I'd apparently looked into it before but I must have forgotten about it. I'm concerned about the performance during the transpolation process.
I mean I'm not really sure there is any transpiling after you've built it
It compiles to a python-native .so/.dll
(meaning, you can import it directly because it exports the right stuff)
I'm saying when it initially goes from Python to the C/C++
You mean the time to build?
Yerp. Not the actual building itself, but how efficient it is compared to if you had just built the program in C or even Cython
Ah, well yeah, that's what I'm wondering
that's the new azure pipelines thing by the way if you haven't seen it
Pretty swanky looking
I like it
I think you did hit on a really bit issue, though. There's a lot of desire to shoehorn a language where it really doesn't need to be
Oh yeah, definitely
I mean I love Python, don't get me wrong, but it isn't built for certain things. You don't get the granularity that you need in some cases
"I found this cool thing so now I'm gonna find a reason to use it" is a big problem too
I am aware that I'm guilty of both in this case :>
However it's pretty uncomplicated so if this doesn't work out I'll just rewrite it in kotlin native
Yeah that's fine to do if you're just concept testing or prototyping or just learning about all that stuff
Ooooooo Kotlin....
I do love me some Kotlin
I've been enjoying kotlin
It feels good
It's made writing Minecraft plugins fun again haha
That's the thing, I know this is a terrible thing to base languages on, but some of them just don't feel good to write in
But Kotlin feels great
Yeah
I don't feel like I'm fighting against the language to make things do what I want
But for me, I'm coming to it from the perspective of Java
and it adds soooooo many niceties that Java developers wish they had
like you can do thing.x instead of thing.getX() or thing.x = y instead of thing.setX(y)
it'll translate it during compilation for you
I love that
you just don't have to think about it anymore
I still have little stuff in my head that I have to get over, though
Like
It still uses the JRE, so it would still have all the limitations of that as well, but at the same time it uses it better than Java does
A lot of languages do run faster on the JVM than Java does
which I find pretty funny
So I'm trying to convince my head that it's different than TypeScript/JavaScript
Yeah that sounds right
also it just has so many damn targets
True
JVM, WASM, iOS, Android, Windows, Linux, Mac..
"10 billion devices"
Ayep
(most of which are defunct but they don't tell you that)
Defunct or not that's still one hell of a pedigree
I disagree
Java is.. very old
a language that's stuck around this long is going to be on a lot of things
just like C
True, but to be fair, Java's strength is less the language and more the JRE
What matters is that it WILL run on damn near everything
Regardless of what you make your program in
Yeah
I have a feeling that in 10-20 years we will have replaced it with wasm
but we'll see
That'll be an interesting showdown
Mozilla is spearheading it, like they often do with these things
which means it might not go anywhere, but
there are some discussions about adding wasm support to kernels
native wasm support would be.. very interesting
so kotlin seems like a good language to use right now
Kotlin, Rust and Python are the front runners currently imo
I think so too
Those are my JAM
the code jam
I'm not a fan of rust really, but I respect its importance
16:10 are near-ish the golden ratio, cool
shame 16:10 screens aren't that common :(
Yeah
I would like to upgrade screens but can't and won't for 2 reasons
- 16:10 is glorious and I love it
- No money
But mostly 2.
I'm not a fan of 16:10, makes a lot of media look weird with black bars and shit.
46:9 squad
That's what 21:9 is for
Why is vertical res even good for gaming?
It seems to me like the biggest improvement to gaming would be a more immersive feel with better peripheral vision on a very wide monitor
I'm in them for productivity and half-old, half-new tv/movies
nah Piers
well, for some games yeah
vheight can be very handy
when people started moving to 16:9 in Quake and CS i was still on 4:3 CRT's
looking up / down is much more effort than left / right
so having a high vres is more important imo
Quake's very verticle though, so i concede it's not really that important for all games
spectating someone on a 16:9 can be quite funny when you're on 4:3
Verdict: More vres is nice
yah
Strongly disagree. The majority of games have relatively little verticality in them
and FPS varies
Yeah
Arcade FPS you deffo want as much vres as you can get
stuff where people aren't rocket jumping about and shit? less so
wider is better usually
even though you're generally aiming at a tight choke point in CS
f.ex
16:10 is still the best trade between 4:3 and 16:9 imo
Yeah
it's really bad if the movie is cinematic aspect
yeah, i was doing that for ages when i had a 16:10 24" main
i gave it to my sister and went full 16:9 for decent IPS displays
2ms response but it would streak in Quake
not so much in CS
early low response monitors were measured in like black -> white
rather than grey -> grey
because they're dirty cheating liars
must admit I don't find 16:9 comfortable for big displays
768p, 15 inch notebook displays were okay
i think my limit for a display is about 24"
i can't have multiple super large displays because i have to rotate
blind in one eye
(mostly)
also means my screens are off centre to a normal person
because they're only aligned to one eye
:D
remember the jump to 1080p? webpages suddenly had huge blank gaps to the sides...
it was weird at first
I want to make a full stack CRUD web app just to have something to stick on Github. I've done the backend as a pretty neat and simple Flask API, but I can't be fucked in the slightest to actually make a front end. Does anyone have any suggestions for building a not-ugly React app with relatively minimal effort?
You have to wonder on some of the acronyms for things, did the word come first and they fit the acronym around it or vice versa?
"GIMP"
Yeah, exactly
I'm sure pip was the acronym first not word first
But stuff like Wine in Linux and what not
Because that one literally just means Wine Is Not Emulation
Like they had to have the name first
totally agree, I and only really notice acronyms like that in coding/IT stuff too
it's like people just gave up on making a good acronym and were like fuck it
Science does stuff like that all the time as well
And of course I can't think of any examples
I believe you, lol
i still think the G in GNU means something else though and drives me bananas
I'd like to propose renaming GIMP, due to the baggage behind the name. The most modern and often used version of the word "gimp" is an ableist insult. This is also the colloquial usage of the word. In addition to the pain of the definition, there's also the marketability issue. Acronyms are difficult to remember, and they end up pronounced instead of read as their parts. "GIMP" does not give a hint towards the function of the app, and it's hard to market something that's either used as an insult or a sex reference.
Oh
(Christopher Davis)
GIMP is the linux version of PS right?
*Open-source version of PS, yes
you could say so
It works on Windows and I think Mac as well
yeah , spent too long learning and investing in Adobe products to switch
Gimp is lacking in some areas, anyway
particularly non-destructive editing... there's no such thing as smart objects or adjustment layers
yikes it's all about the layers though, how can you have no layers
there are layers, just not adjustment layers
It has tho?
It has tho?
the kind I talk about, no
Well, I just use gimp to remove backgrounds
if you want to apply X image adjustment like contrast, you have to do it destructively
So I can't opine a lot
i guess the word GIMP seems pretty fitting then lol
Gimp stands for GNU Image Manipulation Program right?
yeah
sorry the acronym made me rawwrrrr, lol
we were just talking about acronyms that include itself in the name and how weird it is
A recursive acronym is an acronym that refers to itself. The term was first used in print in 1979 in Douglas Hofstadter's book Gödel, Escher, Bach: An Eternal Golden Braid, in which Hofstadter invents the acronym GOD, meaning "GOD Over Djinn", to help explain infinite series...
WAT — WAT Automotive Technologies
wat
LAME Ain't an MP3 Encoder
@golden walrus wat
def load(self):
if os.path.isfile('data.txt'):
print("test")
self.form.TankSize_DoubleSpinBox.setValue(self.conversion_data["Tank Size"]["Water Volume"])
def load(self):
if os.path.isfile('data.txt'):
print("test")
self.form.TankSize_DoubleSpinBox.setValue(self.conversion_data["Tank Size"]["Water Volume"])
why is the self not indented, I mean I know it's too long but it should overflow on the second line not first, first one should still be indetned?
right?
it doesn't seem to be in the function body is why
@jagged fog why is the self not indented?
I'm not sure what you're asking here
🤦 look above that , it is in function body. Why does discord not indent it , at least the first part of long line. Instead it just shows it from beginning, making it seem as it was n not indented. I think it worked before on long lines like this @rough sapphire @rough sapphire
So, it's more why doesn't Discord indent code text properly?
Because it'd probably mess things up, and it's to keep everything uniform I imagine.
aka the first part of long line would be intented and the second part or rest would be showed as "full" line or unintented
Ye I was just asking if this is perhaps to do with new update, maybe someone remembers it from before. Becase I'm sure that was not the behaviour before
Probably caused issues or there was some edge case they found where people were abusing it
test
test
test
test
What on Earth is this abomination @rough sapphire
sneek
test
test
test
test
test
test
Because it's listening to a Van Halen song?
oh right, that reminds me
I can't get Spotify to open on a dedicated worspace in i3wm, only move it after it's been opened
I think it's sets the window class late
Apparently, it's a known thing and my workaround is what I see suggested everywhere as well
@verbal relic Can you see the channels now?
@oak tangleyes yes thanks
Cupertino calling. Join us for an Apple special event live from the Steve Jobs Theater on September 10 at 10 a.m. PDT. Set a reminder and we’ll send an updat...
It's starting now
Haha corprate lies
"We are a service to humanity"
Ew an exclusive platform that's a subscription service
I'll probably catch a summary at some point
apple doesn't deserve my undivided attention
"We are a service to humanity"
did they actually say that?
or are you paraphrasing?
They where talking about themselves and said "a service to humanity"
One of the two
100% said service to humanity about themselves
Just not sure the exact quote
no comments
It feels like hooli
But that's like saying china copied black mirror's surveillance
personally, I don't want a phone with new features
I just want a phone with 2012-2013 technology that gets cheaper each year
I just use one for discord and 90's level phone usage
pretty much the same thing, + youtube sometimes and using it as an mp3 player when jogging
Oh yeah
Glue an mp3 player onto a 1st gen iphone that can run discord
And i'll be happy
I wouldn't be surprised if you could make it a sub $100 phone
but what phone manufacturer would want that
Using a £120 huawei and it feels luxery
I might be wrong as I'm half asleep at the moment, but I think the US banned those from importation
Probably
Whole thing about them
I don't really care if my phone blows up because I said something bad about the motherland
$70* but still, very good
Looks good
I just got the huawei one because it looked nice and had good specs for ~£100
Going to be my daily driver for quite a few more years to come
once my current S6 croaks, I may go that route as well now
I only got something as "new" as the S6 because a friend of a friend owns a cell phone repair store and sold it to me for a really good price
Yeah
but I guess my original point is that I think its silly to have new phones released every year with very small changes
someone I know bought an iphone 10 the day it came out.... maybe I'm just getting old, but I don't understand chasing after brand new phones
computer hardware maybe, but phones? nah
Yeah
My burn-rate for computers is ~once every 4-5 years
And for phones it's however long they last until they break
yeah its the exact same thing for me
https://pcpartpicker.com/b/jJ9WGX this is my current machine, with the ram upgraded to 16GB a few years ago
this winter I think it will be upgraded
built in early 2015
I switched to laptops for school last year so I have gone through a ton in the last while
PC -> Cheap laptop -> Current nice laptop
The cheap laptop was sold to get the nice laptop and so was the pc
makes sense
Will stick to this current laptop until it dies most likely; not much resale value as it's already 5 years old
its hard for me to use laptops as I'm spoiled from using large dual monitors. its hard to go back from that
thats nice. all of my laptops have always been cheaper, and if anything have either served as backups if my computer ever breaks, or if I just need to be mobile and use a computer elsewhere
thats not too bad
maybe I've just been lucky over the years, the worst things I've had break on me are like 2 internal hard drives, and 2 laptop display panel cables after being opened and closed for probably 10k+ cycles each lol
I always try to be gentle with my computer stuff
my father owns a lenovo laptop, and the hard drive failed a couple weeks ago
he dropped the laptop on his table from 18" up as a last ditch effort to see if it fixed anything, and it actually fixed the hard drive haha
I was like.... that shouldn't have worked, but ok
its now working properly for him
yeah I'm guessing the arm for the drive was locked, and the shock knocked it out of that
any phone recommendations?
o-o
i'm thinking about upgrading
also my pokemon go is lagging
pretty happy with my xiaomi 9E, though i imported it through ali express, so unlocking it and changing the rom was quite a burden, but it's all good in the end
I'll be upgrading to a oneplus 7 pro soon
@sand goblet What are you on now?
Huawei Mate 10 Pro
Oh yeah, we talked about this
:>
Lack of Lineage support and all that
It's a great phone, but there are better now and I want root
shame oneplus thinks wireless charging is a waste of money though
my parents are both getting the note 10+
because it has wireless charging and they don't care about root
for me, root is a bigger deal, though
especially since I have installed a 27000 mAh power bank with 100w fast charging into my backpack
If you're curious as to what I mean about previous issues - https://thehackernews.com/2017/11/oneplus-root-exploit.html
don't really need wireless charging
Big oops
https://thehackernews.com/2017/10/oneplus-oxygenos-analytics-data.html
User’ phone number
MAC addresses
IMEI and IMSI code
Mobile network(s) names
Wireless network ESSID and BSSID
Device serial number
Timestamp when a user locks or unlocks the device
Timestamp when a user opens and closes an application on his phone
Timestamp when a user turns his phone screen on or off
I don't like that this site doesn't update its articles
looks like fixes!
Yeah, Lineage
I know basically nothing about Lineage
With the added bonus of no gapps unless you want them
I definitely want gapps
LineageOS Android Distribution
Then you'd install https://opengapps.org/
OpenGApps.org offers information and pre-built packages of The Open GApps Project. The Open GApps Project is an open-source effort to script the automatic generation of up-to-date Google Apps packages. All Android versions and platforms supported.
Only difference is that to get root you need to download a .zip and then flash in TWRP
Lineage is just the continuation of CyanogenMod
oh right, that's why it sounded familiar
my last phone before this phone was actually a tablet
huawei mediapad m3
but before that I had a note 3 and rom'd the shit out of it
because it was the only way to get decent battery life
https://download.lineageos.org/extras has the su .zip that you'll need
It's a one time flash that survives OTA, so you don't have to do it multiple times
I'll figure it out, but thanks
gonna be a while yet so I'll have lost it by then, haha
If you need any help, don't hesitate to message
I've flashed many devices
Only ever screwed one up
Nice.
want to know how I did it?
Could be anything. Flash something wrong to boot?
nope
installed app updates from google play
it ran out of space
hasn't worked since
You can't fastboot/adb?
nothing works
you can boot it into ODIN mode but nothing you do actually does anything
thanks, obama
It have an sd card slot?
nope
Huh
all samsung devices from that era had like an "internal" "sd card"
I ended up flashing something over to boot not realizing it was wrong, and through a few mishaps managed to nuke everything else too
I mean see if that happened I'd be okay because I'd know how I fucked it up
but to try to install app updates, have the device freeze and just never work again
what
what???
the sim card tray for that thing was shit too
I had to take the entire thing apart to get my SD card out
er
sim card
Yeah, sounds about right
Nook Color was trash
Flashed Cyanogen onto that back in the day
I've never recommended anything Nook, they're all trash
I never bothered looking at them tbh
on the other hand I don't really want a tablet anymore
They're trash, moreso these days as they're reskinned never upgraded Samsung garbage
You can verify this by checking the Android Patch Level and seeing how they haven't been patched in 2~ years, lol
haha, well that's just not on
man, my first smart device
I can still remember
I had a shitty samsung slide phone
and then we were at a party at someone's house and a guest had an ipad
and I logged onto IRC on it and I was fucking blown away
so I got one
before that I didn't believe in them at all haha
But back to the OnePlus devices, every single one of them is supported by Lineage
Back to the OnePlus One
that's like half of the pull of oneplus for most people, right?
unlock bootloader with a simple toggle, and it's now entirely your phone
I mean, there's more to it then that, but yeah
well, yeah, you have to actually flash a recovery and stuff
but they don't try to stop you
fun fact, the way huawei phones work
you can unlock them with a code obtained from huawei
Didn't they stop unlocking?
they stopped issuing the codes a couple years back, yes
but
you can still get codes
there are employees that sell them on the grey market
amusingly enough though
if you go into the developer options on my phone
the unlock bootloader toggle is there, as you'd expect
it does nothing but the thought is there
haha
Yeah I'm not going to go with a company that you need to do anything other than fastboot oem unlock
rooting wasn't really on my mind at the time
Well yeah, that just enables the ability
I just wanted the best phone that was around
Something like Allow Manufacturer Unlock or some such.
I wasn't considering root at all because I wanted to play games that ban you if you have it
but there are ways around that now
(thanks magisk)
I enjoy that Connected MAC Randomization is a thing popping up on more devices
net admin implications?
I mean, if you were a company and worried ( and it wasn't BYOD because LOL ) you'd be managing the devices.
I mean I'm not a company but that doesn't mean my network isn't overcomplicated, haha
MAC addresses have never been useful for any level of security, and MAC address filtering has always been a joke
MAC addresses have been spoofable for.. well, since ever.
well yes, but it wasn't an automatic thing
it's annoying because networking tools use them to identify specific devices because that's basically the only option we had
and then you have something like google wifi and you own a phone and a laptop
and you go into the admin panel and see there's been like 500 separate devices
but really it's just two
Doesn't show the device names?
I get the reason they did it but it's still annoying from that perspective
I mean sure, you have 500 devices with the same name
Not necessarily. The name of my device is... creative, to say the least.
I mean if the MAC doesn't change then you can track name changes
so if your mom decides to call her phone "fred" (which actually happened) you're not left scratching your head
It's more adjusting with the times. It's like redteams using AWS for recon
What are you going to do, block AWS? 
I actually have quite a lot of devices that need static IPs here
hopefully I don't end up with one that runs android
haha
by the way, I know printers are the devil, but have you seen what HP has been up to for the last few years?
Nope, printers are black magic that I don't delve into if I can help it
Oh, that's nothing new
but more importantly they come with a service called HP Instant Ink
which is nothing new in the business space
but for consumers it's really great
and they even have a free plan if it's just your grandma printing off a report once a month
When it comes to those big industrial-size printers you see at businesses, libraries, and the like, a lot of people tend to think I'm completely joking when I say they have a HDD in them.
I mean yeah of course they have a HDD in them
Which, it's terrifying to see those not sanitized properly
how else are they gonna store all your butt scans, john?
yeah, that's true
all the big business printers here are Brother printers
they're basically all just different versions of the same thing
they all have at least one problem but the problem is different depending on which one you have
like, this one jams a lot
this one doesn't tell you how to orient the paper when you want to print on something pre-printed
https://support.hp.com/us-en/document/bpp02221 for example
this one has a waste toner cartridge that stains your hands every time
lol
Hello, folks! Anyone wrote or know any scripts that can remove my connections on LinkedIn? I want to remove my connections, but don't have enough time to write a script myself.
delete your account and start afresh..
move to a new country.. new identity.. watch Jason Bourne, be inspired
i think someone hacked into my spotify account
the country's been changed to brazil and there's a bunch of random brazilian songs in my 'recently played'
is there a way to get a more detailed history? to see exactly when each song was played?
i saw some people using leaked accounts
I think that you can solve the problem changing your password
did that
just want to know how long ago this happened
i dont use my spotify account very often
it's been like 6 months since ive logged in
this morning i got an email from spotify in portuguese and that's what made me suspicious so i logged in
yep, dumbass clearly isnt too exprienced at this
and it's a free account too, no real gain
is it just me or do the channel names have "thinner" fonts?
just your monitor
can someone tell me how number of cores correlates to vcpus?
i'm trying to figure outsizing for putting something on a cloud env
It's basically the same @rough sapphire
alrighty then
For me the fonts looks more thicker
More thick
thickerest
thicc
thiccest
thiccester
they've done something that makes the fonts look fuzzy, not exactly thicker
fonts look exactly the same to me
but i'm also heavily zoomed in
1080p on a smaller screen, text would be too tiny otherwise
No, something definitely happened.
They are different, yeah
The font is slightly bolder/fatter
And the antialiasing is slightly different
If you have your font size small or you're zoomed out it'll look fuzzy, as bolder text tends to smoosh together at smaller sizes
Volcyy and I were discussing it yesterday
I'm already used to it, but I know people don't like change
I will say, I like it with the chat text
The code blocks however look....
Weird
But I think I'll get used to that too
It's a light theme?
I don't know if it does or doesn't, actually
Hold on, let me check the branding repo

Weird
Ah, wait
Nope, figured it out
The banner for the server is a .png without transparency
That's why
Discord allows .gif, .jpeg, .png, and .jpg
Yerp
yep no transparency
I could swear .png's allowed for transparency though
They do
They do

Okay, I'll bring it up
Jpgs are lossy and don't support transparency
I can't help but feel like we chatted about it in contrib already
but I can't remember
Possibly, I don't usually pay a lot of attention in there
All I know is that svgs are awesome
Can't argue with that
I primarily like them because I can call them "savages" and it pleases me
there was a thing with that a while ago
sa-va-gees
We have one in the branding repo
I complained about another banner that was png only
We can't set .svg's for the banner
We have to convert it to a png with the transparency
Yeah
And the png's we currently have don't have it
But there's a banner in branding repo with a png only
Where do you see the svg, Hem?
There's only the .png I used for this one
Oh
So, totally didn't see the discord one
That's on me, then
Here's the background, if there was transparency..
That's not the Discord one, but I can create one out of it
Some people are having an argument of "call me cj not Charlie"
Yeah I just now realized it
This is hard to listen to
I'll fire up InkScape
"cj doesn't mean Charlie"
Back in a bit.
o/
Bye
and he was never heard from again
I'm just going to the little Hemlock's room. I'm not dead yet
Yet is the key word in that sentence
You're talking about the discord banner?
yes
Yeah, that depends on screen size. To prevent that, we'd have to use larger margins, but that would shrink the banner on larger devices.
Work in my machine
the worst kind of person
It's like someone
Maybe they're the same person!
I like that phrase because it doesn't specify in want aspect or to who
Literally somebody called Someone
This amazes me so much for some reason
Took me a while to understand why it happened, I kinda get it now I guess, but it's like, nice.. The only other time I've seen something like this is when someone's streaming himself
I think the camera taking the main picture is a different one from the one taking the image that ends up on the screen.
that threw me off
It definitely is another camera
It's doing its best
https://i.imgur.com/V0Jb6lc.png windows no please
https://i.imgur.com/pyNnTsX.png WINDOWS NO
What in god's name are you doing?
literally nothing
break his legs
Ok boss
was watching a streamer play a game i played ages ago and accidentally wrote a spoiler in chat cause i didnt realise it still hadnt happened in their play through
comment got deleted and i got banned
this is it. this is the worst feeling. there is nothing that could happen to a person worse than this
@vapid bluff Let me guess... ||"VOLDEMORT KILLS SNAPE"||
now im vaccinated against all hardship for the rest of my life
yeah scott ur a psychic
nice
anyone from the uk awake
Heyo
I remember when the HP books were being released, some people would get their hands on pre release copies and go around in taxis yelling spoilers XD
I heard about that
I think there's videos..
I'm glad I never got spoilers.. but watching people freak out reminded me of what a big deal it was to wait for the books
get sleep..
I've missed out on sleep this past week.. feel like crap..
paranoid my heart is going to explode.. x.x just want to sleep, but my new company doesn't have sleep pods
Cool company
grass is always greener
Fore-runner in Rust
O
And i'd like to do some web browser stuff some day
Even if i'm not working on firefox/geko specifically
that's cool.. I dont understand that but think it's cool you have something to pursue
better to have tried and failed.. than
Oh that reminds me, I just got accepted into work experiance but it's for IT support for the council
council?
City council
uhmmm
woo
I'll probably get bossed by either way under or overpaid people
We'll see how it goes
I miss bad weather days.. just had a typhoon but had to go to work anyway
there was a freak storm yesterday.. it was so weird..
We had one, the rain went from 100% to 0% in 2 seconds
it was just this self contained storm that was moving over the city.. and it rained and hailed in select places at certain times.
oooh
is it summer
I mean.. did it happen in summer
Especially in the UK
ur very handsome
Piece of shit!
LOL
@scenic mortar Why would you not be able to generate this data?
I'm having trouble formulating my research question is part of the problem I think
I'm really interested in hacking
like system security
and net work security
Sure
I just can't think of an experiment I could do with it
Well, I'm not sure at what level of schooling you're in but you could argue the technicals of HTTPS
You could explain what S-boxes are with AES
Diffie-Helman Key Exchange
GPG/PGP
So i need to write a 4000 word essay on the topic
do you think these topics would be able to go that far?
Any of these could easily double that
I have a max of 4k
I think you'll do fine
alright, but I'm still struggling to understand how I can test it
Let's look at HTTPS
alright
HTTPS has HSTS ( https://hstspreload.org/ ) to assist
That way the list of sites are preloaded, or comes with the browser
So they never hit HTTP
Arguing MITM without HSTS is one way you can go
Also the technicals behind HTTPS, the history, the multiple iterations of SSL 1, 2, 3, and TLS 1.0, 1.1, 1.2, 1.3
okay, I am at a high school level by the way
Ah, gotcha.
Figured you were in college 😄
yeah sorry ahah
Maybe the above would be a little .. detailed, to explain everything.
But should give you some ideas 😄
i see
HTTPS I think is a good idea though
okay
Explaining the necessity for it, and playing with Fiddler ( https://www.telerik.com/fiddler ) if you want
how should I approach the research question portion though?
and I will definetly check that out
A few come to mind. Something like
- What is the importance of* HTTPS and why do we need it?
okay so I don't know a lot, but doesn't that have to do with RSA algorithm?
https://en.wikipedia.org/wiki/Https Educate 😄
To answer your question
The most recent TLS version does barely allow usage of RSA anymore and make a lot more use of ECDSA
@tired osprey I don't think they know what ECDSA is, which is why that Wikipedia article would be better suited.
Or just a keyword one can research on his own
I definetly can 🙂
Basically what it boils down to is that ECDSA and RSA are both algorithms for asymmetric encryption, however in TLS v1.3 it was decided that it is too easy to get RSA wrong so there isn't a option to use it as encryption algorithm (however still as digital signature algorithm (also an important topic)))
Unlike ECDSA that's still around for both
would maybe something interesting be to look at the difference or maybe efficiency of ECDSA vs RSA?
For a high school project I think it'd be better to target HTTPS as a whole
Because then you have a lot you can cover, and it's something that can be applied in the cybersecurity approach you'd prefer.
sounds good to me
with the question of "What is the importance of* HTTPS and why do we need it?"
how would I go about collecting data though
Go to sites that have HTTPS, go to sites that have HTTPS + HSTS, go to sites that have just HTTP.
😄
what would i be looking for to collect though...sorry if I'm asking stupid questions, I'm just trying to piece this together
Information on the certificate ( if using HTTPS )
I have to go AFK for a bit, but I hope that helped!
I'm intrested in lang dev but rust is lacking in code gen tools
Prehaps a new programming language that converts to python bytecode?
make a code gen tool
Don't know the first thing about them
I know how to lex + parse, never learnt how to even use a code gen
no better way to learn
And that's to the point where I know 0
Time to learn and eventually make a rust code generator tool + contribute to cpython
so I talked to my teacher
and she said the question of, "What is the importance of* HTTPS and why do we need it?", is more of an itgs topic than cs topic
Does anyone have any topic ideas?
what’s the context?
@scenic mortar Maybe dig more into the technical side of HTTPS and focus less on the social context.
Like, public key cryptography, digital signatures and certificates and such.
The TLS protocol.
what in the hell is going on here
cryptic crossword... top and bottom rows though
Hah, brilliant
Wow
so, ring fit, eh?
Check out the reveal trailer for Ring Fit Adventure, the successor to Wii Fit coming exclusively to Switch. Subscribe to IGN for more! http://www.youtube.com...
Yeah, r/python
too bad, the "learnpython" community was more friendly 😛
The communities have very different scopes and a lot of people don't read the community posting guidelines
So, they post code help questions to /r/python and get upset when they're redirected to /r/learnpython
Despite that exact thing being mentioned quite explicitely right at the top of the sidebar
uhh I need to check something
what if add some text here
quoting emotes
looks fine
too bad, the "learnpython" community was more friendly 😛
is that too bad? I find the people here pretty chill
or maybe I'm biased because my perception of the server is mainly based on two helpers
Chill until it gets into NSFW
I've never seen anything NSFW
Exactly
I know stuff was posted at least twice the last days, but...
:P
oh.
hmm
or maybe I'm biased because my perception of the server is mainly based on two helpers
I wonder who @golden walrus
Scott and Shirayuki
oh 😔
who's up
no one
😔
Hello guys
fancy xx changed name
i don't write with a pen anymore, when i do it's just aweful and illegible
@gentle moss my f's look like a proportion symbol
except its slightly tilted the left
@gentle moss My Fs look like f
scott is ai confermd
Ja
any good GUI-based FOSS email client recommendations? other than emacs. looking for something lighter than thunderbird, i really just wanna read dang emails without visiting a website
i use neomutt, but took me quite some time to setup everything, email is a mess
i have a binding to open the multipart version of an email in electron for when the text version is not enough
(and yeah, it's not very safe, as electron is much less sandboxed than a browser, but most emails i never open this way, and i doubt anybody would attack me through this).
is neomutt terminal only though? @frosty berry
yes
i know you asked gui based, but if it's because you want to see html emails, i figured explained there were solutions to that could help
the most popular gui solution is certainly thunderbird
i don't know how good kmail is, i did try evolution a few years ago and didn't like it
yeah i dont love just living in a terminal
i even use neovim-qt instead of neovim
that said. looks like thunderbird doesn't support 2FA logins
ahh right my email provider wants me to generate application passwords anyway
Hm, make a basic messaging platform and market it towards enterprise as secure email
Job done, you are now a millionaire
caliopen has been trying to do such a thing for quite some time, all open source, seemed like a nice project, didn't try using it yet
i think people don't care enough about that for such a project to take a hold
Yeah
keylogging juanita
👀
Sorry if I'm interrupting anything but I really do need help. #web-development
Trustworthy 🤔

He honestly looks like he is going to have a mental break
@golden walrus Link?
if you've read Stallman's blog before, I wouldn't doubt any site with that title
Because Richard Stallman has said some whacky things in the past, but... ugh... this isn't looking good at all for him.
well I do not think he's "bad", just insane
and doesn't seem to be aware of the fact that he's a public figure
I mean, he wrote the GPL, I think that's fairly public.
he tends to rationalize everything
||"Stallman has allegedly written dozens of posts on his personal website in favor of legalizing pedophilia and child pornography, in posts that go back as far as 15 years, "|| Woah, what? 👀
in ways devoid of emotion
That I had no idea about
I do not know about that
but he has written some weird stuff when it comes to sex and porn
Not looking good for him, that's for sure.
I'm heading to sleep, so can't dig too much deeper into this. But that's pretty crazy.
have a good night
How to run cpp files from visual studio code
press f5
f6
Oh dear
Didn't he come up with JSON and or early contrib in JS?
Also this is the only thing on wikipedia
When he has been saying that since 2006 as @golden walrus showed?
Ah, that is for a more serious topic, still should probably be reported on wikipedia
What is this??/
Oh ok
Stallman also ate his own foot
well, that's his own concern, we don't have to care
arguing for pedophilia is another matter
I'm with @frosty berry on this. I don't really care if he ate half his arm for that matter.
But yeah, the other thing.. that's kind of an issue.
holy yikes
well I already didn't like Stallman
i know people who had to accomadate for him when he came for an event, he was apparently not as nice as you'd expect, from what they told me, he seemed unsufferable
i was just talking about this with someone. dude totally missed the point
hes using this as a soapbox for his edgy political views + defending his friends
but she was forced, age has nothing to do with it
i'm willing to assume he's not actually a pedophile or a pedophile apologist
but he sure is sounding like one
i was concerned when i started reading about this controversy, though, the first quote from him that was attacked seemed to be twisted to give another meaning (someone pretending to be willing is entirely different from someone willing), but it's true it's not the first time he defend such positions, so it's hard to give him the benefit of the doubt




