#ot1-perplexing-regexing

1 messages · Page 318 of 1

half spoke
#

dont use twitter

sand goblet
#

smart move

plucky ridge
#

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

half spoke
#

i dont really care why someone wants me dead

sand goblet
#

ever heard of Godwin's law, enki?

half spoke
#

sure have, and i know youre going to use it wrong :P

oak tangle
half spoke
#

anyways, too political for me

sand goblet
#

twitter is like a living example of godwin's law

#

it's like godwin's law on steroids

half spoke
#

i don't want to get too heated

plucky ridge
#

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

half spoke
#

sounds like thought policing to me

plucky ridge
#

Well yes

crisp hedge
#

wut

plucky ridge
#

Discord servers are dictatorships

sand goblet
#

Yep, most online communities are

plucky ridge
#

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

sand goblet
#

I haven't seen anything else that works tbh

plucky ridge
#

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

sand goblet
#

there are many levels to dictatorship, striking a balance is good

#

haha that's a great one to take out of context

plucky ridge
#

It's more of a council based dictatorship here

#

Either way, I think we have a community here that's worth being proud of

sand goblet
#

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

plucky ridge
#

You can not like a language but still respect the users of it

sand goblet
#

True enough

plucky ridge
#

Like I HATE brainfuck, but I still respect people who can make interesting things out of it

#

Oh, hell

#

ANYTHING out of it

sand goblet
#

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

#

:>

plucky ridge
#

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

sand goblet
#

I think the PSF has always valued inclusivity and helping each other out

#

It shows well

plucky ridge
#

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

sand goblet
#

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

plucky ridge
#

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.

sand goblet
#

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)

plucky ridge
#

I'm saying when it initially goes from Python to the C/C++

sand goblet
#

You mean the time to build?

plucky ridge
#

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

sand goblet
#

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

plucky ridge
#

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

sand goblet
#

Oh yeah, definitely

plucky ridge
#

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

sand goblet
#

"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

plucky ridge
#

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

sand goblet
#

I've been enjoying kotlin

plucky ridge
#

It feels good

sand goblet
#

It's made writing Minecraft plugins fun again haha

plucky ridge
#

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

sand goblet
#

Yeah

plucky ridge
#

I don't feel like I'm fighting against the language to make things do what I want

sand goblet
#

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

plucky ridge
#

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

sand goblet
#

A lot of languages do run faster on the JVM than Java does

#

which I find pretty funny

plucky ridge
#

So I'm trying to convince my head that it's different than TypeScript/JavaScript

sand goblet
#

It's closer to uhh

#

what was it

#

hack?

#

Processing?

plucky ridge
#

Yeah that sounds right

sand goblet
#

also it just has so many damn targets

plucky ridge
#

True

sand goblet
#

JVM, WASM, iOS, Android, Windows, Linux, Mac..

plucky ridge
#

Cars

#

Toasters

sand goblet
#

well that's java in general really

#

haha

plucky ridge
#

Oh I know

#

Just one of those things

sand goblet
#

"10 billion devices"

plucky ridge
#

Ayep

sand goblet
#

