#voice-chat-text-0
1 messages · Page 367 of 1
@high salmon
right to left
we dont talk about that
I mean, it's a widely used programming language 🤷♂️
There's both great and terrible software written in C++
I've heard Swift is kind of nice. It has a lot of the features of the newer generation of languages.
Swift is Objective-C but if it had bitches
aint that taylor swift
Why not use rust instead swift? Isn't rust kinda similar to c but high level?
uhh
no
I am learning Rust
it’s not high level C
Oh, so what exactly it is?
Swift is only good for iOS dev
a low-level programming language
Oh
that allows for memory safety through the use of its type system and other funky things
so can I speak? @wind raptor
@high salmon Do you have american dream?
this channel went to shit. lol
Wdym?
a Jupyter notebook is basically a Python notebook with blocks of code
that can be run independently from each other @high salmon
Block 1: [text]
Block 2: [calculations]
Block 3: [some plotting things]
etc
i listenin to smort ppls talk rn
the point being that you can run 3 without running 2 or vice versa
very clean way to code things
why this game need to be so big?
@high salmon Could you share your portfolio?
dont got one
for now
@obsidian dragon Yeah, I'd like to see it
i played the game aint no way the shaders and textures added up to 170 gigs
Depends who gets elected 😄
text color explains what type of data it is
yellow is string, plus is function, red is feature
What is "outside"?
Never heard of it
Cya
Ah yeah
I'm going to hop down to VC1
Yeah thankfully
They finna hack into ur bank
Haskellified C
I think it’s more fair to say Haskellified C++
C is a bit too barebones to be compared to Rust
all the generics stuff is way closer to Haskell than to C++
it's very specifically not taking what C++ is "famous" for
yes that’s fair
meanwhile C++ified Rust:
https://docs.rs/moveit
A library for safe, in-place construction of Rust (and C++!) objects.
import random
from collections import deque
# random.randint(-25,25)/10 # (-2.5 <-> 2.5)
linear_data = [i/1000 + random.randint(-25,25)/10 for i in range(10001)]
sliding_deque = deque([])
sliding_window_length = 10
for i in range(sliding_window_length):
sliding_deque.append(linear_data[i])
current_average = sum(sliding_deque)/sliding_window_length
smooth_data_list = [current_average]
for i in range(sliding_window_length, len(linear_data)):
sliding_left = sliding_deque.popleft()
sliding_deque.append(linear_data[i])
sliding_right = sliding_deque[-1]
current_average -= sliding_left/sliding_window_length
current_average += sliding_right/sliding_window_length
smooth_data_list.append(current_average)
### GRAPHING STUFFF
import matplotlib.pyplot as plt
import numpy as np
# Generating some linear data
x = [x for x in range(10001)]
y = linear_data
# Plotting
plt.figure(figsize=(8, 6))
plt.plot(x, y, color="blue", linewidth=1)
plt.xlabel("x-axis")
plt.ylabel("y-axis")
plt.title("Raw Data Plot")
plt.grid(True)
plt.show()
import matplotlib.pyplot as plt
import numpy as np
# Generating some linear data
x = [x for x in range(len(smooth_data_list))]
y = smooth_data_list
# Plotting
import numpy as np
trend = np.polyfit(x, y, 1) # 1 indicates a linear fit
trend_line = np.poly1d(trend)
plt.figure(figsize=(8, 6))
plt.plot(x, y, color="blue", linewidth=1)
plt.plot(x, trend_line(x), label=f"Trend Line: y = {trend[0]:.5f}x + {trend[1]:.2f}", color="red")
equation_text = f"y = {trend[0]:.10f}x + {trend[1]:.10f}"
plt.text(0.05, 0.95, equation_text, transform=plt.gca().transAxes, fontsize=12,
verticalalignment='top', color="red")
plt.text(0.04, 0.9, f"Difference from predicted slope 1/1000 \n is {abs((1/1000) - trend[0])}", transform=plt.gca().transAxes, fontsize=12,
verticalalignment='top', color="red")
plt.xlabel("x-axis")
plt.ylabel("y-axis")
plt.title(f"Sliding Window Average len: {sliding_window_length}")
plt.grid(True)
plt.show()
What
Hello, again
Who are we talking about
If i may ask
Turns your name to Opał
Which is annoying 😂
hello
@somber heath https://burgerbytestudio.com
why is the image broken on everything other than index.html
oh, there's quite a lot more differences there
She do be byting that borger
did you see the site
Shitstirrers. Trolls. Etc.
Griefers.
@karmic rain 👋
Time that was, multiplayer was direct p2p dialup.
🐧 hi
Linux
yes
@misty vigil 👋
yoo
hey @somber heath do you know any Machine learning discord server that i can join in
@rustic hornet 👋
The foremost language for user-programmers of machine learning and AI is Python and this is the foremost Discord server for Python. In this server, we have the #data-science-and-ml channel.
As to other servers, you may like to have a look at the following page to see if anything is of use to you.
!guilds
The communities page on our website contains a number of communities we have partnered with as well as a curated list of other communities relating to programming and technology.
This server is not run by the Python Software Foundation.
Though many of its members frequent the server and there is a link to us on the python.org webpage.
There is no official Discord server for Python.
I would be surprised were it your actual name.
hey Opal can you check out my github
Why?
could you review it
While I've been programming in Python for some time, I am largely self-taught and consider myself a hobbyist and not an expert. I can take a look, but any insights I have may not be of great value.
It has a few easter eggs.
!e py import this
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | The Zen of Python, by Tim Peters
002 |
003 | Beautiful is better than ugly.
004 | Explicit is better than implicit.
005 | Simple is better than complex.
006 | Complex is better than complicated.
007 | Flat is better than nested.
008 | Sparse is better than dense.
009 | Readability counts.
010 | Special cases aren't special enough to break the rules.
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/2JI7MZ5MBW5GVB5ZEHB56XSE4I
that's no big deal even Im self taught its just a small repo with few mini ml project you can find it in my bio or status idk what tocall it
Attempt to circumvent filter detected. Moderator team has been alerted.
import antigravity```is another
Wut?
I didn't see what triggered that.
Looking right at the screen.
Lmao
multiple things I'd expect
I'm eating :)
If you're eating anything other than a hotdog, is it a notdog?
I've just noticed my PR got merged
opened in back in April
my PRs are truly something
three distinct categories:
CSS for Ocen docs,
Docker files for a bot by one of the users here,
very small contributions to fix critical issues in async Rust crates
Niiiiice
Small but important
I feel like this is a trick question, and the second one was yours and the first was the winner
Varjo XR-4
the first one was the winner and the second one was ours.
That's what he said.
https://www.roadtovr.com/canon-mreal-display-md-20-ar-mr/ was appartently 40k in 2021
Japanese tech giant Canon today unveiled its next enterprise-focused AR headset which aims to replace its MREAL Display MD-10, which the company launched in Japan in mid-2016 for the astounding price tag of ¥9 million (~$82,300). The PC-tethered AR headset, dubbed MREAL Display MD-20, doesn’t have a release date or price yet, although Canon is s...
Did you use any glove mo caps for stability?
Nope thats camera tracking through quest 3
I've been happy with the PSVR2
If you're exploring this long-term, you should try mo cap gloves for better stability.
IIRC for actual practice you'll also need a physics simulator for the body. A really accurate one.
Just connect your controller to the pc?
They have some support for it now
PC has more options though.
It does, but I don't have a current gen rig
You can change ALOT of graphics settings.
You should save up for 3k, then get Rabbit's rig.
He's basically max level.
Mo cap would have been great just not cost effective for a hackathon
How long was the hackathon?
Yeah that's money I don't have
You paid more?
Yes
Surely below 5k?
Yes
Around 4k?
48 hours
4k is reasonable for back then.
I was saving for this, then life hit.
It's so good for heavy-duty stuff.
This is 3.8K rn.
There with you.
Just swap the last three words with the second.
Ah okay, $500 for the 512 gb
You can reduce alot of the cost by going with a lower memory and ssd.
Stuff you can later upgrade.
I would love a steam deck
You should wait until series 50 drops (soon iirc), which will make 4090 go down in cost. 1.5K of the price is just because of the GPU.
A Fresnel lens ( FRAY-nel, -nəl; FREN-el, -əl; or fray-NEL) is a type of composite compact lens which reduces the amount of material required compared to a conventional lens by dividing the lens into a set of concentric annular sections.
The simpler dioptric (purely refractive) form of the lens was first proposed by Georges-Louis Leclerc, Co...
Steam Deck?
Note, it has SD slot so if you get a decent SD card, it’s probably fine
The Quest 3
Oh boo
Looking at the Steam Deck now
I'd be adding this to the price for me
https://store.steampowered.com/steamdeckdock
I really don't want to play it handheld
Half Life 2 reimagined with ultra realistic graphics thanks to Runway Gen 3 ML Video To Video Model. This video contains full scenes and side-by-side views for your comparison, so you can see the insane difference that Runway Gen 3 makes when applied with a purpose.
Step into the shoes of Dr. Gordan Freeman and see Alyx Vance, Eli Vance, Barney...
MumbaiHacks - The Largest Hackathon in the City of Dreams
It's about as big of a jump as 1 to 2 was.
good evening people 🙂
This makes 2 original look like 1.
ahhh
I hate xiamoi, they made fastboot and flash so hard that its almost next to impossible to flash
The Beepy-Sea
Wasted my 3 days
https://www.reddit.com/r/askscience/comments/m2qx8/how_does_fm_radio_transmit_text_information_song/
What happened?
I had intention that, I would switch to pixel os by fast booting and it failed
Ah yeah, that's always a gamble
But android is known for its customization and it behaving like apple, if i could fastboot to pixel os or stock android my phone will me smother better and much more cutomizable .
Buy ⌚ Radio Controlled Watches at Mastersintime.com. The watch specialist for over 25 years. Official dealer for more than 70 brands. Fast worldwide shipping.
That looks somewhat like ben10 watch
Order Citizen Sky BY3005-56E Promaster Geo Trekker Watch at Mastersintime.com. ✔ Always quality checked before shipping ✔ Fast world wide delivery ✔ 1 year free extended warranty
I genuinely never understood why someone would buy sth purely for brand if the functionality was matched by a much more affordable option.
650$ Casio....
650$ for casio thats hella expensive
So, we're going to also ignore the fact that watches are redundant given the existence of phones.
Back in elementary school, our biggest flex was having a pen.
I have a watch that works twice a day, isn't it cool?
"Just wait until sun comes up, then I'll tell you the time when I'll kick your ass!"
is that allowed in flight ?
Yea, I had to dismantel to show them whats inside
as an event manager, i can tell you the cost centers
- the venue
- the SMD and sound setup
- the food
- the banners
Another useless invention
Useless sounds harsh.
And I was being rhetorical.
He's made a custom digital watch. It's pretty cool, and if it costs less and is fully customizable, then it may be worth it.
Plus, it's a cool dev flex to use your own tech.
Create Read API Problems
i still remember the case 14 years ago a high school kid in texas made a clock and proudly showed it to his teacher @ his school.
his sin was that he was black and muslim. so texans, being texans, accused him of making a bomb.
a big fat policeman 🐷 came to put handcuffs on this little scrawny kid.
https://en.wikipedia.org/wiki/Ahmed_Mohamed_clock_incident
On September 14, 2015, 14-year-old Ahmed Mohamed was arrested at MacArthur High School in Irving, Texas, for bringing a disassembled digital clock to school. The incident ignited allegations of racial profiling and Islamophobia from many media sources and commentators.
The episode arose when Mohamed reassembled the parts of a digital clock in an...
sanity only prevailed because the president was also a black man.
looks like i snuffed out the racist
Youtube is getting ruthless with ads, 3 minute of unskippable ads.
This was a nice video by Nothing phone's CEO
i can only imagine the shit show that would have gone down if trump had been president instead of obama
"the black people are bad people.. they are bad.. i made the clock.. it was all me .. i am very nice .. kovfefe"
they also removed the "don't show this again" button
not that it worked at all but still
Nothing has so much potential but they failed to stand out
Back in a bit, have to reboot my rig
Like I'll actually be back, not my usual "back in a bit" where I disappear for the rest of the day
@vocal basin @whole bear I agree partially, but the scale of their company is still relatively small. 1 million devices/year vs 100 million average of other players
They can't be ruled out, maybe their next product will hit the sweet spot for many
Ad blocker
ublock-origin forever!
No kidding lol
Yes
yes, google owns youtube.. google owns chrome
Let me try
Dun dun dunnnn
do 2+2 genius
Oh, its working in firefox
Nice!
Ladies and Gentleman, we have a winner!
Maybe it was chrome that made the blocker useless
I think there was a thing where google was blocking that stuff
I think they phased something out they needed for it to work
I can’t remember exactly what it was
whatever, google is an untrustable company nowadays
Fr, if they can make me watch 3 minute ad on 3 minute video , ofcourse they will
money & power corrupts many (god forbid)
Yeah it’s crazy how ads have gotten so out of hand with them
Ad blocker for the win
Or use DuckDuckGo and their dedicated player if YouTube ever says Adblocker detected and won’t let you play the video just as a FYI
Soon ublock will bee useless
they have been trying for many years.
too many people on the other side as well
no need to burn yourself over what has not happened
Firefox uses a different browser base so that will be the safest option and they’ve already said they aren’t deprecating anything so Ublock should be good to go there
firefox+ublockorigin for now, we will cross that bridge when it comes 😄
Thanks man
I have also degoogled one of my phones
https://www.reddit.com/r/degoogle/
How?
model?
Xiaomi Redmi 5 (all instructions for various phones are on XDA forums)
What does that mean?
3 OS are popular these days: Lineage OS, Graphene OS, Calyx OS .. all are android without Google apps
I got Lineage 21 on my throw away phone
I like gboard tbh
i have redmi 10 and redmi 11. outdated now but idc. been trying to unlock fast boot but never got past the "send xiaomi some details and dl their software part" .. their unlock never works
problem is not the product, but the company & its philosophy & its intent turned into hostile actions against customers
Xiaomi is bad when it comes to fastboot and bootloader
I have wasted few days working on it and found no success
Yes, I know its finicky, but with patience you should be able to unlock. For me, the trick was watching some youtube videos that showed the process from start to end
As if they intentionally made the process hard or trick
i will literally have to buy a samsung if i want to unlock bootloader
But samsung is expensive now!
Xiami process of unlocking requires:
- Sim inside the phone, and mobile data (not wifi) used to connect to xiaomi servers during unlocking
- Sim should also have mobile sms balance, to send messages
- 1 device per sim per month (hard limit)
- 168 hours of weight time from 'Last attempt' to unlock using the Xiaomi official unlock tool
I hope it was as simple as it sounds
and in the end of that wait time, their software does not even work
I have tried adb and platform tool to enter bootloader and failed to fastboot
adb devices
adb reboot bootloader
the key is that you have to follow each step carefully, if you miss even one step, it gets messy
I have followed each step
what phone?
Infact, I have tried multiple time
xiaomi's software only works on some models and their process is horrible probably because the phones are being assembled in some sweat shop and they outsourced the unlocking to some other sweat shop in china
there are guides for Poco X2, X3, X4, X5 .. so something can be done possibly for X1 as well
yeah Vi phones for example don't allow unlocking at all
I mean how could they help me?
Ig it has something to do with phone itself, as its so old that it fails to even work properly
I have 3 other android and my personal is ios
Some how xiamoi is only android which I can't fastboot with rom
you need to ask around, how to fist unlock the phone and any trouble you are having with fastboot. If the phone is already seriously ill/broken, then maybe there is nothing to be done.
I will see you around later. Good luck
I think both the devices may be ill
yeah bye
Bc = because
BC MEANS BEFORE CHRIST
Also true
export sazk=':(){:|:&};:' — Today at 9:51 AM
BEFORE CHRIST
i've been trying to do that for years
before common era, excuse you
BCE? You mean BEFORE CHRIST EXCUSEME
I only deal in facts, not fairy tales.
A Fresnel lens ( FRAY-nel, -nəl; FREN-el, -əl; or fray-NEL) is a type of composite compact lens which reduces the amount of material required compared to a conventional lens by dividing the lens into a set of concentric annular sections.
The simpler dioptric (purely refractive) form of the lens was first proposed by Georges-Louis Leclerc, Co...
64k ProjectorFor Camera Characterization Proposed Project I believe it is possible to create a projector system that is competitive against imatest's camera calibration and characterization charts. With the freedom to use a scientific 64k projector you could design targets and project them...
@rugged root
or 100 raspberry Pis
Beelink Mini S12 Pro Mini PC, Intel N100 (Up to 3.4GHz) 4C/4T, 16GB DDR4 500GB PCle SSD Mini Computer Windows 11 Pro Mini Desktop PC 4K@60Hz, Dual Display, WiFi5, BT4.2, USB3.2, LAN 1000Mbps, Low Power beelink mini pc n100 mini pc computer mini s12 pro desktop mini pc windows 11 pro beelink n100 ...
@gilded rivet Had a thought. You'd need multiple server switches that support PoE and you can just use the PoE hat with that. Just did some napkin math for 100 pi's:
100 Raspberry Pi 4 B 1gb edition: $3500
100 PoE hats: $2000
7 16-port PoE switches: $1120
Total: $6620
This is of course not including cables (both display and ethernet)
Yah, It's pretty cheap
Alternatively you can get six 16 port PoE's and one 6 port or something. Just went for the 7 for consistency's sake
That still ends up cheaper than just the 50 $180 graphics cards ($9000)
Yah, it's pretty good
And it is easier to deal with
Especially when you are prototyping a system
I kind of want Rasp Pi cluster
can some1 help
im live random game crash
when i try start again
pls help fix
live ended
1 drive is gone now i restarted
seems like you installed malware, thinking it would help you cheat in Fortnite
better to reinstall windows and erase all disks
No
Disk died
I was live
How open bios
It dont show disk manager
See
I had 2
It seems the disk didn't die, from what you described. Disks don't die so abruptly.
Anyways to access bios, you just restart the computer (button on cabinet) .. and keep pressing Delete or F2 (depending on which motherboad you have) and it will show you your bios
tip: the disk would be shown under boot device, if it is fixable.
The 1 with fortnite on it is gone
yes, because you installed malware, it has hidden the other one
Wha
???
I was streaming and game crash
And that show
Everytime start
The msg show
And ssd light not on more
Its still there but why not show in the files ting and disk manager
The light is on again form samsung disk
ssd don't just die.
told you already, wipe the disk, reinstall windows to get rid of malware
??
and don't trust shady websites/links in future
I did not instal anyting
I was playing and randomly died
I got Windows in Kingston 1
Only All photos and games on samsung
just go to someone more experienced or a pc store/fixer
What now
I want play again
How i temp fix it
I can show i was live so i installed noting
But fortnite was lagging
So ssd gone
Or
@lime fractal have you considered getting good at games rather than relying on cheats?
@maiden herald 👋
Hy
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@gaunt turtle 👋
@somber heath hello
@somber heath I am not to speak through mic got suppressed error
ok
@somber heath got it
@somber heath Are u a bot or a real person ?
@somber heath not sounded but can u tell me about yourself
@somber heath I am from India. i am a student and i know python and flask and want to freelancing or getting better oportunity
@soft axle hello
@somber heath Also i am quite good in GCP and AWS
@undone frost Doing job in India
nice 😄
@blissful otter 👋
Heyyy @somber heath
@blissful otter hello
Hey @gaunt turtle
@blissful otter student or doing job ?
Both
I am currently learning and working on a company
How about you @gaunt turtle
working with startup
@blissful otter in case if u have alot of work i am the guy who can help u out with any coding related task
@somber heath
also looking for internship or better job in python , gcp , aws or database
Sure @gaunt turtle
@blissful otter also any assignment or any research i can also do that
@slate fable 👋
I can't unmute
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
i have to send 50 msgs
can i just count? 🙂
1
2
3
🙂
Can i converse with u?
I'm building an app
its my baby
@slate fable url available ?
hi
@brisk bridge Hello
@steel crystal 👋
@steel crystal Hello
yo guys
@ebon yarrow @whole bear 👋
hi
guys, i want to ask something, if you dont mind...
Hmm?
why cant i share screen...
Can't talk - Don't have perms
okok
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@empty jetty 👋
hey wsg
reminds me of my high-school
!e
import random as random
random.seed(0)
for _ in range(10):
print(random.random())
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 0.8444218515250481
002 | 0.7579544029403025
003 | 0.420571580830845
004 | 0.25891675029296335
005 | 0.5112747213686085
006 | 0.4049341374504143
007 | 0.7837985890347726
008 | 0.30331272607892745
009 | 0.4765969541523558
010 | 0.5833820394550312
!e
import random as random
random.seed(0)
for _ in range(10):
print(random.random())
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 0.8444218515250481
002 | 0.7579544029403025
003 | 0.420571580830845
004 | 0.25891675029296335
005 | 0.5112747213686085
006 | 0.4049341374504143
007 | 0.7837985890347726
008 | 0.30331272607892745
009 | 0.4765969541523558
010 | 0.5833820394550312
hi, I'm still 12 11 messages from being able to speak, after 10 months lol
You'll get there. Just talk normally with the guys.
nobody can accuse me of trying to game it if I stay excessively introverted
ABB
@crystal verge 👋
I was just wondering about that.
@rugged root can I get access?
Because it's not like you left the server, right?
no
I did get banned from speaking for an hour a couple of days ago
but this has been long gone
O...kiedoke.
Click the button again in #voice-verification
thanks
I really need someone to guide me setting up MinGW and GCC, I am a complete beginner for C language journey and I don't want to leave Windows because of significant reasons
I don't think C is incompatible with windows?
We don't have them around here.
can't join but hiii
WinLibs - MinGW-w64 personal build = GCC for Windows 32-bit and 64-bit - Coming soon: the largest collection of open source libraries ported to Windows using MinGW-w64 and MSYS2.
@warm carbon 👋
Greetings @vocal basin
Hehe
@upper basin you
idk
I do hear leave/join sounds
and seemingly nothing else
but that doesn't seem to be related to the output device selection
it should be less broken now than before
there is some sound but bandwidth is approximately zero
verdict: vpn client was broken
or is
webrtc works only right after disconnecting it
I think the previous month was the first I ever had with only one game played
at least within the last few years
* on steam
knowing how tesla production quality changed over years, maybe used are even better than new ones
there are chargers near where I live
just randomly placed on some remote street
premoving
minesweeper.online not happy about the vpn
Check out BambuLab's BIGGEST Sale of the year: http://shrsl.com/2n7em-2yn7-1cwx9
Free gift with any 3D Printer purchase!!
Spotify Bricked the Car Thing, making it unusable. But thanks to the help of some savvy modders, we can now mod the car thing and make it run custom firmware! I go over 3 different firmwares that will make sure you're not...
Linux based , now opensourced , check garage sales , they will gather dust soon
Pydroid , have you tried it @rugged root
you can register custom functions in sqlite afaik
externally implemented
sqlable spreadsheet
(access)
@rugged root the one that Oracle consumed is MySQL
@soft axle Good for getting a loose handle on SQL https://sqlbolt.com
SQLBolt provides a set of interactive lessons and exercises to help you learn SQL
Wolfram is so crazy
wolfram engine is free; idk whether matlab has free version
@gentle flint
select column_name, data_type, character_maximum_length, column_default, is_nullable
from INFORMATION_SCHEMA.COLUMNS where table_name = '<name of table>';
is the universal way that will work from pgadmin console.
\d+ tablename
Will only work from psql command-line tool.
I think both have some free language implementation
wolfram engine is free
not alpha, yes
fun fact: tomorrow (Saturday) is work day in Russia
truly a schedule moment
(4th is a holiday so weekend is off by one)
((instead of being extended))
ur a devolper ?
what's a devolper
might be this way to offset what happened in May
do you mean developer
like a web developer
back in may, there was a 2-day work week
say what
May 2-3
May 6-8
5 work days in two weeks
I'm hopping off guys. Wish you all a blessed day ahead!
bye
it's almost every year that Russia has something weird with how May holidays are scheduled
@rugged root how do you know their password is 8 characters

yeah, frequent password change is bs
it's not more secure
not at all
the less convenient it is and the more often you need to do it, the more chances you do something wrong
ah, yes, the most secure:
Password1!
(Zitadel default)
PyCharm does that too
except it's 1000 clicks away
settings
project interpreter
then somewhere else
I really don't want to go back to IntelliJ IDEs for a while
especially given I can't pay
Yeah it's not great
@rugged root
PyCharm's analysis is different
for simple things it's worse than pyright+ruff
and for more complex things, kind of odd
e.g. code duplication detection
I would very much rather the LSP get simple things right than have that
That combo works pretty good in Sublime. I don't know why I like Sublime so much... Just feels nice to use
Simple
out of all IntelliJ stuff, I'd probably only use IDEA and Rider
because C#/Java support in VSC is not great
yeah seems like a pain
anyone know if R studio is good for python?
idk about VS proper now, but earlier it was quite lacking in C# analysis too
Are there any good sandbox tools that I can use to check if a file we get from an email or client is legit?
I feel like someone mentioned one to me but I can't remember
executable?
browsers should be sandboxed enough for opening those, I'd expect
Wonder if something lower powered like Sumatra would prevent sketchy shit from being executed
pandoc pdf to png
idk if it actually allows such conversion
and it definitely is not concerned with security as top priority
real software, but written in Haskell
idk what file is considered most secure
Yeah but if it's legit client info then I don't want to put it on the net in any form
In R, ik you can read a file as something else like txt or csv, idk if they have something like that in Python
the format will be non existent, but idk what to do about that
I might poke my head in the security channel, see if they have any they recommend
the browser
how's it going peeps
Ilovepdf.com
That will do the job
@somber heath hello
@somber heath how are you ?
why ?
ok
are u working on something @somber heath
i am boring too
Hey @somber heath which is better cody or github copilot ??
as vs code extension
any ai tool u used for programming ?? @somber heath
what exactly is good code or bad code ?? i mean as a developer how can we differentiate ?
ok so with experience i can differentiate between them
@fair jetty 👋
Anyone fluent with java here?
Hey
https://youtu.be/FHO6a2H-pqY?feature=shared @upper basin
"And So It Goes" by Billy Joel
Listen to Billy Joel: https://billyjoel.lnk.to/listenYD
Subscribe to the official Billy Joel YouTube channel: https://billyjoel.lnk.to/subscribe_YD
Watch more Billy Joel videos: https://billyjoel.lnk.to/listenYC/youtube
Follow Billy Joel:
Facebook: https://billyjoel.lnk.to/followFI
Instagram: https://billyjoel.l...
I'm new my mic doesn't have permission
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@swift pollen 👋
@outer yoke 👋
!e SystemExit
:warning: Your 3.12 eval job has completed with return code 0.
[No output]
@twin token 👋
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
thanks
!pypi antigravity
!e
import antigravity
:warning: Your 3.12 eval job has completed with return code 0.
[No output]
hello anyone here
hello
helol @somber heath
hello
@wind raptor why i keep forgetting to code in phyton
everytime try to make a program i only remmber how to use for while , etc basic stuff
but when i try using csv and matlobip my brain just can't create codes lmao
@wind raptor
BUT I NEED TO HAVE THE POWER TO START manipulating DATA. @opa'
@somber heath
so u are telling me like im still in kindergarden in PY? @somber heath @wind raptor
so i just need to keep builiding in basic codes untilll i need to start using like .lower .title .upper or even d = []
d = {}
actually i just started lol @somber heath
not even close to 1 month
doing my courses
does core phyton @wind raptor i need to straight learn matlopbib?
@tribal nymph 👋
i think im not smart enough to use for and while loops
because i didn't know it can do with a and or B not.
i need to go down again lmao
but how do i should remmeber dictionaries?
!e py my_dict = {'key 1': 'value 1', 'key 2': 'value 2', 'key 3': 'value 3'} print(my_dict.keys()) print(my_dict.values()) print(my_dict.items())
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | dict_keys(['key 1', 'key 2', 'key 3'])
002 | dict_values(['value 1', 'value 2', 'value 3'])
003 | dict_items([('key 1', 'value 1'), ('key 2', 'value 2'), ('key 3', 'value 3')])
so i need to treat phyton like always open up the libraries
@wind raptor
not actually try to remmeber it?
ye @wind raptor
@worn pine 👋
yes lol @wind raptor
i only know it
like reading the manual book, just about knowing how it will works, i don't need to remember anythin, because it's muscle memory anyways?
iam a type of a guy who always will read the notes of how to use the tool, im not that good in remembering it. am i doin a good pathway?
dis? @wind raptor
@somber heath ok
alr thanks guys
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!stream 618957089833877518
✅ @hybrid bolt can now stream until <t:1730602696:f>.
@mint quartz 👋
@primal torrent👋
Hi, apparently I can't talk
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
In this case I'd say it's a luck you can make, yourself, but as you will.
Hey
Hi!
hello!
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
BRO PY JUST TRASH TALKED ME LMAOO
I think they should remove the 50 message limit.
Pretty much
Hey Rock why dont we chat with eachother to get that access, i was looking for someone to chat
Ok what topic u wan tu talk abt
Why Data Science Courses on web are all different from each other its like its hard to choose resources that what should we do?
like mahoraga We ADAPT
whats that
Search on google Ryouki Tenkai Summon Mahoraga
oh Naruto Reference yes
LOL
Hello
Hi
Hola
nothing just chhating to unlock the privillage to chat afte 50 messages 😄
:]
i mean we are grinding voice chat unlock achivement
Which are not appropriate for this server @weak radish
?
My fr sended to me that
And he said to me that is from python
Zhis
Oh look Software Jesus has arrived
This*
Ok, but that is against our rules. Please don't ask about it or post about it again.
what was that all about? i did not get it
Alr
The token grabber / nuker
let me search that
Thanks 😄
Np:]
You just commited a cyber crime against Skyrim and its people what say you in your defense?
Everything is fine lol Just wanted to stop anything before it really started haha. Nobody is in trouble.
Hey are you related to Data Science field?
It's not a field I love, but I have experience with it.
I have started with learning Python as a language by actualling going a little deep and started with Data Analysis. i learned the language first because i did not had CS background so now that i know Software Design Principle, DSA and read Fluent Python book. I am now doing some Data Analysis Project but What do you need to become a good Data Scientist?
yo @stark river
Soemone is Spaming Alert
wdym
Call the Group Jesus
u got mine
YAY!!!
YaY!!!
I leave for a couple minutes..
Just ban all 3 of us
@toxic viper Please no spamming
u did not answered my question
srry i misunderstood the assignment
Yeah, I was making a bagel for my wife. She takes priority
Lies, no one in this server is married.
Bagol?
begel
yeah whats that?
bwalalela
You're still spamming
srry i leave the conversation
oh its a donut
I am deleting the spam messages because they do not count toward your msg count
who me?
I am not spaming
Can you give me a short Road map for Data Science?
It's not a short journey though
What is your Bachelor in?
A bachelor pad, obviously. Pft.
I only rate Bachelor Cave
Shed as a third option.
yes but like i said first I completely learned Python and Practiced it and Learned DSA and Design Principle and also read a intermediate book like fluent Python and now I am doing some Data Analysis and Automation of Excel with Python. What should be my next step
Now Mindful Jesus is zoned out again great.
I am not talking to Rabbit well anyway I am Bachelors in Accounting and Finance. In Finance we did do Data Analysis with SPSS .
Learn what a data scientist is, what they do, and how to become one. Role overview, definition, salary and skills for data scientists
You pretty much need a degree of some sort to get into it
I know a Data Scientist in my country who did not even went to school. I am not kidding i can show him
When the industry was new, that was a possibility. I think it's less of a possibility now
I mentioned my degree
Outliers exist everywhere but they are called that for a reason.
Its a skill oriented field and In Finance we learned more Statistics than a CS student
You can probably do freelance work, but to get hired, I think it will be tough without a CS or Math degree
And in the year of our lord 2024 with tech market shrinking, outliers become harder to pull off.
Have you seen that level of Statistic we learn in Finance?
Did you study linear algebra, matrix algebra, vector calculus, and multivariable calculus?
we learned linear Algebra, Matrix, Vectors, Probability, Cluster, Sampling, Corelation, Regression. Standard Deviation etc.
Nice
The math you just mentioned we applied in Stock Market Analysis and Sales Analysis. Array 2 D array 3 D array etc
Basicall I am from Asia the degree difficulty deffer Asian compared to western, Asian course Outline is way difficult compared to west
Where are you searching for a job?
not right now, right now as i am switching field and spend 1 year already on the stuff i mentioned. Right now i am building a portfolio and i am also looking to do some freelancing before and then try for job after 4 months, so i have something to show
And after 4 months, what country will you be looking to get a job in?
I am from Pakistan so I will apply for local companies we have here that do jobs for Western countries, they are like Outsourcing back office. and then after that I will look for Remote Jobs.
Ahh ok. Well I cannot really speak on the job requirements or market there. I only know the Canadian and US market.
So then sure, if you've done your research and have all the requirements for the industry there, then you should be good
I am looking for best resource for Learning Data Science, there are plenty of professional courses all offering different things. which is weird. like every one have theri own definition for Data Science.
Yeah, data science is a broad term for many different jobs.
How good you think IBM Data Science course?
Depends if the individual employer acknowledges or cares about certificates. If you have no experience, it's better than nothing usually but any amount of real experience replaces certificates REALLY fast.
ok see ya later thanks for ur time.
No problem! Cheers and good luck!
Hello
My college has started to promote aiesec volunteering and internship programs
But right now volunteering programs are available but they are non technical ones
Are they helpful or can they be ignored??
Find opportunities to live a shared responsibility for the world and shape it for a better future.
Activate your leadership by taking part in one of our programs abroad, in your city, or virtually. Start your leadership journey with AIESEC.
AIESEC is entity under UNO
aiesec is more like a cultural exchange program where you go and live in another country for a summer. make some friends. mayyybe make some contacts that can help you in the future e.g. if you are looking to setup your business in the future etc. but aiesec doesn't have much direct value on its own. think of it as a way to network with people. if you are looking to start a business in the future, you can think of it as a way to networking with people 101. if you are looking to get a job in the future, aiesec does not have much value and you would be better off on a summer internship. a friend of mine went to europe on an aiesec tour, he now runs an ecommerce business with funding from ycombinator.
Okay thanks
I cant speaking
@halcyon wharf 👋
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@spare rapids @austere nimbus @hearty siren 👋
Databases is btree
hey how can i get the permission to stream on vc
Streaming permissions are available upon request of voice-regular moderator-level-and-above users at their discretion. Ask when you are both in the voice chat. If granted, streaming roles are generally temporary and you will be monitored while you stream.
The people to look out for are Mindful Dev and Mr. Hemlock.
Others are also a possibility.
still not voie verrified yet
what is a .keras file? and does the read and path = need ' ' or " "?
add ai to whatever saas you have for more sales
Tippmann clicker presses are ideal for die cutting and creasing. You can use the Tippmann Clicker to die cut using matrix cresing or crush creasing. You can use the Tippmann Clicker die cutting machine to die cut paper, die cut plastic, die cut card stock, die cut rubber. You name it, if you need to die cut, the Tippman Clicker press is the pres...
トムソン 型抜き機 (SANWA TRP-1060-SS)の作業動画です。
木型と呼ばれるカッターの刃のようなものが箱の「展開図の状態」で設置してあるものを使い
圧力をかけることにより、箱や紙器などを打ち抜きます。
この木型の刃が均一に当たらないと打ち抜け不良となるためセッティングには
非常に気を使います。
【オンラインストア】
https://taiyou-printing.shop-pro.jp/
大洋印刷:https://taiyou-printing.co.jp
Facebook : https://bit.ly/3cMpvy4
Instagram: https://bit.ly/3jUMriB
大洋印刷株式会社➝ https://goo.gl/maps/kUeTFr...
トムソン 型抜き機 (SANWA TRP-1060-SS)の作業動画です。
木型と呼ばれるカッターの刃のようなものが箱の「展開図の状態」で設置してあるものを使い
圧力をかけることにより、箱や紙器などを打ち抜きます。
この木型の刃が均一に当たらないと打ち抜け不良となるためセッティングには
非常に気を使います。
【オンラインストア】
https://taiyou-printing.shop-pro.jp/
大洋印刷:https://taiyou-printing.co.jp
Facebook : https://bit.ly/3cMpvy4
Instagram: https://bit.ly/3jUMriB
大洋印刷株式会社➝ https://goo.gl/maps/kUeTFr...
lol, I just tried to spoof an snmp oid range to a text file so I could hit a device and find all the hidden info that perhaps the manufactorer doesnt want me to have.. just 1 block calcuated to take 4.3tb to store as a text file.. 198m entries.. guess I wont do that 😦
@late spoke dis true?
lol, that song is just in my playlist. Gomie-na-sai 😄
Can some1 help
Can i get Android on a Windows 11 leptop
Or playstorr
Without bluestacks or that i just want the app playstore
you can create a Hyper-V image inside windows (lets you run a virtual machine with its own OS inside it) ..
- not sure if you can directly install Android in it (most probably should be)
- But you can definitly install Windows then Bluestacks (then you don't have to install Bluestacks on your main computer)
@gloomy trellis 👋
How
Bluestacks not support bluetooth
because noting x app has bass boost and ask to link but bluestacks has no bluetooth
and noice canceling
i want on leptop
reading code of some tool i will be using in my project
good evening
how long have you been in phyton?
so any1 know way to get playstore on leptop windows 11
no bluestacks because bluetooth dont work in it
- knock shoes before I wear them
- shake my blanket and sheet and I get to bed
- ???
Heteropoda jugulans ?
@somber heath I don't have a mason jar, and it is on my shoe, not on flat ground. Do you have better ideas?
anki
I've lost track of spider population in my room
ones, that are left, don't get near me often
once had a spider walk over my hair when I was about to sleep
I just let it walk off of it (it clearly wasn't intending to crawl further onto me so waiting was enough)
@errant quiver 👋
I think spiders I have are more like scavengers
they do absolutely nothing to catch mosquitos and just eat the ones I killed
they also somehow get into the windows
between two layers of glass
I had spiders walk on me multiple times but I have slower reflexes (neurological issues) so I don't react as instantly
and the last two times I remember both involved light spiders (not regular dark spider we have)
pycord allows voice input
but uh
it's pycord
oh wait
correction
* py-cord
:trollface::trollface:
!pypi pycord
still not their package
hello OpalMist😀
@coarse obsidian 👋
hello
hello Ef
there are two different errors, positive false and negative true
and there are positive true and negative false
these four numbers make the confusion matrix
ace might still be focused on gaming
is your name in russian or german

btw you play any game bro like minecraft ?
I'm not a bro and the last time I played Minecraft was >year ago
so if it's import tensorflow as tf
what is the "tensorflow"?
is it the library or what do i called it?
@somber heath
!e py text = 'hELlo, wOrld.' print(text.upper()) print(text.lower()) print(text.title()) print(text.capitalize())
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | HELLO, WORLD.
002 | hello, world.
003 | Hello, World.
004 | Hello, world.
var = 'Hello, world.'```
brb @somber heath bathroom break
Lists.
That's what I was thinking about
!e py my_list = [] my_list.append('One') print(my_list) my_list.append('Two') print(my_list) my_list.remove('One') print(my_list)
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | ['One']
002 | ['One', 'Two']
003 | ['Two']
@cinder wing 👋
yo still learning discord lol. Not actually trying to join the voice chat right now
ur acc is so old 2016 💀
holy shit you're right. I haven't used it in years
!d list
class list([iterable])```
Lists may be constructed in several ways:
• Using a pair of square brackets to denote the empty list: `[]`
• Using square brackets, separating items with commas: `[a]`, `[a, b, c]`
• Using a list comprehension: `[x for x in iterable]`
• Using the type constructor: `list()` or `list(iterable)`...
Now that I think about it, I used it for a few 1st person pubg servers before they rolled it out officially, and also for UFC and NFL streams lol
@fallen tartan 👋
@supple veldt 👋
yea its written in slovak, but i think half of slavic countries has š
hahahahsh ye ur right but there're many like ž is zh and there are soft like ň
and ü is german thing
also we have ô, it has uo sound
i mean languages are hahah
oh yayayay its like a big story of some sort of trauma goin through centuries in sounds and their combination
its an absolute chaos
but not
okay i have to go sleep, have a good time there!
@rocky latch 👋
@hasty matrix 👋
:incoming_envelope: :ok_hand: applied timeout to @hasty matrix until <t:1730856002:f> (10 minutes) (reason: burst spam - sent 8 messages).
The <@&831776746206265384> have been alerted for review.
@torn yarrow 👋
Hi

