#ot1-perplexing-regexing
1 messages · Page 288 of 1
you realise this isn't sarcasm
@gentle moss hey i did that to my computer once :D it's always the best way to finish something off
@gentle moss yeah it isn't sarcasm
it is a fun way to end the life of a VM or PC that you're gonna wipe
it's not obvious with you, that was my frigging point. :P
why not
i can confirm that it isn't so obvious
i mean, sarcasm isn't easy to get on the internet in general :D
will plastic destroy us before AI destroys us
please write a poll in python because i need answers
no
probably
print(False)
:)
ValueError
i was.. joking?
what kind of a joke is that
assert Joke
what will jokes look like in 3000AD?
doesn't count as a joke if it's not fun-
AssertionError
the joke was that your opinion of it being "False" was wrong. /shrug
Word is overused has no effect like literally
whats a good game to play in 2019
Hmm
Any good game?
valueerror is passing the right type but wrong value
just something with some sense to it
and you complain to us about not getting sarcasm or jokes :D
not artristic
typeerror is passing the wrong type
i once changed my OSRS password and forgot it and lost my account 😦 my original one
life went down hill from there
no i mean something i can get lost in but not so abstract that i need to put too much effort into it
eh?
something like a painkiller
Is it bad that for my GCSE’s (which is like a public exam) I have to do a 20 hour programming coursework task, and I finished it in 40minutes? 🤔
Like I’ve now got 19 hours of scheduled time where I’m just gonna be sitting there
a lot of GCSE’s are easy
I guess
I mean computing and french I’m like 4-5 years ahead of my age
Which is a weird combination of skills but 🤷
welcome to the 1% club @terse heron
Alright, JavaScript question: Do JavaScript arrays suffer from the same speed issues that Python lists do when it comes to popping from the front or the middle of the list/array?
By that I mean, if I have:
my_list = [1, 2, 3, 4, 5]
my_list.pop(0)
Then all of the numbers after the first one would have to be reindexed, which costs performance. That's a commonly known thing about it, but I can't seem to find any mention of whether or not JavaScript arrays suffer from the same thing
yep
you can't pop from the middle of an array though
that's known as shifting in js
Gotcha
popping is fast because it doesn't have to readdress the array
JS can just remove 1 from the length of the array
whereas if you remove an element from the middle of it, it has to readdress the array and invalidate all the references in it
Gotcha. So it does well acting as a deque?
you shift from the left and pop from the right
well I'm not sure about acting as a deque
JS arrays have some really weird performance considerations
array1.push(...array2) is around 945x faster than array1 = array1.concat(array2)
despite essentially doing the same thing
in firefox, .push is around 2260x faster
That's bizarre. Also, what site/setup is that?
That looks handy
that's JSPerf
you can find info on that particular weirdness here, https://dev.to/uilicious/javascript-array-push-is-945x-faster-than-array-concat-1oki
so much faster wow
I feel like I'm enjoying JavaScript a lot more now that I've had a much more solid grasp on a language. Previously I was mostly a beginner trying to hop around different languages, but now that I have Python down, I'm understanding this so much better
Yeah, JS requires a different method of braining
Modern JS is a lot nicer than the old stuff you still see people using
it's still not great compared to python, but yknow
The only reason Python is so clean is because they did the hard cut between 2 and 3
I don't think JS will ever be able to do that
JS is a lot nicer if you are using Typescript
and a framework like React
Honestly even just using vanilla and the modern stuff it's pretty good
I'm much happier with it now than I was like 4 years ago
I rly don't like dynamic typing 
I'm not huge on it either but eh
Jinja
dynamic typing was a big trend
that is really starting to become smaller now
I can tell you right now, my brain is not cut out for webdev in any capacity.
I have a domain I gotta populate with something
I think people are realizing now that
the supposed increases to development speed
of dynamic timing aren't really worth it
cos the "saved time" is lost due to increased debugging and error-fixing time
I'm already halfway through Mozilla's runthrough and it still half-boggles my mind.
ooh populate it with your experience trying to populate it
Mozilla's runthrough?
http://javascript.info/ I've been going through this and it's been helping me, Ref
Mozilla's runthrough takes you through the process of creating a Library page. What I might do is build off of that to host my small library of physical books in a more-than-slightly-legal digital manor.
I feel like it's a lot clearer than the MDN
Fair
its a bit dodgy but W3schools is nice
its easier for beginners than MDN
but W3schools sometimes had accuracy problems in the past
its apparently mostly good now
someone even made a parody of it called https://www.w3fools.com/
We hope to get proper documentation resources to developers.
w3fools used to be full of problems and inconsistencies from w3schools
w3s is never gonna get that reputation back in my mind
time to w4s
w5s
Schools4W
the power of cats
that cat represents my bad implementation of code
and the people my mind
I want to learn tensorflow but lots of maths
Hello
Don't read this message:|| I TOLD YOU NOT TO READ THIS MESSAGE ||
99.9% of people will read it 😎
||well played||
so stupid
that is pretty fucking dumb
Anyone know how to bridge wifi to ethernet on a manjaro XFCE machine?
been quiet in here long enough
Police were called to the home of Boris Johnson and his partner, Carrie Symonds, in the early hours of Friday morning after neighbours heard a loud altercation involving screaming, shouting and banging.
The argument could be heard outside the property where the potential future prime minister is living with Symonds, a former Conservative party head of press.
A neighbour told the Guardian they heard a woman screaming followed by “slamming and banging”. At one point Symonds could be heard telling Johnson to “get off me” and “get out of my flat”.```
POTENTIAL FUTURE PRIME MINISTER OF THE UNITED KINGDOM
right there
So what do police actually have to say about this
When contacted by the Guardian on Friday, police initially said they had no record of a domestic incident at the address. But when given the case number and reference number, as well as identification markings of the vehicles that were called out, police issued a statement saying: “At 00:24hrs on Friday, 21 June, police responded to a call from a local resident in [south London]. The caller was concerned for the welfare of a female neighbour.
“Police attended and spoke to all occupants of the address, who were all safe and well. There were no offences or concerns apparent to the officers and there was no cause for police action.”```
The neighbour said they recorded the altercation from inside their flat out of concern for Symonds. On the recording, heard by the Guardian, Johnson can be heard refusing to leave the flat and telling Symonds to “get off my fucking laptop” before there is a loud crashing noise.
Symonds is heard saying Johnson had ruined a sofa with red wine: “You just don’t care for anything because you’re spoilt. You have no care for money or anything.”```
rofl
not uhhh... a great look before a tory party election?
or, idk, maybe it's a good one
If he doesn't get elected it might be
@glass gorge there was a setting for that in NetworkManager iirc
you can set an interface to "Shared"
Yes
I set ipv4 something to share to other
Or something
No idea
I'm not. A smart man
🤣
question
42
@jagged fog how's the bot going
I'm trying to figure out how to take out a candle with my bare hands
Started with a little idea now I have a whole freaking megasystem
and I keep adding ideas
well, good to storyboard first
that's like the worst habbit to have
habbit rabbit
take out candle as in extinguish?
just press the fire thingy with your fingers, but fast
or flick it
or take out for dinner? 🤔
@jagged fog you press the fire part?
I pressed the wick and hurt myself the last time I tried
press faster
or wet your fingers before
or just blow first
please nobody take that out of context 👀
yeah that's so bad ooc
@narrow comet if you're skilled you can do it without pain. It's not about pressing as it's about cutting of oxygen. You can also do it with wet/spit fingers for easy mode
@jagged fog ye it's about cutting the oxygen
I definitely didn't do it right
I think what ended up happening is I pulled the wick into pieces and the fire died
and the hot wick shards on my fingers didn't help matters at all
oof
:O impl is cool in rust
@tired osprey This is what I had
With my wifi active, and Shared ethernet set to the ethernet networks
@gentle moss you can never be sure if troll or dumb
the wording seems suspicious to me
could be troll
it's stereotypical language
what is the meaning of that @gentle moss
there wasn't even any sound
i would have enjoyed hearing a splash
I hope my net issues sort out before jackbox
oof
why do you think your internet is having issues?
I don't think, I know
I have investigated
And it's nothing to do with me
But my ISP doesn't do support on the weekends
ESXi 3.5, ESXi 4.x, ESXi 5.x and ESXi 6.x
Reinstalling the ESXi host is the only supported way to reset a password on ESXi.```
we'll see about that
@glass gorge the exacr same settings worked out for me several times 🤔
Do i have to setup something on my windows desktop?
For me it always connected automatically

