#ot1-perplexing-regexing

1 messages · Page 234 of 1

rough sapphire
#

Or Xenoblade Chronicles X

#

Do you have any game to recommend ? I have the Switch, but I never know what to buy

#

I have BOTW, Mario, Mario Kart and Splatoon 2

rough sapphire
#

well you are just blinded by nostalgia.

#

I mean a lot of new games aren't really that good but there are also a lot of new games that are really good

#

it is personal preference I guess

#

And since it is just video games, we can't really get mad at eachother over the internet over it because that is just childish.

sinful turtle
#

I enjoy playing Stardew Valley and Puyo Puyo Tetris on switch

#

and also odyessy and mario kart. I don't really enjoy BOTW

placid hound
#

Mario Kart 64 is a classic but doesn't hold up to the current titles

#

New Mario Kart titles have soooooo much more content and much better graphics

#

I enjoyed 64 myself but there's no reason but nostalgia to replay it. Horrible graphics, and barely any characters or maps

#

My favorite title of super smash Bros was melee. This is really just out of nostalgia and no logical reasoning. Playing the newer titles of the series would be much more fun. More characters, features, improved graphics, much more new maps, Online Play, etc

sinful turtle
#

Can't you do online play with netplay on emulator for melee?

rough sapphire
#

Yep

#

@sinful turtle pretty sure you can. Ofc nothing is better than LAN or local or whatever

sinful turtle
rough sapphire
#

woah

#

I am just playing blazblue

vapid bluff
#

what could go wrong

odd thorn
#

So very, very much.

rough sapphire
#

I don't even want to watch this lol

tame pier
#

It's a muzik video

glass gorge
#

for what it's worth , love that ..

steel fox
#

@rough sapphire Odyssey is the best

robust sierra
#

am i justified?

sand goblet
#

no

#

:P

robust sierra
#

rude

rough sapphire
#

Hello

#

@bleak lintel

#

I wanted to know

#

Admitting you are on a laptop

#

Did you have to modify the default sxhkd key binding for sending nodes to others desktops?

#

Because on laptops, generally we dont have dedicated numbers pad so in sxhkd by default the $super + [number] combination is not possible without using shift and making confusion with changing focus to other desktop

bleak lintel
#

I used super shift

worn kite
#

The super shift, for when a regular shift is no longer enough.... 🤔

tame pier
#

lol

glass gorge
#

heck yeah

#

My kind of trademark

rough sapphire
#
zip(['code'])
rain spindle
#

Anyone wanna voice?

vapid bluff
#

their trademark has an asterisk

#

jesus christ

#

peak corporate

tame pier
#

Indeed

sinful copper
#

@tame pier what does the asterisk say? anyway, they also say USPS® [on another experian page i found that doesn't have the asterisk] so I think they're saying it's trademarked by the USPS, not themselves.

#

lol what

#

when i go to edit the message, discord thinks ® is an emoji

worn kite
#

Ⓡ is it?

#

wait, that's a different one GWchadThonkery

#

now ®

#

® indeed

#

weird

tame pier
#

I don't know anymore @sinful copper , it was on the Experian credit freeze page if you're really interested

shell blade
#

@tame pier (╯°□°)╯︵ ┻━┻)

#

enter password

#

denied wtf

tame pier
#

What user are you logging in as @shell blade

#

ssh bandit0@bandit.labs.overthewire.org -p 2220

#

The -p specifies the port

#

Password is bandit0

shell blade
#

ohhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

#

thanks ❤

tame pier
#

np

#

Good luck

#

And I'm happy to answer questions

shell blade
#

im stuck on the second but i dont want help i have to figure it out

#

its weird because ls says readme but it wont let me cd to it

light shadow
#

_ _
_ _
_ _
_ _
_ _

shell blade
#

i had to google how to use cat cause never seen it before lol

tame pier
#

Awesome!

#

Great job

#

That's exactly what you're supposed to do

#

You're not expected to know the tools, that's the whole point

#

You gotta Google around, read man pages and documentation, and get help when necessary to complete the next level

#

And that string would be the password for the next level

#

BTW please don't post them here

shell blade
#

can i dm you a question

light shadow
#

erkapt

#

lfydrb

#

^python in dovark

shell blade
#

ok so apparently im gonna be up all night lol

glass gorge
#

You seem pretty dedicated at least

sand goblet
lilac glade
#

holy shit

#

oh my
this is wonderful

sand goblet
#

:>

tulip palm
#

Lava is molten rock generated by geothermal energy and expelled through fractures in planetary crust or in an eruption, usually at temperatures from 700 to 1,200 °C.

#

i know you did.

rough sapphire
#

I know

#

it gets sad happy though

#

idk man

#

its sad happy

sinful turtle
#

im watching youtube on my 2ds because I don't have my phone

#

is that bad

tulip palm
#

not particularly.

#

i used to use twitter on my DSi before i had a phone :P

sinful turtle
#

wow

tulip palm
#

that title is shit.

#

of the article, that is.

barren gull
#

wat

#

dont they have anything better to do

knotty summit
#

@shell blade it's also common to use ssh keys.

rough sapphire
#

Pythong

#

the g is silent

plucky ridge
#

The number of times I've accidentally typed that....

worn kite
#

Freudian typo GWchadLENNYTHINK

tulip palm
#

what gif* the g was silent in gif

#

or a better question, what if the g was silent in paradigm? :^)

shell blade
#

@knotty summit im also learning a lot about using linux commands its pretty neat

tame terrace
#

what if the g was silent in gdude biskthink

plucky ridge
#

Isn't it?

tame terrace
#

no he talks non stop

knotty summit
#

@shell blade I have like a 100 line thing of helpful commands you have to learn.

vapid bluff
#

gee, dude...

plucky ridge
#

No, Clueless, that's not appropriate

shell blade
#

hmm

knotty summit
#

@shell blade
Filesystem organization http://www.informit.com/articles/article.aspx?p=2209015&seqNum=2
Understand "user environment"

