#ot1-perplexing-regexing
1 messages · Page 271 of 1
I have 500+ hours and I suck at market gardening
I think that's one of the few games I have over 1k
and it's only really viable on maps like hightower anyway
Shame they made their card game monitization so horrible, supposedly it could have been decent.
There's lots of things that they could have done better
It was pay up front and pay for everything in game aswell.
Figures
Artifact was a huge flop yeah
I like the new pyro items
its amazing how badly it has done
it completely changes the class
Artifact has like 5,000 players
well, "new"
they were expecting 5 million
"newest" more like
the gas passer and thermal thruster are big game-changers specifically
yee
Must've cost them a ton. They hired Richard Garfield to help make it.
I get to be a backburner main again with the thermal thruster
I'm kinda excited for a game coming out on the 22nd called SplitGate.
F2P Halo Multiplayer/Portal meme child that honestly doesn't look half bad.
https://youtu.be/toiD6RONvKU
Splitgate, which looks like an insanely fun mashup of Halo multiplayer and Portal, is finally launching as a free-to-play game on Steam on May 22. 8 Minutes ...
speaking of halo: master chief collection hype
I'm feeling it.
I signed up for the beta without having played any actual Halo game before.
on yeah i saw that on youtube
I played the first two halo games
that's it
because they stopped bringing them to PC
and all I had was an original xbox
Steam even. Not the windows store. Surprising.
Epic store
maybe it'll support li- naaaaaaaaaah
The new quake looks good but it feels like it's being played with a joystick
I've said this already, but I'm not buying Borderlands 3 when it comes out.
One of my friends is picking it up on release, but a fair few of them are holding out.
I use manjaro
I might even install windows to play bl3
BL1 isn't
oh yeah, wait
Just bl2 and tps
I'm thinking of pre-sequel yeah
I'd play with you guys if I didn't have Monster Hunter and Mordhau clogging up my time.
that's okay, 2 was better anyway
But the new patch isn't out yet for bl2 on Linux :/
@grave phoenix if you can use arch then definitely drop manjaro
manjaro gets bugs that arch doesn't get, its weird
So can't matchmake with windows untill it is.
Manjaro is a port of arch, no?
I switched to manjaro just to test it
its not a port of any kind
Err, "built on Arch"
Manjaro is arch with a graphical installer and some extra repos
It's based on arch
the big thing is that manjaro holds back package releases for around 3 weeks
to do their own testing
for prod its still too unstable
I don't find arch unstable
ubuntu LTS / Debian time
I actually use arch in prod
noooo
Arch is not unstable, you make it unstable
but rolling release
a package update could break it
auto-updates on friday
rolling release is a form of instability
I've been doing it for years, it's fine
I think we might be using a different definition of stable lol
if I was using any other packages I'd agree with you
docker probably helps with that
it helps a lot, yeah
you wouldn't need to worry about postgres updates etc
Antergos used to break for me several times because they didn't have a dependency listed.
I mean I'm a big arch fan
but if my job was to maintain a critical linux server
I'm putting CentOS on that boi
yeah, I pin my docker containers
The only thing I hate is having to reinstall drivers for every kernel update
So it would install the new kernel, while there were no compatible drivers for my filesystem yet.
I'm on Manjaro now, works like a charm.
I don't know but every time I update the kernel I have to rebuild and reinstall the wifi and Bluetooth driver
Ubuntu is actually really good at getting the latest kernel
using their HWE thing
you can have ubuntu LTS with latest kernel
good for ryzen users back when only some kernel versions could use ryzen
🦀 WINDOWS 10 PRO 🦀
@stark prawn arch or arch-based works fine until it doesn't
lol
@lilac glade no
You may have just had to enable the Bluetooth service instead of a reinstall
you have rolling release
so all it really takes is for someone to push a broken AUR package
No that's not
TBH I think that
how stable Arch is
depends a lot on how much you use the AUR
if you have zero AUR packages then arch is very stable
Also I love this xd
if you have 50+ AUR packages then its a roulette
AUR isn't part of arch itself though.
yeah but most Arch users love the AUR
cannot confirm
can confirm
AUR is the main benefit of using Arch in the first place
you get stuff that hasn't yet been officially package for ubuntu/debian yet
I use the AUR
But nothing I use from it heavily integrates with the system
It's just stuff like discord and pycharm and applets
I don't use the AUR on a server.
xubuntu is good choice yeah
Doesn't look 100% all the time but close enough for me
@grave phoenix What desktop env are you using
KDE
That's the one I used last time
Those are lockers, not display managers
The only thing I don't like is configuring networking stuff
How complicated is your network?
That's more or less automatic for me
And I have a fairly complicated network
NetworkManager is great
Normally you can just plug in an ethernet cable and you're good to go.
So, you are saying that NetworkManager would do almost all the work?
Yep
Install it, enable --now it, and off you go
KDE's control centre can configure it if you need
I didn't know about --now, is that the same as doing both enable and start?
The --now switch can be used in conjunction with enable, disable, and mask to respectively start, stop, or mask the unit immediately rather than after rebooting.
Yep
Hey @cosmic quiver, I was thinking about what you said and I see what you meant now, sorry - I must've misread
No need to keep discussing, just figured I should apologise
Happens a lot
What did I miss
Nothing, don't worry. :P
big drama
Dammit I always miss those..
I think she has me blocked anyway, I couldn't DM that
I mean I have no idea
no I just turned off DMs from this server due to the abundance of "can u help me" DMs I got
Pats feel better
Have gotten 0 since then 
100% success!
Ava can u help me
The Good Doctor is such a good tv series.. just got in to it.. anyone familiar?
How to properly completely reinstall grub?
nvm I just forgot to generate the config file xd
Technically, reformatting the disk will reinstall grub.
But I doubt you want to approach it like that 😄
I mean I could that
anyone up for reproducing a bug in this module https://github.com/spatialaudio/python-sounddevice?
it should be pip install sounddevice
or python-sounddevice
one of those
here's the bug: open up a youtube video in any browser and let it play. then go into IDLE and type import sounddevice
on my pc this results in the youtube video either momentarily freezing or crashing
i want to check if it's something specific to my system or not before reporting it
my OS is Windows 10 x64 and am running Python 3.7.3
my guess is it's trying to query al lthe available audio devices on the system and in doing so opens one that needs exclusive access or something and this screws with every other audio device currently in use
on a different note, TIL memoryview objects exist
very cool
the onyl downside is that they lock whatever theyre viewing
I read about them a while ago and I have already forgotten what they do
cant append to it etc
basically they let you slice into bytes/bytesarray objects without creating copies
and also recast their values into different types
hm, like a read only reference?
pretty much
like one thing you can do is step through a bytearray from the left like this:
data = bytearray(#lots of stuff)
view = memoryview(data)
while len(view):
byte = view[0]
# do stuff with byte
view = view[1:]
that view = view[1:] line will work without creating an entire copy of everything past 1 in the bytearray
oh, theyre not read-only in the sense that you can assign values to the underlying object using indices/slices on the memoryview
but if youve got a living memoryview object of a bytearray you cant append stuff to it
youre stuck with whatever's already allocated
@proud pollen Moving from #python-discussion - Browser extensions are generally written in Javascript using the APIs provided by the browser
Selenium won't help you
Hey @gentle moss, where is your god now
what is this
Currys and chips?
This, my friends, is the most needlessly unhealthy dish ever
Containing an entire tray of chips
A fruit based curry sauce
Six slices of cheddar and two handfuls of grana padano
I also sautéed an onion for good measure
Not right now
Ok.
My dad's 60th is coming up soon
Ah
So I'm eating while I still can
Fair enough
this is like the opposite of how you lose weight LMAO
... no need
oh nice @sand goblet
oh nice @gentle moss
oh nice @vestal briar
i had microwave madras with f2g for lunch today
Thants
making prawns with hotsauce and plum stirfry
Thats + Thanks = Thants
Your stomach is gonna fall through the floor dude
Booooo
ooooooB
Someone mentioned 4 DDs in the other channel
This thing has me sweating
Glad I have some halo top left
Wouldn't want to put on too much weight now
Yes
what happened
Nothing actually, it was pretty good
yeah
I still make keto food sometimes
Just because I liked it
Replace the chips in this for cauliflower and you'll wonder why you were born
But also will be eating a suddenly keto friendly meal
Despite it not actually being any healthier
@gentle moss oh hey i had f2g today too :D
whats f2g pls explain 😄
f2g is the only product in its class
i mean there are other options but they really don't stack up
what is it 👀
a unique treat
🤔
I think he means Greggs sausage rolls
rly
hmm
couldn't be further from the greggs
I don't eat red meat much
🤔
Pork is classified a red meat because it contains more myoglobin than chicken or fish.
Pork is less red than beef though yeah
It's free to glay.
face to gills
many webbed feet, not so many webbed legs
haha, that's awful but I laughed at it anyway
Top half fish.
lol, I remember seeing that somewhere
oops, boobs
reddit loves that joke
it's okay, I saw it
reverse mermaid
face to grog
i dunno man, this is more fun than telling
fine to procreate
innit @tulip palm
haha
but yknow
nope.
:P
nope.
but, close
yeah, close.
soooo close
fart to go
hah
sounds like a type of propellant
right?
long, slim, delicious and you put em in your mouth
nice crunch to em
bacon
contrary to popular belief, bacon does not begin with f :D
from france to germany, i'll say arrivederci
¬_¬
i'll give you a hint, it goes in the microwave
microwaves don't distinguish, they will also allow evil into them as well
Are we sharing pics
well you can if you like, i'm not stopping you
Am I not the hottest girl you know
no.
:c
this is the hottest girl in my life
female -> male works way better than male -> female
here's my face run through the male filter
you can sort of see what it's doing
1st is filtered
obvs.
it messes with hair colour pretty heavily
bisk how do you get ur beard like that
tight and crisp 🤔
my beard goes scraggly after like 2 milimeter lol
maybe its my clippers yeah
another part is making sure you do get an even trim, like hairs aren't just laying down when you're trimming etc
but yeah, i just naturally have a good beard
been growing like this since i was 14
Don't try to grow a big beard in one go.
Trim along the way.
Seen too many people try and go the first route
everyone is turning into women what is going on?
last time i answered to something like that in a server
i got banned
snapchat filters, madi
what!
I'm not sure if this one is better than the faceapp one
that is super neat
lemme grab the faceapp one for good measure
and @young jetty there was probably a good reason for that
you are pushing me to get banned again
neat
yeah, the snapchat one is pretty damn good
it seems to behave differently with / without glasses
They have a lot of pics to analysie
You still look like you have a beard
i wonder what they are using to do this
yup
conchita wurst
$$$
it managed my gf's one really well
i mean she's an attractive woman, she makes a great man
lol yeah, it did
i still would
But what happens if you take the female photo and put the male filter on it
oof
If you put the same pic through it twice, does it change it even more?
let me give it a go
It doesn't let you, but maybe you can figure it out
Let's just say he'll need clean pants.
💩
haha
it's not happy about reading it from another screen
i think i'd have to physically print it
Figures I guess
The poop emoji differs quite drastically among fonts.
I wonder how the filter works. The quality and the low framerate makes me think deep learning af
But in general there are 2 groups, the one that put a face on it, and those who don't.
Haha
i am afraid
first one is pretty cool
wat
unit test uses camelcase
it'd be fun to create feedback loop of it
Dem tabs
Posting on Facebook, Ryan Hill described how he used a filter that 'makes you look like a girl' on a photo of himself, and sent it to his poor unsuspecting girlfriend... along with the caption 'I have your bf's t-shirt on'.
When python incorporates outside projects like unittests they keep the original formatting.
Since completly changing it all could alienate the maintainers.
Yeah
Well that was duuuuumb
This is my usual style if stuff gets a bit complicated ```py
def install_from_locks(exe, locks):
"""
Installs locks to path
"""
for dep in locks:
print(f" {sp_char.WAIT_ARROW} installing {dep}..")
command_to_call = [exe, "-m", "pip", "install"]
dep_version = locks[dep]["version"]
if dep_version == "latest":
command_to_call.append(dep)
else:
command_to_call.append(f"{dep}={dep_version}")
subprocess.call(command_to_call, stderr=subprocess.DEVNULL, stdout=subprocess.DEVNULL)
print(f" {sp_char.CHECK} installed {dep}!"}
so i have to pick up a server from work tomorrow to deliver on monday
and we have a high dpi colour printer
Fancy
Gonna google translate it :)
Actually it probably still won't work
Human perfection
The image is only as dense as your screen because snapchat takes a screenshot instead of using the shutter
tbh i think there will be deminishing returns
Yeah, I agree
You could try an anime or cartoon face.
the question is, what will it end up like?
hah
that's an interesting idea
wish i had my android emulator still setup
Maybe you can just waifu2x each result
that's how i used to snapchat before i bothered getting a smartphone
Not that long ago someone here made a python project that modified anime pictures using deep learning.
There's a lot of anime related DL projects. Weebs are pervasive throughout life
To be fair, that project and waifu2x are super impressive though
it wont find the face of a pure anime face
Figures, it looks at a bunch of points on a face inorder to be able to transform it.
Every anime DL project I know is just retraining a recently released network on anime images
Not sure the project itself is impressive rather than the paper it's based on's result
hey bisk, here's one for you
I was thinking of playing middle earth: shadow of war
now that I have good internet to download it
2MB/s ouch
they take the piss i swear
I have like 7MB/s
i mean actually
looking at what it did with that anime face
i reckon if it were printed
that's interesting
you should try it on one of those modelling picks that idiot spammer posted a few days back
i have no idea what you're talking about
yeah, you probably missed it
I remember joe "hacking" the CPython print function
nothing about the anime stuff tho
is joe the joe idk
the 16 yo
british
small white dog
yes that's joseph
i'm gonna waste company ink tomorrow when i pick up that server
see what this thing does
it's for the good of science
Yeah joseph sounds better, i didn't like joe
by the way, I dunno if you guys saw it
i called him joe because it's fun
but hat in time now has 50 person multiplayer
Imma call him joseph
I call him joph
the question is why hat in time now has 50 player online multiplayer
but I sure as hell want to try it
shame I don't actually know that many people
actually @gentle moss I have a question you might be able to answer
if you have a sec
Shit
It works
Package manager works :)
so, the way this new internet is set up
the guy came in and used a specialised phone app to auto config the router
which is a fritzbox
and then forgot to give me the password
so I had to factory reset it to get into it
yup, sounds about right
everything works fine, however, I cannot open any ports for the life of me
and I think it has something to do with how the connection is configured vs the dish
have you thought about making a DIY linux router
and mainly does its own thing
rpi
port 22 is open to the world, but requires an SSH key I don't have
well I had to set up the connection myself
the settings here are all fairly simple
are you sure you're running official fritz firmware though?
yes
I checked the Ivertec site, and it states that I can indeed open ports and that they don't block any ports
No, fritzboxes don't have SSH
they don't have telnet either
it is possible to install a third party SSH solution, but..
not sure if I wanna do that
nah, was just a thought
I can hit 10.10.10.1 which I assume is the dish
no, fixed wireless
there's probably heavy restrictions between you and what is "the internet"
it's this thing they call wifiber, which requires line of sight to a nearby mountain
if you had ssh into the fritz you could probably actually probe the wireless network after the fritz
before the internet
i had a yank with similar problems once
rural bastard
I mean, I can hit the dish, like I say
I'm wondering if the problem isn't my fritz config
it's not
basically the dish is the gateway
router in and of itself
and it's clamping down on shit
basically a double nat scenario with an unkind gateway
right, okay
you'll have to contact the ISP
I have sent them an email on thursday
you could ask politely for 1:1 NAT but they probably can't provide it
because i bet everyone using that dish has the same IP
that network topology is common for rural areas
with that type of network
ahhhh, maybe you CAN get a 1:1 NAt then
a pure 1:1 NAT would be exactly what you want
then basically anything hitting your static IP goes straight to your router
Static NAT
ah okay, so basically I just need them to.. yeah
that's whatcha want
they have a great support team so they probably already know what I need from the email
your 1 private is mapped to 1 public
the reason I want this is mostly homeassistant
we run an environment like that in the business park
I mean, I do have nabu casa as well, but it's slow
also something I find amusing
that port 22 on my public IP
nah
that's a problem with NAT
you have to go out to their dish (router) to access your public IP
and at that point it's like "nah fuck you"
we experience a problem like that (because i'm lazy)
nah I mean, if I use my public IP I can get at it, and I scanned it from a server
but the private IP doesn't have it
we can't VPN into our own IP address from our private network
because i haven't configured the NAT correctly
¯_(ツ)_/¯
oh
ooooooooh
How Did Gdude Lose His Discord Powers?
hahaha
I banned a guy that capitalised every word of his message
it never was near funny in the first place
it's incredibly annoying honestly
perhaps not !
no perhaps. just not.
well i think it would be worse if i was just trying to troll!
even if you're not it's an unimportant question.
oh cool, I can add my fritzbox to my homeassistant
oh yeah, I had another question for you
it's nice
OK, so homeassistant is running on a dedicated raspberry pi 3
on.. let's say 192.168.2.30
because the best way to use it on android is one of those chrome home screen pinned tab things, you go to a url and add it to your home page
the question is, whether I can somehow force the DNS to resolve to the local address when on the local network
so that devices can still easily get at it if the internet is down
hmmm
currently my network's DNS is provided by a pi-hole, which is also managed by homeassistant
the other problem is that the port isn't the same but I can fix that easily enough
if it's by hostname i think there's a way to do it through fritz
well, fritz is also not handling DHCP on my network
ah
that's being handled by google wifi
which I guess I could point at the fritz for DNS
and then point that at the pi-hole
if it does that, i haven't used google wifi
it does
I can set the DNS on that
google wifi is actually intended to be able to handle pppoe
the only reason I'm not using it is because the stupid heating system can only connect to things with wps
so I have to have the fritz
if it wasn't for that I could straight up remove it and plug the dish right into the google wifi
I use pi-hole because I can block ads/trackers with it
yeah
if I could get at my homeassistant easily right now.. hold on actually
okay that was unsettling
gf is asleep on the sofa
and just giggled like you know those evil children giggle in horror movies
that's around 27% of today's queries blocked
if you dont mind me asking... why is the number of domains higher than the number of ads?
bar the fucking TV
it isn't today, yeah
I'm not sure where that total goes to
probably like a week or something
i wonder if it includes subs
time to get drunk and ignore the noises coming from upstairs
yell hello into the dark
surprising number of ipv6 requests given that we don't have ipv6
another little question: is pi-hole superior to regular adblock i.e. umatrix?
no, you need them both
they serve different purposes
the main reason you use pi-hole to begin with is for devices that you can't install an adblocker on
but pi-hole just blocks at the DNS level
adblockers do more than that
you could prevent being hacked over PS4 with pi-hole? 🤔
you could prevent being hacked over PS4 by having a router and not exposing any ports?
wtf are you talking about
i don't own a ps4. or a router.
w-what does that do
Static custom DNS entry that only applies on my network
that's a good explanation. thanks.
local network hostname resolution
is this like that 1111 thing
no
not sure when one would use such a thing
imagine having a DNS server in your house
so if you want to access your computer called COMPUTER1
you can just ping COMPUTER1
and your router / dns server resolves it to your local network
that's really dumbed down
this is impossibly common in business networks
what might be a decent home router on a budget?
what's the budget?
hm. maybe i'll worry about it when i've got a job. 😄
i'm hotspotting from my iphone meanwhile
i mean if you've got an old PC and two ethernet adapters in it
you can just use pfsense
but that's some heavy shit to learn
pfsense is a freebsd based operating system that behaves like a router
in case you didn't know
i came across pfsense, but i didn't know that
we use it for our larger scale networks
pfsense uses php to create a nice web framework (and shell) to make pf more managable
pf is like iptables
nooo PHP
okay
here's an example of the web GUI for pfsense
using an old Core2Duo box and a pair of gigabit ethernet adapters you can easily handle about a million packets per second
which is uhhh
HUGE
LOL this looks like the Bootstrap UIs that I make
yeah cause it's FUNCTIONAL
look those juicy colourful buttons ❤
it's just providing a neat front end to something you could do with a freebsd install with pf installed
but fuck doing it through a shell, right?
¯_(ツ)_/¯
pfsense is used by some HELLA large providers
iirc amazon use it
pfsense is not like some tiny thing
it's pretty fucking big / important
it's gaining market share in usage over traditional routing technologies
cisco / sonicwall / etc
people are getting hella fed up of cisco
for a start you shell out like £5k for a cisco box
then you've gotta pay license fees to maintain it
then if you want say, extra VPN connections
LOL MORE MONEY
you spend £5k on a netgate box that is actually higher specced with pfsense on it
no limit, no license.
I met a guy at a bar who is starting a Cisco career
he did the certs and stuff
I wonder if that's still good
yeah, that's not a bad thing to do but it's expensive
corporations like it because it's trusted
but as i say, more and more corps are moving towards pfsense
lower costs and all you need is smarter engineers
"smarter"
You can get cisco boxes for cheaper than that
What you're paying for is corporate support
If you're working at home then you probably don't need that
not a small business or w/e
Ah right
It's 2am, go to bed
becaaauuussseee
I'm going to bed
i need to pay to get a security fix
and FUCK that
otherwise they're hyper vulnerable
evil company
they really don't care about a secure internet
they just care about their bottom line
and sure, these ASA's i have will do the job of being routers
but they would also get popped pretty quick
because i can't get new firmware without $$$ @ cisco
sounds like Oracle lol
same kind of companies tbh
the old era bastards that are clinging on for dear life
but cisco is far more embedded because they kind of run most of the internet
their business model will have to change i think
Woo
owpm now has production-ready locking
Need to upgrade building/installing to use the sha hashes now 😎
@vestal briar what's that?
tl;dr?
Proposal to add a construct to Python to allow the use of shared memory segments on modern operating systems to share memory between processes (which currently wastefully serialises and deserialises data for sending)
shared memory between processes, ie. no need to serialise and deserialise data
lol the convo about merging it in early
I have a longterm plan for learning C; I will do 1 double-page per day
On the book each is a mini topic
So it will take me ~2-3 months to learn and cement all the syntax & theroy behind it
K & R?
It's "C in easy steps"
Great book
It is still ANSI C though
It's more made for first-timers in programming but I think that's good (only ever done python and c#)
@ebon quarry I think i'll do this book for now until I get a K&R
K&R is good but I got some indian ripoff lol
:)
The one on Amazon gets you one that has stickers below which it says "circulation outside of the indian subcontinent is strictly prohibited"
very interesting
Weird situation
My mums friends husband that passed away learnt C and had/has the book
Hiiiii
Glorious
Doesn't even ask the user for their name 8/10
3/10 that is a major bug
It's a feature, it's so intelligent it doesn't need to ask
They should have written that in the documentation
Is this actually from something
@ebon quarry it's not a ripoff. Books sold internationally are generally made of cheaper paper rather than the nice smooth and glossyish paper in larger western countries to make it more accessible for the market
So the cheaper versions of the book aren't meant to be circulated outside so the rich nations buy the expensive version
I hate the glossy paper
Especially when its on cardboard
If you scratch it is is 10x worse feel then a blackboard
They are sometimes over 10x more expensive though,.
Yep
I just adjusted my monitor settings to be less "pop" with whites
PDFs look like a book in daylight now
it's not just the paper..
what's the history of foo bar..
The etymology of foo is obscure. Its use in connection with bar is generally traced to the World War II military slang FUBAR, later bowdlerised to foobar
https://en.wikipedia.org/wiki/Foobar#History_and_etymology
@sand goblet No offence, but it looked fucking disgusting 😄
Containing an entire tray of chips
A fruit based curry sauce
Six slices of cheddar and two handfuls of grana padano
I also sautéed an onion for good measure
Well yeah, that's the joke :P

Y I didnt read anything else, I just saw the picture and ur text lol 😃
not sure what you mean
A picture gdude posted somedays ago or something not sure. Just saw it when I opened my web browser at work.
oh hm
oh of course
Oh wait, are you using chips in the American sense?
These are chips in the English sense
They're like steakhouse fries yeah
Yeah but you qualified it with "potato"
those aren't real food~
ah right
there was an attempt
the most unhealthy thing about it is only the sheer quantity of it
Y besides u know the cheddar, curry (that probably has some cream or something in it) and (im guessing) a hefty amount of salt
But the onion compensates for that!
if he made it himself, it may not be too bad/salty
In all seriousness, if he made it himself doesnt matter much. Just looking at it I can tell it is unhealthy. Not trying to bash on gdudes eating habits considering mine are absolute dog shit
Since its inception in 1911, only four percent of Scouts have earned this rank after a lengthy review process.
The Eagle Scout rank has been earned by over 2.5 million youth.
that's like... 250 million youths through the scouts in the last century right
i was asking a math question
you were one of 1/4 of a billion, if my math is correct
yep.. im special..

in Dutch.. what's correct.. alles op... or alle op ?
in which context?
There's no way to say anything useful about that without a grammatical context
It's likely to be the first, but I'm not sure
like.. what about
verander alles op facebook
or would it be
verander alle op facebook
verander alles op facebook
A famous example with alle op is alle op de zaak betrekking hebbende stukken
But that's far more rare, that's why I said it was likely to be the former
erg bedankt:)
why cant my windows 10 install see 1903 ? im still on 18xx
Oh. Thanks, I'll just join the insider builds ;)
@vague shuttle What music are you into?
A lot of different types, my current top 3 artists are Slipknot, Bob Marley and Eminem
alright, let's try something completely different then
So rap, hiphop, metal, reggae even som electric jazz
even listened to some classic sometimes
Tokyo Rain, from the album 39 Seconds, available everywhere now: http://www.marcuswarnermusic.com/39seconds.html Artwork: https://www.artstation.com/aenamiar...
have at it
@worldly grail That was neither lol, but didnt like the song in itself. It was too kurt cobany, you know sounding like he is drunk, high and everything else at the same time
@sand goblet Liking it so far, about a minute into it.
\o/
Maiden Voyage Album: Maiden Voyage (1965) Written by: Herbie Hancock Personnel: Herbie Hancock — piano Freddie Hubbard — trumpet George Coleman — tenor saxop...
@vague shuttle have u played the game ??