#voice-chat-text-0
1 messages · Page 315 of 1
do any one know how to run code on mac
Author, Bob Savage < bobsavage@mac.com>,. Python on a Mac running macOS is in principle very similar to Python on any other Unix platform, but there are a number of additional features such as the ...
This is what I've found. Let's see.
i already did that
Okay, so what have you tried so far?
In what way do you want to run your code?
PyGame, for which you should probably use the Community Edition version, does need to be pip installed, first, into your project environment.
try pip install pygame
on windows u go on comand central and do it
python -m ensurepip –upgrade
Double - on the upgrade, I believe.
yh
Like the correct version, I mean.
Because two versions of Python can exist on the one system.
and depending on the binding...
It might be one or the other.
i cant even run simple code
which python
That doesn't look like a project environment.
But what do I know? I don't use them because I'm a scrub.
it is
It is? Okay.
What about python3?
Or 3.whatever the version you're using is.
@whole bear👋
I hate all this mucking around with stuff that isn't the actual Python.
Refuse the temptation to guess.
Looking shit up.
Hrm. A lot of different approaches. https://stackoverflow.com/questions/17271319/how-do-i-install-pip-on-macos-or-os-x
So this is what I'd be paying attention to.
@obtuse surge 👋
studying
not much ig
why does it take 2 seconds to begin with?
@surreal hedge How can I get the permission of sharing my screen? Sorry for ping btw
video perms are given out by a mod if they're also in the VC at that given time, essentially
there's been some unfortunate previous incidents when people were left to screenshare without moderation, so now you just have to catch a mod in VC and ask them for it when you wanna screenshare
So is it going to be temporarly or perma?
hey
@vague veldt 👋
@tight zealot 👋
hhi
I do not have a permission to speak in this channel.
You have sent less than 50 messages.
wut
so
i dont care
whatever
join fortnite group
i love chatgpt
true
wtf
be friends
sry
why the hell someone said fuck u fortnite
Except here, but that doesn't count.
Because that would be silly.
Also here. But that also doesn't count
@young viper 👋
@whole bear @marble bay 👋
hello
@lone quest 👋
@quartz beacon #media-processing message
am i not audible ?
Try it out now! https://codeparade.itch.io/fractal-sound-explorer
Making music and sound effects directly from common fractals was an idea I though of one night, so I just had to try it out to see what it would be like. The results were really interesting and actually helped me understand even more about fractals and chaos.
Source Code:
https:...
@onyx void 👋
@whole bear 👋
hi
@peak depot Ichigo?
i have seen death note
no
Which one @dry jasper ?
wind breaker
Oh sry
👍
pls give voice
artem lobov
Alr cyl guys
can we have discord activities enabled in the vc, just so that we can, you know, play games
<@&831776746206265384>
nah :(
you can ask a mod if they're present, they're pretty chill
can't talk @quartz beacon 😦
ok
do you know anything about python 2
I am trying to install an openCV wrapper that is only written in 2
I am trying to install a package
can someone help
i cant install tensort
yea i cant talk im muted by deafolt
I'm gonna see if chat gpt can just update it to 3
no one have fix for nonetype object
can you repeat that
i ask the owner of cheat and so many members did
but not answare
I am just gonna use 2to3 and make any manual edits it doesn't pickup
cheat?
pip2 install oencv-python==4.2.0.32
I'm just gonna use opencv
@forest oyster 👋
Hello
Apparently I can't get voice perms until I type 50 messages or something haha
I figured the amount of time I had been in the server would suffice
none the less hows it going?
I see that now lol
Where ya from? It's hot and raining for 2 weeks so far lol
its cold there?
Yeah haha , my climate is ungodly humid
Thats why I write code ( kidding lol )
The humidity right now is 92%
Haha I was implying just not going outside in general
Ah thats dope
Embedded
Haha nice, we just finished our embedded component.
The core features is that is mounts as a browsable filesystem via usb then becomes an AP for a mobile device to create some socket connections to
It allows us to connect the mobile suite of our platform to their Vinyl Cutting Plotters so they can leverage the tech and control their data from our cloud platform.
Then pull the files down to mobile and direct them to their plotter or upload through their design software
In our case Adhesive films. But generally the ones for automotive film and tint
Drag knife plotters
60 deg blades usually
haha basically, and that is one thing our tech solves as well because we use special adhesives. and Syncronize the machines with the layout + expected force settings
Basically made it stupid proof lol
Thankfully its hard to overlook the value of this product. It saves the end user an average of 95% of the cost to manufacture the end result as well as reduces production time from 2 hours to less than 2 minutes
150-1k + per car, to 11 dollars a car
@rugged tendon 👋
Hello
were do i get verified?
I think I am probably getting close to the 50 message limit
not sure about the 3 different 10 minute blocks lol
ok i need help with some code but its not python but, similar python syntax
Sorry say again Opal I just got back to the mic lol
oh ok
wait so wouldn't the 50 messages qualify that anyway
@rugged tendon , shoot away, whats your question?
sub_arr = (a: @array, b: @array) {
let X = []
let Y = []
let pos = []
// Checks if the lists are the same length
if a.length == b.length {
} else {
$.print("Array are not the same length")
return null
}
// Subtracts both lists
for j in 0 .. a.length {
pos.push([])
for i in 0 .. 1 {
//X.push(a[i][0] - b[i][0])
//Y.push(a[i][1] - b[i][1])
pos[j - 1].push([1, 1])
}
}
return pos
}
this is spwn
im tring to write a subtaction function
example
[[0,0], [2, 3], [2, 3]] - [[2, 3], [1,2], [3, 2]]
(venv) nanoneon@nanoneon-ROG-Zephyrus-G16-GU603VV-GU603VV:~/MoneyPrinterV2$ python src/main.py
Traceback (most recent call last):
File "/home/nanoneon/MoneyPrinterV2/src/main.py", line 14, in <module>
from classes.YouTube import YouTube
File "/home/nanoneon/MoneyPrinterV2/src/classes/YouTube.py", line 30, in <module>
change_settings({"IMAGEMAGICK_BINARY": get_imagemagick_path()})
File "/home/ryan/MoneyPrinterV2/src/config.py", line 241, in get_imagemagick_path
with open(os.path.join(ROOT_DIR, "config.json"), "r") as file:
FileNotFoundError: [Errno 2] No such file or directory: '/home/nanoneon/MoneyPrinterV2/config.json'
(venv) nanoneon@nanoneonROG-Zephyrus-G16-GU603VV-GU603VV:~/MoneyPrinterV2$
did you change file directors?
@rugged tendon I have no way of testing this but try this:
sub_arr = (a: @array, b: @array) {
let result = []
// Checks if the lists are the same length
if a.len() == b.len() {
for i in 0 .. a.len() - 1 {
let sub_result = []
for j in 0 .. 1 {
let x = a[i][j] - b[i][j]
sub_result.push(x)
}
result.push(sub_result)
}
} else {
$.print("Arrays are not the same length")
return null
}
return result
}
// Test
let array1 = [[0, 0], [2, 3], [2, 3]]
let array2 = [[2, 3], [1, 2], [3, 2]]
$.print(sub_arr(array1, array2))
you know spwn?
thats really close
Nope lol , documentation and github copilot to confirm some expected returns
Honestly have never heard of spwn
fair its esotaric
Just figured I would try to take a shot at it lol
PS E:\Spwn Projects\moving_parametric_to_gd> spwn build test.spwn --level-name spwn
Parsing ...
Reading savefile...
Building script ...
———————————————————————————
[[-2], [1]]
———————————————————————————
Built in 185 milliseconds!
0 objects added
Level:
2 groups
Writing back to savefile...
Writing to level: spwn
Written to save. You can now open Geometry Dash again!
im going to go back and analyse the code but ya it didn't work
@tulip gyro
yeah so that image magick path is the last value here:
FileNotFoundError: [Errno 2] No such file or directory: '/home/nanoneon/MoneyPrinterV2/config.json'
I would try to run a pwd where config.json is and make sure its the same location
this file:
'/home/nanoneon/MoneyPrinterV2/config.json'
pwd is just present working directory
just prints the location your terminal is
🙂
Helping a brotha out
just use chatGPT
That is why you use google Gemini
it actually documents the solution too
I generally use the vscode integrated copilot though
chat gpt-4o
bro its going to repeat the same error
[ 分享 ] 用 MoneyPrinterV2 AI 自動化產生 YouTube 短影音 Shorts!我用 Windows 做示範!
歡迎各大廠商與各式創作者合作
我的 X
https://twitter.com/appfromape
請 email 到以下信箱
appfromape@gmail.com
成為這個頻道的會員並獲得獎勵:
https://www.youtube.com/channel/UCs53vwIrtmBTr-NAfqYYt6w/join
歡迎訂閱我的頻道
https://reurl.cc/59Qqy
歡迎訂閱我的 podcast 頻道
”程式猿說科技“
Anchor podcast
https://anchor.fm/appfromape
大家好!...
I was able to convert my python to powershell very easily
I can't talk I just joined
yeah so lol
look at the config file
the current config file is config.example.json
it needs to be renamed
to config.json
xD
config.json
@forest oyster Got it
sub_arr = (a: @array, b: @array) {
let result = []
// Checks if the lists are the same length
if a.length == b.length {
for i in 0 .. a.length {
let sub_result = []
for j in 0 .. 2 {
let x = a[i][0] - b[i][0]
let y = a[i][1] - b[i][1]
sub_result.push([x,y][j])
}
result.push(sub_result)
}
} else {
print("Arrays are not the same length")
return null
}
return result
}
for loops are weird in this language
ha wow that was super close
you were
is the @ sign in that language just type notation?
no its a defining data type
sort of
idk
i just know it defines a data type
Interesting I wasn't sure if it was similar to go , where you not only define the type, but also control the mem pointers as well or if it was closer to Typescript just defining the types, it seems the latter.
Are the Type notations required for function parameters?
if you're Interested here's the docs
theres some really cool things you can do with it but, its uncovensianal for most things
Interesting I like how it adopted dynamic typing at runtime like python. Although I prefer strict typing, but its a cool option when you want to just test some oneoff theroy before you convert it into production code.
Haven't heard of geometry dash, but I am familiar with alot of really strange syntax's. I started in game dev before I transitioned into Software Eng
Arma2's and Dayz Enforce script are definitely bread winners for impractical application, Not to mention the single threaded execution layer in the engine >.>
I'm just a casual programmer. DUDE
Joined after a few days and this is a pretty interesting talk.
Hearing from Pakistan 🥨
Hi guys
why im not able to stream here
<@&831776746206265384>
i wanna to discuss about the "Birthday Problem"
a moderator has to be present to give you stream permissions
from wiki
also please don't ping moderators for non urgent moderation requests
oh sry
it alerts the entire moderation team
sry i didnt knew
no worries
can a mod join the vc
and give me any permission
im making a project
no i need a lil bit help
thats why i wanna to discuss
this
In probability theory, the birthday problem asks for the probability that, in a set of n randomly chosen people, at least two will share a birthday. The birthday paradox refers to the counterintuitive fact that only 23 people are needed for that probability to exceed 50%.
The birthday paradox is a veridical paradox: it seems wrong at first glanc...
e.g 0.23 = 23% chance
got it
thanks guys
you rock
this server is best server
you guys are angel on earth
that was to explain the format of the probability I wanted to make sure that you did not think that my comment was the actual answer for P in your equation, but it was explaining what he meant by a value between 0 and 1
so it would be on in decimal, there can never be a chance of something like 23 without any decimal?
probabilities are generally referred to by a number between 0-1
23 would mean 2300% chance
why is that so ?
The probability should be ranging from 0-1
just convention I guess
Right,
Often times percentages are represented by their decimal notation.
After all how do you multiply by 23%?
100 * 0.23 = 23
ohhhhhhh
ok
i wish there was a legit tutorial for probability for some dumb like me
There are many ok yt 👍
not all are good
Probability tells us how often some event will happen after many repeated trials. You've experienced probability when you've flipped a coin, rolled some dice, or looked at a weather forecast. Go deeper with your understanding of probability as you learn about theoretical, experimental, and compound probability, and investigate permutations, comb...
thanks
@edgy heron 👋
@wise plover 👋
@somber heath 👋
Cyl
@valid chasm 👋
Domain-driven design (DDD) is a major software design approach, focusing on modeling software to match a domain according to input from that domain's experts.
Under domain-driven design, the structure and language of software code (class names, class methods, class variables) should match the business domain. For example: if software processes l...
(source of that image) https://www.mirkosertic.de/blog/2013/04/domain-driven-design-example/
I saw a lot of IT projects in the past. Some of them were pretty good designed, others were really bad. Based on these experiences, I want to write a bit about an example project, and I also want to show how an example project can be modeled with UML and what would happen if we apply Domain-driven Design principles to the model.
react-native expo
NativeWind uses Tailwind CSS as scripting language to create a universal style system for React Native. NativeWind components can be shared between platforms and will output their styles as CSS StyleSheet on web and StyleSheet.create for native.
tailwinds css for react native mobile
Good evening @forest oyster @night sparrow
ah dang, I honestly just got mine today lol
just texting in here ive been in this dc forever
I'm 32 messages in actually
18 more to go lol
so close haha
Me too
do you have your 3 10 minute periods?
Ive been here since two years
honestly probably the same here haha
so basically you need to have 3 engagement windows
bascially 3 messages 10 minutes apart, usually that one happens by the time 50 hits from what ive gathers
gathered*
Oh i didnt know about this
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
Hola
whoa, how's that a convention?
100% chance of something happening means it'll happen for sure
200% chance of something happening is just meaningless
It's not a convention
The chances of something happening can logically only lie in the range [0%,100%], NO CONVENTION here
and by [0%,100%] it is implied that it's [0.0,1.0] since per-cent means per-100 means how many out of hundred
100% means for 100 out of 100 considered cases, some event will happen
probability is very simple thing, just focus on the basic definition and approach every problem with that
Probability of an event is basically chances of it happening. So we use the ratio, # of cases where it happens for sure / # of all possible cases to define probability.
like when you roll a dice, P (number 1 is rolled) = |{1}| / |{1,2,3,4,5,6}| = 1/6 i.e. 16.67% chances that 1 will be rolled
#ai #HaloInfinite #livecommentary
Follow me on Twitter: https://twitter.com/Nadestraight
Check out my video game: https://store.steampowered.com/app/1850010/CrossPlanet/
CrossPlanet (game) Discord: https://discord.com/invite/wRkCcNEYek
crayz to hear stories like that
You need to leverage these ai related models or else it'll be difficult
That's just my pov
What do you think of sora?
It's a type of large lang model
Yeah generating vdos
Yeah right?
Sick as hell
What do you make of gpt 4o
Emotions?
No no I have seen the demo
Highlights from the latest #google I/O keynote featuring competitor technologies to #openai gpt-4o, #gpt4 #chatgpt and #sora as well as many reveals across the entire suite of Google ( GOOG stock ) products and service including Google Gemini 1.5 Pro, Google Gemini 1.5 Flash, GEMs (GPTs but for Google Gemini) and many more! Let's find out if Goo...
Many undeciphered writing systems exist today; most date back several thousand years, although some more modern examples do exist. The term "writing systems" is used here loosely to refer to groups of glyphs which appear to have representational symbolic meaning, but which may include "systems" that are largely artistic in nature and are thus no...
The Indus script, also known as the Harappan script and the Indus Valley Script, is a corpus of symbols produced by the Indus Valley Civilisation. Most inscriptions containing these symbols are extremely short, making it difficult to judge whether or not they constituted a writing system used to record a Harappan language, any of which are yet t...
Hi @stark river
@wispy tapir 👋
never
referring to yt vid
Cute
Look at those pants
how would that track my movemnets?
a charchtor on screen
i want it to get the position of my charchtor
how would i get it to track my movemets tho?
so basucly theres this game called blade ball and i want it to click the ball when it gets close to me
i dont know python
import pyautogui
import time
from PIL import ImageGrab
import pygetwindow as gw
Hex color to detect
target_hex_color = "#FF232A"
Convert hex to RGB
def hex_to_rgb(hex):
hex = hex.lstrip('#')
return tuple(int(hex[i:i+2], 16) for i in (0, 2, 4))
target_rgb_color = hex_to_rgb(target_hex_color)
circle_radius = 425
Function to simulate a mouse click
def click(x, y):
pyautogui.click(x, y)
Function to detect color and perform actions within a specific window
def detect_color_and_act(window_title):
# Get the window by title
window = gw.getWindowsWithTitle(window_title)[0]
# Get window position and size
x, y, width, height = window.left, window.top, window.width, window.height
# Capture the window area
screen = ImageGrab.grab(bbox=(x, y, x + width, y + height))
# Get mouse position (relative to the screen)
mouse_x, mouse_y = pyautogui.position()
# Adjust mouse position to be relative to the window
player_pos = (mouse_x - x, mouse_y - y)
# Draw a circle around the player in a GUI framework is out of scope,
# but here we will just print the coordinates for simplicity.
print(f"Player Position: {player_pos}")
print(f"Circle Radius: {circle_radius}")
# Search for the target color within the window
for win_x in range(width):
for win_y in range(height):
if screen.getpixel((win_x, win_y)) == target_rgb_color:
click(x + win_x, y + win_y)
print(f"Clicked at: ({x + win_x}, {y + win_y}) because target color was found")
return
# Example: Detect if an object (ball) enters the circle around the player
# (For simplicity, assuming the ball's position is fixed; adjust as necessary)
ball_pos = (500, 500) # Example ball position; adjust to your use case
distance = ((player_pos[0] - ball_pos[0]) ** 2 + (player_pos[1] - ball_pos[1]) ** 2) ** 0.5
if distance <= circle_radius:
click(x + ball_pos[0], y + b
yes
this is the game basicly there is a red ball that comes towards you and you have to click the ball when it comes close to you and it gets rederected to another player
Today me and my brother 1v1 but we both have autoparry on. Make sure you watch the whole video to find out what happens.
FOLTYN PLUSHYS: https://shop.junipercreates.com/channel/UCRkuUgtDAL4XSU5jB40J_wA/p/7351840964799
Join this channel to get access to perks:
https://www.youtube.com/channel/UCRkuUgtDAL4XSU5jB40J_wA/join
--Socials--
Discord: ...
this is the game
@somber heath sorry, was on the phone and forgot i was in vc
@zealous cloak 👋
@dark lance 👋
👋
@cloud gate 👋
to download a github tool using ubnutu terminal
but i cant
ain't woking shit
sudo apt install git
!ytdl
Per Python Discord's Rule 5, we are unable to assist with questions related to youtube-dl, pytube, or other YouTube video downloaders, as their usage violates YouTube's Terms of Service.
For reference, this usage is covered by the following clauses in YouTube's TOS, as of 2021-03-17:
The following restrictions apply to your use of the Service. You are not allowed to:
1. access, reproduce, download, distribute, transmit, broadcast, display, sell, license, alter, modify or otherwise use any part of the Service or any Content except: (a) as specifically permitted by the Service; (b) with prior written permission from YouTube and, if applicable, the respective rights holders; or (c) as permitted by applicable law;
3. access the Service using any automated means (such as robots, botnets or scrapers) except: (a) in the case of public search engines, in accordance with YouTube’s robots.txt file; (b) with YouTube’s prior written permission; or (c) as permitted by applicable law;
9. use the Service to view or listen to Content other than for personal, non-commercial use (for example, you may not publicly screen videos or stream music from the Service)
@digital condor Thank you for providing me with a distraction, albeit temporary, from my own thoughts. But you're getting a little obnoxious.
I don't have the patience for it anymore.
Thanks! for the N!ce behavior man! Really Appreciate it, Can't Stand iit, farewell, see ya! so yeah, that's it.
The fact of the matter is that YouTube has put pressure on Discord before and servers have been shut down for implementations of ytdl. The concern isn't equivalent to tut tuting of swear words.
On that note, fuckity shit fuck.
@floral peak 👋
@grand bison 👋
@upbeat bolt 👋
i see
how are you guys doing today?
I see man, hope your anger goes away
Sorry for interupting but where are you guys from?
Gtg, hoope you guys have a great day
hello can anyone tell me how to get permission to stream ?

don't know 
you were answered yesterday I think when you asked
#voice-chat-text-0 message
but i forgot
can someone join vc
@gritty garnet
i really wanna stream a python project
please someone help me🥲
i guess everyone is sleeping, its afternoon here
@scarlet obsidian You good?
yea sorry
No problem, I was just curious.
@still herald #voice-chat-text-0 message
click channel click, things has been discussed about streaming in vc for you before.
@analog oak 👋
hi
@fervent zinc 👋
brb
Official 4K Video for “Foil” by “Weird Al" Yankovic
Listen to “Weird Al" Yankovic : https://weirdalyankovic.lnk.to/listenYD
Subscribe to the official “Weird Al" Yankovic YouTube channel: https://weirdalyankovic.lnk.to/subscribeYD
Watch more ““Weird Al" Yankovic videos: https://weirdalyankovic.lnk.to/listenYC
Follow “Weird Al" Yankovic
...
Here's us.
@serene wing 👋
Did you not join and leave voice?
Nope? I've just been eating my lunch lmao
Ah. Well, my bad. Must have been a different Jayy. Discord is usually good at bringing up the most recent ones.
np!
I didn't really catch the display picture.
helo big guys
@timid shard 👋
Hi guy :))
Ok guy :))
so by transitive property: one drink is never enough
@somber heath ^
Jainism ( JAY-niz-əm), also known as Jain Dharma, is an Indian religion. Jainism traces its spiritual ideas and history through the succession of twenty-four tirthankaras (supreme preachers of Dharma), with the first in the current time cycle being Rishabhadeva, whom the tradition holds to have lived millions of years ago, the twenty-third tirth...
@formal bramble
for bloggers
With Substack, anyone can start a publication that combines a personal website, blog, and email newsletter or podcast. It's quick and simple, so you don't have to be tech savvy. Your audience can pay you directly through subscriptions, with no ads to get in the way. Writers and podcasters can own their intellectual property, keep their mailing l...
@dry jasper its nice to hear ur voice 😆
THEY WANT YOU TO HAVE A DIGITAL ID @somber heath
thats the goal
theyve been pushing that agenda for years now
India has a lot of religion!
hi
yeah i see, i have never heard about this one
Asia in general
but cricket is the biggest religion here
it's derive from hindusium
We arent seeing flying cars or at least terraforming planets in the next 50 years
without proper conduct
Jainsim is a peacful religion
they walk around naked? is that what you are saying?
The men do
Might join in 2 hours
Sky Jainism I think is the English term
what do you know about Christianity?
the basics
is it peaceful u think?
It's the true core tenant of Jainism
yes, it teaches "turn the other cheek"
i just saw that ref
I follow hinduism
Oh you meant Christianity....
what do u know about it?
I know jeezy c. Chill dude, helped the poor, made furniture
btw if i disconnected suddenly, it means that my internet connection died (most likely)
There should be more men like Josh
Nope, not all, under Jainism as well, there are divisions according to beliefs (more divisions lol)
whos Josh (context pls)
you want to know something specific?
Jeshua, Jesus
yeah
what u stand for
I was raised Catholic, but I don't follow it
Same
mostly religion derive from hindusium have similar philosphy
Catholic isn’t completely the way, Roman Catholic as a whole is the compromised worship of Jesus Christ
I don't think any of them are "the way"
I highly think that Jesus Christ wants us to be saved by being a follower of him cuz if not, the Devil will get us
So long as religions aren't pushy, don't hurt others or their followers, and try to do good for the community or world at large, I'm fine with them
Either believe in nothing and die OR believe in Jesus Christ and be genuine with your repentance with all your heart and follow him.
Jain population is very low 4.5 million
Islam and Muslim says otherwise
Which is why I spoke for myself
they would kill anyone who didn’t believe to Allah
And myself only
@whole bear are you orthodox?
Christian would prefer
he's a self righteous nut job
nope
i am not righteous
not pure
only Jesus Christ is the righteous and sinless
follow him not me
India has 2nd highest muslim pop. in world
religion is the opium of the masses, the sigh of oppressed, the soul of the inanimate, the heart of a heartless world
@rugged root Jesus also said “I am the truth the way..”
45 And because I tell you the truth, ye believe me not.
46 Which of you convinceth me of sin? And if I say the truth, why do ye not believe me?
47 He that is of God heareth God's words: ye therefore hear them not, because ye are not of God.
idk the specific works of my God
im also a bit skeptics about the translation
thats why i refer to multiple translations
Such as?
karl marx 👆 for those who don't know
i ate more than usual meat today and feel a bit sluggish ... don't know if it's coz of the meat or the heat ...
free style rap
It's sounds racist
@reef warren
@peak depot what are u studying in physics
wodder
water= vesi, wet = märkä, moist= kostea
moist = numi in hindi
that's moisture
same same but little different
water = wasser, wet = nass, moist = feucht
I’m fucked lmao
My PC has become a bomb
That is the most horrifying post beeps I’ve ever heard @lenovo
Sounds like an alarm clock
@alpine crow Looks like Memory not detected
Reseat the mem
Yeah
And then cry
Storms?
Or if the memory is even removable lol
That size of tower, it's removeable
True there was 1 last night 💀
We’ll see lol
Yeah could be that there was a power outage or surge and just fucked it
It is pr small
True
I have surge protector that should’ve worked hopefully tho too lol
They can only do so much
I'd say unplug it, hold down power to dissipate for a mintue, then replug and see if it's still fucked
Only awk thing is it’s my work pc lol
IT will honestly probably ask you to do a full power cycle like that first
If Hemlock was from Scotland, would it be Hemloch?
hi guys
#SSH #Bacdoor #XZ #Debian #RedHat #t2sde #Ad: laptops & more @Amazon: https://services.exactcode.de/amzn.cgi?index=electronics&keywords=laptop You can support my work at: https://patreon.com/renerebe https://github.com/sponsors/rxrbln/ http://onlyfans.com/renerebe
https://exactcode.com https://t2sde.org https://rene.rebe.de
how are you??
watching this
It’s working 💯
Damn that shit is tight inside tho lol
They r using laptop ram
is this an SFF? what's the model called?
looks like a minipc or SFF to me
how to link between python and sql??
It’s a Lenovo thinkstation
360 ultra
Yeah it’s one of those tiny work pcs
very interesting. I'm going to google it.
import sql
U can see the size comparison to my ATX
It was giving some crazy post issue earlier tho
Listen to this @wise loom
did you get it used?
I’ve never heard a computer with a post beep that loud
@upbeat bobcat Coast is clear.
Yeah I reseated the memory and it seems to be fine
Bc the beeps apparently mean memory not detected
christmas comes early this year and with an incomplete xmas tune
for what
It could’ve also been just that I unplugged it for like 10+ minutes bc there was also a thunderstorm last night
That might have made something funky
@somber heath
⚠️ DISCORD SECURITY PSA ⚠️
A new token grabbing technique is going around, revolving around GitHub & soliciting dev help. The attacker will direct you to a GH repo with malicious code, which WILL STEAL ALL CREDS from your browser cache.
Verify/block DMs:
https://blog.pnly.io/our-tools-for-managing-discord-dms/ https://t.co/SgK…
💖 9 🔁 7
I assume you've heard of it, but this is discord/programming related
So I'll post it here just in case
GitHub indie software apparently lol
Called it
Glad that's all it took
I've seen that more and more where they'll use SO-DIMM like that
But hey, room for one more stick
You should ask your IT folks if they have another rig they're decomming and if you can have the ram for your rig
It should be legal to cattle prod recruiters
Kinky
In my country you're allowed to drink since you're 10
Well we are not.
hi milen
😂
I was talking about this
Does anyone use this to make projects?
Why everyone leaves the vc when I join it?
Is anything wrong with me
@peak depot
Huh
Specially you
plz don´t talk to me
Whats the problem tho
Whatever
hello
does anyone know an easy way to make a time counter in pygame
none of the tutorials ive found work
Got no clue, not me tho
Proffessional Nerd Wrangler @rugged root
its a real skill , many work environments will have a assortment of personalities to manage
Continuing what we were talking about in DMs, I don't see Rust completely replacing C/C++ for a long time, if ever
since parallax , with propeller 1 and 2 , has tools for C , thats the way to go , so many tech_heads use C for chips
any recommendations for proper C setups that will work with python in a happy way ( no fight install or usage )
MingCw ?
ya Rust has Cargo , a giant archive of , code x ( unknown stuff ) , on a system which is questionable
the invite links to other server rooms is regualted a bit yes ? @rugged root
The Intel Management Engine (ME), also known as the Intel Manageability Engine, is an autonomous subsystem that has been incorporated in virtually all of Intel's processor chipsets since 2008. It is located in the Platform Controller Hub of modern Intel motherboards.
The Intel Management Engine always runs as long as the motherboard is receiving...
mmm layers and layers of code - slowwww , direct to metal is best
Here for sure
There's a lot of raids where they just spam links to other discord servers
But most of those are for porn servers or phishing servers
poaching and also , identity thieves
how would i use python as backend
There's some frameworks that get you started. Django, Flask, FastAPI, stuff like that
That I'm not sure on. #microcontrollers or Adafruit's server would know way more than I
I haven't messed with microcontrollers
flask would be good for starters
django is nice, a lot of of abstraction of logic and under the hood code, but if you have good grasp on python, it should be easy to tackle and start.