command --help is your friend
man command is your friend (manual for command)
Ctrl+l clears screen (L)

Common navigation commands
cd change directory
cd - back to last directory
ls list directory
ls -ahl with details
tree -L <depth> show directory tree

Common management commands
systemctl <status|start|stop> <service>.service manage systemd services
journalctl --follow -u <service>.service service logs
free -h ram, cache, swap usage
top running processes UI
ps aux list all processes

Drive/storage
df -h

apt-get <search|update|install> <name> install things
apt-get upgrade upgrade things

Common locations
/var/log/syslog system logs, rotated daily
/var/log/ general logs

sinful copper
#

cd - is for the last directory you were in, which could be completely unrelated to the current directory in the hierarchy

#
cd /foo/bar
cd /baz/quux
cd - # back to /foo/bar
cd - # back to /baz/quux```
#

there's also pushd and popd, but cd - has its use for switching between two directories frequently

knotty summit
#

@shell blade OH also, tab completion no one told me about this for like years.
You can type part of a command / directory and hit tab to autocomplete it or suggest completion.

$ to    #tab tab
toe    top    touch

it'll save you so much time and effort.

shell blade
#

sweet thanks

proper dune
knotty summit
#

@proper dune so when will machine learning start using context?

#

It didn't go deep enough.

void locust
#

People, IDK if you already know this, but Destiny 2 is free to keep on Blizzard till 18th Nov

tame pier
#

Steal some of that goodness eh?

#

MIT FTW

#

Ran across it while working on something completely unrelated

tame pier
#

169 packages damn

rough sapphire
#

haha, twitch's nightbot owner

glass gorge
#

Lol.

glass gorge
#

How often can one be fined by not complying to GDPR?

tired osprey
#

Endless ?

glass gorge
#

Like at what intervals

#

I doubt they charge €10m every day its not fixed?

rough sapphire
#

Pythong

gentle moss
#

Daily, yes

glass gorge
#

Oh it is daily?

#

Boy

gentle moss
#

No, it can be if you don't comply, etc

#

up to the discretion of the Information protection body in your country iirc

glass gorge
#

That'll get expensive real fast

sand goblet
#

The cap is 10m

glass gorge
#

Yeah, I know. I was just curious how often it could be fined if they dont comply after the first one

sand goblet
#

It's a daily fine, yeah. But consider that it's not really designed to ruin businesses

#

They won't fine a company that much if it can't pay it

viral parrot
#

my company would not be fined 10m, estimated to around 1m in worst case

glass gorge
#

