#voice-chat-text-0
1 messages · Page 955 of 1
Most of the work day, yeah
oh nice
Well played
Croissants. The katanas of pastry.
.bm
it's pronounced "cwasantz"
I am a spanish native speaker. I am learning some english to understand the fandom, and the people who do python tutorials in english, but I am so tired of learning english 🤣
If only I could learn python without speak english
is that you mr bisk?
yes.
nice
astronauts food is precooked.
I want to do that thing where you dance from foot to foot, bowlegged, shooting into the air.
you could
then afterwards you'd have to learn english anyway to google your bugs
for programming you really need to know English
how do you have the courage to open your mic and communicate with other members of the homosapien species
yes 😬
It's pronounced "Angrish"
guitar fandom, sure
to learn python you have to know how to play the guitar, it's obviusly needed
mhm
(It's a joke)
English - every other language is just a subset of it.
Just by talking. Just don't think about it too much, have fun, just join in on the conversation, etc
i know
what?
color != colour
excusez moi tu a parle francais et an anglais?
Adios! 😄
is it real? I am learning english and NO TEACHER TELL ME THAT
this is so frustrating
yes
grey != gray and color != colour
kindof
tyre != tire
the first I understood, but what is the difference between color an colour?
I'm stealing all your puns for internet clout
hope you don't mind
k
Give me more original puns people are questioning my originality
you said "calor"?
cowlor
That's your punishment.
dam
couloric intake
admin: cowlor, me: COW LORE CONFIRMEDDDD???!!!!!!
calouric intake
There is indeed a cow level
hypo-coloric
WHY ARE YOU REPEATING THIS COMMENT? I DONT UNDERSTAND THIS
Mister Hemmelocke
¯_(ツ)_/¯
@crystal fox can you change your name to bisque
(╯°□°)╯︵ ┻━┻
It's just dumb pun stuff. It has no meaning
then I suppose I'd be 1 verboufe
Hem-lock sounds like a sewing technique
yay more puns for internet points
ok, I was really worried, thanks
mmm yes
were you worried? Do you really care about us? Do you even know us? Are internet people, that have souls, our own lives, important to you?
Oh yeah random question
: what was the most fps you've gotten in a game and which game?
you are right, I have to worry more in the real life 🥲
for me it's minecraft - 1200 fps
WHAAAAT
I am in south america and the best fps I ever seen was 120
You guys are getting screens?
How does Hell generate its electricity? Sinergy.
WHAT
with the money you spend to buy that, I can eat for 1 year
It's like a laptop equivalent of a flasher in a trenchcoat.
32 gigs for a 1080?
You're not going to use more than 24 gigs of ram
'Kay i have 5 minutes before math period starts wish me luck
"The clowns are really low"
I know I wish I had more than 8... geez, next time I'm going for 64.
Clowns just floating past the window.
Why is this so calming?
I want to look at it forever
yup enough discord for one day
You can pay for your salmon mousse with your Dieners card.
I don't get it but it's a clown floating past a window...
Harsh enough for the people they have enforced it against.
Capital punishment in Taiwan (ROC) is a legal penalty. The death penalty can be imposed for civil disorder, espionage, murder, treason, drug trafficking, piracy, terrorism and especially serious cases of robbery, rape and kidnapping, as well as for military offences, such as desertion and insubordination. During the White Terror, it was also use...
from when did vsc look like that?????
I mean it was a screenshot from a highly compressed stream
oh hmm
evening
Build internal web apps quickly in the language you already know.
I miss Conan, especially the year 2000.
In the Year 2000 bit from January 1st, 1997.
(Original airdate: 10/02/03) Conan and Jack Black predict that in the year 2000, the Chicago Cubs and Boston Red Sox will meet at the World Series… up in the bleachers where they’ll have a great view of the Yankees and Braves.
Subscribe to watch more Team Coco videos https://www.youtube.com/channel/UCi7GJNg51C3jgmYTUwqoUXA?sub_confirmation=1
Wa...
In the __init__.py file:
...
from .datepicker import DatePicker
from .pglet import *
from .reconnecting_websocket import *
But the examples show that one of the things you should do is from pglet import *
So is that redundant or is there something I'm misunderstanding?
Star imports are fine for re-exports, though that bare exception 
"Never gonna let you dow---n!"
Remember, kids, don't write bare exceptions, or Benny the Bare Exception Bear will eat you!
And if you are unlucky enough to meet one, remember to play dead at the code review.
i spent 4 hours today on 2 web pages cuz the client is a relative but didn't give me any info on the design they wanted or what they want to show through the web page o- o had to do alot of improv. literally had to scrape through their facebook page to find images, description, contact info, etc
Oh boy, yeah this code base is more of a mess than I thought
Like....
p = platform.system()
if _is_windows():
plat = "windows"
elif p == "Linux":
plat = "linux"
elif p == "Darwin":
plat = "darwin"
else:
raise Exception(f"Unsupported platform: {p}")
So they have an _is_windows() function, right? Well there's also a _is_macos() function. But the latter isn't used there. But it IS used elsewhere:
def _open_browser(url):
if _is_windows():
subprocess.run(["explorer.exe", url])
elif _is_macos():
subprocess.run(["open", url])
Like
So macOS is an unsupported platform that is supported.
I feel badly for the one on the outside that is getting lapped by the ones on the inside. But look at 'em go.
he tries and fails to get into the flow with the rest of them twice
Even better that Linux is ignored in that second function
I'm looking to get back into an IT career but I have lots of serious impediments. I'd like to ask HN readers for their views on my hopeless(?) situation.Am an ex-solicitor. I got out of UK jail a couple of years ago, I did some whitecollar stuff and I have a permanently un-unspent conviction for money-laundering. I'm over 60 with law & a science...
how are you?
@eternal drift
MLP (Master Limited Partnership)
have any of guys watch this episode of south park
" Scott Tenorman Must Die " is the fourth episode of the fifth season
its my favourate episode
favourite*
Yeah gotta love it
And I'm good, how've you been?
I've been good, school submissions have me a bit busy at the moment though
Yeah I can imagine.
Glad I'm not in school anymore
I like the profile picture change 👍
lmao
a = platform.machine().lower()
if a == "x86_64" or a == "amd64":
arch = "amd64"
elif a == "arm64" or a == "aarch64":
arch = "arm64"
elif a.startswith("arm"):
arch = "arm"
else:
raise Exception(f"Unsupported architecture: {a}")
Like
have any of you guys using kali on virtual box
I have not. I'm not really into infosec
i dont know my system is crashing while iam using it
after i installed windows 11 on my system
do you guys know why its happening
I don't but I have a suggestion. So hit Win + X and select Windows Powershell (Admin)
Then you'll want to enter the following to do a system file repair
dism /Online /Cleanup-image /Restorehealth; sfc /scannow
Neither, reinstall
That runs the image system which Windows pulls the repair files from and then a system file check to see if the files are corrupted and replace them
i had reinstall
Hence second, @crystal fox
but its not working
SFC will repair some base level bullshit
DISM will scan the entire install
SFC first
DISM second
Even on Windows own docs they suggest dism first
ah fuck
I'm not as stupid as I look
@eternal drift So what is it doing? Is it giving you a blue screen of death, is it freezing...
can of guys can provide a internship
it will work for me if its unpaid
i just waana learn
Are you currently in school?
Oh right, I think they changed the color
For no good reason
Is it giving you specific errors on it?
The more info the better
yah it crashes and then window insider do a check and restart
You might need to look in the event viewer and check to see what's caused the crash
no its not giving me an error
What's the stop code on the green screen?
Also this
Event viewer is often helpful
it will take 10 min to restart
@tiny socket Hi bye
I am from india there is no minimum wage here
I heard talk about companies and dipped
, just not really my kind of discussion :P
Yeah I figured. Just wanted to say hi at least
Oh huh
There's actually a little thing to fill out to give you ideas of what to try
Can you check the video
and ftell me error
because i am not able to find any error
thankyou sir
That's interesting, I genuinely didn't know that there was a driver verifier
This is why I love IT
This is why I hate IT
Always more to learn, getting an idea about all the cool built-in tools
IT moment
I ...
I do love learning, yes
But I always end up feeling like I haven't learned enough
I would probably die of embarrassment
What're you doing when this happens?
i have send a video
you can see this
when i boot kali on virtual box this happens
i was learning metasploit
and was not able to learn in for a month
due to this
@rugged root thankyou very much sir
@sweet lodge thankyou sir
My yearly gross pay (calculated at 8 hours a day 5 day workweek) is $37440.00
It's 80,000 BC.
You are immortal.
The world is still frozen in an ice age.
You decide to save $10,000 EVERY DAY, never spending a cent.
82,021 years later, it's 2021.
You still don't have as much money as Elon Musk.
TAX. THE. FUCKING. BILLIONAIRES.
932
2324
I'm still under the average median income
What is the average?
This is what I'm seeing (first link in google, probably better stats elsewhere) https://policyadvice.net/insurance/insights/average-american-income/
Oh wait
That's average not median, which is what I was looking for
@rugged root I request you to be my mentor
I will mean a lot to me
gonna make croissants again tonight
discussing them with bisk has made me long for them
@gentle flint go for something healthy
Do you do anything special to make them more special than bread in general?
I have heard "Blue Screen Error", it seems to be green
It's green on Windows Insider (Windows beta)
it has changed
Still don't know why they thought the color mattered
yah
They also tested orange screens, but scrapped that idea for some reason
@haughty pier @amber raptor Although I do make quite a bit less than median
Nice DP
Thanks. I like the goofiness of it
Side note - I hate the giant blocks of text listing a thousand possible causes and solutions, and then that person going "Was that helpful" ... "Was your issue resolved?" .... "Was your issue resolved?" ...
On EVERY damn technet post
Are they begging for karma or something?
@haughty pier you are giving me a guilt trip
That's what he does
give them a million layers and a ton of butter
henlo
@molten pewter current conversation is: working class people have worse educational outcomes, can government address this problem or is it just down to individuals?
yes
bye guys
The Texas Lottery Supports Texas Education. Since 1997*, the Texas Lottery has contributed $28.2 billion to the Foundation School Fund, which supports public education in Texas. In FY 2021, the Texas Lottery transferred $1.974 billion to the Foundation School Fund. - https://www.texaslottery.com/export/sites/lottery/Supporting_Education_and_Veterans/
Wait actually?
This is my number if any of you guys waana send me your extra work i am ready to do it unpaid
Watsapp meh
@eternal drift Not sure if that was genuine or not, but don't share your phone number here please (or anyone's phone number).
Can anyone speak on azure vs aws, and which one they prefer? like shortcomings of one vs the other? I know this is kind of off topic but which one do you think is better to learn?
What're you trying to learn about?
guilt trip, in what way?
well I want to get into IaaS and PaaS, is one better than another for deploying a website? and what is the difference of deployment with IaaS and PaaS?
or their both good?
im completely new to cloud computing
Thanks @rugged root
what is MSP
Managed Service Provider - outsourced IT
ah

