#voice-chat-text-0
1 messages ยท Page 949 of 1
nah all my fat goes to my legs for some reason
Yes
which one
tell me about it ugh
-> you have it better
thicc
Search gulmarg
haha
you thinkl
^ this why
o- o fat legs on girls are just considered thicc and attractive
lol
my father stayed in kashmir for 8 years but i didn`t visited it once
meanwhile guys its jus another fat dude
why bro?
i didn`t got the opportunity
Sed life
I've been given a self help book
my relative do stay there i been insisted by them ut i dont know never able to made it ...............................
tbh this is not the best time to visit kashmir
bbl, 2hrs late going to the gym.. thx dynamically creating pandas from sql queries..
yeah I guess there's a double standards there
really
No snow for us either
It was 80ยฐF and sunny
yppp
Does this look clean??
It is off-center
Mine was so far to the right, the middle icons were stuck underneath the right icons, and I couldn't use them
I think it is right now?
Not quite
FFFFF
Also I'd just noticed that my laptop's trackpad is off-center
So that's why I kept using it as a frame of reference
i only have pinned 5 apps
now its off center
now its more towards the left ๐ฆ
I legit stopped doing everything
and now my head hurts
sed life^2323592365
What do you think?
Noice
Should I confirm that order quantity?
He probably just wants a couple of spare name badges
i was recently using win 11, but it messed with my battery
i used to get 3-4 hours in win 11
Make sure you're properly documented, or your insurance rates could go through the roof.
Starring Ian Conn, Rachel Butcher, and Kyle Sullivan
Location supplied by Ethan and Ethan's Dad
"Living Forever" by JP De Ovando
Help support us on Patreon!
https://www.patreon.com/DoorMonster
Twitter:
...
And my personal favorite: https://www.youtube.com/watch?v=AVJJKe8FMOM&ab_channel=DoorMonster
Intimidate first, kill later.
https://store.dftba.com/collections/door-monster
Starring Kyle and Ian
With Allison as Sneaky American Spy
"Living Forever" by JP De Ovando:
https://itunes.apple.com/us/album/white-lightning-hq/id1182023169
Help support us on Patreon!
https://www.patreon.com/DoorMonster
Second Channel:...
Hi guys
๐
is it okay to ask questions about webpage interactions over here?
Can anyone send me some wallapapers?
if so please help me I need some help regarding that
what
thx
GitHub student pack is awesome
will we be able to pass the session variables from main domain to sub domain?
It got me free JetBrains for two years
??
CSRF protection doesn't like subdomains either
Cross-Site Request Forgery
Me? Texas
like I have a video player loaded in iframe (has the files stored in sub domain) but user need to make an interaction so that that video player loads the ads.
Tysm
the file user will be interacting is on main domain index
xd
I know that we can take resources from cross domain But I dont know about this
ummm, i had a question
how do you become a helper?
@robust quiver The process involves being scouted by staff, I believe #roles explains this better.
ohhhh
Hi
i like this better o- o
!server
Iโm not at home
Speedcabling finals: Matty H vs. Dwyer Kilcollin. Competition was held at Machine Project, Echo Park CA, 8 FEB 2008
I should buy Minecraft
yes
Problem is my hardware sucks
buys bedrock edition
what is yoour hardware??
Yes, with terrible performance
why would you
just make your own
xd
can you do it?????
Sunken-cost sucks
How much fps do you want??
What actually is bedrock?
version of minecraft
This potato can run MC on 60 FPS just fine
Written in C#
written in c#
Sorry - What's the difference?
The problem is with chunk generation eating my CPU
Ah
creating minecraft?
xd
a lot
I thought Bedrock was in C++?
nah
Pretty sure they used the old pocket edition as base
You are not allowed to use that command here. Please use the #bot-commands channel instead.
An official SDK for Bedrock would be the real Java killer
๐ฆ
stop it
i love java edition
Bedrock pvp is crappy
and you can f'king scaffold bridge
??
Java vs Bedrock
Controller controller = Controller()
This guy has cancer ๐ฆ
know this guy?
BYeeeee
Here's a very weird language https://www.unisonweb.org/
A friendly programming language from the future.
tl;dr there are no source files
No source files as in all code is injected into a live database. Well, you still write it out but you push it to said database right after
It's very weird
I don't know how to feel sabout that
Yeah that still feels really funky
Excuse you
It's still a heavy work in progress, and it's odd
He's obviously not pure
Argh, Azure won't let me sign up using my school email or my Github account
Why not?
Using GitHub auth tells me it belongs to a school account, likewise, signing up with my email doesn't work
origin story of NixOS:
NixOS hasn't always been there, but it was created by a small team 15 years ago. In this talk you will learn how NixOS got started (and what came before), why certain design decisions that are still in NixOS today were made, and perhaps see an embarassing picture or two.
where did everyone go?
I just got back, but was so quiet I put the music back on :/
@rugged root
Emails received within date range?
Hemlock I slowly die every time I hear you speak like that
sup nerds
Sup weeb
Oh you know, nerd stuff
!e
set().pop()
@sweet lodge :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | KeyError: 'pop from an empty set'
huh
But there is no key...
wild
!e
list().pop()
@sweet lodge :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | IndexError: pop from empty list
arbitrary element
KeyError: 'pop from an empty set'
IndexError: pop from empty list
not random, arbitrary
Here's a question - Why does one of the errors have quotations and one does not?
definitely being pedantic, but there is a difference
ok
eh? a set doesn't have any indices
huh
!e
s=set([1,2,3])
print(s[0])
oof
@sweet lodge :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 2, in <module>
003 | TypeError: 'set' object is not subscriptable
!e
test = set()
if not test:
print("this is an empty set")
@rugged root :white_check_mark: Your eval job has completed with return code 0.
this is an empty set
Oh
I thought it was
the order isn't defined, so "nth" element is meaningless
Is there a reason the order is not defined?
You want to not redirect after the form is submitted?
The form sends the POST request
the order is based on how the objects are inserted into the underlying table, which is determined by the hash of each value
So once the form is submitted, I want the values to go to the python code but not need to return a value
actually i have a help channel here #help-cupcake
in general, you can't determine any relation between the hashes of values and the values themselves, so there's no order. ints are special though @zealous wave
@jaunty osprey ask here, not DMs
And y'all said one-liners were bad
Have you seen my prized project?
No, I don't think so
^^ all handwritten, not generated
You can't say that doesn't look cool
Even Black can't help me understand this
No, I guess I can't
tl;dr I used chr to make __import__("__hello__")
And I used hackery things like using bools for ints, and just used cursed variable names
-ita is a diminutive suffix that turns "ma'am" into "miss"
And there's your Spanish lesson for the day
I'll quit rambling now
Good job
What should tomorrow's Spanish lesson be?
IDK. I'm too young for either of those movies
No?
I've heard of both of them
But like... from my parents
Never seen anything about them myself
Except on r/protectandserve
They love that movie
Can someone help me in #help-broccoli my app is almost done and now errors ๐ญ
What about the 8th?
My grades were struggling
df = pd.read_sql_query('SELECT * FROM apeval_results WHERE whispBridgeMacAddr = ?', (sm_eval, ), conn)
0a-00-3e-29-bf-f6 0a-00-3e-b3-35-6a 10 16 5485000 5 -73.0 -75.0 -76.0
0a-00-3e-29-bf-f6 0a-00-3e-60-5d-15 7 18 5865000 5 -80.0 -85.0 -82.0
connection.row_factory = sqlite3.Row
cursor = connection.cursor()
cursor.execute("SELECT DISTINCT mac FROM mac_addresses")
results = cursor.fetchall()
for row in results:
mac = row["mac"]
cursor.execute("SELECT * FROM mac_addresses WHERE mac = ?", (mac,))
all_macs = cursor.fetchall()
so i ported this to work on in my script, it returns objects .. if it was suppose to, then you have greatly over anticipated my skills. :/
Watch the official music video for "You Took The Words Right Out Of My Mouth (Hot Summer Night)" by Meat Loaf
Listen to Meat Loaf: https://Meatloaf.lnk.to/listenYD
Subscribe to the official Meat Loaf YouTube channel: https://Meatloaf.lnk.to/subscribeYD
Watch more Meat Loaf videos: https://Meatloaf.lnk.to/listenYC/youtube
Follow Meat Loaf:
Fac...
Robert Cecil Martin (born 5 December 1952), colloquially called "Uncle Bob", is an American software engineer, instructor, and best-selling author. He is most recognized for developing many software design principles and for being a founder of the influential Agile Manifesto.Martin has authored many books and magazine articles. He was the editor...
@limber helm my best functional programming related answer on SO ^^^
AFK...
BTK...
I think my gif captured that
i saw this and thought of you guys..
https://media.discordapp.net/attachments/389116216889049089/925523470136250398/image0.png
!e py import numpy as np shape = 10, 10 arr = np.indices(shape).T[...,::-1] print(arr[5,5]) print(arr[0,0])
@somber heath :white_check_mark: Your eval job has completed with return code 0.
001 | [5 5]
002 | [0 0]
This is the most powerful weapon in India ๐
This evolution of my Cube Gears incorporates my new snap pin design, which is much easier to insert, snaps more robustly, and prints more reliably. Included are plates for three different gear ratios (the ratios are the numbers in the filenames).
If you need the parts individually, you can export them with Customizer. You can also add custom e...
This is a smaller, 4-leaf redesign of emmett's totally amazing Preassembled Iris Box (http://www.thingiverse.com/thing:1811143). After studying emmett's design carefully and with some advice from emmett himself, I managed to design a 60mm diameter version that prints faster. I also increased the internal clearances somewhat to make it less cha...
Inspired by a Stratasys sample print, I decided to re-draw and improve the desktop, micro catapult. It can throw a small bit of paper, chunks of raft, and pretty much anything you can fit inside. Selected ammunition can be thrown around 2 metres, plenty to hit unaware victims at another desk!
It's a Print-In-Place model, without the need for any...
easythreed x1
i think you can
why not?
if it has context
to the current chat you can do mostly anything(not bad things tho)
thx
you have only 46 songs?
umm, ya
ok cool
where you from?
India
me too
nice
where in India??
jharkhand
im from j&k
really?
i think, is this your first time joining the vc?
nah
no , he`s been here cuple fof times
i have joined quite a few times
yea then i may have talked to you
have you changed your username or something?
haha
it works though
@woeful salmon i am fucked up the entire building badminton coart just fell down and i was dissapointed i walked all the way to that place at 7:aa am and saw the entire area was fenced
oooooooooooooooo
gooooodddddd
sorry
lemme check
It happens. It's not like it's on purpose.
do you usually wake up at 7am if not then it would be very dissapointing
is it still buzzy
it is
oh
is it hollow?
yp and i was preety excited
^
how much is the progress
>+++++++++[<+++++++++++>-]<-.>++++[<++++>-]<.>++++[<---->-]<-.>++++[<++>-]<.
+++++.>++[<-- -->-]<.>++ +++[<+++>-]<.>+++ +++[<--->-]<.>++++[<++>-]<.>>>++++
++++[<++++>-]<.<<++++.+.>>>.>>+++++[<++>-]<.
how much is the progress
https://paste.pythondiscord.com/raw/afetukatam @gloomy vigil
you pinged me but it didnt highlighted the message
oh now it does
^
@woeful salmon

[][(![]+[])[+![]]
+
([][[]]+[])[+!![]+!![]+!![]+!![]+!![]]
+
(![]+[])[+!![]+!![]]
+
(![]+[])[+!![]+!![]]][([][(![]+[])[+![]]+([][[]]+[])[+!![]+!![]+!![]+!![]+!![]]+(![]+[])[+!![]+!![]]+(![]+[])[+!![]+!![]]]+[])[+!![]+!![]+!![]]
+
([][(![]+[])[+![]]+([][[]]+[])[+!![]+!![]+!![]+!![]+!![]]+(![]+[])[+!![]+!![]]+(![]+[])[+!![]+!![]]]+[])[+!![]+!![]+!![]+!![]+!![]+!![]]
+
([][[]]+[])[+!![]]
+
(![]+[])[+!![]+!![]+!![]]
+
(!![]+[])[+![]]
+
(!![]+[])[+!![]]
+
(!![]+[])[+!![]+!![]]
+
([][(![]+[])[+![]]+([][[]]+[])[+!![]+!![]+!![]+!![]+!![]]+(![]+[])[+!![]+!![]]+(![]+[])[+!![]+!![]]]+[])[+!![]+!![]+!![]]
+
(!![]+[])[+![]]
+
([][(![]+[])[+![]]+([][[]]+[])[+!![]+!![]+!![]+!![]+!![]]+(![]+[])[+!![]+!![]]+(![]+[])[+!![]+!![]]]+[])[+!![]+!![]+!![]+!![]+!![]+!![]]
+
(!![]+[])[+!![]]]("console.log('lmao')")()
tf
@login_required
def course_upload(request):
if request.method == 'POST':
course_title = request.POST.get('course_title')
course_desc = request.POST.get('course_desc')
course_subj = request.POST.get('course_subj')
course_thumbnail= request.FILES.get('course_thumbnail')
course_author = request.user
print(course_desc,course_subj,course_thumbnail)
entry=Course(course_title=course_title,course_desc=course_desc,course_subj=course_subj,course_thumbnail=course_thumbnail,course_author=course_author)
entry.save()
messages.success('Course Uploaded!')
return HttpResponseRedirect(reverse('home:index'))
return render(request,'index/course-upload.html')
<form method="POST" enctype="multipart/form-data">
{% csrf_token %}```
course_thumbnail=models.ImageField(upload_to='Course_Thumbnail',default='default_course.jpeg',validators=[validate_image_file_extension])
<div class="user-details">
<div class="input-box">
<span class="details">Title</span>
<input type="text" name="course_title" class="inputs" placeholder="Enter the title" required>
</div>```
<div class="input-box file-box">
<span class="details">Thumbnail</span>
<div class="dragarea">
<header class="header">Drag & Drop To Upload Thumbnail</header>
<span>OR</span>
<a class="browse" onclick="clike()" style="border: 1px solid #11101d;border-radius: 4px;padding:6px;cursor: pointer;">Browse</a>
<input type="file" name="course_thumbnail" id="course_thumbnail" hidden>
</div>
</div>
var dragarea=document.querySelector(".dragarea");
var header=document.querySelector(".header");
var input=document.querySelector("#course_thumbnail");
var browse=document.querySelector(".browse");
function clike(){
input.click();
}
input.addEventListener("change",function(){
file=this.files[0];
showfiles();
})
dragarea.addEventListener("dragover",(event)=>{
event.preventDefault();
dragarea.classList.add("drag");
header.textContent="Release to Upload Thumbnail";
// file=new FileReader();
// console.log(file.result);
})
dragarea.addEventListener("dragleave",()=>{
dragarea.classList.remove("drag");
header.textContent="Drag & Drop To Upload Thumbnail";
})
dragarea.addEventListener("drop",(event)=>{
event.preventDefault();
file = event.dataTransfer.files[0];
showfiles();
})
function showfiles(){
let filetype=file.type;
console.log(filetype);
let extensions=["image/jpeg","image/jpg","image/png"];
if(extensions.includes(filetype)){
let filereader=new FileReader();
filereader.onload=()=>{
let fileUrl=filereader.result;
let img=``;
console.log(img);
dragarea.innerHTML=`<img src="${fileUrl}" class="course_thumbnail" name="course_thumbnail"/><br>
<a class="browse" onclick="clike()"style="border: 1px solid #11101d;border-radius: 4px;padding:6px;cursor: pointer;">Change</a> <input type="file" id="file" hidden>`;
}
filereader.readAsDataURL(file);
}
else{
alert("This is not an image");
dragarea.classList.remove("drag");
header.textContent="Drag & Drop To Upload Thumbnail";
}
}
filereader.onload=(e)=>{
let fileUrl=e.target.result;
let img=``;
console.log(img);
dragarea.innerHTML=`<img src="${fileUrl}" class="course_thumbnail" name="course_thumbnail"/><br>
<a class="browse" onclick="clike()"style="border: 1px solid #11101d;border-radius: 4px;padding:6px;cursor: pointer;">Change</a> <input type="file" id="file" hidden>`;
}
Ya we can
But it doesn't work in browser
What can u repeat
@woeful salmon
You mean in the place onload we have to use another one?
@swift needle
Ya we can
how can i speak
@gentle flint @stuck sky
hello , i am new to programming , after learning the basics of a language ( for example python ) should i move on to learning algorithms and data structures and then do object oriented programming ?
Hello all
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
yeah i understood why i cant speak
excellent
@gentle flint
In this project our client has told to show the image inside it
!e
import itertools
def flatten(arr: list[list|int]) -> list[int]:
return list(itertools.chain(*arr))
print(flatten([[1, 2, 3], [4, 5], [6, 7, 8]]))
@woeful salmon :white_check_mark: Your eval job has completed with return code 0.
[1, 2, 3, 4, 5, 6, 7, 8]
@knotty nebula you can chat in here
Traceback (most recent call last):
File "D:\projects\pycharm\pokemon_2d_game\types_of_pokemons.py", line 55, in <module>
Charmander.revive()
File "D:\projects\pycharm\pokemon_2d_game\pokemon_obj.py", line 98, in revive
self._poke_xp -= self.death_penalty
File "D:\projects\pycharm\pokemon_2d_game\pokemon_obj.py", line 24, in death_penalty
return self.death_penalty
File "D:\projects\pycharm\pokemon_2d_game\pokemon_obj.py", line 24, in death_penalty
return self.death_penalty
File "D:\projects\pycharm\pokemon_2d_game\pokemon_obj.py", line 24, in death_penalty
return self.death_penalty
[Previous line repeated 995 more times]
RecursionError: maximum recursion depth exceeded
def revive(self):
if self._poke_knocked_out is True:
self._poke_current_health = self._poke_max_health
self._poke_xp -= self.death_penalty
self._poke_knocked_out = False
!paste
Pasting large amounts of code
If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.
shiny colours
I watched water droplets fall on hot, porous rock, today. Moments after landing, the splashes would shimmer then disappear, leaving the rock as it was before.
The shimmering, while not colourful, was pretty.
Did you see any leidenfrost effect?
@wind raptor I got your (almost) namesake
@rugged root
meteor shower cap
tuning fork in the road
mop bucket list
we could turn my new cow pet into a meatier shower cap
sorry i can't unmute @rugged root it says i dont have permission to speak in Voice Chat 0 channel.
its ok! Thank you @rugged root !
@autumn tundra @kind dew If you're wondering why you can't talk, check out the #voice-verification channel, that'll tell you what you need to know
Ok, thanks

ั ะฑะตัะฟัะฐะฒะฝัะน ะฝ=ะธะณะตั ั ะดะฐะถะต ะณะพะฒะพัะธัั ะฝะต ะผะพะณั
!rule 4
4. Use English to the best of your ability. Be polite if someone speaks English imperfectly.
@rugged root mainly because im tryna learn python

codecademy 
only ISSUE is with codecademy
so expensive for PRO
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
whats the best resource for learning python in YOUR opinion tho? ๐ @rugged root
i did html like 7 years ago so i have a basic understanding
+/-
!ot
Off-topic channel: #ot2-never-nesterโs-nightmare
Please read our off-topic etiquette before participating in conversations.
267629731250176001
#ff9f1b
0.10 0.89 255
35
89
24964366278
!server
I focus on everything
Which if I'm being honest just means that I'm not that great at anything
Jack of all trades, master of none, is often times better than a master of one
That's the full saying
I used to think that reverse engineering was cool
Then I spent all my time fixing my own code
And I didn't have any time left to work on somebody elses
"Then I took an arrow to the knee"
OH MY GOD, 3 times it took me to get the second double quotes
Jebus
@woeful salmon https://en.cppreference.com/w/cpp/container/vector/begin
Make that 3
๐ na ik that one i just meant if there was maybe a new abstracted way to load something in the memory as you allocate with a sharedptr or something so it can be removed when not referenced anymore
without manually doing it
I decided I was going to use GitHub "properly", so I setup my repo to require approvals for PRs, and then .... Pull request authors cannot approve their own pull requests.
i've had that exact thing xD
How am I supposed to be "proper" if I'm by myself?
you can make it so collaborators and maintainers can ignore that
and just not commit directly to main yourself
or make a 2nd account
Go home, Teams, you're drunk
Maybe
I added a friend as a backup admin
Might give them $5 every so often to say "LGTM" and hit approve
o- o can i replace him?
i want free moneh
lol
At that point I might as well just pay you to help me
xD what is it i might just wanna help for free if its something that intrests me
@molten pewter ๐ nice to see you after a while
This particular project is a Discord bot in Rust that I'm planning on deploying to Kubernetes
It's a project to help me learn various things
I'm new to Rust
It's my first Discord bot
I'm practicing with GitHub
The big thing I want to learn with this project is deploying from GitHub Actions to Kubernetes
PyDis does it with @wise cargo, [and others] and it looks pretty slick
D. Richard Hipp (SQLite)
More Info: http://db.cs.cmu.edu/seminar2015/
The Databaseology Lectures (Fall 2015)
Carnegie Mellon University
Sponsored by Yahoo! Labs
Huh
I've never heard of that one
https://codedamn.com/learn/github-actions-ci-cd?coupon=GITHUB_ACTIONS_PREVIEW
i found this on twitter before o- o might interest you
also i would love to contribute to your bot but i probably won't be doing anything too massive as i'm actually working on a bot in go myself
not rn but like its one of my ongoing projects xD
Is the GitHub repo public [for your bot]?
Message from HR
What do y'all think?
Am I screwed?
Go and see
Fine
it's probably nothing, but now you must tell us the deets
it is public but noone else me was working on it so the version on github is massively behind due to me never bothering to make pull req
and due to me being lazy with it because it was supposed to be something only i use anyway
Fair enough
Just donuts
Got nervous for no reason
dng?
dng is a raw photo
I hit the wrong button
@rugged root - He's not talking to you anymore
A fun approach in language dev is to have the stdlib separate from the compiler itself, allowing it to be swapped with slimmer variants
You can do that?
OCaml ships with a stdlib but it can be overridden by a custom one
PureScript OTOH, just ships the compiler and distributes core packages separately
Huh
Fancy
This allows for separate backends like ones that compiles to Erlang, Scheme, and even Nix
There's a Python one too but it kinda cheats by using s-expressions
if any(foo in l1 for foo in l2)
@sturdy panther What's up bon?
Just thinking, if the list could be a set, then intersection might be better.
True
@gaunt junco I'm doing alright, how about yourself?
Sorry, I tend to prefer conversations to be had here so I don't have to keep bouncing back and forth between DM and here
Very well, thank you
Uh ok
Butt
Can you speak? your voice are very relaxing
Not to mention this also lets you get more messages to your required number for voice verification
And I will when there's a time I have something to contribute to the convo
But I'm not going to interrupt
Hello
8 boxes at work
I have a dedicated cabinet at home
And I've never even heard of a A male -> A male cable
๐
๐

Oooh, I've not seen this before. Will check it out.
Hey @whole bear!
It looks like you tried to attach file type(s) that we do not allow (.zip). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a, .csv, .json.
Feel free to ask in #community-meta if you think this is a mistake.
?
Oh right. There are tools to automatically activate venvs. You could also add the currently activated venv to your terminal prompt.
brb
so i tried sending the project i am working on
Gotcha. Typically when you're sharing a project, it's better to have it on a github repo so folks don't have to download a potentially sketchy zip
alright
still working on it
@vivid palm, you free for a sec? @potent egret is working with fiscal data and setting up charts and reports. Current implementation is in Google Sheets that generates those for him for the most part. Was wondering if you had a not Sheets solution, using a proper database
Or at the very least on the chart/report side
mm no i have yet to venture into proper databases
still end up doing all my visuals in excel graph tools
I've never heard of charting directly from the database
I've always pulled the data into Python, and made my charts there
You can setup an ODBC connecter in Excel
I used that for a while
Open Excel, refresh the data, then refresh the charts
Learn with SQLite
Move to Postgres when you understand the limitations of SQLite
AWS is cool
Digital Ocean is cheaper and simpler, if you don't want to have to worry about complicated stuffs
Questions are good
Yep
pip install
pip install -r requirments.txt or Poetry or PDM etc will install packages in bulk for you
They heard us mention AWS
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
match_options = []
for temp1 in no_options:
match_options.append(temp1[1])
('0a-00-3e-29-f7-9c', '0a-00-3e-bb-51-a2', 15, 14, 5835000, 5, -58.0, -60.0, -61.0, 1)
!e
print(("Stev$e"+"Won$er").split("$"))
print you fool
@sweet lodge :white_check_mark: Your eval job has completed with return code 0.
['Stev', 'eWon', 'er']
ap_df.loc[ap_df['whispBridgeMacAddr'] == test, 'noOptionRegCount'] += 1
Hi mina

who's got a onliner for
for x in del_options:
for y in match_options:
z = x+y
Oh that is pretty sick
3.0
SuperSpeed was the original branding when USB 3 first came out
Join the Club for only $5 at http://www.dollarshaveclub.com/techquickie
Thanks to our sponsor Dollar Shave Club, new members get their 1st month of the Daily Essentials Starter Set including trial-sized versions of their Body Cleanser, One Wipe Charliesโ Butt Wipes, and Shave Butter along with their Executive Razor for ONLY $5 with FREE shipping...
I just gave up
I couldn't keep up anymore
damnit.. i think i knew that, but i always forget that the product is the 1st var and not added at the end.. which is where i always trip up
Just tell it no
I feel like they deliberately alternate between blocky and curved to make the new one seem more new ๐ค
Like fashion.
[] ()
res1 = [(x, y) for x, y in zip(del_options, match_options)]
('0a-00-3e-29-f7-9c', '0a-00-3e-bb-51-a2'), ('0a-00-3e-2a-02-15', '0a-00-3e-bb-65-94')
res1[1][1]
res1 = [*zip(del_options, match_options)]
For example
You people get health insurance at work?
it's usually an option
Nope
It was about 200 people before COVID
Probably closer to 100 now
We actually do have something now
But we've gone through like four providers in the last year
I'm sure there's reasonable changes we could make that would improve the situation. But nobody agrees on what's reasonable.
everyone agrees but health insurance lobby and they have all the money
I didn't say it was right
https://www.coveredca.com/forsmallbusiness/mandate/
Under the Affordable Care Act (ACA), businesses with 50 or more full-time equivalent (FTE) employees that do not offer health coverage, or that offer health coverage that does not meet certain minimum standards, may be subject to a financial penalty, referred to as the Employer Shared Responsibility payment.
you and I can't even agree on the best OS how can you assert everyone agrees on what to do for health care policy?
Do you actually think that the current healthcare system is fine or are you just being pedantic?
Ubuntu for Servers, Windows for Desktops, MacOS for Javascript developers, boom, conversation is over
Best OS is Arch Linux
Arch What?
Do I need to say anything here?
Our glorious savior, Arch Linux
brave browser or some other abstract one
Arch What?
Embrace the ways of the Arch Linux
Join us
Or we shall force it upon you
At least admit that it's better than that NixOS thing
I wish Brave browser, would convert their tokens into actual cash, then send website owners checks. Because right now it feels like a scam to grab ad revenue.
NixOS is well on its way to being the Linux of the future. It's the new Arch. I know more NixOS users on discord than Arch users. It has more (and more up-to-date) packages than any other Linux package system.
Based on....
Is this just purely opinion or do we have numbers showing there's significant amounts of adoption as well as support from major software companies that currently build for Windows, Mac and Ubuntu/Deb?
Because there's always someone touting the next distro as the way everything should go, the big future, but the numbers don't support that
Multiple package repositories analyzer
Is NixOS the one that diverges a bit from the standard file hierarchy ?
My observation on adoption is anecdotal, but it seems like all the most serious personalities in Linux land are talking about NixOS.
$ ls /
bin boot dev etc home lost+found mnt nix proc root run srv sys tmp usr var
$ tree /usr/
/usr/
โโโ bin
โโโ env -> /nix/store/wrw3b1mp1dc5hvzbqi6dr37yslxvjxxk-coreutils-9.0/bin/env
1 directory, 1 file
$ which python
/run/current-system/sw/bin/python
$ readlink $(which python)
/nix/store/3mn752al17khqxms8dgg4ps7vh1rfwkm-python3-3.8.12-env/bin/python
What games could you run on the N-Gage?
We experienced a MASSIVE RAID failure on Whonnock server and lost a crapload of data. Can we get it back?
Rackspace has your Dedicated Environments covered. Head over to http://www.rackspace.com/ltt to learn more!
Data recovery done by http://www.WeRecoverData.com, thanks for the help!!
Pricing & discussion: http://linustechtips.com/main/topi...
I do believe we simplify the traditional hierarchy a bit
So the solution is yet another standard?
this is the phone I want: https://www.samsung.com/us/smartphones/galaxy-note-series/certified-re-newed-store/buy/
Buy the new Samsung Galaxy Z Flip3 5G. Buy the latest Galaxy folding mobile phone at the Samsung.com AT&T Store.
For desktop use, leading personalities should be ignored
an edge developer, doesn't that run on Chrome?
The solution is to use file-system features (links) to assemble binaries for your PATH instead of a hierarchy that was created when drives weren't big enough to put all your binaries in the same directory.
@rugged root - Pony doesn't support 3.10 yet - does it?
What now?
I can't understand why people want to use raw
Pony does something really interesting with generator expressions.
No? 3.8?
words=words.lower()
^
SyntaxError: invalid syntax
I have 63 tables/models in my current project
I couldn't imagine having to write CRUD SQL queries for every single one of those
You have bigger problems
Check the line above that one
Syntax errors can be weird and typically are something above the line it points out
Syntax errors can be weird and typically are something above the line it points out
!pep 563
!pep 649
corpus=[]
temp=[]
for i in range(0,len(messages)):
words=re.sub('[^a-zA-Z]',' ',str(messages['Message'][i])
words=words.lower()
words=words.split()
words=[lemmatizer.lemmatize(word) for word in words if word not in set(stopwords.words('english'))]
corpus.append(words)
words=words.lower()
^
SyntaxError: invalid syntax
@rugged root i tried retyping the last line
Possible indentation issue
no
Hmm, one sec
That last line has two spaces before it. It should be either 0 or 4 depending on where it should go
Wait I found it
https://www.reddit.com/r/functionalprint/comments/rra093/i_used_a_custom_3d_printed_stamp_to_make_a/ I feel like we need one of these for fisher
Missing a closing ) on the re.sub line
ok thanks
Yep! Sorry, it was staring me in the face
Okay but that's a file system thing, not OS
NixOS does that by default
I list my PATH's paths and I grock them - some are because of specific things I have installed custom, and some are for userland and some don't exist, and I've got one big bin directory - the last one:
$ list_paths
/run/wrappers/bin
/home/excelsiora/.nix-profile/bin
/etc/profiles/per-user/excelsiora/bin
/nix/var/nix/profiles/default/bin
/run/current-system/sw/bin
$ type list_paths
list_paths is a function
list_paths ()
{
echo $PATH | tr : "\n"
}
for example, on my server ^^^^
Okay but that doesn't answer my question
It's not exclusive, but other distro's don't do it.
Digital Ocean has Kubernetes autoscaling
https://docs.digitalocean.com/products/kubernetes/how-to/autoscale/
It just seems more likely to me that it gets pushed as its own filesystem that can be adopted and used in other distros
Rather than forcing everyone to go to yet another distro
If that's the major sell
there's a thing of people creating their own distros with NixOS.
I would rather just use the defaults as much as I can, but power-users seem to get really fancy with it.
Sure, but why does it have to be yet another separate distro. We have so many of those
if you want to change the way the file hierarchy of Ubuntu works you no longer have Ubuntu.
Sure, and you're also forcing all the years of projects, existing solutions, and user knowledge and saying "Whelp, sucks for you guys"
I don't think it's good enough to justify losing all of that
Or having to twist it just to get it to work with this one thing
messages["Punctuation"]=punct
ValueError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_14064/3332733829.py in <module>
----> 1 messages["Punctuation"]=punct
E:\anaconda\lib\site-packages\pandas\core\frame.py in setitem(self, key, value)
3610 else:
3611 # set column
-> 3612 self._set_item(key, value)
3613
3614 def _setitem_slice(self, key: slice, value):
E:\anaconda\lib\site-packages\pandas\core\frame.py in _set_item(self, key, value)
3782 ensure homogeneity.
3783 """
-> 3784 value = self._sanitize_column(value)
3785
3786 if (
E:\anaconda\lib\site-packages\pandas\core\frame.py in _sanitize_column(self, value)
4507
4508 if is_list_like(value):
-> 4509 com.require_length_match(value, self.index)
4510 return sanitize_array(value, self.index, copy=True, allow_2d=True)
4511
E:\anaconda\lib\site-packages\pandas\core\common.py in require_length_match(data, index)
529 """
530 if len(data) != len(index):
--> 531 raise ValueError(
532 "Length of values "
533 f"({len(data)}) "
ValueError: Length of values (11959) does not match length of index (5574)
!paste For text that large please use our hastebin
Pasting large amounts of code
If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.
ok
messages["Punctuation"]=punct
how do i fix this error
ValueError: Length of values (11959) does not match length of index (5574)
@rugged root
We could fork Ubuntu, but I think it makes more sense to use NixOS since it's already here. And all the tools still work the same way for SAs. Losing muscle memory isn't usually a criticism we hear about NixOS. There are a couple of essays that attempt to critique it, but I find them rather weak. NixOS is built on solid first principles and I think any difficulties are just small problems that remain to be solved.
Have patience, I'm at work. You might have an easier time using our help system. See the #โ๏ฝhow-to-get-help channel for more information on that
i am sorry
So how well would existing solutions translate to Nix
Enterprise server solutions for example
Because regular usage for programmers is not the thing that matters
We can adapt
But when you have a huge infrastructure already there, it's a very hard sell
@frosty star 
Hay hay ~
Hello! In my course you need to make a Client for sending metrics. And I need to use the asynio library.
Can you advise me on resources for a beginner
My issue is NixOS is tiny and the problem itโs trying to solve is solved elsewhere and better
If it's not in Nix, you have to set up a build file in nixpkgs that tells Nix how to build the thing and where to put what output, and any other things that need to be generated, the things the build requires, the things the outputs depend on, and that's pretty much it. They do it one time in nixpkgs, and that's the equivalent of adding something (that wasn't already there) to Ubuntu's or RHEL's repos.
It's on 14 now
It does cool things, but it's not great enough to really justify a huge rocking of the boat
The neat stuff doesn't justify the mass adoption
We use it as well
Like...
Is it a problem that currently cripples systems that has to be fixed right now
Yes
Every day people people are having to deal with MS SQL
Alright
I'll stop now
Problem with NixOS is it wants to fix something in very specific way
Or is it a neat innovation that could be beneficial, but isn't really super necessary and maybe it gets added later, probably won't hurt anything if it doesn't
Which was cool in 2005 but didnโt see mass adoption and fixed with other more broad methods
!resources @robust haven
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
that's a very broad assertion, and I think it's wrong. I would say it solves the problem of "give me an entire system set up to the precise specifications I declare, no more, no less, that is easily iterable, and the equivalent of doing a full wipe and reinstall of Ubuntu with an Ansible playbook." Ansible playbooks (and other management systems) make no guarantee about the state of the system. Maybe an oversimplification, but they just attempt to run scripts on a system.
So if this was something that was in dire need and filled that need in 2005, why isn't it the major
It obviously isn't as huge as a problem as you're making it out to be
Chef, Puppet and others enforce state
If I accidentally install the wrong thing and comment it out from my config, the worst thing is I still have an entry for it (the build outputs) in my /nix/store directory, which is no longer sym-linked to.
This allows me to fearlessly tinker with my system. I mess up and a rollback is the prior entry in grub.
Python was only around for 15 years when NixOS was invented and it was not obvious at that time that it would become an extremely dominant language.
at that rate, we've got another 15 years for NixOS to become number one.
VMs are going down, not up
Where are we going to go when Discord dies?
I like NixOS as host.
I actually lose sleep over this
Legitimately
If PyDis gets registered as a non profit, we could get non profit licenses for MS Teams
For all the users?
Probably too complicated though
the client runs in a browser
Have to make an account for everyone that wants to join
Matrix Resurrection was garbage.
that's going to be the case for any fallback to discord
Sounds right
Also this
MS doesn't give that many free licenses
Yarp
too bad, I was hoping it wouldn't
It is on HBO max right now.
If you set your expectations at "garbage" you will still be disapointed.
official NixOS discussion channels are on Matrix
45 - 64% is about right.
We're also using Teams for external calls now too
Conversely, Spiderman Noway Home lives up to the hype. Best live action spiderman movie.
sorry no way
Imagine a world...
...where it is as simple to message or call anyone as it is to send them an email.
...where you can communicate without being forced to install the same app.
...where you can choose who hosts your communication.
...where your conversations are secured by E2E encryption.
...where thereโs a simple standard HTTP API for sharing real-time data on the web.
This is Matrix.Matrix is an open source project that publishes the
Matrix open standard for secure, decentralised, real-time communication, and its Apache licensed
reference implementations.Maintained by the non-profit Matrix.org Foundation, we aim
to create an open platform which is as independent, vibrant and evolving as the Web itself... but for communication.As of June 2019, Matrix is out of beta, and the protocol is fully suitable for production usage.
882 votes and 110 comments so far on Reddit
Are there any drop in chat portals for Matrix?
I think so
What's wrong with Meta?
Oh
That Meta
Slack has a free option, doesn't it?
can you access meta without a facebook account?
boo on slack
But it doesn't have community discovery
I think
What if we built a community discovery system for an existing chat platform?
- slack hosts the comms themselves and limits your history unless you pay them money 2) I have not had very good experiences on slack, especially relative to discord
yes that's the host of the Nix and Vim "servers" I use
lol
what is the mint mobile way of doing things?
other than being bought by Ryan Renolds?
they are MVNO, they all do basic thing of providing cellular service
!resources @mellow lintel
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
I have no objections to Automate the Boring Stuff and even sometimes suggest it myself, which for me is fairly high praise.
The bigger the better
When it comes to cases, bigger is better. More space = good.
Xd
Thats what she said
2022
2021 produced 25% more graphics cards than 2020
ye
not all, not even most.
grafics cards are imposible to find in Puerto rico
Most of the demand is coming from gamers.
or anywhere else
You have to upgrade consoles eventually
Until the red ring of death
the chances to find are reduced by 0.000000000000000000000000000000000000001%
no
i dont think o
unle they are 7 y/o
Sure but look a the lifespan of the current/last gen consoles
What do you do when your console doesn't turn on any more?
Send it in for repairs
I can neither confirm nor deny that I have done this
but upgrade a cconole eery 2year ...yeah
as long as it is within the 1-year warranty.
yeah...
PS4 was launched back in 2013
i hate track pad
That's 8+ years of service
the apple track pad is nice
i had an xbox that lated alot a deade
Like how often do you get a new GPU
i hae a quetion
There is a good reason most people don't speak espiranto. esperanto
yeah
but what about esperanto
xDDDDD
indeed
Which version of vim should I install on a Raspberry Pi?
Do it
normal vim ?
don't you subscribe to WoW?
the default is tiny vim in raspbian, but it sucks.
if you prefer, neovim is also fine
no vscode on chromebook
I didn't get an invite
Now I feel left out
no notepad++ on chromebok either, though I am not sure about the PI.
notepad++ ? really ?
true i hae a crome book ๐
Does the new Windows Notepad compile for Linux?
yea i think
is vs code an OK experience on a raspberry pi?
why would you want that ? there are a lot of good editors on linux !
depends on the pi, also on the extensions you use
lol
lmaoo
wine notepad!
Ooh true true
oskars keyboard... so clicky
I don't believe the source code is public
oskars microphone, so dynamic.
someone actually made a guide
https://www.makeuseof.com/how-to-install-notepad-on-linux/
yea๐
That's ++
Oh gosh. Gotta run install 32bit libraries to make it work.
Notepad++ is it's own product, not the Windows one.
It's a lot like KDE's Kate
It's somewhere between VS Code and "basic" Notepad
inflation ~6% for 2021
it is better than deflation
not when you don't have any money
deflation, in the economic term, as applied to an economy on average, typically corresponds to people not having enough money or income.
I remember when I didn't have any money and I greatly appreciated being able to wait a year, spend less money, and get a better computer.
This isn't deflation, it is a decrease in a the price of a specific consumer item.
The consumer price index ( CPI ) is an index that measures price increases and decreases of goods and services in the economy and computes a percentage change. The CPI index is the general measure of inflation in the United States. Read today's post to learn more about the CPI, Inflation and Deflati
lol.. and you wonder why movies about crime are so popular.. ie, oceans11
technically better in films to steal from the rich, and not the people.. ie, diehard
Credit deflation, money side deflation, and debt deflation are the important parts of "deflation"
the reduction of consumer good prices are typically a result of those three deflationary forces.
no such thing as government, its idealogy run by people.. people will always put self interest first above others
Credit deflation = bad, money side deflation = bad, debt deflation = bad... though there may be some environmental positives...
i love hearing about 1st world problems, tell me more..
acutally love it as much as typing 100 lines of code, realise i lost the outcome.. examine it...
this is true, government is not a thing. much like consiousness.
and realize i only need like 10 lines of it
623 โ ((vim_configurable.override {python = python39;}).customize {
624 โ name = "vim";
625 โ vimrcConfig.customRC = ''
626 โ syntax on
627 โ filetype on
628 โ set relativenumber
629 โ set number
630 โ set shiftwidth=4 expandtab
631 โ set hidden
632 โ set ruler
633 โ set colorcolumn=80
634 โ set backspace=indent,eol,start
635 โ let g:elm_format_autosave = 1
636 โ '';
637 โ vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; {
638 โ start = [
639 โ YouCompleteMe elm-vim vim-nix haskell-vim
640 โ jedi-vim typescript-vim rust-vim
If people want to type their questions into this chat we can try to answer them in Voice Chat 0.
54,213
237,844