(most of which are defunct but they don't tell you that)

plucky ridge
#

Defunct or not that's still one hell of a pedigree

sand goblet
#

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

plucky ridge
#

True, but to be fair, Java's strength is less the language and more the JRE

sand goblet
#

Yeah, that is true

#

the JVM is actually pretty great

#

aside from one or two things

plucky ridge
#

What matters is that it WILL run on damn near everything

#

Regardless of what you make your program in

sand goblet
#

Yeah

#

I have a feeling that in 10-20 years we will have replaced it with wasm

#

but we'll see

plucky ridge
#

That'll be an interesting showdown

sand goblet
#

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

vestal briar
#

Kotlin, Rust and Python are the front runners currently imo

sand goblet
#

I think so too

plucky ridge
#

Those are my JAM

rough sapphire
#

the code jam

sand goblet
#

I'm not a fan of rust really, but I respect its importance

vestal briar
#

16:10 are near-ish the golden ratio, cool

gentle moss
#

shame 16:10 screens aren't that common :(

vestal briar
#

Yeah

#

I would like to upgrade screens but can't and won't for 2 reasons

#
  1. 16:10 is glorious and I love it
#
  1. No money
stark prawn
#

But mostly 2.

#

I'm not a fan of 16:10, makes a lot of media look weird with black bars and shit.

rain spindle
#

46:9 squad

gentle moss
#

it's great for gaming

#

more vert res

stark prawn
#

That's what 21:9 is for

gentle moss
#

eh?

#

21:9 has less v res than 16:9

undone berry
#

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

vestal briar
#

I'm in them for productivity and half-old, half-new tv/movies

gentle moss
#

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

vestal briar
#

Verdict: More vres is nice

gentle moss
#

yah

undone berry
#

Strongly disagree. The majority of games have relatively little verticality in them

vestal briar
#

2 genres with more phreriphirals are fps and racing

#

Otherwise vres is great

gentle moss
#

and FPS varies

vestal briar
#

Yeah

gentle moss
#

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

vestal briar
#

Yeah

gentle moss
#

but yeah, black bars for 16:9 media

#

does kinda suck

vestal briar
#

And as for someone who does a lot of 4:3, it's great

#

I don't mind bars

gentle moss
#

it's really bad if the movie is cinematic aspect

vestal briar
#

Oh yeah haha

#

You can always just zoom in a little with most modern players

gentle moss
#

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

vestal briar
#

Nice

#

I have a laptop display and 19" 16:10

gentle moss
#

that 16:10 ghosted to FUCK

#

Asus 2ms response or something

vestal briar
#

Majority of what I watch is old so it's the perfect comprimise for me

#

Huh

gentle moss
#

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

vestal briar
#

:)

#

Good monitor overall

golden walrus
#

must admit I don't find 16:9 comfortable for big displays

#

768p, 15 inch notebook displays were okay

gentle moss
#

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

golden walrus
#

remember the jump to 1080p? webpages suddenly had huge blank gaps to the sides...

#

it was weird at first

gentle moss
#

hah

#

just the 4:3 -> 16:9 change was weird enough

undone berry
#

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?

plucky ridge
#

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?

golden walrus
#

"GIMP"

shell blade
#

@plucky ridge do you mean like gnu and pip?

#

cause that stuff drives me so crazyy

plucky ridge
#

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

shell blade
#

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

plucky ridge
#

Science does stuff like that all the time as well

#

And of course I can't think of any examples

shell blade
#

I believe you, lol

rough sapphire
shell blade
#

i still think the G in GNU means something else though and drives me bananas

golden walrus
#

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)

shell blade
#

GIMP is the linux version of PS right?

plucky ridge
#

*Open-source version of PS, yes

golden walrus
#

you could say so

plucky ridge
#

It works on Windows and I think Mac as well

shell blade
#

yeah , spent too long learning and investing in Adobe products to switch

golden walrus
#

Gimp is lacking in some areas, anyway

#

particularly non-destructive editing... there's no such thing as smart objects or adjustment layers

shell blade
#

yikes it's all about the layers though, how can you have no layers

golden walrus
#

there are layers, just not adjustment layers

grave phoenix
#

It has tho?

golden walrus
#

It has tho?
the kind I talk about, no

grave phoenix
#

Well, I just use gimp to remove backgrounds

golden walrus
#

if you want to apply X image adjustment like contrast, you have to do it destructively

grave phoenix
#

So I can't opine a lot

shell blade
#

i guess the word GIMP seems pretty fitting then lol

grave phoenix
#

Gimp stands for GNU Image Manipulation Program right?

golden walrus
#

yeah

rough sapphire
#

it stands for Great Imps Making P

#

everyone knows the dwarves make money

shell blade
#

sorry the acronym made me rawwrrrr, lol

#

we were just talking about acronyms that include itself in the name and how weird it is

golden walrus
#

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

grave phoenix
#

LAME Ain't an MP3  Encoder
GWmemetownLULLLLLLLLLLL

sinful copper
sand goblet
#

don't

#

you

#

give up on it

rough sapphire
#

@golden walrus wat

jagged fog
#

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?

rough sapphire
#

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

jagged fog
#

🤦 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

rough sapphire
#

So, it's more why doesn't Discord indent code text properly?

jagged fog
#

ye

#

I'm sure it worked before on long lines