Their docs and tutorials are pretty strong as well
In a quiet room at a loud party.
William Apostol also known as Billy Strings before his rise to fame. This was originally filmed on 9/16/2012 around 3am in front of a small group of friends at a house party.
#billystrings #bluegrass #guitar
Now that you mention it, sounds like a trip trying to think of our basic math today without knowing anything prior
Math is a weird ass discovery
@feral rock If you're wondering why you can't talk, check out the #voice-verification channel. That'll tell you what you need to know about the voice gate
De organisaasje fan de Fytsalvestêdetocht ropt minsken oan de rûte op om dielnimmers skûlje te litten, as der tonger is. #Fyts11 ▶️ Liveblog: https://t.co/wjIIRcBm3O
tsjiis
that'll be the name of my new framework
smör, bröd, och grön ost
https://nds.wikipedia.org/wiki/Wikipedia:Hööftsiet @vernal bridge
Hii @somber heath Good Morning!
@open mica 👋
hi
this server has so many restrictions
maybe it was just this server
but in other coding servers I never get those issues
but if you insist
You can always mute the person
you don'
wish to listen to
oh
I am trying to figure out how to get access
your description seems very wholesome
OpenAI's New AI Model Can Teach Maths, Understand Emotions and Flirt | Vantage with Palki Sharma
OpenAI has released a higher performing and even more human-like version of the artificial intelligence technology that underpins its popular generative tool ChatGPT, making it free to all users. The company said the model could generate content or ...
I got to just stay here in silence for 30 minutes lol
ai girlfriends go hard
and boyfriends
Atleast we are not single now
Sam altman is good in marketing