well that was easy and boring
and now i'm without a DNS server
yay
started up the VMs like 45 minutes ago and i've still not got past windows updates
-.-
what are you trying to do
boot windows.
ok and so if you don't mind, why are you having trouble with what is normally a trivial thing?
people have been bitching about 1903
how bad is it?
literally nobody I know has had issues with it though
including me
people are complaining of bad performance, FPS hitching, blue screens, all kinds of stuff
yeah, it's windows updates disco
they take AGES on the server edition
slow enough on the desktop
oof, i'm still back on 1709
:D
wow, nobody was alive back then
hmmm... seems liek i can't update my desktop machine
oh well
hey @sand goblet @tulip palm
did you know limmy, yes that limmy, streams to twitch?
who the heck is limmy?
limmy?
comedian.
I hate the name
ohh haha that's great
just on a little bike through glasgow
:D
what a sign off
"is it on? is it on? if it's on i'll say see ya later. see ya later. see ya later."
haha yeah
i've just seen something interesting about boris as PM
oh dear, what?
enough of the tory party might not like him enough
leaving him with like a 3 seat majority
if those 3 seats go bye bye
the queen cannot make him PM
constitutional crisis
\o/
i mean it's entirely possible that T.May is forced to stay on as PM
which is weird, i'm not sure on the legality of forcing someone to do that job
o_O
its illegal for MPs to resign
there's a really weird systeem
for MPs who want to stop being MPs
Members of Parliament (MPs) sitting in the House of Commons in the United Kingdom are technically not permitted to resign their seats. To circumvent this prohibition, MPs who wished to step down were instead appointed to an "office of profit under the Crown", which disqualifi...
yes, but an MP
is different to the PM
she can resign as PM and still be an MP
duh
@wet steppe lawhacks
yep my cache is fucked
@narrow comet Please see above for your Jackbox reminder.
isn't it 5PM BDT gdude or does it not work like that
oh yeah, @gentle moss was an asshole with his submission, I remember now
okay let's try this again
what submission? ¬_¬
oh the penis face?
no, the form
what did you do bisque
SIR YES SIR
how many mentions were you planning?
I've got 16 mentions, so that's 4 separate messages plus the actual reminder
what'd lemon say
why
because it feels like spamming
that's not true :P
okay I'm doing it now
if this doesn't work again I swear to heck
For those of you that wanted a reminder for Jackbox, this is your reminder!
We will be starting Jackbox at 5PM BST (UTC+1), which is about 2 hours from now. To avoid spamming the server, I will not be giving you another reminder - so please set your own reminder on your phone or whatever if you plan on joining us. I advise that you show up on voice about 15 minutes before we begin, so we can go over the rules and what's going to happen, and make sure the stream is stable.
We will be using Mixer. The URL is https://mixer.com/gdude2002, but I'll repost that closer to the time in #voice-chat-text-0.
As there is a limit to the number of people I can ping, I've got to use multiple messages to do so - the below messages are to ping people that requested a reminder.
@rough sapphire @buoyant pendant @gentle moss @upper sierra: Please see above for your Jackbox reminder.
@vapid bluff @lime jewel @rough sapphire @vestal briar: Please see above for your Jackbox reminder.
hi
@solid wolf @tame pier @shell blade @lone otter: Please see above for your Jackbox reminder.
@narrow comet @lilac glade @frozen current @robust leaf: Please see above for your Jackbox reminder.
alright, that's it
@sand goblet @rough sapphire @vestal briar SELFBOTS DETECTED
uh oh selfbot detector is here and it's gonna heck you
!banne
@rough sapphire SENTIANT SELFBOT DETECTED
why do I keep seeing names I recognise
I swear I recognise this martmists character
yo
it must be discord.py again
yo, did you read the message jakub?
apparently all the dpy fricks are here too
Yep, well, more like an hour and 50 mins now
yh hahahha
why is gdude's minion still here
gunshot
you dont
anyway, don't mind him
youre just a minion
he's dead
do you pay your minions a living wage gdude
notice how gdude shot his minion
is there a dental plan
I saw that troll typing in here and considered moving to ot0 tbh
but this is a better place to spam
lol
btw so were going to vc?
aaa i wanna come but i'll be at pride :c next time though :D
Yeah, we'll be on voice
I wanna come but I have no idea where I'll be
No problem @lime jewel, have fun \o/
is the next Jackbox on Sunday
Come if you can make it, don't if ya can't
or are they not gonna keep incrementing
oh
good job
well I'll be there next Saturday for sure
oh wait
5PM?
yeah I'm never going to be there again
that's 6AM in NZ
wait
it's 4AM
yup definitely not
is NZ real
well tbh that's why I wanted to do it on a saturday
or, well, one of the reasons
because you can stay up on a weekend?
pretty much
but I mean, not like you have to
maybe you'll end up with someone closer to your timezone doing another jackbox shift someday
that would be pretty dope actually
cover everyone then
if I had a computer that makes no sound, headphones, and a phone that doesn't make noise when you tap it... wait, I do
hmmm
Up to you, friendo
man
bureacrats are evil
A Trump official tried to argue that detained children don’t need soap, toothbrushes, or beds to be ‘safe and sanitary’ while in Border Patrol custody https://t.co/sRFPZsDbwy
16643
23122
it's just her job to stand there and argue that toothbrushes / soap aren't require to keep people safe / sanitary in detention facilities
but that's how boring true evil is
yes g
:D
i've gotta go bury my dead rat
but i'll be on later
for sure
hmmm
has iran ever been invaded by the US?
i'd be impressed if during my life time nearly every middle eastern country had been invaded by them
All good, bisk
My sisters gerbil died on her birthday :(
bisk, i don't think so. well, not as a direct "invasion". there was that coup... the only western "invader" i know of was the UK.
afterthought: also Macedonia (Alexander the Great).
She was 7 at the time
What's happening in the voice channel?
@grave phoenix jackbox
?
@TheClonerx#6174 jackbox
ping fail
@grave phoenix
export GOROOT=/usr/local/go
if i wanna make this a permanent change, how do i do that?
Put it in your bashrc
bashrc?
hit your keyboard a few times
okay I did ctrl + r
# GO env variables
export GOROOT=/usr/local/go
export GOPATH=$HOME/doodspav/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
export CC=clang
export CCX=clang++
so can i just put that at the end of my .bashrc file?
ye
white isn't so bad
https://www.twitch.tv/beehivekay/ - playing some bass again. suggestions for play alongs would be nice 👌
@gentle moss freeeeebiiiird
the entire joni mitchell Mingus album
South Park theme song
sex in a pan by Bela fleck
dean town, baby
serious suggestion: Marvin Gaye
haaha
mingus
:P
nice bit of marvin
@tame terrace
what was that bass challenge thing
you sent ages ago
okay now that i see this
totally doable
i'm only 2 minutes in though
the mistake most people probably make is doing 1-2 picking with the fingers
so it stresses the forearm
gotta learn from the master, geddy
use those finger tips as finger picks
remembering some of it would be hard, there's a lot
do you want more prince
can if you like
i'm sorta lost for ideas
oh no wait i got one
rack up a few good prince tracks though
nsfw doesn't matter
side-bar: pandora is killing it right now, for me. RTJ station, and it throws me Nas then Gang Star back-to-back. 👏
@next sphinx being able to see source is not inherently a security vulnerability
The argument is actually that it's more secure to be open source
Well there are surely ALOT.........video editors, photo editors, audio editors, frameworks, libraries, operating systems, virtual machines. etc etcGIMP is an open source photo editor
and Debian is an open source operating system
😃
The reason that proprietary isn't open source generally is to maintain a commercial advantage
That's what i'm referring to
yep
GIMP, SHotcut, Audacity, etc etc
GPL\LGPL\BSD|MIT all the way lol
Well yeah there's tons. Gimp, Krita, blender, audacity, Linux, virtual box, etc are all open source. They aren't known for being massive security vulnerabilities
What i was referring to is that commercial advantage though
You nailed it regarding that
A lot of stuff that requires a commercial advantage either runs on a server (eg google, Facebook servers) or is a C/C++ application that's hard to disassemble and reverse engineer (Photoshop) or even if it isn't, is just too large to rewrite completely open source code for
Since most programmers have shitall knowledge about domain specific things
some open source stuff sells subscriptions for user and technical support
Yea, seen it
so the software is free but additional paid services are not
Fairly few programmers with understanding of enough signal and image processing to be able to rewrite Photoshop's many features for example since that knowledge is mostly electrical engineering
would like to study that electrical & electronics engineering
why
I am fond of the field......still a highschooler.
fond of the field won't get you through 4 years of EEE
you might want to learn a little bit more about your options.. and decide if it's right for you
lab procedures and all the circuit stuff etc etc there
fond of that too. pretty fond of the math and physics thing especally.
EE is pretty great. Why ask him to reconsider? I don't think people here would ask people to reconsider CS
well I somehow get why he said that though
Engineering has given me a LOT I wouldn't have gained if I did CS
TBH I would guess that for work
a lot of companies would not care between EE and CS?
both have programming modules
I'm not asking him to reconsider.. just to make sure his motivations are correct..
EEE is one of the hardest if not the hardest engineering
discipline
yep.. it is
if you want "hard and impressive"
you want pure maths
EE will beat pure maths in course load easily
It's hard because of workload, not because of content
Won't satisfy my desire for physics/computers/electronics/etc though
I thought of a math/physics double major....but meh too farfetched
And math/physics major aren't the best financially wise
ina third-world country like me
Liking maths, physics, etc is more than enough right motivation to do EEE
in a
maybe study physics yeah
cos they will do a mixture of engineering stuff and math stuff
Physics will do pretty much no engineering stuff
I'm starting to really like this server
There's a physics server and an electrical engineering you might enjoy also. Full disclosure: I admin both
I actually joined them before this one
Ah nice
Not sure though if i joined the exact one you're admin in
Seemed to have
You'll learn :P you can learn very quickly when tossed into a community full of people who know a lot just by reading and looking stuff up as they talk
That's how I learnt programming
you can learn just by being in a discord
I was a big fan of learning by doing.....in fact i was a fan of only that
like here reading random arguments in #python-discussion
but it really seems being in this server has ALOT of perks
there's a discord server for most languages now
I'm not a fan of the "learning by doing" thing. It only really applies to things where there's little to no theory like programming
Crafts rather than sciences
It gets abused somewhat
can't do physics without million dollar equipment 😦
doing doesn't necessarily means "doing", practice, exercises, etc
I learnt most of my eee courses by doing..
going back and forth to references etc
didn't get to do DSP, which ended up being my second average subject:v
doing in my dictionary is broad
If practice and exercises are included, then yeah
There also one thing that caught my attention and speaing of the "most languages" thing
i see some people talking about learning programming not programming languages
like.....what's that about?
I guess they mean theoretical algorithms and stuff
Guess so.
@next sphinx languages are a bit meaningless to learn
They're mostly similar
The hard part isn't learning the language
That's just memorising the syntax and quirks
The hard part is learning how to organise your code and how to do things using it. That's a craft that you hone as you get better
some people jump between language a lot
especially our parent's generation
cos back in the 80's languages kept becomming obselete 😄
I still change languages tons. I assume a lot of people who do stuff that transcends a particular language or stack do also
but "using" languages implies "learning" programming or at least getting the hang of it, no?
I basically construct functions, etc etc when using a language for anything right?
my friend is on an internship with a ton of legacy code
the company systems are spread over like 15 languages apparently lmao
lol
cos stuff kept being added over the years
Big OOF
divine programming, learn paradigms and memorize languages
yes, programming must be divined, deal with it

I divined it at the age of 8 months when my eyes turned yellow and I began chanting about magic numbers and spaghetti code
the beginning
coding is an anime
Y'all kiddos doing programming when you're young, I didn't start until I started uni
Python is the young kid addicted to drugs that every anime has
what did you waste your time on before then rags

i started at 3 years
Lego Mindstorms
My HS time was wasted on learning differential equations to solve simple quantum questions
I like to write down BS math
like saying 0 = 1 and then proving for all x and y x = y
ig that isn't BS
but whatever
that sounds like a friend of mine who was bored in ....8th or 9th grade of physics
rags's part
Im sure you can tweak a plus in a special group in a way that this equation is correct
hey rags
we should change c's ++ from increment to concat
why
Yes, exactly
what language even uses ++ for concat, Haskell?
well as rags just demonstrated that makes much more sense
Wait can you overload operator++ in CPP?
Haskell has ++
hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
yes but it's unary
aaaaaaaaaaaawwwwwwww
and rust doesnt have ++
just use Haskell you tools, you're clever bois that know FP I'm sure
Haskell is lit
"you tools" "you're clever bois" you see kids, I can't logic
@proper dune ok then try proving a \/ (Not a) in Haskell
you can't do it
what even is that operator
is that supposed to be the v thingy from math
Yes it is
hey man.. did you make it back home yet @narrow comet
I like Go's logo.. about the only thing I like..
more I study Go, more I appreciate Java o.o
Literally this
there's a golang python lol
omg I smoked weed once XD
i want learn elixir
which you will certainly know
i'm suposed to have 6 months
to be honest ive found it much easier to do something useful in oss for rust than in python
mainly because the rust ecosystem is so damn unfinsihed
if you want easy OSS contributions then make node stuff
no
@tired osprey Haskell's operators have to be comprised of special chars to answer your previous question
\/ is, v isn't
@rough sapphire I fly in 2 nights
fly where
from where
@narrow comet https://www.youtube.com/watch?v=7bnX-6sJZBw
Best of Daughtry: https://goo.gl/fAvSf9 Subscribe here: https://goo.gl/DZeg1w Music video by Daughtry performing Home. (C) 2007 19 Recordings Limited #Daught...
@tired osprey UK
so
I've been here for like
youre bored in vacation?
that is really sad
not like I have anything to do on "vacation"
why would I annoy those people
why wouldn't I
exactly
ther eis no reason
2 seconds after i mention him joph sends me random characters
followed by hairy egg animations
who's joseph
me
#metoo
I don't believe that for one second
@bleak lintel
it's me
you've done it now
yes
e
a
Bad idea
ok time for proofs in Haskell we're doing that now I'm gonna prove transivity for implication
man you are such a silly shrew soimetimes nix
nix uses haskell
he's a boy genius.. who's also a owner.. I wish I was a boy genius
E is the greatest meme to ever exist. It contains so much irony that in order to truly understand its overwhelming complexity takes twenty to thirty minutes. The first time I saw E in April, I needed a moment to regain my composure after one of the hardest laughing fits I ever encountered sent me to the floor. On top of the mash up of lord faarquad and markiplier, two already very dank figures due to different reasons (the knock on effect of Shrek/all star and YouTube drama respectively), the deep fried nature adds to the irony of the image. However, that is just the fuel. The spark of the memes unfathomable amount of humor comes from its simplest element. The single letter E, in its impact font glory. On top of impact font being an extremely dank format when deep fried due to its high irony, the single letter E surpasses all other possible captions due to the simple fact that the letter E is able to not only shine a window into how memes have become so meta that a single letter is hilarious, but also because the simplicity of it is able to bring out an extra level of humor due to how absurd it is. E is an absolute masterpiece and should be rendered as such.
no im not
oh that was actually coincidence
@bleak lintel even if i was @proper dune would love me for it
i just tthought oh nix i haven;t spoen with nix in a while!
speed reading rocks
no shitpost copypastas.
are you okay joe
i am brilliant
macbook
those two usually cancel out
say no more
Speaking of functional programming
I'm tryna sleep rn
I have no idea what that is!!
what is an fp course and whats a tony morris
functional programming course
thanks nix
which brings us to
who doesn't love a little bit of pointfree?
by the way
there's a folder here called Nix.. tagged nothing works lol
(.) (.) is valid Haskell code thank Haskell later
has anyone else been getting advertisements for verifcation of Space Wire Bus system based embedded systems on you tube recently
nope
i seem to have a very spcific taste for google then
up until that point i didnt event know that was a thing
thought they did away with targeted ads after that eu thing.. what's it called
nix 20 minutes after seeing the commercial
Nix is already 1.2% of your course
https://i.imgur.com/Er4BSvf.png
so meta..
ikr

open_pod_bay_doors()
i recently saw a social media photo by another group in a competition im participating in
they basically got themselves a desktop wiht a haskell logo and a hexdump on the screen without any explanation
i really have to work on my impression skills
Haskell and hexdump don't generally go together 👀
yeah
so basically
they had the genious idea to test their i2c based pressure sensor by going into an elevator
and reading raw bytes form the i2c bus
lol nice
he looks like a redditor
how does one look like a redditor
Raggy good advice day: you should believe in yourself and what you do and therefore always be logged in as root
Sudo is for chumps
10 minutes later rags accidentally executes malware on his pc as root an looses his data forever
bye data
Oh please, I wouldn't accidentally execute malware. I would do it on purpose
I believe in myself
Is a good idea use elixir just to learn the functional paradigm?
right sorry
ok, thanks
i was thinking of writing a lkm rootkit in rust the other day
Yeah elixir is aight to learn FP
I know a couple who learnt that way
erlang and elixir are fantastic
time to shill Elm 😄
just learn java and be awesome 
Too many E languages
if you know JS already
Elm is literally takes a week to get okay at 😄
its very friendly
nice compiler errors too
Learn rust
guys how do i get less distracted if i have bad ideas?

Rust scares me
:someonesaidrust: except that i cant do this emoji
yeah but i know js and i fucking hate it man
Lol I also get distracted
bad ideas about what?

i took the day off work when we had to do JS
JS is okay if you are doing React/Vue with Typescript
F
so i just use webasm now 😎
exactly nix
write wasm manually :bigthonk:
alternatively you odnt
classic
its very uncommon
😠
what
yeah
- 1 hour
it was an hour ago last time I checked, an hour ago
i succesfully and unintendly moved my sleeping schedule to 5 am a week ago
not if you dont have anything to do until september my friend
how about not that
i mean im spending my time on one project mostly
the best way to sleep is do things late at night
trying to not pick up work on the three others I have in mind now
good
then you don't get new energy from anything
it just goes down the drain until you're tored
lots of blue light
high brightness setting
make your eyes suffer
you'll sleep better
mind maps?
what's a mind map
nice
mine are not that big, but is a insterenting way to "learn" things
try build one in your mind
Of course. Can you see all the confusion?
#career-advice is hot rht now
lol yeah i saw
its "high a f"
what's a high f
1396.91Hz
Hello code friends
yes hi @rough sapphire
Yes! I'll be having a lot of questions.. especially on for loops
well then you're in the right place
lemon, if you change your name, does that mean i can @ you?
i guess a name change doesn't really mean much in this context, nvm
Wtf
what's scalded milk
cooked milk
@kind gorge Noticed your site doesn't need
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
or
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
Though it lacks all security headers https://securityheaders.com/?q=tremble.dk&followRedirects=on and also HSTS - https://hstspreload.org/?domain=tremble.dk 😦
These are the scan results for tremble.dk which scored the grade F.
@rough sapphire Thanks for the awareness 😃 It doesn't really do anything, other than host my nick.
Thanks though
🤣 ye
The future is weird, idn't it?
The idea is "when I get myself together" that the site, displays all my stats, from the various games I play
So the backend will continuously scrape / query api's with my player data.
KD: 1/8315
hahaha very much indeed.
Surprised you didn't make a Donkey Kong fan site at mynameis.dk
I would, if my parents had bought me the SuperNintendo as a child. So I haven't played DK enough to make a fan site for it lol
You mean you never played the best of the series, Donkey Konga?
It's the country Denmark
super Mario maker 2 hype just interjecting into the convo to say that
June 28th baybee
5 days
Super Mario Maker is trash tho
I only played Donkey Kong Country
simple as that
@narrow comet Switch exclusive, and the Switch is garbage
you have my permission to leave the server at your earliest convenience
first the VR thing
Heard rumors that an updated switch might be released soon
but now you hate on the Switch
@kind gorge it's very likely true
true
a mini one
Switch Pro
VR just isn't that great outside of military/medical/training