🅱️
@crystal fox
fucking phat link boy
@crystal fox do you prefer one of the interfaces? or their basically the same once you get used to each one, also did you find any issues with each/problems you didnt expect?
IaaS is "Infrastructure as a service"
Generally, that "infrastructure" is "just a computer", and you have to install the operating system, and the web server, and the application, and you have to manage all of that yourself
Cloud providers generally have options for higher-level services that can manage things like infrastructure and operating systems and networking for you
I generally recommend these so you don't have to manage everything yourself
yeah, i watched pmq's charlie
oh damn
I thought it was more than that
I thought it was him admitting it was a party
Most folks are just using the cloud as "a virtual machine in the cloud." This is an easy but somewhat naïve perspective. Let's talk about persistent cloud storage, the VMs that sit on top of that, and the software that sits in top of that and try to demystify the cloud. We'll use Azure as the example but this is a nondenominational video.
Thanks Matt
Overall, AWS and Azure are mostly functionally equivalent. You can generally use either for whatever you need
If you're using Microsoft 365 though, it's better to use Azure, so you can leverage all of the integrations
👍 This guy works for Microsoft and puts out some really quality content.
I love the way you say Ashzure
Ok thank you @crystal fox
yea its for hosting web servers
im confused @crystal fox what exactly did you get the wrong end of the stick?
You were asking about web hosting, but he started talking about Active Directory
@rugged root - Why don't you give the AWS free tier a try?
Learning for learning's sake
Read only replica for reports?
No that pglet refactoring
Variation of the 12/23/2021 Instagram post, made for Youtube.
Thank you for your support!
Oh right right
And yeah, I like the library, but man it needs quite a bit of work
There's a lot of things that I'm trying to figure out if it's optional or not, and the general docs on the controls aren't super comprehensive
it's so painful for me to listen to this conversation. I feel like no one is trying to actually engage with what @haughty pier is saying, so it's just people talking to themselves
I'm trying to figure something out.
First time?
yes but that had the potential to be a good conversation :(
I'd be interested in helping, if you're looking for more contributors
looks like a real bootstrap story
in his head: i'm superman
Variation of the 02/03/2021 Instagram post, made for Youtube.
Thank you for your support!
I don't trust people that use cocaine
The man who loved circles (Objectivity): https://youtu.be/AzmUCL1OHhs
More links & stuff in full description below ↓↓↓
Pappus chains, circle inversion and a whole lot more in this EPIC video with Simon Pampena.
Support us on Patreon: http://www.patreon.com/numberphile
NUMBERPHILE
Website: http://www.numberphile.com/
Numberphile on Facebook: h...
dough and butter for croissants
wut
another meeting...
🤣
leave them to steam for a bit..
what does that mean
2 minutes-5 minutes
50 minutes?
are croissants healthy for you?
no
it's pronounced "kwasantz"
these 12 croissants are gonna have 350 grams of butter in total
that's 30 grams of butter per croissant
and then you have the sugar...
butter is healthy
im talking about the dough
eh
what kind of dough do they use
well no
what flour
i just eat them, i ate some today for instance (4) and they dont ever feel healthy to me
that seems healthy
i just dont think the general croissant is very healthy
maybe i need home made ones from @gentle flint
but honestly, in baking gluten-free croissants getting it to even work is hard enough
let alone getting it healthy
im talking generally. I dont think a croissant is that good for you
no idea, lol
they often use margarine in store ones I've heard
"German Doner Kebab" has them
isnt that good for you? like jam?
or it may have more sugar
I dont know. I just dont feel good or bad, after eating a croissant
so i dont think thats a general indicator its good for you
@gentle flint take me through the general diet of verboof, what is a general day in the life?
you're missing Bisk's food monologuing
👀 4 of my joined community servers are getting bombed by free discord nitro lul
its a chain of people clicking on links and their token being overtaken to them sending it as well
how down ?
Yeah it's the current hot scam
i'm kinda annoyed though i've gotten like 30 @everyone pings already o- o
Are the Germans donating kebab's?
I have a kebab donation center they can send it to
I once knew a German who argued that if the Germans had a national food
it would be Doner Kebabs
which came to Germany from Turkey in the mid 70s
heh, and American national food is the hamburger...
complete meal is with coke and fries. I don't do coke though.
i'm sucking limon
whos going to win the Superbowl?
o like pipes | grep pipe
guys sorry im back with the cloud computing questions. What is The manual deployment workflow and changing it to an automated deployment one? what does this do?
linus torvald implements pipes in 50 seconds
The best thing about a Boolean is that even if you are wrong, you are only off by a bit.
o -o that's nice
more reasonable than Doner kebabs for Germany
@gentle flint reminds me of my grandfather
Sergeant Pepper came about because Paul misheard someone say, "pass the salt and pepper."
@noble copper was late to the club because he was ironing his money
it couldnt wait...
cant be going to the club looking shitty
@molten pewter ive got a business opportunity for you
you don't know me very well, I'm not really pro work
yea i got you, cant be working all your life, until your in the grave
🤣
Its never gone
im irish, im vouching for furyo
youre not irish
you look like someone from alaska
I call that wild man
I like it
very politically correct answer @molten pewter
we need furyo to do speeches after school shootings
he brings everyone together
God that looks so weird straightened
Im irish, im not insulted
we're gatekeeping cultures were not apart of
this is getting sad
😆
cherokee is different
you got a point @rugged root
have an excessive and irrational commitment to (something).
I grew up there, people in ireland go to school on st patricks day
you guys dont
you do Aaron Hall
You guys do
i dont know what you guys are talking about
You're a very principled man Aaron Hall
Aaron Hall is the type of guy whos too smart for the teachers, so got himself in trouble alot
oh before i go i'll leave you with some irish heritage: https://www.youtube.com/watch?v=UvjLgjtJKsc
BWitched's official music video for 'C'est La Vie'. Click to listen to BWitched on Spotify: http://smarturl.it/B*WitchedSptfy?IQid=BWitchedCLV
As featured on B*Witched. Click to buy the track or album via iTunes: http://smarturl.it/B*WitchediTunes?IQid=BWitchedCLV
Google Play: http://smarturl.it/B*WitchedCLVPlay?IQid=BWitchedCLV
Amazon: http:...
@quasi condor proof charlie?
thats the idea that if i wear a cross gods got me in this exam?
you still have to put work in? you cant just say, oh i dont need to work because god will let me do good
but then again, i do see how it could make you do 3% better with the same material coming up...(that you prepared for)
i dont think the 4 leaf clover is going to make you do 10-15% better...with what you learned
belief is powerful
Thank You man
but you have to believe right charlie?
it cant just be because you want to do good in the exam
it has to be Real Belief
@quasi condor Thank you so much. I needed this for my poker career.
So is this the same as (simply) as...positive (speaking positivity in the world) vs not being negative, positive and negative forces. Like you speak your future into existance..even positive or negative thoughts
so we're not so much talking about The Way, or Belief..in something now. We're talking about thoughts now
Yea, i agree. So this is different?
this is a slight difference
thank you
I needed this
Yep
Sun is a star
when earth spins
u dont see star
cuz u look away from it
nvm sarcasm
🤣
😆
what am i hearing lol
its a worksheet 😆
Me when someone asks "does anyone here do Python?"
Me when someone asks me to help them do their homework:
that seems weird
like that seems kind of destructive
what if you have a crazy person in your group
gurdwara
Religious hipsters
christianity seems like a scam. Like if you were a con man it would be a good religion to be apart of
That's what the megachurches are
Rabbit seems like the kind of guy who would defend Joel Osteen
the whole of christianity is pretty meh
who on earth is joel osteen
like the stories are so long, just to give a few lines of what this means
He refused to let people in his church when there were people who were forced out of their homes during hurricanes
Be happy! You are you!
That
the first paragraph and the last two lines apply for judaism
but that's about where it stops
@x.setter
def x(self, value: Union[int, float, str]) -> None:
assert value is None or isinstance(value, (int, float, str)), "x must be a float or string"
self._set_attr("x", value)
``` Black formatted it to:
```py
@x.setter
def x(self, value: Union[int, float, str]) -> None:
assert value is None or isinstance(
value, (int, float, str)
), "x must be a float or string"
self._set_attr("x", value)
Haaay
Yello
Ouuh cool ur making croissants again
@remote kite i hate that dude too
The president.......
🤣
The club
The advisor The president
whats the third guys role name?
@remote kite
Damn....furyo
You're going crazy
Or you could hash it
and it could be gone forever
@remote kite who wants to be a member of 'The club' anyway?
🤣
competing for what? against other schools?
The president......
that Bitch..............
'The officers'
4 of....8.
The advisor, The president, The officers.
Thats a beautiful instrument
meanwhile me not being in 1 club
i used to play the french horn
you sound like youre speaking like youre writing a college application letter
not with passion
'it has a rich sound, which grown on me'
Fuck the club
low to you @haughty pier not low to him...thats why hes come on the server
its obviously big for him
sleep on it @remote kite
@haughty pier youre a smart guy
yea @remote kite i think you might be overreacting
I know people might want him to drop the whole thing, but I want to make the point to our group members about what to do in a similar situation. Deliver, document, and don't go nuclear first.
im proud how you handled 'The Club' Very mature.
didnt let it go over your head
you know, the fame...
the prestige, which comes with the club
hi
yea , but it was that guys world...though
and yea...
The President aaron hall
remember
My last pc port broke, i had to make a new discord
got locked out
this account is 2 days old, im on mac now
2016, 16gb ram
im rolling with the big boys now President
Remember i wanted you to run for office
50k...
Its yours if you want it
I just need you to look at my books for me
And be the head of my new titty bar
@haughty pier what you working on anyway?
That's a very tempting offer, but I'm going to have to decline.
My name...
@midnight agate voice is so relaxing...
i want him to read books to my kids
so you did something like chmod -R +x .*
i can see it
🤣
this conversation
is so funny
'my name is aaron hall...Nice to meet you.' 😆
"how do you pronounce, 'Aaron'?" - me: "IDK, like 'Aaron'?"
It was a good question... 🤣
There are people who are very sensitive about how people pronounce their name, and I think that's very understandable, but IDK...
I don't care personally so much.
yea its no big deal
i dont really get people like that
but idk, i have a common name anyway
you cant really screw up, so i dont have much experience
My friend's dog died today and I want to do something for him but IDK what.
There is so often very little you can do. Grief runs its course on its own schedule. If you have any nice photos, that's often appreciated.
@midnight agate https://www.man7.org/linux/man-pages/man8/e2undo.8.html
guys does anyone know what exactly it means by the statement 'the scope of each' when it comes to IaaS and PaaS and SaaS
cloud computing
😆
I
infrastructure yea
so what would that mean to you aaron? The size?
when it says discuss the 'scope'
no its for a worksheet for college i have to submit tomorrow 😆
so you think i should just compare them? and forget the term/phrase 'the scope'
The service provided for each layer in cloud
Let me talk so I can explain in VC if you want
SaaS provides the software used in cloud (think of Facebook, Google Drive or online Todo list)
PaaS provides the platform for engineers to deploy web application in cloud (Heroku)
IaaS provides the infrastructure for engineers to spin up and optimise the server (usually VPS) (EC2)
@somber heath whats your best area of technology?
like what area would you say youre best at?
I believe scope is in terms of boundary
If @somber heath lets me speak I swear I won't spam VC
ok speak
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
ok so i need to look at the boundary for each of these things?
optimus?
🤣
that guy asking about the club thing 🤣 lmaoooo
the club......
Sorry was distracted, so yeah I assume just lay out them in dot point
@near island what are you working on?
aaron hall 🤣
🤣
dont ask...
thats a deep rabbit hole
@haughty pier whats the future of computing? Where is the most potential?
i know, last men standing
aaron why was cloud computing introduced? Like what would the it world look like right now if it didnt exist?
would everything be alot slower when he use the internet? Or what would the impact be? @haughty pier
so what would happen if that super computer was compromised
(or it would just be)-those people connected to that computer would go offline?
no this isnt even a question, its just interesting
Find code and diagrams at: https://www.EliTheComputerGuy.com
Client/ Server Architecture is an Infrastructure style where Client Computers receive Services from Servers.
Servers are composed of the Physical Machine, the Server Operating System, Services Software and Configurations.
Clients are composed of the Physical Device, the Client Operat...
off and on, gotta try it
virtual machine
home hub
Everything.
its a go to
@midnight agate is trying to not wake up the family
I think personally Linux
but again, people are wayyyyy ahead of me
like you guys both probably are
like that bash script you wrote to delete everything🤣
i dont know man, i just like playing in terminal and using vim
i was talking about marco
not you
ohhh ok
@midnight agate looks like changing the execute bit doesn't update the modification time.
I suppose.
i dont know, i just started using it 2 months ago..not so much trick, i just like the interface, and just like using it
i think its neat, and people hate it, so i think im weird for liking it so much
i just like the way everything is when youre inside of it. Its relaxing to use
hi
whats up
today i wake up alive
Yeah that's strange. I wonder who that could be....
All good. School should be your priority
Stop being responsible
Good evening
PALO ALTO, Calif., May 27, 2021 (GLOBE NEWSWIRE) - HP (NYSE: HPQ) Second quarter GAAP diluted net earnings per share ("EPS") of $0.98, above the previously provided outlook of $0.82 to $0.88 per share Second quarter non-GAAP diluted net EPS of $0.93, above the previously provided outlook of $0.84 to $0.90 per share Second quarter net revenue of ...
did you hear about the chip shortage thing and what hp is doing?
no what?
😂 Semiconductor shortage leads to Canon selling toner cartridges without chips which usually identify them as genuine, so Canon now instructs customers on how to override the warnings for using "counterfeit" cartridges https://t.co/rqcmXckPFp
3213
8447
sooo not hp loll
jesus
Oh my
Yeah they still have the chips in HP toner carts. But the benefit is that most of the OEM carts they sell are refurbished or recycled
Since most toner cart sellers will have some sort of swap rather than just selling them to you
Kind of like propane tanks
rhaaa so sad. seems like my university's proxy is blocking discord vocals...
Oh that's surreal
@rugged root I am not sure why.. but when I saw this.. I thought.. I bet he would enjoy it..
https://youtu.be/tCHKIdup5Lo
What happens when two Martians start messin' with a computer?
HA! You guys know me so well
Good, you?
Me too
hi
Ayy
I want a Switch but it's so overpriced nowadays
How much was the price when you were getting it?
buy the OLED switch
My brother is a hand held sorta guy, so oled would be nice for him
but dam the prices
Double its MRP and they becoz they have to import it so its justified
yeah chip shortage is the reason
(shudders) scalpers...
Hand held PC's exists give them a try?
hand held pc's?
Yeah
big 🧢
@plain rose https://youtu.be/nDeZQP8-I2s
The All-New AYA NEO Next Is the most powerful Ryzen powered handheld gaming PC I’ve tested so far on the channel and for good reason because it's using the Ryzen 7 5800U with 8 cores and 16 threads up to 4.4GHz! In this video, we unbox and test out the AYA NEO NEXT Advance and this handheld gaming pc is amazing! With 16Gb of ram and a 2TB M.2 SS...
Check out
that's just a ps vita witha bigger screen, nintendo buttons and an amd chip
🧢
I know this buddy but I don't even have money to but a second hand Switch which is more pricey than its first hand's MRP
alder lake architecture would help intel a lot tho
probably
im still waiting for zen 4 and zen 3+ tho lmao
these new 12th gen Intel chips are fking good tho
mhm
anyway gtg
it was nice talking
or not talking, since i didn't open my mic
like seperating performance and efficienct cores
Nice
Talking about portfolio can you guys review my portfolio?
?
Could be that they're selling it as a package deal with the account and games on it
No Simply OVERPRICED
Laaaaame
and they say it's justified becoz they have to import it
Well there is something to that. Region locked consoles do tend to cost more. But eh, not worth it
Canonical
Yeah, what you explicitly don't get with open source software is any kind of warranty or guarantee.
guys i want to write about web security including the words Proxy and API. Can someone in voice chat explain this to me in plain english in as few words as possible. So i can get my head around the concept
@rugged root you may be happy, because i got a trackball. seems like you adviced verbose to buy one ^_^
This for an assignment?
a worksheet
Yep! I did indeed. You liking it? I know it takes some getting used to
we submit every week
can you explain it hemlock
How would you describe them, and we can guide or correct
briefly
in fact, since i was using a trackpad, and also almost not using it at all (i am in the all-with-keyboard mood), it wasn't that hard. also, i love the fact that logitech's driver has a ton of options. really cool to have so much possibilities.
Oh yeah absolutely
so, a proxy is to protect databases you have on your web server on the internet?
and the api is linked to the database somehow?
My biggest love about trackballs is that you can have them anywhere
but yeah, i like it. I also like the fact that i can move my mouse just with the pinky (and i have a button to click in my keyboard)
Sort of, jmac. Both proxies and APIs can be more general than that
Back in a sec, and then I can try to break it down more
then theirs an API proxy too hemlock ? 😢
that is reaaaaly cool. fore more than one reason. since my keyboard is a split, i hadn't place for a mouse on my desk. also, some classrooms in my university have tables that aren't flat (i suspect that they are made to annoy mouse users). the trackball stays perfectly in place here ^^
🤣
😆
10 hours, not bad...considering.
so guys, quick question in voice chat until hemlocks back
we have a proxy and then we have a api
is this thing an API proxy different? or is that another term for api?
I don't miss having to constantly lift my mouse back up
an api is a way to interact with a program or website
a proxy is a server through which you route your internet traffic
the two are unrelated
I like to think of an API as a menu at a restaurant
The restaurant gives you a list of things you can choose from. You can request that they give you your burger and fries. But you can't really deviate from those things on the menu other than maybe asking for no pickles or extra onions or the like
Same thing applies to an API. It's a list of available points of interaction that a site or application offers for you to interact with it directly
This makes is to that you don't have to use the exact same language as whatever the site or program was written in
APIs are typically language agnostic
haha right
An API is a type of website
A website could have a "normal" frontend, or an API, or both
With a proxy, instead of sending data directly to a server, you send your data to the proxy, and the proxy sends the data to the server on your behalf
You could setup a proxy to your API server, or your database server, or both.
It did not involve BitCoins nor Vim.
Yep
Although APIs aren't restricted to web services
But that's where we typically talk about them
Everyone needs their daily doses of shenanigans
True true
yeah like proxy wars
🤔 you can play a rocket league match in 5 mins and its fun if we're talking about really quick but fun things
And like Shen said, proxies can be thought of as connecting flights. You can take a plane from LA to Chicago, but sometimes you can choose to or have to go from LA to Denver to Chicago
NHS quality depends heavily on the area.
True
I'm not racist but -
Famous last words
Does Furyo need some of Bisk's water this morning?
It is better in areas with doctor and nurse trainees. So near universities.
Just because they have much better enthusiasms. And are much more careful.
Ethnicity vs nationality?
Ah makes sense
whiteboy but hes taiwanese
possibly the worst way anyone could mount an ssd
https://www.reddit.com/r/techsupportgore/comments/s1dh3x/customer_claims_nobody_ever_worked_on_his_2012/
3,701 votes and 219 comments so far on Reddit
@molten pewter im interested in hearing your non pro-work philosophy
Oh, I have to share this. So the idle game I've been playing Melvor Idle has a little rogue-like minigame on the side where you start with bare bones equipment and after defeating a wave you get to select from equipment categories and get better stuff. SO, it's a goblin raid. So they have a bunch of different goblin images to make it not boring
This is my favorite
https://login.lernraum-berlin.de/auth/realms/lernraum/protocol/openid-connect
openid-connect
It's OAUTH
OIDC specifically
You probably know way more than me
It's a PITA depending on how they have it setup
Let me look
ok ty
verboof should be a voice actor
No he shoudlnt 🤣
he sounds weird
maybe for a classical book
or some mystic story
like the lord of the rings
but not a childrens audiobook
his voice isnt relaxing
Back in a moment
lemony snicket?
@gentle flint - How would you translate Anmelden into English?
Wait - You're Dutch not German, right?
what happened in the last season? @molten pewter
🤣
leave if you dont want to hear what happened
sherlock had an affair with a preacher
the Dutch word is Aanmelden, so I understand what you mean
depends slightly on the context, but generally it would be to sign up
occasionally it can be sign in
why?
jude law fetish?
Just curious. It was the login button on that site we were just looking at, and Google translated it to announce
"Announcing your login to the server"
I found the translation interesting
The site or the translation?
translation
Ah
Should just translate to "login"?
yes
Ah. TIL. ty
np
keep in mind I'm not German
so you might want to confirm with someone who actually is
do you guys like sam elliot ?
@rugged root - When he asked for help using Selenium to automate OAUTH, I was supposed to have shut up and cited rule 5, right?
Well shit, NOW I can't find it
So maaaaaaaaad
@sweet lodge Probably for the best.
brb once again
damn star wars master @haughty pier in the building
dont disrespect star wars
i liked jar jar, not going to lie
its a cool name too
the way it rolls off your tongue as a kid
jar jar Binks
its an easy name to pronounce, when youre learning how to talk
any idea why my sensor might be stuck here?
Star Wars Episode I.I: The Phantom Edit is a fan edit of the film Star Wars: Episode I – The Phantom Menace, removing many elements of the original film. The purpose of the edit, according to creator Mike J. Nichols, was to make a much stronger version of The Phantom Menace based on the previous execution and philosophies of film storytelling an...
help-bread, if your a dicts master, or master of dicts .. 🙂
How do you know that you can't print if your computer won't start?
Well... It actually does start, I just wanted to make it sound important to get helped faster...
phone won't print
http://www.stlyrics.com/lyrics/themusicman/yagottrouble.htm
Meredith Willson's "The Music Man"
Robert Preston & Shirley Jones
my favorite example of Apophenia ^^^^^^
what do you think of my profile picture now @molten pewter
?
Is it supposed to be vim?
indeed
yes, but it is unclear in purpose
also, if i want to make it really clear
\/||\/|
something like that
Yeah that'd be good
but the official vim logo is with a script m
it is like Vim
so here is also why \\\ is better, because it looks like m , not like M
I don't think what I was asking was unclear...
I guess so
no, i meant that my goal was not to make the result clear
haha ok
That was to the thing I was asking Aaron
Yeah sorry, I can see where you could think the other
i mean bill gates owns xbox as a brand , but his kids dont play xbox
anyone good at creating cvs for a job you want to get? Any advice
Not personally. The folks in #career-advice would be able to guide you better. And would help based on where you are in the world
thanks hemlock
No problem. I hope it helps!
So like bernie madoff?
I think too many saw through Madoff's scam for him to be credible.
