#ot1-perplexing-regexing
1 messages · Page 255 of 1
check dmesg for killed
I ran it again and it hasn’t crashed yet but it seems stuck
If it crashes i’ll check (when it crashes)
it ran out of memory :/
imma try this
ok well i used to not like them, but now i fucking love generators
https://www.youtube.com/watch?v=eUzB0L0mSCI this is really neat
Is it possible to reconstruct sound from high-speed video images? Part of this video was sponsored by LastPass: http://bit.ly/2SmRQkk Special thanks to Dr. A...
Oh I saw that the other day
What I found really interesting was how they said they could recover human speech from behind sound proof glass just by watching a small object on the ground
i wonder if intelligence agencys have already been messing around with this
i imagine they'd be the ones who discover that sort of thing, really.
It was a thesis developed by some MIT guys
it was discovered back in 2014 so I don't doubt intelligence agencies may have seen it
It was relatively well reported about in the media as well
but I don't know how useful it would be considering how close in proximity you have to be and how the quality of the audio is
You might as well bug the area before going down this route
there's probably better solutions, yeah
no but it might provide useful in like an aftermath scenario
what do you mean?
maybe there was like a bombing or something it might help
well
potentially
but I doubt it
you have to have a pretty stable camera from what I understand
since it relies on movement of pixels
at the end they were using 1000fps
yeah
it relies on the change in brightness of pixels :/
right, but the change in brightness is based on the movement.
if you have a shaky camera then the pixels will be changing sporadically
hmm yes? but swear nothing actually moved a pixel - like it moved less than pixel
yeah
oh yeah but it will still suckwith a shaky cam
yes
nothing moved a pixel, it moved fractions of a pixel, but enough for the camera sensor to detect a change in the brightness/hue of a pixel
yeah but lens and cameras are getting better all the time so this could be a potential thing same as being able to process this better too
i dont think theyre getting that much better
ok but its still not good enough to do this at a useful level
You may not get a quality increase but you will get a range increase
yeah not nessacarily on phones but they are in commercial use i'm a photographer so i follow this stuff closely
Yeah, phone cameras are pretty limited
but holy moly, commercial quality is skyrocketing
just think about how much more range you could get
and as you get more range it may be more useful as Madi said, you can observe a potentially hostile area from a safe distance away
I think that is when we will get attention
yes that is because of cell phones forcing the commercial market to stay well ahead of phones otherwise the industry would die
at range you then have to worry about air distortions and stuff (like from heat)
or a little smog or whatnot
im not really convinced by this yet (in a non specialised or close up environment)
I doubt it has a huge use either, it is still very interesting and I don't doubt that intelligence agencies will have toyed with this
true
after all, it is just a research paper by some MIT people from 2014
what I did like though
was that in their paper they included a graph at how efficient different materials were
tissue was less than green tea box wtf
how tf did they get readings from a teapot
but you would think that the tissue being less dense would have more vibration movement
wait no, was going to say harder to see pixel change but I don't think this is a graph of how much vibration was detected
yeah it is interesting
is this the same guys who did the plasma grapes?
Veritasium made a video on it
but this project specifically was not related to Veritasium
he just did a video on it
it was by MIT with some guys from Adobe iirc
A bisected grape in the microwave makes plasma. But how does it work? A grape is the right size and refractive index to trap microwaves inside it. When you p...
cool cool
on sound related stuff
what i really wanna see was adobes voice photoshop thing
they showcased it and i havent seen it since
and they showcased it like years ago
#VoCo allows you to change words in a voiceover simply by typing new words. Presented live during the Adobe MAX 2016 Sneak Peeks, co-hosted by Jordan Peele. ...
idk its kinda just disappeared - i think adobe like gave up on it or something
but like why
so many ppl wouldve used it
is the thing where you could make it sound like anyone?
i think their were a few companys that held ip in this area so that might be whats happening
This is the slowest time of day for the server
you in Oceania Tron?
its Thursday here
yeah im in Oceania..
where do i ask about github?
what do you want to ask about it?
license formatting, ive seen it as a .md but also as not, what should it be?
dont know where i should be asking
LICENSE
not license.md?
nope
okay
i think on creating a new repo, you can just pick a license in the list and it'll automatically add the LICENSE file for you
i had pycharm make a new repo 😕
that works too
agh writing the readme is kinda annoying
I have a PR for you
for who
ive got so many commits that are just me being stupid and making and deleting files
That PR still cracks me up
i dont get it :o
Added one line "This is a very important project"
To the top of a readme
With no formatting
No description in the PR
While Hacktoberfest was going on, which counted the number of PRs
GitHub humor is the best humor
Like this one I discovered by chance while looking at pyusb: https://github.com/pyusb/pyusb/pull/205
so what does getmac do
whys it need that much code for getting the mac address
Because there is variability between platforms
500 lines
Windows vs Linux vs BSD vs. Darwin (Mac OSX)
for getting a mac address?
Some platforms (cough BSD and Windows) don't have a file you can just read
If you're going to get a MAC for a network host, usually you consult the ARP table
On most Linux distros you can just read /proc/net/arp and parse the table using a regular expression
However, this is apparently not the case on all Linuxes, so then you parse the output of arp <ip>
But the version of ARP distributed with OSX is different, so different arguments and different parser
Oh yeah and Windows
that sounds way more complicated than it has to be
Welcome to the system's world
eugh
The land of esoteria
i was thinking about making a game or something fun to mess around with after this project
Oh yeah?
dont have any ideas though and just thinking over some stuff is complicated as heck
Yeah games are hard man
Worked on a game with some friends a few years back: https://github.com/drspaceman0/Python-Game
Partially rewrote it in Python 3 last year: https://github.com/GhostofGoes/Python-Game-Reloaded
Yeah, if you want a fun little project then definitely use PyGame
It makes a lot of the hard shit easy
what do i run
yea the thing is i dont wanna make a cheap little 2d game or anything i want something mendable and fun
something like minecraft or something but thats way beyond my skill level
Think I was focused on the refactor
rofl
Most of it isn't my code
The stuff I worked on was controller inputs in addition to a keyboard, which worked brilliantly and seamlessly, and networking, which was a cluster** and didn't go anywhere.
Anyway, it's a OK example using PyGame
2D dungeon crawler
oh
yea idk i wanna do something sandboxy i guess
something like that but i dont even know where id start or how
Well it's worth it to spend time thinking through what it's going to be
Hacking on stuff is fun but what you end up with is what you see in that repo
wdym
Like, spending time thinking through high-level design
Type of game
What's the camera perspective?
Genre
Character types
wdym by character types
Is it a static protraganist? Is there a levelling system? Is there gear? Customizability?
Depends on the genre
so if python isnt good for 3D what would you suggest
It's not hard or terribly complicated to do the design
yea thats always the easy part
It's just important to have a clear vision before you start getting into the technical design
Haha yeah but it's suprisignly common for devs to jump into class hierarchies before they even know if the player will have levels
C++
C#
Unity and Unreal
schoolwork
anyway
If you really want to do 3D Unity is probably the path of least resistance
Once you get through teh tutorials and have a grasp of the basics you can iterate and have fun
in all honesty, id rather do something in python
even if its painful
why were you suggesting against python specifically?
i know its not great for 3d but idk why
Well, I'm not aware of any good 3D stuff for Python
It's a high-level interpreted language
3D graphics are computationally expensive and often run on GPUs which means interacting with a driver at a low level
Hand waving a lot here since I'm not a graphics guy
yea, i dont have a plan for something complex, just something fun and simple
probably wont be releasing it
ill look into some 3d libraries for python once im done with the github for my current project, thanks for helping, KE!
java
okay, will do!
wdym by java @rough sapphire
my friends learning java and i tried it once
too much for me
the errors
oh god the errors
shivers
Java has a certain elegance
It's like a mansion filled with beautiful things, if only they worked like you expected and you could remember where they were
Doesn't metal sound like trains
yes it does.
gasp
all strings go to heaven..
When my time comes to Join with the LORD, I want to be able to Exit this life with code 0
So you don't want to be murdered?
when I go, I want to be SIGTERMed, not SIGKILLed
So you want to be EXTERMINATED?
no, just terminated.
Aw
i'd rather be kill -6'd
3 >> 1
@gentle moss why (and how) do you want to be aborted?
If it spams you with sigints you might hang up eventually though
so today is international womens day
Lots of stuff on the twitters
It's great and all, but I remembered something from last year and decided to check up on it
oh, weird, that timestamp did not look so recent lol
yeah so that's what I was going to mention
and Richard Herring, the comedian, has been retweeting them all
that's what people were complaining about last year
@gentle moss 19th of november
saying "It's November the 19th, are you doing anything special?"
it's the 19th, yeah
but I remember people being annoyed because of the UN
the UN recognises international womens day, but november the 19th for them is international toilet day
oh really?
there was a press briefing on that day
is it international toilet AND mens day then?
The UN has a list of officialy recognized theme days? 
they used it to talk about the International Day for the Elimination of Violence against Women
:D
so good
the one that gets me is the people who complain that there's no "straight pride" parades or w/e
well, dude, there's nothing stopping you
but it's going to just be like 20 people looking awkard
well the idea of pride in general doesn't make sense in most developed countries
there's a reason Ireland has one singular LGBT pride parade in a year
Here it seems to have become just another party.
(because LGBT is considered normal)
i mean yeah, in most developed countries
and now it's less for being recognised and more pushing actual rights issues
some very homophobic people round 'ere
or, well, developed, the UK isn't a country
we're giving gravity a run for its money as we fall to the bottom of the list
So does the Netherlands 
So does denmark
Prins Pils
Denmark passed a law around 4-5 months ago
They decided to classify ignoring your partner under emotional abuse and you can now go to jail for 3 years for it
I mean okay, I guess it is modern, but goddamn is that dumb
depends how much you ignore them i guess
I mean that kind of doesn't matter
does not taking the bins out count?
putting that into words is super open to abuse :P
i imagine if it went to court you'd have to be mega awful to get 3 years
that's got to be an "up to" 3 years
well we're talking about a country where it's not illegal to escape from prison, so maybe
well quite a few countries have that law
because it's not unreasonable for a person to want to seek freedom
"human nature"
That's still legal here unless it's a company car :/
At least make it like Belgium where it is illegal to smoke when there are kids in the car.
should I commit my # TODO s
Can you resolve them now? Yes - Resolve them and the commit. | No - commit them so that you don't forget it
my opinion
thank you, I shall commit and further procrastinate on implementing the TODO
Hey. Bash question. SO I use git bash for windows as my CLI and I was learning some commands earlier, including "du" which can be used to do a disk usage check on files. In my cli, I did "help du", nothing came up. Tried man du, nothing came up. But when I did just du to see if it actually worked, it began to list off details of my ENTIRE filesystem. How come there's no help or man page for it though? Do I need to update something?
try du --help
that worked
i doubt git bash would have man pages for stuff
well, bash client doesn't necessarily mean it comes with all the programs you'd typically find on a linux system
if you want to use linux commands on a windows system, try the windows subsystem for linux. i've never used it but it seems like something you might be interested in.
I have it installed but don't use it because it was causing issues with a game project for a game jam I did last month. Something to do with github and file path names on a windows OS.
I didn't realize that git bash wasn't the whole package... huh.
well, bash itself is simply a shell/scripting language. you can run programs with bash (man and du are both programs), but you'd have to have those programs installed first.
and i'm not sure that's possible or even recommended with git bash. at that point, you may as well use WSL or a different OS.
I'd like to use my ubuntu dual boot but I have a couple critical problems that involve hardware that I can't fix until I've got some disposable money, so until then, I'm stuck with Windows. Sucks.
huh, what's causing it?
Thank you for the info. I'll see if I can get my ubuntu subsystem up and running like I have git bash.
Neither of my USB wifi chips work with ubuntu, and my second monitor immediately turns off upon booting into ubuntu. I've spent easily 6+ hours trying to fix each problem
oh, how bizarre.
Yeah. It's been hugely frustrating tbh.
have you tried any other distros?
Yeah. I tried kubuntu and 3 different LTS versions of Ubuntu.
oh damn, fair enough.
I like xubntu the best
I always had issues like that with Ubuntu in particular
WiFi cards not having drivers are a big part of why Linux is tricky though
My laptop is good though
Linux is production ready for avrage people apart from marketing/support and wifi drivers i'd say
@sand goblet That's a really big problem for me. Like I shouldn't have to try 4 different "linux compatible" USB wifi cards hoping that one of them ACTUALLY works as advertised. One of my cards was actually advertised as linux compatible, and the driver appears to have stopped working way back on Ubuntu 14.x LTS. Like there were old threads where people were trying to fix it and shit and then just... Nothing since.
No
that's the wrong approach to have
almost every wireless card is "linux-compatible"
the problem is that the drivers aren't included with the standard distribution
meaning you need to install them yourself
there are actually two good reasons for this
the first one, which is the simplest, is that there are honestly a lot of wireless cards
Right, and I did. And the drivers simply didn't work, just like they didn't with basically everyone else years ago.
and they all have varying chipsets
Well it's not always just installing drivers, and ubuntu is notorious for being bad at drivers anyway
(the second reason is licensing if you're wondering)
People tend to have more luck with distros that make you do the initial install yourself
for example, stuff like arch
but that can take a while to do
I'm extremely hesitant to attempt a complicated distro like Arch with my knowledge. I'm still an amateur with this stuff. In normal circles, I'm the guy that knows the most about computers by a long shot, but once you dive into complexity of any advanced subject, I'm lost.
don't get me wrong
arch is not difficult to set up
it's a time investment, but there is an excellent install guide on the wiki
the linux knowledge is helpful but you don't have to be a guru master
If you have a machine you're going to completely reinstall with linux sometime, stick arch on a USB and give it a go
also, what USB wifi cards are we talking?
I have a laptop that's an ubuntu machine. Problem is, I never use it.
Edimax EW-7611ULB and uh... Hold on for the other one
The driver for that one is dkms-8192cu
or rather, 8192cu-dkms
it's on the AUR but not the official repositories
meaning you would probably want to install an AUR helper like yay first
Driver for Realtek RTL8188CUS (8188C, 8192C) chipset wireless cards
The other one is a netgear A6200
that one is rtl8812au-dkms-git, also on the AUR
Would it be possible to install that thing on ubuntu?
I don't really know what I'm looking at. Is it a tarball?
the AUR is the Arch User Repo
Packages uploaded by Arch users for the rest of the community
the one I just mentioned is being built from a git repo, here https://github.com/zebulon2/rtl8812au-driver-5.2.20
you may be able to build it yourself
if you have build-essential, make and linux-headers
Another problem I have is that without internet on my machine, it's difficult to get dependancies. Lol...
it looks like rtl8812au-dkms should be in the package repos though
well, grab an ethernet cable and plug into your router temporarily
Can't, housing setup doesn't allow for a physical connection
move your machine temporarily?
The router cannot be plugged into.
what ubuntu are you?
I thin k my dual boot version is 18.04 LTS
grab the deb
put it on a USB
then you can install it with sudo dpkg -i /path/to/.deb
there are other packages it depends on, https://packages.ubuntu.com/bionic/rtl8812au-dkms
if you don't have any of them then you'll also need to download them and put them on a USB in the same manner
whatever you happen to be missing
I think I'll boot into it, tether to my phone, and dl the depends and see what happens...
This is crazy. I might actually be able to use my ubuntu 😮
:P
I wasn't expecting to get this problem fixed.
It's just a case of knowing where to look
Will update in a few on my phone.
Well, my phone doesn't seem to realize it's plugged in or something. Its charging but not letting me tether, and also not popping up as a device on Ubuntu. Despite me switching the phone to force MTP in developer settings. Wut?
God, I swear it's one thing after another...
Got it. Moving on...
Working...
Holy shit it installed. Let's see if it works...
Should I reboot? @sand goblet
If it doesn't work, yeah
Rebooting then
Nothing. No changes.
Wifi settings says no wifi adapter found.
@sand goblet any ideas?
Ok. Well, I appreciate your time and your trying to help. That's further than I've previously gotten with any other attempts, even though it didn't appear to do anything in the end.
Anyone know how to get images from the discord cache on linux?
hey, KE, how do you keep track of ideas you have for projects?
@tame pier sorry for ping i just wanted to make sure you saw that i asked
hahaha I literally sat down as you pinged
I use OneNote, sticky notes, index cards, graph paper, and other random pieces of paper
OneNote is pretty nice because it's relatively freeform
You can type anywhere, arrange text however you like, dump images, videos, etc
wdym
yea
i got a lot of ideas for my next project
i should at somepoint learn how to make a basic notepad thing
Really you just need to find a system that works for you and how you think
developmet operations, basically automating everything that happens once the programmer types git push
so running automated tests for example by using CI or deploying things to a server etc
oh
@tired osprey Fedora package needs an update 😉
lol
passwordNix
no
okkayy so
i have to uuuuh
make an srpm import it to fedpkg git commit push and build
i think
That seems right
i do remeber that there was a command to download the sources automatically
what was it
....
spectooool
woop
oh yeah
mock is running......
package is building
@tame pier do you want me to also backport it or is rawhide + next release and upcoming okay?
ill just leave it at rawhide for now if you want me to also backport it ping me ill look at it once i get up
night o/
Both TravisCI and Appveyor are failing on this test: https://github.com/GhostofGoes/getmac/blob/master/tests/test_samples.py#L128
I have no idea why
It works fine locally on Ubuntu 18.10
Well, actually, they're not failing
They're freezing
It gets to that test, then eventually times out
It's definitely the test_windows_10_interface test that's freezing it, since other tests will run before it without issues (this is why random order is a good thing)
Commenting out the code in the test fixed the builds
(╯°□°)╯︵ ┻━┻
haha my friend was looking in inspect code at his coding site because i was interested how they judge the code and it has a link for applying for a job
that's pretty common actually
is it
I think paypal was one of the first to do it
hm i just thought it was funny
Yeah
I think they're saying..the sky is the limit?
they could've tried a biiiiit harder
yeah
did they really remove michael from the office?
ever since he left the show has been incredibly boring
can someone tell me if he ever comes back or should i just stop watching
he does return for like a single episode. I don't know if he was "removed" from the office, I think carell just decided to focus on making movies instead
which was probably a good career move
probably but he was one of the funniest characters there
sure.
do you think otherwise?
nope, nobody does. everyone loves carell
I think the first season after he left had a pretty slow start but that it did manage to find its footing again
so it's probably worth watching the rest.
yea i think im on that one
if anyone shouldve left i think ryan shouldve a long time ago
hes really overstayed his welcome
@bleak lintel i sorta want to use dvorak but at the same time i have to do most of my exams on a laptop with a qwerty keyboard and i wouldn't want to mess that up
i think keeping steve carell in The Office would have just been mean to the entire world
well, the entire world that doesn't like the office
Yeah it would have been mean to me, I agree
Ah man, @gentle moss
puts hand on shoulder
What a world we live in
Where racists and sexists are so heavily empowered by the movie industry
Am I right?
Here's what may or may not have been a quote from someone involved with Captain Marvel
I don’t need a 40-year-old black girl to tell me what didn’t work about A Wrinkle in Time
Actually that's not the real quote, the quote actually uses "white dude" but you see my point :P
Amusingly enough, many white male critics have been denied access to the preview screenings as well
lol
The quote in question is from the actress Brie Larson
Some outlets are spinning it as a cry for diversity
I wonder when people will realise diversity also includes men and white people
I'm mostly being ironic here but it does bug me how often there is this apparent discrimination lately :P
You get diversity by including the minority more often
Not by excluding the people you don't like
That's why we have djangogirls and similar efforts to include women in STEM fields
They're doing a great job
👀
i mean tbh the initial problem was just how white and male all that shit was
Oscars, f.ex
and it's not like BAME are now being over represented
it's just they're being represented at the expense of the already over represented
gotta take those seats from someone
and tbh gdude i was going to make the joke that it would be mean to the entire world because The Office is garbage
¬_¬
Yeah
I don't get why people are reacting to attempts at diversity as white discrimination
Lets be real here. There will be virtually no organization, institution or project that wont have a white person, a male or both
So why worry about the lack of white male representation in stuff?
Can someone help me find a good desktop computer? I was looking at this one but I am not sure
https://www.amazon.com/Dell-i5675-A957BLU-PUS-Inspiron-Processor-Graphics/dp/B071ZZF7FY/ref=as_li_ss_tl?ie=UTF8&qid=1519655277&sr=8-4&keywords=dell%2B5675&dpID=41bfYn7PTTL&preST=_SY300_QL70_&dpSrc=srch&linkCode=sl1&tag=root0d5-20&linkId=1c0a8a0f0b02fc67aabdbb50d2e91410&th=1&psc=1
@brittle rampart Sorry I'm late, but what is the usecase for this?
Home/Little gaming
Do you mind assembling the computer yourself?
Seems like the Amazon listing you posted doesn't include the graphics card.
If you don't mind that, I have a parts list that doesn't include peripherals or an OS.
All for $89 USD less than the computer you listed.
i would run far away from that listing. hiding the GPU bit in legal disclaimer, confusing listing on CPU (title says i5, elsewhere says AMD Ryzen)... 🚫
it's hard to find good bang for buck for a gaming machine off the shelf
it's nearly always better to build
Almost impossible, really.
agreed.
There's always something specced lower somewhere in the machines you buy in a box.
and not having a discrete graphics isn't always bad. i've built machines with AMD APU's that manage 60fps in some games
suitable for a casual
I'm gonna post the list regardless.
I actually hooked one of my friends up with a Ryzen 5 2400G for his budget build.
Works like a charm for him.
could even drop off the CPU cooler, switch the 2TB for a 1TB and 500GB SSD
assuming that's not an OEM cpu

do they still do them?
Ryzen does CPU/Cooler combos, but I can't really attest to them.
I've used 2 Hyper EVO 212s and have been happy with both of them.
i've always used after markets, i don't really rate the ones that come with them
but they do the job providing you're not fussy or going to rag the thing
i do believe that every build should have an SSD though
might as well slap yourself in the dick every time at boot without one
See
I wanna say you're wrong
I really do
i mean my current rig upstairs only has a 64GB SSD C:\
but just that is enough to make the computer less awful
My work machine doesn't, but my desktop has a nice 256GB SSD in it.
I personally don't notice a huge difference in practice.
"soz guy, brb reboot" in a game
you can tell who has an SSD and who doesn't
:D
i think i've got a 500GB for my games and media in my home PC too
i just don't want to fuck with my windows install yet
¯_(ツ)_/¯
I don't feel that.
Might be anacdotal, but normally, people don't have to reboot their entire machine during a game, unless it's Anthem×PS4 levels of brokenness.
ARMA can brick stuff quite bad
the game?
i've got a weird audio setup and that sometimes gets funny, easier to reboot
yes, the game
How many people have you're weird audio setup? :P
few.
when a reboot takes 10 seconds it becomes the first solution
:D
as it is when i have to do tech support
I'm waiting for powerful ARM desktops to be a thing
Probably won't upgrade again until then
Dunno
i don't imagine the good ones are publically available
Kimsufi has some I think
no i meant physical
i figured most the ones in use are custom built or something
Re: SSD I think the game can make a huge difference there. With wow for example there was a difference in minutes for hearthing into dalaran with ssd vs hdd
yah, 100%
large games that load a lot of stuff it's definitely a boon
anything megatexture based
errr... virtualised texture based
megatexture is tm, c and even r id Software.
for some reason i expected the full res to load in
nah thats as good as it gets im afraid :/
that was a virtualised texture joke for HDD users
bit high level but eh
wrong crowd
Whatever floats your boat
lol
Sometimes, you gotta give the people what they want. Play the hits. Let them eat...double-batter-fried-quad-burgers. This week I'm sacrificing both my health...
theres the full video if you want it
i wish there was a guide on when to commit and what to put in the commit messages
i mean most of my msgs are added semicolon or fixed spelling
no one actually reads commit msgs tho so i wouldnt worry about it
whats late download mean
lol
i repeat commit messages over and over and over again
its a bad habbit i know
ew ive never met someone who does that but im sure everyone knows that guy
dont be that guy
i think he just repeats the same commit message as last time
so... a blank commit msg?
is that possible
no
as in like every commit message i have "Continued rewrite of app"
its just each commit does so many different changes
i see a broken part or a typo and i just fix it right there
ack
i often will fix typos in bigger commits
its not like they need their own commit
yeah
idk why, but any time i try to fix a bug or implement a feature, i break the production build
always, without fail
i have a terrible habit of fixing one problem and not testing anything else
ill have completely broken software for the majority of the time, punctuated by perfect stable releases with no bugs whatsoever
yeah
do indonesian ppl have like church or any other commitments they gotta do in the morning
how do i explain libraries to my friend who's never used python before
okay, thanks
@lilac glade would you buy this?
https://www.amazon.com/gp/aw/d/B07N1XBCCR/ref=ox_sc_act_image_2?smid=A3JS2199GQLB8L&psc=1
with 8 GB RAM, 1 TB HDD+256 GB SSD?
seems legit
@brittle rampart am i not good enough to ask?
im offended
im hurt
No.
It's only $800
at which point it would be better to shop for a gaming pc that costs a grand
My budget is $1000 including monitor
ohh
Are you comfortable building your own?
yeah, just what i was gonna suggest
No, don't know how to build
it would be a fun project :)
youd need a case, motherboard, power supply, ram, cpu, and graphics card
best bang for your buck
plus youll have a machine all your own
I know that stuff but the wiring and things
theyre colour coded and fit one way
youll be fine
if you can hook up a dvd, you can hook up a computer
It's not the worst project in the world. Most of it is just putting parts in places.
yeah
Will considerate it
yeah
laptops are waay worse cuz of the custom components, delicate parts and tight spaces
but desktops are made for everything to be swappable
think about it
Also opinions about this monitor?
https://www.amazon.com/gp/aw/d/B07N1XBCCR/ref=ox_sc_act_image_2?smid=A3JS2199GQLB8L&psc=1
wrong link?
Wrong link
the reviews mention dead pixels recently after purchase
id...be wary
from what im seeing, it seems to be a really good monitor for the price, but its one of those cases of too good to be true. people are complaining of glares, poor build quality and especially dead pixels
its...risky
I'd also definitely be wary of that machine.
Any other alt
Again, I'd personally recommend building your own.
It'd be much better and much cheaper in the long run.
Not many people that make prebuilts good.
yeah
Thanks:)
decide on the specs you want and start hunting for the best parts that match that spec :)
and heres a tip, splurge on the gpu, cpus arent really used for that much in gaming
you can go cheap on the power supply, so long as it meet the wattage and is reliable
motherboards determine the different specs you can have and the low level (UEFI) features youll get
8gb of ram at the least to run games comfortably
Unless you play dwarf fortress. That wants a good CPU.
¯_(ツ)_/¯
anyone have a tip for writing
on computer or paper?
computer
plagiarize
wdym plan
okay, ill try that in the morning ven, its late, gn
hi i'd like to hire my recovery service to recover my fucking brain
maybe the service did such an excellent job he wants them to fix his brain too
haha
it's okay, i threw the laptop across the room before i could cause serious damage
@robust sierra @tired osprey
stream coming soon
because they put effort into their burgers
and specificially their fries
god i want some
i've only had their fries, burgers have bread around them
next time i'm in london i should see if they can make me a gluten free one
a.k.a. burger on a plate
but is it better than f2g?
f2g is only good because we're lazy
but it's a good thing to be good
i had 2 f2g yesterday with a pre-cooked packet of chicken
the best
that's what it is
does it bother you that much?
:D
it's the best in class.
i usually have f2g with precooked chicken too
because i am the embodiment of laziness
yeah, it's a nice easy "oh i can get all this from the corner tesco/coop" meal
i mean you've got fat, carbs, protein, ketchup
all the major nutrients
ketchup being a key part of any diet
ketchup, one of the fundamental nutrients in a healthy balanced diet
fuck you beat me to it
yeah because i'm old and have experience with nuestrientsststt
you silly old chont
^_
The heck is f2g
ow my eye
Food to go? But you're British
nope
Significant other?
i can't eat gluten, the meal deal can go fuck itself
i agree with ven there
it's a discrimination
i love that £3 meal deal. prawn pasta salad + crisps + whatever drink = good breakfast
a half loaf of bread costs £2.50
yeah
if i want 20 chicken nuggets? no cheaper than £2.50
Nice nuggets are like 5 euro here for 26 so I don't feel bad for you there
nice nuggets
nice nuggets
i mean any nuggets
i'm on mobile right my typing speed is bad
mcdonalds commited themselves to having "real" chicken
Bitch I only buy wholegrain nuggets
free-range nuggets
mayo > ketchup btw
I don't think I'd use mayo on its own for anything
I like it in things
like.. coleslaw
tuna
Nobody likes tuna
i eat it rare :^)
that's actually a thing with tuna steaks
flash fry the outside and leave the inside raw
tuna steaks are great with some kind of tomato "stew" reduced
tuna steaks are great
that's how that sentence should have gone
lol
honestly, unless you turn them into charcoal, tuna steaks are amazing
a bit expensive here, but still amazing
yeah
they're a bit pricy but they're good
same for swordfish
swordfish steaks are like tuna steaks ** tuna steak
@gentle moss did I miss any yelling yet?
no, i'm currently setting up stream
nice nice
i'm getting fucked by clyde on my pc
a direct message error o_O
wtf?
ah, updates i guess
https://www.twitch.tv/beehivekay/ - stream are go @robust sierra
Got water under the screen of my phone. Time for some DIY repair attempts! (or a new phone)
@gentle moss The code jam stream is in less than an hour bud
who do i watch
eyo
anyone know in requests, if i make a post request and dont declare content-length, will the module put that header anyway?
no clue, better ask in a help chan
im installing bluestacks onto a windows vm running on linux, just so i can get grindr to work
the things i do for some fine ass
they just had to completely depend on google play services didnt they
thus, lm19 -> windows 7 vm -> bluestacks emulator -> grindr
lerl
was it worth it?
nope, didnt work
bluestacks threw a hissy fit
this would be soooo easy if i had google play services
but i will not let the data vampires devour my digital soul
i spend 3 years. 3 long years scouring my internet presense from the net
not gonna go back any time soon
lol that sucks :/
yeah
it really does
tried installing an older version, tried using my moms old phone, tried running it on an emulator in linux
all this just so you can run grindr?
i mean theres probably a reverse engineered python api for it like tinder by now lol
just use that
Thst would probably break the terms of service
now u saying that cuz you're against him doing it, or cuz we shouldnt be discussing it here?
(i havent slept in like 24h so my mind is hazy and i genuinely dont know which)
lol
i am antigovernment and anticapitalist
so unless theres a damn good reason to, i dont really have much respect for the law
and for things like terms of service
lol
good luck with that
(dont tell gdude that - or lemon)
lol
the thing is, rules are pointless
good people will follow them anyway, bad people wont
all rules do is give the power hungry dicks excuses to act like dicks
mhm... but in this case lemon can just kick them
and give those in power the ability to abuse the system as they see fit
so not quite as unfair as you make it sound
lemon could kick anyone rules or no rules
cuz hes an admin
and he has been granted that power by virtue of being server owner or promoted by a server owner
even if this rules say admins werent allowed to be dicks, enforcing that rule is entirely up to the admins themselves
see the issue?
its the same in any government, institution or organization
m8 youve lost me lol
sorry xD
just explaining why i dont believe in rules
rules, when it comes down to it, means nothing
im not saying might = right is how things should go
im saying its how things are, and nothing will change that
ok that makes more sense
ok the rules are pointless makes less sense
thats kinda like whats the point of cleaning your room cuz its just gonna get dirty again
i mean think about it, why are rules important if its up to the admins how they deal with them?
or politicians or the police
well hopefully in democracies you can vote on them...
hahaha democracies are a lie
i dont think theres a single country that has true democracy
but also this isnt a democracy here - its more like we came here, and its their server, so we can follow their rules or they can kick us
seems fair
yeah
true
not so irl tho
i mean think about it, you might think democracy exists irl but it doesnt
yeah rl isnt doing too well :/ canadas not doing too bad 😃
Have you heard about the snc lavalin scandal happening right now everything is broken every where