rough sapphire
#

Because it'd probably mess things up, and it's to keep everything uniform I imagine.

jagged fog
#

aka the first part of long line would be intented and the second part or rest would be showed as "full" line or unintented

rough sapphire
#

I also don't work at Discord, so I have no clue

#

¯_(ツ)_/¯

jagged fog
#

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

rough sapphire
#

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

oak tangle
#

It's obviously a test

#

wait, why did my chat just jump

#

hmm

rough sapphire
#

Because it's listening to a Van Halen song?

oak tangle
#

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

rough sapphire
#

I have no clue about i3

#

Have you check dmesg and everything else?

oak tangle
#

Apparently, it's a known thing and my workaround is what I see suggested everywhere as well

oak tangle
#

@verbal relic Can you see the channels now?

verbal relic
#

@oak tangleyes yes thanks

vestal briar
#

It's starting now

#

Haha corprate lies

#

"We are a service to humanity"

#

Ew an exclusive platform that's a subscription service

sand goblet
#

I'll probably catch a summary at some point

#

apple doesn't deserve my undivided attention

vestal briar
#

Yeah

#

It's just advertising a kids game now

#

That was a waste of 5 mins

golden walrus
#

"We are a service to humanity"
did they actually say that?

#

or are you paraphrasing?

vestal briar
#

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

golden walrus
#

no comments

vestal briar
#

It feels like hooli

#

But that's like saying china copied black mirror's surveillance

rough sapphire
#

personally, I don't want a phone with new features

#

I just want a phone with 2012-2013 technology that gets cheaper each year

vestal briar
#

I just use one for discord and 90's level phone usage

rough sapphire
#

pretty much the same thing, + youtube sometimes and using it as an mp3 player when jogging

vestal briar
#

Oh yeah

#

Glue an mp3 player onto a 1st gen iphone that can run discord

#

And i'll be happy

rough sapphire
#

I wouldn't be surprised if you could make it a sub $100 phone

#

but what phone manufacturer would want that

vestal briar
#

Using a £120 huawei and it feels luxery

rough sapphire
#

I might be wrong as I'm half asleep at the moment, but I think the US banned those from importation

vestal briar
#

Probably

#

Whole thing about them

#

I don't really care if my phone blows up because I said something bad about the motherland

rough sapphire
#

haha

#

theres some phones for sale on ebay, $60 for some used ones that look nice

vestal briar
#

The weird thing is that google is arguably worse

#

I got one

rough sapphire
#
vestal briar
#

Worked really nice

#

Hm I got a new £60 thing

#

"Blackview A10"

rough sapphire
#

$70* but still, very good

vestal briar
#

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

rough sapphire
#

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

vestal briar
#

Yeah

rough sapphire
#

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

vestal briar
#

Yeah

#

My burn-rate for computers is ~once every 4-5 years

#

And for phones it's however long they last until they break

rough sapphire
#

yeah its the exact same thing for me

#

this winter I think it will be upgraded

#

built in early 2015

vestal briar
#

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

rough sapphire
#

makes sense

vestal briar
#

Will stick to this current laptop until it dies most likely; not much resale value as it's already 5 years old

rough sapphire
#

its hard for me to use laptops as I'm spoiled from using large dual monitors. its hard to go back from that

vestal briar
#

:)

#

I use my laptop as a normal pc

#

Can do all apart from medium gaming and up

rough sapphire
#

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

vestal briar
#

Yeah

#

I bargined and got mine for £270, it's around macbook pro 2012 specs

rough sapphire
#

thats not too bad

vestal briar
#

I mainly got it for build quality though

#

¯_(ツ)_/¯

rough sapphire
#

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

vestal briar
#

Yeah

#

Luckily they are a pretty easy fix all things considered

rough sapphire
#

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

vestal briar
#

Haha

#

Must have had something out of position I guess

rough sapphire
#

yeah I'm guessing the arm for the drive was locked, and the shock knocked it out of that

sterile shuttle
#

any phone recommendations?

#

o-o

#

i'm thinking about upgrading

#

also my pokemon go is lagging

frosty berry
#

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

sand goblet
#

I'll be upgrading to a oneplus 7 pro soon

rough sapphire
#