Feels f-n bad man, I lost my reddit account :(

vapid bluff
#

why

glass gorge
#

Its super old without an email

#

I fucked up somehow by changing password to something from my password manager

#

and they cant recover it, cause no email

vapid bluff
#

rip

#

i lost an old email address like that once

#

didnt have any recovery options on it

glass gorge
#

Never thought a password manager would be the reason i lost an account

sinful copper
#

is it possible that you pasted it with a leading or trailing space, either when you set the password or when you tried to log in with it?

#

i had that happen somehow once (though I don't think I was using an actual password manager, just a text file)

glass gorge
#

It was a bit of messup with teh new reddit layout

#

and the password manager extension going "Would you like to save that to <username>"

#

It appeared like 4 times during the password reset

#

and i just clicked yes everytime, not even knowing what it saved.

#

This time i did it manually by generating a password first, and pasting it to reddit, then manually setting up the username/pass entry

sinful copper
#

@glass gorge so, what, you saved new passwords over the real password? does the password manager not have a history setting?

plucky ridge
#

I know Dashlane has a way to look at the previously used passwords for an account

#

But I'm not sure what one you're using

sinful copper
#

password safe has a history option but you have to enable it, which is obnoxious because you don't know you're going to need it until you need it

vapid bluff
#

anyone know if there's a way through RDP to disconnect a device from the host and pass it through to the guest?

sinful copper
#

that doesn't really help in the case that you accidentally overwrite the password in the same session you created the correct one

glass gorge
#

@sinful copper it has a history, but it was not any of those so I frankly dont know

robust sierra
#

ping fail

tired osprey
#

so some fedora guy just tasked me to review a music meta data library which has been in fedora for 6 years and according to him has obvious mistakes

#

makes me wonder why they didnt fix that for themselves yet lol

#

well if i perform well my packages will be added into fedora

#

so

#

cant be mad at that

#

no he is in hundreds of fedora packages

#

yes but still makes you wonder why they let a package they know is not ok in

#

so

#

ONWARDS

sinful turtle
glass gorge
#

Wii sports man.

sinful turtle
#

oh yeah, I forgot how much that game costs

glass gorge
#

It's not just one

plucky ridge
#

I'm guessing new in box, as well

glass gorge
#

There's 2

tulip palm
#

🤔

granite lake
#

o no

#

chibli cusses

vapid bluff
#

if you have a decent pc you have a wii too

tame pier
#

do tell

vapid bluff
#

will i be banned 😄

tame pier
#

ah

#

I getcha 😉

vapid bluff
#

dolphins are beautiful creatures

tame pier
sinful turtle
#

My laptop can't even get 30fps in CS:GO with minimal settings, I don't think I'll be able to do that lol

sand goblet
#

Dolphin is an amazing piece of software

#

The problem with wii discs is that they're burned backwards though

#

It's tricky to play them in an emulator because of that

sinful turtle
#

(Also my laptop can't play GameCube games in dolphin at all)

regal anchor
viral parrot
#

password is 1234

#

something never changes

robust fable
#

hnmmmmm

rain spindle
#

Hahahaha

rough sapphire
#

i really like that one

humble island
#

That Wii better come with an xbox one

vapid bluff
#

theyre like collector's items now

humble island
#

i have 2

vapid bluff
humble island
#

ok now thats just stupid

granite lake
#

The price tho

sand goblet
#

the prices are not a surprise

#

this hardware is out of production for some time now

gentle moss
#

I got a Gen 1 PS2

#

am I rich now?

sand goblet
#

if it's in mint condition, maybe

#

:P

gentle moss
#

nah it's vintage

#

it's got coffee rings on it

glass gorge
#

I have a ps1

#

am i rich?

normal ferry
#

Not yet. You need to glue that PS2 to the PS1.

glass gorge
#

I only have a normal xbox

#

can i glue those together?

#

Maybe with my SNES

normal ferry
#

Yeah, I think that's referred to as an emulator. Need to add a Sega though, then rich.

glass gorge
#

What no

#

I have the physical consoles PunOko

normal ferry
#

😃 I know.

glass gorge
#

Don't test me

normal ferry
#

I'm trying to make you money. Glue them all together, sell on ebay as an Emulator-Classic. Filthy loots ensue.

glass gorge
humble island
#

If you glue a PS1 to a PS2 do you get a PS3?

#

I must be insanely rich

#

we have a commadore 64

#

what I really want is an amstrad

sinful turtle
#

What do you think old consoles will sell for in 20 years?

plucky ridge
#

Depends

#

Primarily on functionality, at least in my eyes

#

And honestly, with the number of repro consoles and the combination consoles like the Retro 5 or whatever it's called, the need for the specific console is getting less and less. On top of all the Virtual Console style game re-releases

#

There's going to be a point where the electronics are just going to give out

#

You can replace the connector pins to the carts but if the board goes out...

gentle moss
#

It's a real shame that more publishers aren't moving to emulate their old works for posterity

#

Once gone they're gone

plucky ridge
#

Most of the older games are already on the web somewhere, so they at least still exist for the sake of preservation

#

But I do agree that I'd like to see more re-releases, at least to see the developers get a bit of money

#

Even if they don't plan on making anything else, they made something I love, I want to show them respect with my wallet

gentle moss
#

It'd be nice if the console makers would make like uhhh

#

"Time capsule" consoles

#

of just a shit load of their back catalogue etc

#

can't see it being a thing, i imagine getting the rights to the stuff this far down the line is a bitch too?

plucky ridge
#

You're right on the nose there. Licensing reasons is one of the huge hurtles. Especially with games that had music from actual artists, multiple developers involved, etc. I think the closest we're going to see are the Classic consoles that are coming out now that have a handful of games or the plug'n'play consoles that you can find with all the old NAMCO or KONAMI arcade games and the like

gentle moss
#

Should be a lot more consideration for the museums of the future at the very least ¬_¬

#

Flash Game Museum, etc

plucky ridge
#

I mean there is a Video Game Museum. But it's kind of pick and choose on what they can display and archive. They'd have to fight the licensing issues as well

#

But I agree, it's a part of history, even if it is just games

#

We need that preservation

humble island
#

they had a thing granted to them recently

#

they can sort of ignore DMCA 😄

plucky ridge
#

Huh, interesting

#

I'm curious to see what they do with it

gentle moss
#

Crack all the games

#

👌

plucky ridge
#

I'm guessing they can get away with it since they don't plan on redistributing, only preserving

humble island
#

lawl

gentle moss
#

In this world of online authentication for shit loads of non-online games

humble island
#

i'd like to see EA games bring back earth and beyond myself

gentle moss
#

DMCA isn't suitable

#

"Oh you want to play that single player adventure? Sorry, we shut down the authentication servers."

sinful turtle
#

I think the mario kart wii community making new servers after nintendo shut them down is quite amazing

plucky ridge
#

It helps that the Wii was fairly easy to crack

#

The further into the newer consoles we get the harder it's becoming to make sure that games will still run after server death

stark prawn
#

the switch was also cracked very fast after release

sand goblet
#

Yeah, it was super fast

plucky ridge
#

Fair

#

I guess I was mainly thinking the Microsoft/ Sony side

stark prawn
#

Yeah, hacked ps4's preloaded with games only started propping up for sale recently

plucky ridge
#

And I honestly don't want a hacked console to play bootlegged games, I mainly want it to add features and stuff. Being able to port my GBA roms (that I ripped legally) onto my 3DS is awesome

#

Same with my SNES stuff

sinful turtle
#

Is ripping games legal?

#

(from the disk/cartridge)

plucky ridge
#

It is if it's your own copy and you aren't going to distribute it

#

You're essentially making a back-up copy, which is legal

sand goblet
#

That isn't true

#

It depends on the country

sinful turtle
#

what about the UK?

sand goblet
#

Pretty sure that's one of the countries it isn't legal in

#

But hey, on the other hand

#

The software you use to play DVDs on a computer is probably illegal too

#

Just coincidentally

#

DVDs have a very weak form of encryption and the quickest way to figure it out is to just brute force it

#

So that's what most players do

gentle moss
#

UK it hasn't been tested in court iirc

#

for games

#

I believe there have been cases for TV shows, music and movies though?

sinful copper
#

@plucky ridge supposedly, the back-up copy thing isn't legal for cartridge-based games specifically, because of something called a "mask work copyright"

gentle moss
sinful copper
#

I don't know if it's ever been tested in court, but it was one of the reasons Nintendo waited so long to switch to discs

gentle moss
#

is that the concept that they can copyright the mask of the memory or w/e?

sinful copper
#

It's for any microchip, and it's really intended for, like, real microchips, not rom arrays, which is why I said untested in court

#

but it also expires after only ten years

gentle moss
#

ahhhh

#

I think this is pretty telling under the permitted uses of the copyright act

#

"The making of a copy of a work, other than a computer program, by an individual does not infringe copyright in the work provided that the copy"

sinful copper
#

in the US there's also a clause for copies "essential to the utilization of the software"

#

e.g. loading into ram

gentle moss
#

hah

sinful copper
#

it's actually the clause right before backups

#

(a)Making of Additional Copy or Adaptation by Owner of Copy.—Notwithstanding the provisions of section 106, it is not an infringement for the owner of a copy of a computer program to make or authorize the making of another copy or adaptation of that computer program provided:
(1) that such a new copy or adaptation is created as an essential step in the utilization of the computer program in conjunction with a machine and that it is used in no other manner, or
(2) that such new copy or adaptation is for archival purposes only and that all archival copies are destroyed in the event that continued possession of the computer program should cease to be rightful.

gentle moss
#

i just spotted a thing in the UK law

#
Accessibility for someone with a visual impairment
It is considered fair dealing to make an accessible copy of a work for someone with a visual impairment if a suitable accessible version is not already available.```
#

is that only for visual impairment? 🤔

sinful copper
#

here's the UK equivalent

#

wait no that excludes computer programs

#

section 50C

plucky ridge
#

Interesting

sinful copper
#

"lawful use" is a bit circular though, i'm not sure what precisely stops them from arguing "the use isn't lawful if it's not on the intended hardware"

#

maybe some antitrust/tying thing

gentle moss
#

I assume lawful use / user is related to licensing and application of it?

#

Wonder if that means using Powerpoint during a bank robbery is against the law

plucky ridge
#

"So here's how I planned the robbery- Oh, next slide, Jeff."

sinful copper
#

I think the need for a license for consumer software isn't necessarily recognized in law (if it's anything like the US), the whole thing about "owner of a copy" is meant to be that if you go to a store and buy a box with a disk/cartridge in it you have certain rights, even if you haven't agreed to any license

#

the situation for online stores where you have to have agreed to a terms of service in advance is more ambiguous

sinful turtle
#

Is there any limits too what could be put in a website's tos? (Eg: "You must pay us 1000 dollars within 48 hours of agreeing to these terms")

sinful copper
#

ask a lawyer

#

but I'd guess the lawyer would say "don't put that in your website's TOS" and "don't use that website" respectively in the relevant situations

gentle moss
#

The law is really not suitable for the environment we're in now tbh

#

e.g. going to a store and buying a physical box may not actually be sufficient to maintain your rights

#

due to licensing

#

however legal that is

#

nfi since iirc it's not been challenged

sinful copper
#

If you don't agree to the license, it doesn't apply to you. The question becomes if you have the right to use the software anyway (if not, it'd be copyright infringement, not a "license violation" - you can't be in breach of a contract you didn't sign). Back in the old days, before that law was passed, licenses were explicitly enforced based on the fact that the disk/ram copy would otherwise be a violation of copyright.

#

these days it's just a gray area and inertia

worn kite
#

TL;DR: We're probably all criminals already anyway

glass gorge
#

Sites are required to not discriminate visually impaired people (or any other disability)

#

At least in norway

#

So they have to be accessible to everyone, else they get fined

sinful copper
#

terms of service are different from licenses because there, the "thing you'd be arguably violating otherwise" isn't copyright, it's the computer fraud and abuse act (via the argument that using the site without following the terms of service is "unauthorized access")

glass gorge
#

SAS (the airline company) had a problem with it in august for instance, was charged €15, 000 and to fix it within 10 days

#

Wait, i got that story wrong

#

They got warned to fix it within 10 days, else fined €15,000

vapid bluff
#

for some weird unknown reason

#

firefox portable keeps preventing windows 10's on-screen keyboard from opening

#

can anyone else confirm?

lilac glade
#

I could probably try that.

vapid bluff
#

this is the error in event viewer

lilac glade
#

Maybe I can't do that right now. I don't trust the download source too much, and I could always wipe my personal computer.
Not so much my work machine.

vapid bluff
#

no worries

lilac glade
#

Remind me in ~4 hours and I'll take another look.

If you wanna message me with your portable file, that'll be even better.

vapid bluff
#

it's a fresh extraction

#

of 63.0.1, latest one on their site

#

any time firefox portable is open on-screen keyboard doesn't open and that error occurs

#

this doesn't happen when ordinary firefox is open

#

what a weird bug

lilac glade
#

And, when it's minimized, OSK opens?

vapid bluff
#

yep, no problem

#

in fact it seemed like it was queued to open

#

when i closed ffp it opened automatically

lilac glade
#

THINKing
Sounds like a problem with how it was packed.

vapid bluff
#

why would it interact this way with osk of all things though

#

so weird

lilac glade
#

What if

Open up Task Manager. What is the Portable Firefox listed as?

#

What if OSK thinks one is already on-screen and it's queueing up another, as if it sees PF as the same program, but as a different process?

vapid bluff
#

ok, just restarted and tried again. issue's gone. what the hell.

#

ffp is plain old firefox.exe

#

and osk is WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe

#

under 'Microsoft Text Input Application'

#

holy naming scheme batman

lilac glade
#

Windows at its normalcy is a drunken tavern.

gentle moss
#

oh @worn kite i'm definitely a criminal already

#

wow shit scrolled up

#

nice one me

worn kite
rough sapphire
#

well

#

i dont like songs

#

i mostly just watch yt and play games or attemt to code

#

😛

proper dune
#

you dont have to split up @everyone, it wont work for you anyway :P

vapid bluff
#

no experience with the call stuff but

#

did you know prince wrote manic monday

vapid bluff
#

the vocal melody is basically 1999

granite lake
#

@steel fox I miss you again

steel fox
#

Hi

granite lake
#

Gn papi

#

How're you 😁

glass gorge
#

Hello

tame pier
#

Hello

steel fox
glass gorge
#

Too many comments 02peek

glass gorge
#

My arm has what looks like a boils on it.. I can't tell if im Buff or my arm is swollen because of the .. thing

#

Should I be worried thonkeyes

glass gorge
#

It's leaking

rough sapphire
#

spider bite ? : )

glass gorge
#

There are no spiders in Norway that can penetrate skin

#
  • there's no wounds __
granite lake
#

First time I'm experiencing this

#

Must show off

#

@robust sierra

glass gorge
#

@granite lake

granite lake
#

One more thing

#

♥️

glass gorge
#

oof

gentle moss
#

70ping?

#

christ

robust sierra
granite lake
#

Lol

gentle moss
tired osprey
#

lets see how shit mine is today

#

at least my upload is good

glass gorge
#

Oh i get to be part of this fun game now

tame terrace
glass gorge
#

It's tempting to upgrade

gentle moss
#

that asymmetry feels ugly

glass gorge
#

But then i'd have to pay myself.

gentle moss
#

i think i can get a max of 300/200 on my line

#

if i want to shell out too much money

tame terrace
#

I want symmetric lines too, but they don't do that on coax here

#

only fiberoptixxxx

gentle moss
#

ah, coax

glass gorge
#

No idea what I can get tbh

gentle moss
#

lol

#

i think i maxed the speed test server

#

it seemed unhappy about taking the 500mbit

#

ah there we go

#

found a server capable

glass gorge
#

Did you just upgrade to prove a point?

gentle moss
#

no

#

that's my work line :3

#

due for an upgrade soon \o/

glass gorge
gentle moss
#

1x Gigabit VPN + Late nights at work = funtimes

glass gorge
#

Wheres the money-for-homework channel. I need that now

gentle moss
#

i'll do your homework for money

glass gorge
gentle moss
#

what's it on

glass gorge
#

I don't have money

#

:)

gentle moss
#

oh i'll do it for free then

glass gorge
wooden kindle
#

I'll do your money for homework

glass gorge
#

It's a report on attacking / analysis DHIS2 with sonarqube and zap

gentle moss
#

oh right that stuff

glass gorge
#

yeh

#

I'm just demotivated atm

gentle moss
#

just fill it in with puns

#

then you'll get it done and feel better because puns

glass gorge
#

lol

#

"And with OWASP ZAP i was able to zap through the issues with sonar speed"

gentle moss
#

:D

glass gorge
#

I should probably just close discord

gentle moss
#

"And that's why it's important to secure DHIS system"

glass gorge
#

This place is worse than facebook

gentle moss
#

damn that one feels bad

#

because acronyms

glass gorge
#

lol yeah

#

DHIS' system

#

fixed

gentle moss
#

:D

rough sapphire
#

i don't like being a burger

glass gorge
#

ok

worn kite
#

You prefer being a salad or fries then?

rough sapphire
#

i prefer being a human*

glass gorge
#

I like being me tbh

worn kite
tired osprey
#

until you get eaten

#

maybe

glass gorge
#

I'm suing

tired osprey
#

"Scurger"

glass gorge
#

Which studio

#

I forgot the name, but it's referencing something we memed about yes

#

Nah

#

Was referencing clickup work titles

steel fox
#

hello friends

tulip palm
#

hello clay

steel fox
#

not you.

#

jkjk

granite lake
#

lol

#

@steel fox Is always playing WoW

#

😦

#

And then he'll reply "Hi" or "no u"

#

I have exams coming up Dec 5th

#

Data structures is giving me a fight rn

steel fox
#

DS was fun

granite lake
#

How so?

#

Recommendations ?

#

@steel fox GWfroggyBlobHappyPing

steel fox
#

just cool class

granite lake
#

Man lucky you

#

My lecturer went through sorting and did it wrong 4 times

#

And called the class to an end

#

Like wth

#

And he is claimed to have masters and did data science

sinful copper
#

that keyboard you linked the page is all in chinese @odd bolt

#

and images as text so can't translate

#

from the pictures it looks like they have two versions of the keyboard, one with a rubber dome keyswitch and one in cherry blue

#

that "magic key" feature to enable arrow keys looks pretty cool

odd bolt
#

yeah man, i saw it posted on instagram earlier let me try find the pic. website sucks i had to memail the support for info

sinful copper
#

wait, i might be wrong about there being a rubber dome version, i think i just don't know what the inside of a cherry keycap looks like

#

looks like what they're actually showing off in that picture is the double shot LED transparency of the keycaps

odd bolt
#

see the keyboard has black and white keys there

#

fkin beaut

sinful copper
#

only 409 Yuan (~60 USD) seems like a good price - no idea how much is shipping

odd bolt
#

thats one of the questions i asked, if they reply il let you know

#

i think it will be hard to get them to understand my custom key colour order although guess i could just send them that pic

#

the whole setup is awesome, beats mine

sinful copper
#

you could also get it as is and buy keycaps elsewhere, it looks like it's cherry

odd bolt
#

whats cherry?

sinful copper
#

a type of mechanical keyswitch

odd bolt
#

ah right

#

is that good

sinful copper
#

pretty much the only game in town for discrete mechanical keyswitches

odd bolt
#

ahh its a girls setup btw thats why its so tidy lol

sinful copper
#

you might want to get a keyswitch tester to figure out what kind you like best

#

and ask about custom ordering - the one pic showed blue but they might be able to do any kind

#

though you'll probably be paying more for any customization than the price tag on that buy page

odd bolt
#

thats true, its going to be hard to get all this info across to them i imagine

#

what hardware do you work with?

sinful copper
#

?

odd bolt
#

actually i think the keys may just be clear black with leds lighting them up different colours

#

i mean like what do you use to develop

#

laptop / desktop?

sinful copper
#

i haven't actually bought a real mechanical keyboard - my current keyboard is razer ornata

#

desktop, i also have an older macbook air

odd bolt
#

sweet

#

i like macs

#

especially for dev

sinful copper
#

anyway yeah those keycaps in the pic might not even be from the manufacturer, you can buy cherry keycaps anywhere

#

(that brand keycaps doesn't support backlight though)

#

anyway for keycaps, doubleshot is important - see this image from the site you linked

#

that type of key means that it won't look ugly when the top layer of the keycap is worn off

#

like half of my macbook keys are just glowing round holes in the painted-on black layer now

#

and on that note i need to go to bed - bye

odd bolt
#

ah thanks for the info

#

goodnight

sand goblet
#

Tisk

#

Meme dumping again, Nix?

tired osprey
#

What do you mean again

#

I didn't do that for a long time

tough stratus
#

Lel

proper dune
#

Mechanical Vibrations and Mechanical Design of MachElements and Mach are both excellent books so that meme is actually good advice

#

Especially Mechanical vibrations

tame pier
#

They're good memes tho

sand goblet
glass gorge
oak tangle
#

Who would've guessed

#

My phone basically turns into a flashlight at niht with some apps on the screen and a 15% brightness.

sand goblet
#

my phone has a dark system theme

#

Thanks, huawei!

rain spindle
#

Wait

#

Does it?

#

XD

sand goblet
#

Yes?

glass gorge
#

Maybe that's what i need for better battery thonk

#

Nah, I just use snapchat whenever i open it

#

Wouldnt matter

sand goblet
#

Snapchat is hilarious

#

It uses the viewfinder for the photo

#

And then it takes a screenshot

#

Instead of using the camera shutter

gentle moss
#

rofl

sand goblet
#

Although I will admit this phone lasts literally all day

gentle moss
#

nice dark theme

sand goblet
#

But don't buy it, they just announced a new version

#

I have a mate 10 pro

gentle moss
#

I'm getting an S8 as a bonus soon

sand goblet
#

But now there's a mate 20 Pro and it has 4 cameras for some reason

gentle moss
#

i think

#

multi-shot functionality maybe?

sand goblet
#

Nope

#

Normal, wide angle, greyscale for lighting, and of course your front camera

gentle moss
#

oooh

sand goblet
#

I love the fingerprint reader on the back btw

#

It's the perfect place for it

#

A good trend imo

glass gorge
#

y the honor 7 has that too

sand goblet
#

Yeah a lot of them do now

glass gorge
#

"now" my phone is close to 5 years old now

sand goblet
#

Yeah but it wasn't typical then lol

glass gorge
#

Im pretty sure at least

#

it's ~3 years old.

#

Huh

rain spindle
#

@sand goblet where is the setting?

sand goblet
#

What phone are you?

#

Mine is under battery

#

@rain spindle

rain spindle
#

I don't have that :^)

sand goblet
#

Get a newer phone I guess, lol

#

It's not an android standard though

#

This is an emui thing

#

Huawei's android

rain spindle
#

I have a Huawei p20

#

:^)

sand goblet
#

I'm on emui 8, so

rain spindle
#

Litrally isn't a option

#

Aight

sand goblet
#

You're probably still back on 5 or 6

#

Check in the system update app

#

It wasn't there in 7 iirc

rain spindle
#

Nope

#

8.1

sand goblet
#

Oh, weird

#

I'm on 8.0.0 amusingly

rain spindle
#

Hahaha

#

I guess they got rid of it for the p20 lineup?

sand goblet
#

I dunno

rain spindle
#

Cause you have a mate 10?

#

Right?

sand goblet
#

Seems like an odd thing to remove

#

Yeah

rain spindle
#

Yeah

sand goblet
#

Although this thing is very flagship, so

gentle moss
#

these cheap chinese phones are so tempting

glass gorge
#

So when does the skype group start

#

Anyone fond of synthwave here?

rain spindle
#

@gentle moss my phone was not cheap

#

But i did get a free pair of Bose QC II

#

xd

tough stratus
#

Yeeeh, I'm a fan of the synthwaves, @glass gorge

#

Mostly dark-wave stuff

#

Perturbator, Carpenter Brut, Dan terminus

#

Waveshaper is really good, also

glass gorge
#

Lemme stop you there

#

I know nothing about it

tough stratus
#

Eeek

glass gorge
#

But I need a persona about someone who'd love a website about it.

tough stratus
#

"Nerdy college kids" would be my answer to that

#

😉

glass gorge
#

Pretty much explains it yeah

tough stratus
#

Needs more purple

#

😉

glass gorge
tough stratus
#

That's the stereotypical synth-wave colour

glass gorge
#

True, but gotta limit ourselfs a bit

tough stratus
#

My friend makes quite a lot of stuff in that "style" of art

glass gorge
#

Yeah, my friend does as well

tough stratus
#

Sure, I guess

#

Send me a link

glass gorge
#

Is something he made, i believe

#

I dont... have a link

#

It's just a template i fill in

tough stratus
#

Sure

#

I will do my best to edit this into some confused mess

glass gorge
#

You can just write it here

#

No need to go through the trouble of editing it

robust sierra
#

i am getting betttttttttteeeeeeeeeerrr @tired osprey

tired osprey
#

at what

robust sierra
#

maths

tired osprey
#

prove

robust sierra
#

one sec

glass gorge
#

2 + 2?

normal ferry
#

Don't forget to divide by pi.

robust sierra
#

i might hiccup, i need to send pic from phone

normal ferry
#

All maths use pi.

glass gorge
#

I'm serious

#

what's 2 + 2

tired osprey
#

well

#

it could be 0

#

or 4

#

or every other number you want

glass gorge
#

Noh

tired osprey
#

depending on how you define +

glass gorge
#

It's 22

normal ferry
#

pi

glass gorge
#

Deffo

tired osprey
#

thats what your dirty js thinks

glass gorge
robust sierra
#

wow discord laggy af on iphone 4

#

@tired osprey

tired osprey
#

cant read that

robust sierra
#

squint

#

@glass gorge you can read this right?

#

@oak tangle what is a zappa?

glass gorge
#

thats

#

messy

gentle moss
#

Zappa was a man

#

A really freaky man

rain spindle
#

@tired osprey 2+2 also changes depending what base you are in

#

:<

tired osprey
#

one digit numbers dont change depending on the base

#

as the first digit is always times n^0

rough sapphire
#

Guys say I wanted to view a websites languages

#

how would I do that?

rain spindle
#

@tired osprey wouldnt that number change in base 3?

#

It would be 11?

tired osprey
#

no

rain spindle
#

Wait.

tired osprey
#

2 * 3^0 = 2

rough sapphire
#

Or just blank me...?

rain spindle
#

@tired osprey I was looking at 2+2

#

2+2 is 11 in base 3

#

That is 100% correct

#

@robust sierra still stuck on homework?

tired osprey
#

no

#

hes playing wot with me and a german friend

#

we speak german

#

he doesnt understand us

robust sierra
#

Nix is weird

glass gorge
#

I'm at the point of procrastinating where im revisiting dead projects just to make sure they are flake8 compliant

oak tangle
#

@robust sierra Frank Zappa was a great musician and composer. Although "A really freaky man" is probably also a fitting description. Some of his music sounds like he was using a lot of drugs, but he didn't, if you don't count the 15+ espressos a day.

steel fox
#

@bleak lintel why do u have christmas trees in your name when this server is both non religious and in a pre thanksgiving phase

bleak lintel
#

Cheers from Iraq!

#

Have a merry Christmas Clay I hope Santa brings all the presents you want

steel fox
#

bro I AM santa

#

hell yeah brother cheers from the north pole

bleak lintel
#

cheers from Alabama!

steel fox
#

can i get a roll tide

#

bro buying this macbook is so fucking convenient, i have to charge this thing like once a week

bleak lintel
#

just wait for the battery to degrade

steel fox
#

bro its from 2014

bleak lintel
#

just wait.

steel fox
#

this shits battery probably has more milage than your... nvm

bleak lintel
#

my scooter

#

Hell yeah bro flips and tricks on my skrt skrt

steel fox
#

Razer makes scoots

#

this project im using is written with razer pages

bleak lintel
#

yikes

steel fox
#

COINCIDENCE? I THINK NOT

#

Joseph how does spongebob case variable make u feel

bleak lintel
#

absolutely epic

granite lake
#

😂

steel fox
#

EKSEEETIT

granite lake
#

Gldddt glahh

#

Skitti do pa pa

#

@steel fox Like my Christmas pfp?

steel fox
#

weeb

granite lake
#

what

#

I'm not an anime fan

simple quarry
#

@granite lake then you haven't seen the right anime. 😃

granite lake
#

agreed

tame pier
#

@steel fox dweeb

tame pier
#

Just enough for me

glass gorge
#

One too many

#

Feed the dogs

tame pier
#

Woof

rough sapphire
#

omg thats my fav 😛

steel fox
#

@rough sapphire they released some lil peep stuff today he was working on before he die

rough sapphire
#

Yeah I saw a vid on YouTube 2 days ago I think

gentle moss
#

wew

#

someone made burgers

#

did you make enough to share with the class?

rain spindle
#

@steel fox that's so accurate

bleak lintel
#

@steel fox those burgers look horrible

steel fox
#

So does your face but I don’t complain

bleak lintel
#

nice burnger

steel fox
#

Ty

#

It’s not the outside that matters it’s the delicious inside

bleak lintel
#

hey clay I have a question for you

tired osprey
bleak lintel
#

@steel fox are you ready for my question

tired osprey
#

took us some time to get valid bank details

bleak lintel
#

@tired osprey "i wil be hero of mei countrei" lmao

tired osprey
#

yes

steel fox
#

@bleak lintel I am ready for your question

tired osprey
#

those are actually valid bank details of a bank in switzerland

bleak lintel
tired osprey
#

4

#

as he is killing himself instead of others

bleak lintel
#

no

steel fox
#

4

bleak lintel
#

no

tired osprey
#

then 1 as he is killing nobody?

#

sad

steel fox
#

The answer is us

bleak lintel
#

yes number 1

#

oh thank you iOS

tired osprey
#

np joph

rough sapphire
#

all of them why would they climb so high

tired osprey
#

said apple

rough sapphire
#

jk its 4

tired osprey
bleak lintel
tired osprey
#

just send myself a message

#

yay

steel fox
#

Bro he’s got that beard and shit. He’s been in that tree for ages

tired osprey
#

clay what do you think of my response?

steel fox
#

F

#

U

tired osprey
#

mkay

bleak lintel
tired osprey
#

helps

steel fox
#

But it was good response sir

bleak lintel
steel fox
#

Do u guys think 3pm is too late to wake up

bleak lintel
#

No

worn kite
#

No

#

source: me today

tired osprey
#

seems legit

shell blade
#

does anyone use a high res portable audio player?

steel fox
#

My iPhone

shell blade
#

no the dacs on phones suck shit

steel fox
#

Ye but using anything else would remove my blue texts

shell blade
#

you can have both too

steel fox
#

Seriously though I don’t think iPhone is that bad. Feels like it sounds the same as any other hi qual thing I’ve listened to

shell blade
#

oh my god

steel fox
#

But I guess I also don’t listen to huge flacs

shell blade
#

i mean the sound difference with quality sound is huge

steel fox
#

Just always felt like the headset / speaker whatever mattered more than the sending device

sand goblet
#

I used to before Spotify

#

I didn't really get much noticeable difference though

shell blade
#

i use tidal

sand goblet
#

I used to use tidal

#

But it's very expensive

shell blade
#

it is

sand goblet
#

When I can get 5 Spotify accounts for 15/mo

steel fox
#

I used it for the 3 month trial. It was okay just felt lacking and expensive

shell blade
#

i guess im sort of an audiophile

sand goblet
#

Yes you are. :P

shell blade
#

def it is prefernce

sand goblet
#

Tidal also has a much smaller selection of music

shell blade
#

but all the really good audio devices are like 2 - 3 g's

#

so i was hoping to spend max like 600 i have been going through reveiws like crazy i just wanted someones opinion that may use them

steel fox
#

I did like tidal though because it seemed like it got rap stuff before other services

shell blade
#

what kind of rap do you like?

sand goblet
#

Yeah tidal is good for rap but that's probably because of who owns it

shell blade
#

oh; who owns it?

steel fox
#

Jay z

shell blade
#

i see doesnt a rapper own spotify too

sand goblet
#

Yeah it's jay-z

#

Spotify is owned by two big entrepreneurs

steel fox
#

I listen to whatever. But I like logic and peoples similar to him

shell blade
#

oh yes i am a fan of logic too

#

i like his wutang forever song it was neato

#

i really like rtj too

#

i avoid mumble rap like the plague though

steel fox
#

So you don’t like lil pump?

shell blade
#

no

steel fox
#

@bleak lintel she’s committed sacrilege:(

shell blade
#

likely if you have lil in your name im not a fan

sand goblet
#

Lol you just reminded me of something

#

Let's see if I can dig it up

bleak lintel
#

!hiphopify @bleak lintel 48h lil joseph

royal lakeBOT
#

Sorry, an unexpected error occurred. Please let us know!

Command raised an exception: Forbidden: FORBIDDEN (status code: 403): Missing Permissions

bleak lintel
#

ok

#

!hiphopify @steel fox 4s lil joseph

royal lakeBOT
#
Congratulations!

Your previous nickname, Clay The Arc, was so bad that we have decided to change it. Your new nickname will be lil joseph.

You will be unable to change your nickname until
Sat, 10 Nov 2018 21:43:03 GMT.

If you're confused by this, please read our official nickname policy.

steel fox
#

Kitty

#

Litty *

bleak lintel
#

this. this is my favorite rapper.

steel fox
#

Same

shell blade
#

Fuck a mumble rap, that shit won't never be remembered
Not even a contender, no, pretender, best surrender -logic

bleak lintel
#

I liked shy ronnie

steel fox
#

Kanye the goat tho

sand goblet
bleak lintel
sand goblet
#

These are all hilarious tbh

#

I'll find the whole thing when I get back to my desk

shell blade
#

the folk one is pretty great

bleak lintel
#

where is nickleback

steel fox
sand goblet
#

Being spelled Nickelback

bleak lintel
#

back in '86 me and @steel fox went to a nickleback concert

steel fox
#

Was a good year

sand goblet
#

It's nickelback

#

:P

shell blade
#

its sad cause their from alberta too

bleak lintel
#

then in '87 me and Clay went to see Oasis

#

after that experience we weren't interested in music again

shell blade
#

disgraced my home province

sand goblet
#

@bleak lintel don't look back in anger

shell blade
#

what is wrong with oasis?

bleak lintel
#

wonderwall

oak tangle
#

Yes.

shell blade
#

you dont like wonderwall

sinful copper
#

what about their other stuff

steel fox
#

I said maybe damnit

sinful copper
#

like

#

champagne supernova

#

and whatever else they did

oak tangle
#

Did they do anything else?

steel fox
#

They don’t have other stuff. Only wonder wall

bleak lintel
#

yeah i HATE wonderwall

oak tangle
#

All I hear is wonderwall

sinful copper
#

champagne supernova

bleak lintel
#

toDAY IS GONNA ME THE DAY

#

they did do half the world away

#

that was kinda nice

shell blade
#

til people hate oasis: note to self dont tell people i like oasis

bleak lintel
#

to be honest

#

i should become an oasis tribute act

#

and do all their songs

#

but right

steel fox
#

I can play the electric kazoo

bleak lintel
#

oh snap same

#

we can do a kazoo cover of wonderwall

steel fox
#

I got one like a decade ago as a birthday present

rough sapphire
#

any1 here solving the picoctf challenge?

bleak lintel
#

wait can't everyone play the Kazoo

rough sapphire
#

challenges*/

bleak lintel
#

Picoctf?

rough sapphire
#

ya

shell blade
#

didnt someone do a kazoo cover of darude?

bleak lintel
rough sapphire
#

:ThinkPad::ThinkPad:

#

dammit

#

:ThinkPad: :ThinkPad:

shell blade
#

im pretty sure it went viral

rough sapphire
#

WATTT

bleak lintel
#

yeah someone probably did do a kazoo cover of darude

gentle moss
#

du du du du du

steel fox
#

I did a cover of started from the bottom

rough sapphire
#

so... ur solving picoctf?

#

kazoo is my fav instrument

shell blade
#

WOW

bleak lintel
#

that was a fantastic cover

shell blade
bleak lintel
#

oh no

rough sapphire
#

looks like a video from 1540

bleak lintel
#

this is how the internet was made kids

rough sapphire
#

wow thats actually some sick beats there

#

sounds similar

#

he b a pro

shell blade
#

Yeah this vid was passed around so much

bleak lintel
#

jesus christ that is talented

shell blade
#

that song brings back so many memories

bleak lintel
#

where is the face cam with the kazooer

steel fox
#

I’d have to find my kazoo

#

And a way to plug in a xlr

shell blade
steel fox
#

@shell blade are you familiar with the chicken and egg war of canadia

shell blade
#

wtf is canadia

#

and no

steel fox
rough sapphire
shell blade
#

canadia is not a thing it's Canada

bleak lintel
#

Canadia may refer to:

Canadia, a colloquial term used to refer to Canada
Canadia (animal), a genus of stem group annelid worms, found in the Burgess Shale
Canadia Bank, a bank in Cambodia
Canadia: 2056, a Canadian Broadcasting Corporation radio series
"Canadia", a song by MC...

#

Canadia, a colloquial term used to refer to Canada

#

TIL

shell blade
#

no its just fucking rude

bleak lintel
#

oof

steel fox
#

But it’s more fun to say 😦

gentle moss
#

No more rude than saying Scotland is in England

#

Infact, significantly less rude

shell blade
#

just as imo

tired osprey
#

its in wales

#

right??

gentle moss
#

no, wales is in Ireland

tired osprey
#

hm

bleak lintel
#

wales won the rugby tonight

steel fox
#

No Wales are in the ocean

bleak lintel
#

good win

#

even though there was a shoulder to head and the ozzie nobhead wasn't penilised

worn kite
#

that sounds....

#

🍆