u need an ai girlfriend
Tell me about yourself
so we will remember u
lonely men are on the rise
Anonymity is nice XD
some people troll
but I just recently got into web design if that is what you are asking
Great!
what's ur work in healthcare
why r u lonely? U have a great voice u need a guitar and boom
@somber heath I am sorry can you say again
GUITAR
guitar community is lit on discord
@somber heath whY?
i mean you are talking to text. you got to be pretty lonely
australia? fascist?
never would of thought
like blocking internet?
services?
skynet australia
kangaroos are now survillence bots
china got their influences
soon everyone gonna have social credit XD
I heard australia army use dolphin
you guys code for fun or work?
studying cs
@pearl plinth 👋
australia has lot of animals like africa
don't know just doing my stuff
Australia has a good geolocation
hi
im back
the good thing about australia is that other countries usually dont intervene the bad thing about australia is that other countries usually dont intervene
U forget china
@gray kraken 👋
hi
i wondering
could i create a python script that generates a random python script
no just something random with random imports and random lines using the imports
gtg bye thx
!voice @obtuse trout
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
it is not working
@obtuse trout did you follow the instructions
Of course not.
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

hi, sorry on phone
@quartz beacon
hare
Cottontail rabbit (Lepus Sylvilagus)
Domestic rabbit (Oryctolagus Cuniculus Domesticus)
@faint trail 👋
hey @somber heath 👀
@valid axle 👋
rabbits are so cute
flutter is good one for android
The hammer is probably the most common tool in the world and every home has at least one standard claw hammer and that hammer probably gets used, misused and abused frequently. It goes without saying that we now take the hammer for granted, like most groundbreaking inventions that have been around for a while. But if you take a step back and con...
Oooo, I love sites like this
Ones that take a topic and dive as deep as possible into it
Example: https://www.fieggen.com/shoelace/
A mortise and tenon (occasionally mortice and tenon) joint connects two pieces of wood or other material. Woodworkers around the world have used it for thousands of years to join pieces of wood, mainly when the adjoining pieces connect at right angles.
Mortise and tenon joints are strong and stable joints that can be used in many projects. They ...
Oh that's gooooooold
<--
I think the same or similar principal was used in sailing ships. If memory serves they used wooden nails and when they were soaked in water they would expand and make a tighter fit that they'd then cover in tar/pitch to make it water tight
Pier Gerlofs Donia (c. 1480 – 28 October 1520) was a Frisian farmer, rebel leader, and pirate. He is best known by his West Frisian nickname Grutte Pier ("Big Pier"; in the pre-1980 West Frisian spelling written as Greate Pier), or by the Dutch translation Grote Pier, which referred to his legendary size, strength, and bravery.
His life is mostl...
Lesbos or Lesvos (Greek: Λέσβος, romanized: Lésvos [ˈlezvos]) is a Greek island located in the northeastern Aegean Sea. It has an area of 1,633 km2 (631 sq mi), with approximately 400 kilometres (249 miles) of coastline, making it the third largest island in Greece and the eighth largest in the Mediterranean. It is separated from Asia Minor by t...
japan still use this method
Oh sick
i love those wood connections
Today, a great sword that is said to have belonged to Pier is on display at the Fries Museum in Leeuwarden. It measures 2.13 metres (7 ft) in length and weighs 6.6 kilograms (14.6 lb).[22] Pier was alleged to be so strong that he could bend coins using just his thumb, index, and middle finger. A huge helmet said to be Grutte Pier's is kept in the town hall of Sneek.[23]
elvis language XD
Bottle of breathable air
Boneless chicken egg
Bottle of Vitameatavegamin
Athlete's footnote
All-armor cleaning wipes
Organ loaner card
Lucky jackalope's foot
Frugalhorn
Potion of vincibility
Recursive matryoshka doll
Smoking gum
Stone brick
Pack of fireproof cigarettes
Loop hole
Perpetual entropy generator
“Will code HTML for food” tablet
Intergalactic postage stamp
Aqueduct tape
Flask of living water
Tough luck softener
@somber heath Current Godville inventory
The short scene in My Big Fat Greek Wedding about greek roots.
I don't own anything of this but please enjoy
hemlocky can i strewam
What're you wanting to stream?
writing python code
!stream 1216830078831300738
✅ @whole bear can now stream until <t:1716300146:f>.
😉
nice car
bro has seen some shit
imagen a hare like this standing a few meters in fron of you
and looking you straight in the eye like this
for minutes
BEEER!!!!!
@obtuse trout 👋
hi!
Hola folks!
hello!
@stoic jay @whole bear 👋
Is there anyone else here who is learning Python from scratch?
@quiet wasp 👋
Yeah me
!res
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
!resournces
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
Click Here To Subscribe ► http://bit.ly/JoinDefDist
Why these MD people sound so intimidating while interviewing making their eye brows lift up every time someone like me talks
Why their eyes wide open the moment I say something.
THIS IS HAPPENING WAY TOO MUCH
@quartz beacon You stepped away from your mic and we could hear people talking in the background. Just scooted you to AFK in the mean time
I'm finding myself so uncomfortable while giving an interview
Yeah
I'm gonna talk on chats, because I came up with this thing that no one likes me being a vc that they immediately leave when I say a word
keep trying 😉
Ya
I should not look at their face while giving any interview maybe
I am Indian
ask ur ques
you don't need to learn xml to do web scraping
html is not xml compatible
@still herald
idk who is it 😉
thanks @still herald 👍
@reef pond 👋
Sore throat, but beyond that doing alright. 'bout yourself?
hi! thnx how about u?
I'm gooooood ! thanks
are u study?
yh
@mossy glade we rock
what same?
Its about drive its about power…
??
yes
what same prog language do u study?
python , php , js
oh great, are u newbie in that?
yh hh
okayy
what about u?
rn i am learning python
@upper basin How you been? Haven't seen you for a bit
are u newbie ??
yeah 😉
you are student?
Average number of atoms in a human being (that's about 70kg), 7*10^27
nope, i am study by myself
I think i should watch like this straight into his/her eyes while giving interview
how about u?
oh nice !!
yeah , I'm student
great
@obtuse trout what is your country?
Ukraine, how about u?
Greetings my dear Hemlock,
Hope you are well sir. Well to be frank, I've been going through my dog days, and not the fun ones where I work super hard. I'm in the depression bordering acceptance phase, so felt confident enough to attend the chat without bumming anyone or hijacking the conversation hehe.
morocco
Funeral pyres line the banks of the Ganges River in Varanasi, the most sacred place for Hindus.
➡ Subscribe: http://bit.ly/NatGeoSubscribe
➡ Get Season 1 of The Story of God: http://amzn.to/2gXx2ON
➡ Watch all YouTube clips here: http://bit.ly/WatchTheStoryofGod
➡ Get More The Story of God: https://on.natgeo.com/2lUOUkk
About The Story of God:
...
far away 😉
Hey buddy where are you