@sand goblet What are you on now?

sand goblet
#

Huawei Mate 10 Pro

rough sapphire
#

Oh yeah, we talked about this

sand goblet
#

:>

rough sapphire
#

Lack of Lineage support and all that

sand goblet
#

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

rough sapphire
#

¯_(ツ)_/¯

#

They're pretty great, outside of previous issues

sand goblet
#

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

rough sapphire
sand goblet
#

don't really need wireless charging

rough sapphire
#

Big oops

sand goblet
#

that's interesting

#

wonder how they managed to mess that up

rough sapphire
#

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

The Hacker News

OxygenOS on all OnePlus Devices is secretly collecting way more device data with user user identifiable information

sand goblet
#

I don't like that this site doesn't update its articles

rough sapphire
#

¯_(ツ)_/¯

#

But outside of those, if you go the route of Lineage you're golden

sand goblet
#

looks like fixes!

rough sapphire
#

Yeah, Lineage

sand goblet
#

I know basically nothing about Lineage

rough sapphire
#

With the added bonus of no gapps unless you want them

sand goblet
#

I definitely want gapps

rough sapphire
#

Then you'd install https://opengapps.org/

sand goblet
#

Guess that hasn't changed then

#

Good

rough sapphire
#

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

sand goblet
#

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

rough sapphire
#

It's a one time flash that survives OTA, so you don't have to do it multiple times

sand goblet
#

I'll figure it out, but thanks

#

gonna be a while yet so I'll have lost it by then, haha

rough sapphire
#

If you need any help, don't hesitate to message

#

I've flashed many devices

#

Only ever screwed one up

sand goblet
#

I bricked a tablet once

#

galaxy note 10.1

rough sapphire
#

Nice.

sand goblet
#

want to know how I did it?

rough sapphire
#

Could be anything. Flash something wrong to boot?

sand goblet
#

nope

#

installed app updates from google play

#

it ran out of space

#

hasn't worked since

rough sapphire
#

You can't fastboot/adb?

sand goblet
#

nothing works

#

you can boot it into ODIN mode but nothing you do actually does anything

#

thanks, obama

rough sapphire
#

It have an sd card slot?

sand goblet
#

nope

rough sapphire
#

Huh

sand goblet
#

all samsung devices from that era had like an "internal" "sd card"

rough sapphire
#

I ended up flashing something over to boot not realizing it was wrong, and through a few mishaps managed to nuke everything else too

sand goblet
#

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

rough sapphire
#

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

sand goblet
#

I never bothered looking at them tbh

#

on the other hand I don't really want a tablet anymore

rough sapphire
#

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

sand goblet
#

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

rough sapphire
#

But back to the OnePlus devices, every single one of them is supported by Lineage

#

Back to the OnePlus One

sand goblet
#

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

rough sapphire
#

I mean, there's more to it then that, but yeah

sand goblet
#

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

rough sapphire
#

Didn't they stop unlocking?

sand goblet
#

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

rough sapphire
#

Yeah I'm not going to go with a company that you need to do anything other than fastboot oem unlock

sand goblet
#

rooting wasn't really on my mind at the time

rough sapphire
#

Well yeah, that just enables the ability

sand goblet
#

I just wanted the best phone that was around

rough sapphire
#

Something like Allow Manufacturer Unlock or some such.

sand goblet
#

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)

rough sapphire
#

I enjoy that Connected MAC Randomization is a thing popping up on more devices

sand goblet
#

I enjoy the privacy implications

#

I hate the netadmin implications

rough sapphire
#

net admin implications?

sand goblet
#

well DHCP reservations are MAC-based

#

if the MAC changes, they become useless

rough sapphire
#

I mean, if you were a company and worried ( and it wasn't BYOD because LOL ) you'd be managing the devices.

sand goblet
#

I mean I'm not a company but that doesn't mean my network isn't overcomplicated, haha

rough sapphire
#

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.

sand goblet
#

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

rough sapphire
#

Doesn't show the device names?

sand goblet
#

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

rough sapphire
#

Not necessarily. The name of my device is... creative, to say the least.

sand goblet
#

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

rough sapphire
#

It's more adjusting with the times. It's like redteams using AWS for recon

#

What are you going to do, block AWS? tw

sand goblet
#

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?

rough sapphire
#

Nope, printers are black magic that I don't delve into if I can help it

sand goblet
#

they're shipping these internet-connected printers

#

they're very easy to use

rough sapphire
#

Oh, that's nothing new

sand goblet
#

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

rough sapphire
#

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.

sand goblet
#

I mean yeah of course they have a HDD in them

rough sapphire
#

Which, it's terrifying to see those not sanitized properly

sand goblet
#

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

rough sapphire
sand goblet
#

this one has a waste toner cartridge that stains your hands every time

rough sapphire
#

lol

tardy light
#

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.

rough sapphire
#

delete your account and start afresh..

#

move to a new country.. new identity.. watch Jason Bourne, be inspired

vapid bluff
#

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?

rough sapphire
#

i saw some people using leaked accounts

#

I think that you can solve the problem changing your password

vapid bluff
#

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

tame pier
#

rofl

#

Not that you got hacked

#

But that you got an email in Portuguese

vapid bluff
#

yep, dumbass clearly isnt too exprienced at this

#

and it's a free account too, no real gain

robust sierra
#

is it just me or do the channel names have "thinner" fonts?

rough sapphire
#

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

tired osprey
#

It's basically the same @rough sapphire

rough sapphire
#

alrighty then

grave phoenix
#

For me the fonts looks more thicker

sand goblet
#

More thick

summer rampart
#

thickerest

rough sapphire
#

thicc

topaz lodge
#

thiccest

grave phoenix
#

thiccester

sinful copper
#

they've done something that makes the fonts look fuzzy, not exactly thicker

rough sapphire
#

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

wooden silo
#

No, something definitely happened.

sand goblet
#

They are different, yeah

plucky ridge
#

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

vestal briar
#

Yeah

#

I like the new font

plucky ridge
#

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

sand goblet
#

The light theme is a lot nicer

#

except for one glaring problem

plucky ridge
#

It's a light theme?

sand goblet
plucky ridge
#

And you can get a suntan just by using it?

#

We will not be silenced

sand goblet
#

like why is that still dark

#

what even

plucky ridge
#

I'm thinking that's our actual background

#

I don't think we have transparency

sand goblet
#

It doesn't support transparency?

#

that wouldn't surprise me tbh

plucky ridge
#

I don't know if it does or doesn't, actually

#

Hold on, let me check the branding repo

sand goblet
plucky ridge
#

Oh huh, sure enough we have transparency as an svg

#

So I don't know then

vestal briar
#

Weird

plucky ridge
#

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

plucky ridge
#

Yerp

sand goblet
#

yep no transparency

vestal briar
#

Yep

#

Woah so many yeps

plucky ridge
#

I could swear .png's allowed for transparency though

sand goblet
#

They do

vestal briar
#

They do

sand goblet
plucky ridge
#

Okay, I'll bring it up

vestal briar
#

Jpgs are lossy and don't support transparency

sand goblet
#

I can't help but feel like we chatted about it in contrib already

#

but I can't remember

plucky ridge
#

Possibly, I don't usually pay a lot of attention in there

vestal briar
#

All I know is that svgs are awesome

sand goblet
#

Can't argue with that

oak tangle
#

I think we did not have the original svg for this one

#

but I'm not sure

plucky ridge
#

I primarily like them because I can call them "savages" and it pleases me

oak tangle
#

there was a thing with that a while ago

sand goblet
#

sa-va-gees

plucky ridge
#

We have one in the branding repo

oak tangle
#

oh

#

then I just set the wrong one

vestal briar
#

I complained about another banner that was png only

plucky ridge
#

We can't set .svg's for the banner

#

We have to convert it to a png with the transparency

vestal briar
#

Yeah

plucky ridge
#

And the png's we currently have don't have it

vestal briar
#

But there's a banner in branding repo with a png only

oak tangle
#

Where do you see the svg, Hem?

#

There's only the .png I used for this one

plucky ridge
#

Oh

#

So, totally didn't see the discord one

#

That's on me, then

sand goblet
oak tangle
#

That's not the Discord one, but I can create one out of it

vestal briar
#

Some people are having an argument of "call me cj not Charlie"

plucky ridge
#

Yeah I just now realized it

vestal briar
#

This is hard to listen to

oak tangle
#

I'll fire up InkScape

vestal briar
#

"cj doesn't mean Charlie"

plucky ridge
#

Back in a bit.

sand goblet
#

o/

vestal briar
#

Bye

sand goblet
#

and he was never heard from again

plucky ridge
#

I'm just going to the little Hemlock's room. I'm not dead yet

vestal briar
#

Yet is the key word in that sentence

oak tangle
#

Okay, that doesn't work

#

It ditches the transparency and makes it black + jpeg

solid pollen
#

You're talking about the discord banner?

oak tangle
#

yes

solid pollen
#

BTW

oak tangle
#

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.

grave phoenix
sand goblet
#

Oh dear

#

Proof that you don't read announcements

#

:>

grave phoenix
#

I never do

#

:>

sand goblet
#

the worst kind of person

tired osprey
#

It's like someone

sand goblet
#

Maybe they're the same person!

grave phoenix
#

I like that phrase because it doesn't specify in want aspect or to who

sand goblet
#

Literally somebody called Someone

grave phoenix
#

Lol

#

There's just one server that isn't muted

agile heart
#

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

sinful copper
#

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

sand goblet
#

It definitely is another camera

rough sapphire
#

uh, windows

#

what the hell is this garbage

plucky ridge
#

It's doing its best

rough sapphire
plucky ridge
#

What in god's name are you doing?

rough sapphire
#

literally nothing

jagged fog
#

He's literally optimizing give him a break

#

||ignore 20% cpu usage tho||

golden walrus
#

break his legs

vestal briar
#

Ok boss

vapid bluff
#

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

rough sapphire
#

@vapid bluff Let me guess... ||"VOLDEMORT KILLS SNAPE"||

vapid bluff
#

now im vaccinated against all hardship for the rest of my life

#

yeah scott ur a psychic

rough sapphire
#

nice

rough sapphire
#

anyone from the uk awake

vestal briar
#

Heyo

rough sapphire
#

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

vestal briar
#

I heard about that

rough sapphire
#

I think there's videos..

vestal briar
#

Yeah

#

I need to get to sleep but it's only school

rough sapphire
#

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..

vestal briar
#

5/7 hours we do nothing

#

2nd week in

rough sapphire
#

paranoid my heart is going to explode.. x.x just want to sleep, but my new company doesn't have sleep pods

vestal briar
#

Not sure what they are

#

The hotel pod things?

rough sapphire
#

hmm sort of

#

oh yeah those.. we had before but I never used them

vestal briar
#

¯_(ツ)_/¯

#

I would like to work for mozilla

rough sapphire
#

I'm partial to the couche-like pods that are covered around the sides

#

why

vestal briar
#

Cool company

rough sapphire
#

grass is always greener

vestal briar
#

Fore-runner in Rust

rough sapphire
#

O

vestal briar
#

And i'd like to do some web browser stuff some day

#

Even if i'm not working on firefox/geko specifically

rough sapphire
#

that's cool.. I dont understand that but think it's cool you have something to pursue

vestal briar
#

¯_(ツ)_/¯

#

Either that or i'd like to start a buissness

rough sapphire
#

better to have tried and failed.. than

vestal briar
#

Oh that reminds me, I just got accepted into work experiance but it's for IT support for the council

rough sapphire
#

council?

vestal briar
#

City council

rough sapphire
#

uhmmm

vestal briar
#

Apparently that what a "computing" role is

#

Tech support

#

😅

rough sapphire
#

that I get..

#

I guess it's some government organization that does bare minimum

vestal briar
#

2 weeks off of school I guess

#

Yeah

rough sapphire
#

woo

vestal briar
#

I'll probably get bossed by either way under or overpaid people

#

We'll see how it goes

rough sapphire
#

I miss bad weather days.. just had a typhoon but had to go to work anyway

vestal briar
#

Snow is awesome

#

Once every 5 years™

rough sapphire
#

there was a freak storm yesterday.. it was so weird..

vestal briar
#

We had one, the rain went from 100% to 0% in 2 seconds

rough sapphire
#

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

vestal briar
#

It's becoming autum here

#

Middle-End of summer

rough sapphire
#

summer rain

#

you can never predict them

vestal briar
#

Especially in the UK

rough sapphire
#

hey bros

#

This Myself

#

when im the 12 yer old boy

#

am i the hendseme?

golden walrus
rough sapphire
#

XD

#

gold!

rough sapphire
vestal briar
#

Piece of shit!

agile heart
#

LOL

rough sapphire
#

@scenic mortar Why would you not be able to generate this data?

scenic mortar
#

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

rough sapphire
#

Sure

scenic mortar
#

I just can't think of an experiment I could do with it

rough sapphire
#

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

scenic mortar
#

okay

#

I like the ideas

rough sapphire
#

Firewalls ( iptables/nftables )

#

Physical security

scenic mortar
#

So i need to write a 4000 word essay on the topic

#

do you think these topics would be able to go that far?

rough sapphire
#

Any of these could easily double that

scenic mortar
#

I have a max of 4k

rough sapphire
#

I think you'll do fine

scenic mortar
#

alright, but I'm still struggling to understand how I can test it

rough sapphire
#

Let's look at HTTPS

scenic mortar
#

alright

rough sapphire
#

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

scenic mortar
#

okay, I am at a high school level by the way

rough sapphire
#

Ah, gotcha.

scenic mortar
#

it is a research project though

#

and I am intereseted in cs

rough sapphire
#

Figured you were in college 😄

scenic mortar
#

yeah sorry ahah

rough sapphire
#

Maybe the above would be a little .. detailed, to explain everything.

#

But should give you some ideas 😄

scenic mortar
#

i see

rough sapphire
#

HTTPS I think is a good idea though

scenic mortar
#

okay

rough sapphire
scenic mortar
#

how should I approach the research question portion though?

#

and I will definetly check that out

rough sapphire
#

A few come to mind. Something like

  1. What is the importance of* HTTPS and why do we need it?
scenic mortar
#

okay so I don't know a lot, but doesn't that have to do with RSA algorithm?

rough sapphire
tired osprey
#

To answer your question

#

The most recent TLS version does barely allow usage of RSA anymore and make a lot more use of ECDSA

rough sapphire
#

@tired osprey I don't think they know what ECDSA is, which is why that Wikipedia article would be better suited.

tired osprey
#

Or just a keyword one can research on his own

scenic mortar
#

I definetly can 🙂

tired osprey
#

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

scenic mortar
#

would maybe something interesting be to look at the difference or maybe efficiency of ECDSA vs RSA?

rough sapphire
#

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.

scenic mortar
#

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

rough sapphire
#

Go to sites that have HTTPS, go to sites that have HTTPS + HSTS, go to sites that have just HTTP.

#

😄

scenic mortar
#

what would i be looking for to collect though...sorry if I'm asking stupid questions, I'm just trying to piece this together

rough sapphire
#

Information on the certificate ( if using HTTPS )

#

I have to go AFK for a bit, but I hope that helped!

scenic mortar
#

alright

#

thanks

#

really appreciate it

vestal briar
#

Any suggestions for a project

#

Using rust specifically

rough sapphire
#

A doorbell that plays chunks of specific songs

#

Mix it up and it'd be neat

vestal briar
#

I'm intrested in lang dev but rust is lacking in code gen tools

#

Prehaps a new programming language that converts to python bytecode?

summer rampart
#

make a code gen tool

vestal briar
#

Don't know the first thing about them

#

I know how to lex + parse, never learnt how to even use a code gen

summer rampart
#

no better way to learn

vestal briar
#

I suppose

#

Final goal is to make a code gen that compiles into python bytecode

summer rampart
#

why not make a python bytecode compiler?

#

compiling to machine code

vestal briar
#

And that's to the point where I know 0

#

Time to learn and eventually make a rust code generator tool + contribute to cpython

scenic mortar
#

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

scenic mortar
#

Does anyone have any topic ideas?

summer rampart
#

what’s the context?

wooden silo
#

@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.

rough sapphire
#

cryptic crossword... top and bottom rows though

sand goblet
#

Hah, brilliant

vestal briar
#

Wow

sand goblet
#

so, ring fit, eh?

gentle moss
#

goatse the controller

#

:(

sand goblet
#

come on now

#

haha

gentle moss
#

:D

#

i couldn't watch it man

#

all i'm seeing is a pair of hands and a ring

rough sapphire
#

lemoned

#

did this server origin from reddit or freenode or something?

vestal briar
#

Yeah, r/python

rough sapphire
#

too bad, the "learnpython" community was more friendly 😛

oak tangle
#

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

golden walrus
#

uhh I need to check something

#

lemoneye1lemoneye2
lemonbeard1lemonbeard2 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

vestal briar
#

Chill until it gets into NSFW

golden walrus
#

I've never seen anything NSFW

vestal briar
#

Exactly

golden walrus
#

I know stuff was posted at least twice the last days, but...

vestal briar
#

:P

golden walrus
#

oh.

vestal briar
#

I worded that horribly

#

¯_(ツ)_/¯

rough sapphire
#

hmm

#

or maybe I'm biased because my perception of the server is mainly based on two helpers

#

I wonder who @golden walrus

golden walrus
#

Scott and Shirayuki

rough sapphire
#

oh 😔

rough sapphire
#

who's up

shell blade
#

no one

rough sapphire
#

😔

rough sapphire
#

Hello guys

tired osprey
#

fancy xx changed name

vestal briar
gentle moss
#

does anyone else do lower case f's like that?

#

or am i just weird.

frosty berry
#

i don't write with a pen anymore, when i do it's just aweful and illegible

robust sierra
#

@gentle moss my f's look like a proportion symbol

#

except its slightly tilted the left

gentle moss
#

oh a loopy

#

mine gets loopy when i'm writing faster

rough sapphire
#

@gentle moss My Fs look like f

gentle moss
#

weird

#

you write like a computer

robust sierra
#

scott is ai confermd

vestal briar
#

Ja

autumn night
#

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

frosty berry
#

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).

autumn night
#

is neomutt terminal only though? @frosty berry

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

autumn night
#

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

vestal briar
#

Hm, make a basic messaging platform and market it towards enterprise as secure email

#

Job done, you are now a millionaire

frosty berry
#

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

vestal briar
#

Yeah

robust sierra
#

keylogging juanita

tulip palm
#

👀

rough sapphire
vestal briar
golden walrus
vestal briar
#

He honestly looks like he is going to have a mental break

golden walrus
#

Richard Stallman defended Epstein, apparently

#

the pedophile

#

that guy is nuts

rough sapphire
#

@golden walrus Link?

golden walrus
rough sapphire
#

This isn't like the onion?

golden walrus
#

if you've read Stallman's blog before, I wouldn't doubt any site with that title

rough sapphire
#

Because Richard Stallman has said some whacky things in the past, but... ugh... this isn't looking good at all for him.

golden walrus
#

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

rough sapphire
#

I mean, he wrote the GPL, I think that's fairly public.

golden walrus
#

he tends to rationalize everything

rough sapphire
#

||"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? 👀

golden walrus
#

in ways devoid of emotion

rough sapphire
#

That I had no idea about

golden walrus
#

I do not know about that

#

but he has written some weird stuff when it comes to sex and porn

rough sapphire
#

Not looking good for him, that's for sure.

rough sapphire
#

I'm heading to sleep, so can't dig too much deeper into this. But that's pretty crazy.

golden walrus
#

have a good night

rough sapphire
#

How to run cpp files from visual studio code

rough sapphire
#

press f5

shell blade
#

f6

vestal briar
#

Oh dear

#

Didn't he come up with JSON and or early contrib in JS?

#

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

brave zealot
#

What is this??/

vestal briar
#

Richard Matthew Stallman (; born March 16, 1953), often known by his initials, rms, and occasionally upper-case RMS, is an American free software movement activist and programmer. He campaigns for software to be distributed in a manner such that its users receive the freedoms...

brave zealot
#

Oh ok

fervent dock
#

Stallman also ate his own foot

frosty berry
#

well, that's his own concern, we don't have to care

#

arguing for pedophilia is another matter

rough sapphire
#

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.

vapid bluff
#

holy yikes

sand goblet
#

well I already didn't like Stallman

frosty berry
#

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

autumn night
#

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

frosty berry
#

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