#voice-chat-text-0
1 messages ยท Page 93 of 1
all the folders follow a naming convention
like
when i call this cell from my jupyter notebook
!f-strings
Creating a Python string with your variables using the + operator can be difficult to write and read. F-strings (format-strings) make it easy to insert values into a string. If you put an f in front of the first quote, you can then put Python expressions between curly braces in the string.
>>> snake = "pythons"
>>> number = 21
>>> f"There are {number * 2} {snake} on the plane."
"There are 42 pythons on the plane."
Note that even when you include an expression that isn't a string, like number * 2, Python will convert it to a string for you.
Bookmark for later.
thank u
yeah
and when i run this cell
the first iteration of the inner for loop
it's on my local machine
the first iteration of the inner for loop moves the contents of the directory i want to move into the correct directory, but doesn't keep them in the folder
but it moved the rest of the folders without deleting the folder itself
!d shutil.copy
shutil.copy(src, dst, *, follow_symlinks=True)```
Copies the file *src* to the file or directory *dst*. *src* and *dst* should be [path-like objects](https://docs.python.org/3/glossary.html#term-path-like-object) or strings. If *dst* specifies a directory, the file will be copied into *dst* using the base filename from *src*. If *dst* specifies a file that already exists, it will be replaced. Returns the path to the newly created file.
If *follow\_symlinks* is false, and *src* is a symbolic link, *dst* will be created as a symbolic link. If *follow\_symlinks* is true and *src* is a symbolic link, *dst* will be a copy of the file *src* refers to.
[`copy()`](https://docs.python.org/3/library/shutil.html#shutil.copy "shutil.copy") copies the file data and the fileโs permission mode (see [`os.chmod()`](https://docs.python.org/3/library/os.html#os.chmod "os.chmod")). Other metadata, like the fileโs creation and modification times, is not preserved. To preserve all file metadata from the original, use [`copy2()`](https://docs.python.org/3/library/shutil.html#shutil.copy2 "shutil.copy2") instead.
its just on the first iteration
like
i want to move folderA - C into folder1
folderB-C moves correctly
but only the content of folder A is put into folder1
yeah i think so
i believe so
like when i write it out
it follows the naming convention
@worldly whale ๐
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@crisp birch ๐
Hi
!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.
@humble hornet @glossy pilot ๐
hi
Hey
do u work on sir lancebot?
!SOURCE
im stuck on something where should i get help?
caching?
or, like, paging
Bryan Cantrill on "ARC: A Self-Tuning, Low Overhead Replacement Cache" by Nimrod Megiddo and Dharmendra Modha ( https://www.usenix.org/legacy/event/fast03/tech/full_papers/megiddo/megiddo.pdf )
Bryan Cantrill is the CTO at Joyent, where he oversees worldwide development of the SmartOS and SmartDataCenter platforms, and the Node.js platform. Pri...
almost 2 hours of talk on caching
topology
hello ๐
there are different ways to loop also
like, projective space
2D->3D by adding the time dimension
@final osprey๐
NN isn't a set of decisions
decision tree is
first can be used to generate the second sometimes
Hey, are you familiar with discord.py?
although for understandable and logical decisions there are better options
Worley noise based.
#discord-bots
any particular question?
something went wrong
(distance measurement, to be precise)
or something else
@karmic imp๐
hello
I can get rid of the very varied colours at the start of the process but I probably won't
this part
https://i.imgur.com/ZFQj9Ps.png w/ postprocessing
this is not a pathing thing
the colour starts at (0,0,0,0,0) not random
it walks uniformly in the 5D space
like
the thing that it should do is walk randomly on 5D sphere surface
median
I used median for getting rid of small noise before I figured out other ways
https://i.imgur.com/wso734n.png Interference pattern.
something changed
@somber heath Hello
?
@somber heath did you know how to view save session in terminal mac os?
i have use bye forever command
@indigo sundial๐
ok
guys what is this patterns
DFS mostly
it would be 20s if I didn't forget to change back to stack
topology is less noticeable here
I have background colour configured to red-purple mix
what's shown in VC is very unpredictable
they depend on scale even
@uncut meteor
could you repeat, please?
I know that ffmpeg somehow determines whether it's a file or a link
ffmpeg -i something
I should probably replace the colour rotation with something else
(because right now each channel is guaranteed to hit 0 at least once during the video)
this colouring adds 20~50% overhead because it does normalisation at each step
@somber heath
"day-night-day" (colours accidentally aligned this way)
I almost fixed the topology
the main thing left is to calculate distances correctly
Integrate your service with Discord โ whether it's a bot or a game or whatever your wildest imagination can come up with.
Neato.
one of two fixed
hiberbee
"white theme ensures that whoever screenshotted those tokens, will have less problems printing them" or something
second one might be fixed too (am not sure)
@fleet siren๐
Hi
can hear
I'm reviewing a PR
if I added the time as a dimension and if I did it the same way as the space dimensions are done currently, the video would not loop perfectly
the end frame would be flipped compared to the start frame
Yes, it doesn't work as well with the BFS.
Or are you talking about just the colours?
(current thing for space dimensions is not modulo)
visualisation:
(3x3)
it doesn't just repeat, it flips
!e py try: raise ValueError except (IndexError, ValueError): print("Caught")
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
Caught
Hello AF, Opal
AF are these images random or like based on some sort of pattern/image?
!e py try: raise ValueError except IndexError: print("A") except ValueError: print("B")
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
B
algorithmically generated (with some usages of random)
and this is just one generated result repeated 9 times and manually stitched together
Based on your own algorithm or a pre-existing algorithm?
I extended an existing algorithm ( from #media-processing message )
How much time does it take to generate an image by default?
and 30~90s for the video
it would be cool to generate some SSL encryption keys from these , by just making some frames hue change, grayscale etc....
Recall cloudfare used to do that with lava lamps
there are reasons why they chose to do that and not use purely algorithmic generators
these images are predictable
fair enough
very weird transitions between frames
this merges four separate source spaces
there's quite a lot I'd have to change to introduce time as a dimension
at least, the thing for colour rotation would be incompatible
(the video is just how it works now with rotation)
I also have a thing for a different brightness distribution, but I think it's too bright

@pulsar harbor๐
Sorry my Discord client is dying ๐
2023-02-26 19:41:39 ERROR discord.ext.commands.bot Ignoring exception in command help
Traceback (most recent call last):
File "C:\Users\ST\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\ext\commands\core.py", line 229, in wrapped
ret = await coro(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\main (1).py", line 83, in help
embed=discord.embed(title="help", description="This command displays all the commands available to use with this bot")
^^^^^^^^^^^^^
AttributeError: module 'discord' has no attribute 'embed'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\ST\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\ext\commands\bot.py", line 1349, in invoke
await ctx.command.invoke(ctx)
File "C:\Users\ST\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\ext\commands\core.py", line 1023, in invoke
await injected(*ctx.args, **ctx.kwargs) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ST\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\ext\commands\core.py", line 238, in wrapped
raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: module 'discord' has no attribute 'embed'
help pls
Hello sir
@whole bear ๐
my mic is muted
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Hullo
Trie

according to Wiktionary:
"trie" has either /ai/ or /iei/ or short /i/
whereas "tree" has long /i:/
/i/ is main one
both "tree" and "try" are listed as homophones (words with similar pronunciation)
@blazing gull @thorny surge ๐
hello
Clever way to implement a trie using defaultdict (I stole this from someone else): ```py
from collections import defaultdict
Trie = lambda: defaultdict(Trie)
STOP = object()
def add_word(trie, word):
node = trie
for char in word:
node = node[char]
node[STOP]
def contains(trie, word):
node = trie
for char in word:
if char not in node:
return False
node = node[char]
return STOP in node
ยฏ_(ใ)_/ยฏ
how do you send code like that ?
!code
python doesnt even have Nodes?
Nodes in what sense?
protected class tree{
int value;
Node left;
Node right;
}
that should be generic
this is my college python syllabus Basics: Python Interpreter, writing code in Jupyter Notebook, Indentation,
comments, importing a module, binary operators, standard scalar data
types, type casting, if-else statements, loops(while, for), pass, range, ternary
expressions.
reasons not to have this:
you can't add to this tree
this is just an example, im trying to say what i mean by Node
Data Structures and Sequences: Tuples, Lists and slicing, Built-in Sequence
functions, Dictionary, Sets; List, Set, and Dict Comprehensions. Functions:
Namespaces, Scope, and Local Functions; Returning Multiple Values
!d typing.MutableSequence
class typing.MutableSequence(Sequence[T])```
A generic version of [`collections.abc.MutableSequence`](https://docs.python.org/3/library/collections.abc.html#collections.abc.MutableSequence "collections.abc.MutableSequence").
Deprecated since version 3.9: [`collections.abc.MutableSequence`](https://docs.python.org/3/library/collections.abc.html#collections.abc.MutableSequence "collections.abc.MutableSequence") now supports subscripting (`[]`). See [**PEP 585**](https://peps.python.org/pep-0585/) and [Generic Alias Type](https://docs.python.org/3/library/stdtypes.html#types-genericalias).
Functions: Anonymous (Lambda) Functions, Partial Argument Application,
Generators. Objects and Methods in Python. NumPy: creating N-dimensional
arrays, arithmetic with NumPy arrays, basic indexing and slicing,
Psuedorandom number generation.
binary trees for practical uses aren't simple
Unit IV
Pandas: Overview of Series and DataFrames, reading data from csv file,
DataFrame operations- working with data using functions like head, tail ,
info, shape, reshape, columns, isnull, dropna, mean, sum, describe,
value_counts, corr, loc, iloc, apply.
Unit V
Matplotlib- plotting basic figures, subplots, line plots, bar plots, histograms,
scatter plots. Overview of Scikit-learn, SciPy, networkx. Basic Errors and
Exception handling. Basic File Handling. Applications of python.
what type of binary tree to pick depends a lot on the task
Hey @thorny surge!
It looks like you tried to attach a Python file - please use a code-pasting service such as https://paste.pythondiscord.com
i think they mean, lists, strings, tuples, etc...
as python builtin sequences
@distant sonnet #media-processing message
so you do some yu gi oh art
I haven't yet tried to do any post-processing beyond just applying median
๐
man this thign of sending the code here is really difficult for me
and I hate vscode]
wassup Anokhi
yu gi oh the back of the cards
what is it ?
remembers me the clayman
yu gi oh gx
am i the only person who has no clue what anyone is saying ? ๐
how was your coffee lx ?
hhi
@cunning lake :x: Your 3.11 eval job has completed with return code 1.
001 | File "<string>", line 1
002 | print (โhow are you Opal mist?โ)
003 | ^
004 | SyntaxError: invalid character 'โ' (U+201C)
@verbal fox๐
!e print ("Hello Opal")
@cunning lake :white_check_mark: Your 3.11 eval job has completed with return code 0.
Hello Opal
I said "Were you ever to woo, would you then be known as 'Romanticore'?"
Lol
will you like to join
typing race
ok
no problem
for dsa which language will better?
like python or c++
Be more specific. What do you mean by DSA?
data structure and algo
yes
talk
ok
ok
yes
python is good for ai?
just now leaning Access Modifiers in Python
i am watching a video
Access the Playlist: https://www.youtube.com/playlist?list=PLu0W_9lII9agwh1XjRt242xIpHhPT2llg
Link to the Repl: https://replit.com/@codewithharry/62-Day-62-Access-Specifiers#main.py
Join Replit the browser-based IDE used in this course - https://join.replit.com/code-with-harry-100-doc
โบCheckout my English channel here: https://www.youtube.com/ch...
this guy is teaching python, this is hundred days course
Name mangling.
this is basic python course after completing can you suggest what stuff should i do
i can make some projects like library management
thanks this is useful
ok
now my exams will start from 6th there are some iot practicals
@somber heath which language you have learn first
@warped raft hi
Are you from india ?
yeah
from where
Uttar Pradesh
nice i am from Maharashtra
nice to meet you
aap kaise ho???
mast
In which class you are now?
finished 8th moving to 9th
@somber heath Bye
nice
you
@warped raft Are you learning python
yeah i am learning python along with java
i am pursuing bsc computer science
my dream
nice did you watch code with harry
yeah but now i mostly watch foriegn youtubers
ok
you are learning on perfect time maintain the consistency
surely
bye
Hello @left flower.
hello
can you help me
no i found it
i got it
LOL
sorry
import pygame
from pygame.locals import *
pygame.init()
screen_width = 500
screen_height = 500
bg_img = pygame.image.load('Pictures/Sky.PNG')
screen = pygame.display.set_mode((screen_width, screen_height))
pygame.display.set_caption('GHANEEM SUCKS')
run = True
while run:
screen.blit(bg_img, (0, 0))
for event in pygame.event.get():
if event.type == pygame.QUIT:
run = False
pygame.display.update()
pygame.quit()```
so i did this right
but it wont display
it only display for a millesecond when i close the tab
I was gonna talk but i need to be within the sever for 3 days
oh
Im gonna be honest with you this is my first day coding
but i have experience of another language
from yt
I have to go
but msg in mobile
just send me some tutorials on msgs
for me
pls
sya
In this Pygame for beginners video, we'll be making a game in about 90 minutes. I'm going to cover a lot of stuff about Pygame in this video, including sound effects, images, moving objects, collision, most of the fundamental things you need to make a basic game. We'll be making a simple 2 player game to showcase how everything works in Pygame i...
Wait what should i do to learn python
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
Corey Schafer, YouTuber, playlists.
@last escarp ๐
Idk how to use it i guess
Alr do in hr opinion what should I do as I'm where do o start
And practise through it right
I do lol
So watch the ht tutorial and get familiar with the basocs
I think I got second part down
But alr thanks
Mhm
Alr ty
This one right
The one that has been here for 5 yrs
And probably outdated
I love you
Even tho I'm 13
And it's kinda
Weird
I love you
Alr ty and ty God they ain't 1 his vids
1 hr s vids
Auto correct socks man
I wrote sucks and it's writes socks
LOL
@loud oracle ๐
oh soory i called police
I got back to separating the bot into services
(I'll probably just try to make a proxy for the API for now)
my phone is crazy
so tell me ?
no i didnt
my phonbe is broken
yes i need to repeaire it
how long have you been learning python ?
intersting !
i ma learning it since 3
month
moving from aiohttp to FastAPI
Hi
why i cant speak -_-
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@true crow ๐
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
I'll join when the song I'm listening to finishes.
k
plus time
the bot in terms of size is at 4 containers now
and there still are reasons to separate it even further
also, discord display bug (just above cursor):
docker?
Four?
yes, Docker
(no need for kubernetes yet)
bot itself
caching service
web API
documentation
you have a docker container for documentation?
yes, to build and host it more easily
Its for a discord bot?
yes
the fifth is going to be responsible for oauth (for the web client)
what are you trying to cache?
some media files used by the bot are stored in the separate service (Nextcloud) in the less suitable format
I'm not "trying" to cache; I'm caching and quite confidently succeeding at it
I miscounted, caching is two services not one
and how are you going to use it for files of >8MB?
latency.
the management isn't responsible enough to word things otherwise
You got married kirti?
Reasonable. Highly doubt a large sum of files >8MB being uploaded though
4k60 for ~10-15 seconds would be ~10MB
@willow lynx this sounds a lot like they just look for reasons to fire you
now I have to choose the DB for this thing
@orchid crown๐
hi
yeah damn, I don't have permissions for speaking ๐ฆ
Looks like i gotta send 50 messages and be here for 3 days
aw dang! I wanted to talk as well
depends, ouath with what? what platform
discord's oauth2 for applications
so, storing tokens for a week
Cassandra

why distributed?
@willow lynx
for retention model thing you actually had a specific issue (too much rows)
identifying specific problems (which you did that time) will help
even if you don't see a solution, that doesn't yet mean that you have zero idea of what to do
so, to ask a question, you should probably mention issues you ran into
teaching and learning are experience too
key-value store is enough
(session token -> discord token mapping)
should probably be hash(session token) -> discord token
although, eh, unreasonable security is better than no security for this case
SQLLite then?
discord token needs to be in plain text or in a decryptable form, so the service would be able to use it
and discord token has way more value than session token
@whole bear I'm putting you on the spot, here, for which I apologise. Am I correct in my understanding you mentioned one of your professors is a data scientist? Would you happen to know any really good resources beyond Python Discord? @willow lynx needs some good resources/a guru/sage advice.
@somber heath how ya doin
current solution basically uses dict which is (reliably) backed up on disk
Since I can't really speak, we might as well chat
oof
Ouch
I take it that you're from England or close? or am I completely mistaken and you're an Aussie ๐
Oh dang
ahaha
You sound like you're quite older ๐
30s ?
I may choose SQLite for this (no real need for something else yet)
or some BerkleyDB fork
hello @somber heath
@vagrant pendant ๐
so bad
atleast you didn't get p*rn sounds

lmao, right that's fair
yeah Imma be stickin around here
You got a hub?
ah okay
bloomberg
ruined a perfect fun endgame
what kinda work you do with python specifically, like is it exclusive to your work or part of larger projects
Oh okay thats fine
Yeah I don't use python that much at all
anything I wrote was when I was forced to write during school
wouldn't SQLLite be more convienient
It was "forced" because I was supposed to work with 2 other people
instead I had to "all" the work
I love programming my man
Just not when I am forced to do the work of 2 other people and they get equal credit
depends
SQLite is easy out of SQL RDBMSes
but BDB provides some easier interfaces sometimes
anyway
interface as in?
other than that, I've been a hobbyist for a little close to 2 years now
mhm
anyway, I've been mostly interested in systems programming
ways/options how to use something
@somber heath lmao yeah
anyway
Oh dang! another tea lover
I love both tea and coffee equally actually
@willow lynx hi
@somber heath particle physicist she said
idk
some US person
Specialists in another field will replace programmers if they start writing good code, thankfully they do not 
who, kirti
ah okay
most of my early python experience was at school
(we had one of the best teachers in the city)
@somber heath we've already established their hiring process is questionable
he's particle physicist turned data scientists, she said earlier
TCS?
Wipro?
which company
Oh by the way, I'll be moving in a few months
pretty big change in my life
I can just copy-paste this and say it's okay
I'll be moving to canada to my Uncle to study Computer Science there
CS education here is terribly terrible
@somber heath you there?
@obsidian dragon hello
how you doing?
hi
how's it going
ahahaha

Dr. Seed
I do plant surgery
and there's a leaf next to my name
makes sense rite
@somber heath @obsidian dragon alright boys, I'm headin' out. See ya
but i with milk)))
I need to do devops right now
@pearl panther ๐
Opal is a hydrated amorphous form of silica (SiO2ยทnH2O); its water content may range from 3 to 21% by weight, but is usually between 6 and 10%. Due to its amorphous property, it is classified as a mineraloid, unlike crystalline forms of silica, which are considered minerals. It is deposited at a relatively low temperature and may occur in the fi...
Mist is a phenomenon caused by small droplets of water suspended in the cold air, usually by condensation. Physically, it is an example of a dispersion. It is most commonly seen where water vapor in warm, moist air meets sudden cooling, such as in exhaled air in the winter, or when throwing water onto the hot stove of a sauna. It can be created ...
@lapis thunder
@somber heath hello
@whole bear๐
"sir who?"
currently trying to fix some microservice thing
One moment.
the "fixing" part may be done
(but I still have to finish some changes)
zip_longest+reduce?
@midnight agate there's a challenge but I'm too lazy to find the same problem on LeetCode
https://www.codewars.com/kata/54da539698b8a2ad76000228
additional limitations (I chose to impose those on myself for fun):
use only one variable to store the state (the variable must be int)
solving it normally takes less than 10 minutes for sure
solving it the way I did would take a lot more
full list of constraints:
#voice-chat-text-0 message
!e print ('Hello')
@cunning lake :white_check_mark: Your 3.11 eval job has completed with return code 0.
Hello
I have successfully split the bot
(and I intend on splitting it more because there still are things that have reasons to exist separately)
Thatโs disrespectful
Itโs a little long
thatโs what she said
jams of code
So I found out the snowflake id generator cluster I made can generate that many ids per ms
1024 nodes each that can do 4096 ids a second
yes ofc
but thatโs the theoretical limit
Due to limitations of the id
Hello 8080, Opal, AF, Hem, merdique
hello yes I am crappy
I mean, shit, it's in the name.
"Man this animal is just shit."
"Ah yeah, that'd be the crappybara"
Knew a guy who had hacked a old soviet sattalite - he said it wasn't as hard as you'd think
not sure on what skill base its not "as hard"
"Huh... username and password were "guest""
He must have guessed it.
i presume not
HA
"I hacked a satellite"
"Cool, not sure how that'll help you with this Wendy's job."
@jade knot ๐
most satellite probably rely on the fact that transmitting on those frequencies is illegal
True
Hello rabbit, bazinga
@mild quartz Sup brah
bruh
encryption may make error correction harder in some cases
@halcyon bone ๐
Check out the #voice-verification channel
That'll tell you what you need to know about the voice gate system
@amber raptor I'm still chuckling about the Missouri comment
ahh okayy
You have a youtube channel 8080?
maybe ๐
hakology.co.uk VBLOG channel. Main channel: youtube.com/hakology
a place for technical waffle.
too ๐
sudo is bloatware ;)
@dusk raven Suuuuuup
was hotjar sponsered ๐ค
What is that?
You guys ever see how many people try to bruteforce ssh logins on random servers
At least 5
bots
Hey Lyapz
all bots
I have a vps and I looked at the sshd logs and there are a shitton lmao
I know there's not people sitting at their keyboard typing passwords in
Well maybe...
u can have a virtual terminal and watch them
are you thinking of removing your G+ Community link 8080?
Yeah they found my server within a day and there were like 20 different connections repeatedly trying to guess my ssh password
then you can see them fucking around in a virtual shell
lemme see if i can remember the package
Isnt honeypots used for detecting Ad removers ?
nasm?
google 'kippo' @verbal zenith idk if its still secure but thats what i was using
you could run it inside a container
MyPy
You did?
Yeah I haven't tried yet, I've just been working on something else lately.
I'm excited to give it a go though.
@lucid blade Rather not have something like that linked on the server, dude
which ?
The Endlessh
the ssh thingy?
Yar
5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.
Plus there's always things you don't think of
Yarp
Injection?
Oh right
@dusk raven Later dude
@zenith radish Finally moved stuff back to the annex. Not everything is moved, have to speak quietly
But yeah
One sec
Warcraft?
What year is this
Snort is an open-source, free and lightweight network intrusion detection system (NIDS) software for Linux and Windows to detect emerging threats.
being recorded?
No, just a very echo heavy room, and I want to be considerate to my workplace
start yoddeling
there's quite a lot of ways to allow service communication without having any relevant ports listening on the host
I can't believe he managed to hack all this with one key he must be a very vicious hacker
(services within one host)
minecraft servers get a lot of spam-ish attacks
Unsurprising
i meant quietly... just so the faint yoddeling could be heard.. after a bit see if anyone says outload... Riccola!
something's still trying to log onto my mail server
this is, like, an attack on my SSD given how much logs it generates
Well this will take a little while
It stops them looking at your other ports
Exactly
Odds are good that their script will look until they gain "access"
or the same port but different credentials
Right
Neat
How'd that go?
@stuck furnace Hey buuuuuudddddddddddddy
@zenith radish I'm.... honestly surprised Python wouldn't be that for you
C PreProcessor?
Charles: Penny Pincher
I mean... anything web has to play well with HTML
Lot of support
rewrite in Haskell
@molten pewter Sup
sup
Tired
D3, atm
Neat
Nap? probably not... caffeine?
@rugged root the house looks full , wheres the free pizza
I moved stuff back into the annex, so I'm exhausted from that
how many steps did you get?
Meh
within the safe effort put into it, some high-level languages yield better performing code than lower-level ones
example: Rust and B-trees
ASM is mighty fast ...
C, C++, Rust and ASM often result in code of the same runtime speed
also, you can always modify the compiler or the intermediate code itself if you need that
Electron...
there was a meme about it
!e I_Am_Batmen = True
I_Am_Robin = False
If your Robin Check that your Robin
if I_Am_Robin and I_Am_Batmen:
print("I am Robin and i do not like Batmen")
If your not Batmen print I am Robin
if not I_Am_Batmen:
print("I am not Bat Men")
@cunning lake :warning: Your 3.11 eval job has completed with return code 0.
[No output]
something on these lines
(but it was a twitter screenshot)
some help ?
What's the confusion?
With and, both sides need to evaluate to True
Also, since I_Am_Batmen is True, the last if statement would evaluate the False
@cunning lake :white_check_mark: Your 3.11 eval job has completed with return code 0.
I am not Bat Men
Q - how much magnetic flux do you need to flip a bit in rope memory
@lucid blade do you have a favorite microcontroller ( uC ) using ASM ?
no im so out of touch with things these days
most of my projects i use esp / arduino
at the electronics place we were using small pic microcontrollers
not even sure what they were using for development as at the time i was working in production
@whole bear dont do that ๐ฆ
phrasing dude this is not ok in chat.
Yeah not the best thing to say
Neat
@silent sequoia Yo
@golden lance If you're wondering why you can't talk, check out the #voice-verification channel
ok
That'll tell you what you need to know about the voice gate
Surprised about how strict the voice gate is.
We had an issue with hit and run trolls. Folks who would join the server, join voice chat, scream, and then leave. This was happening 8+ times a day
Hasn't happened since
I guessed that is what happened to be honest. It is going to be hard to get to 50 messages since I only came here for advice...trying to figure out which channel to post my question. I already posted it in #game-development
I'll take a look
#โ๏ฝhow-to-get-help will tell you how to use the help system, that'll likely be your best bet
Sounds good! Thanks
Any time
This channel is all about launchers.
Most of them are powered by rubber, a fascinating material that converts muscle energy into kinetic energy! But we also present bladed weapons and launchers powered by other energy sources.
Inventions, reviews, stunts and destruction - if that is what you want, you came to the right place for sure!
Legal...
just created using stable diffusion
Fresh heavy dark DnB.
Download links below.
MP4/MKV Mix Video : https://archive.org/details/trip-addict-2023-dnb-mix
RAW MP3 : https://archive.org/details/trip-addict-2023-fresh-heavy-dark-dnb
EDIT:
enjoy there's a download link in the description on SC
If I try to work and listen to a podcast at the same time, I just end up listening to the podcast and not doing any work ๐ค
listen to darknet dairy
Same. I have to listen to music without lyrics for the same reason
Listen to this episode from The Joe Rogan Experience on Spotify. Edward Snowden is an American whistleblower who copied and leaked highly classified information from the National Security Agency in 2013 when he was a Central Intelligence Agency employee and subcontractor. His new book "Permanent Record" is now available.
integza, post-apocalyptic inventor, colin furze, james bruton
Former toy designer, current YouTube maker and general robotics, electrical and mechanical engineer, Iโm a fan of doing it yourself and innovation by trial and error. My channel is where I share some of my useful and not-so-useful inventions, designs and maker advice. Iron Man is my go-to cosplay, and 3D printing can solve most issues - broken b...
Ad: Thanks to @Huel #Huel for sponsoring this video http://jlinks.io/jamesbruton
Iโve built quite a lot of remote controls for projects in the past, and this is because I want to have custom controls for whatever I build.
There are mostly quite a few joysticks and buttons on them for various functions of the machine I want to control. Itโs be...
me
Ooh, what are you working on?
text to video using stable diffusion
Your reminder will arrive on <t:1677527561:F> and will mention 1 other(s)!
wfo started?
Fake it till you make it lol
@molten pewter
Here's your reminder: Do thing
[Jump back to when you created the reminder](#voice-chat-text-0 message)
thank you ๐
Is anybody familiar with the mainframe?
cobol
Brute force becoming quick as AI tools are improving.
public key and private key are like door nob lock and key
@verbal zenith https://community.chocolatey.org/packages/ssh-copy-id
750
0755 = User:rwx Group:r-x World:r-x
0750 = User:rwx Group:r-x World:---
no it totally depends on you
bye gn
hi @verbal zenith
@lucid blade James Bruton has some cool ideas , increasing RC channels is something to work on
R-tree thing?
oh, spatialite, maybe
I once almost participated in some GIS project
hey guys i have something to askk ... so here is the thing i have a project to build an e-commerce using python django reactjs does anyone has a source i can a complete project cuz am running out of the time
hey nahita
oh hi
i was re-discovering the other parts of the server and found here, although it's been quite for ~2 hours
oh yes, thanks, i'm more of a listener than a speaker
oh it was the last week?
sad...
oh
@somber heath hello again

I am back again today
How's you doing
@lucid pine skill issue
Lua doesn't suck 
It has it's use cases and is extremely fast, embeddable and small, but I found it a bit infuriating to use. I don't really complain about it anymore as I dont have to use it
@willow lynx You sell your thyme for money.
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
I can't even talk ๐ฆ
I think because theyre new?
yes
Eitherway, welcome!
@rigid trellis๐
can hear
@hexed yew๐
I have to have my system volume at 96% because temporary hearing issues (that just happens sometimes)
@whole bear๐
it seems to usually be a result of stress
(maybe blood pressure, maybe something else; idk the exact mechanism)
๐ฆท :30
phonetic anarchy
/tri/ with short /i/
and tree has the long sound
origin similar to cat (the command)
concatenation
retrieval
If at first you don't succeed, trie trie again
That dog just looks so stoked to be helping
Hello Hem, Maro, Opal, SMR, Void, AF
Do you have all xserver packages installed maro?
Generally debain sucks with drivers, im not sure why. it also didnt detect my monitor for some reason
It really is weird
Ubuntu isn't bad about them
Although Debian is behind a lot?
I feel like someone mentioned that before
I'm searching whether I have any specific question/problem to suggest
I use Ubuntu currently, but i have used Arch, Fedora, Mint, Non-systemd operating systems before aswell
Debian based just works best. but Fedora is awesome
@midnight agate https://github.com/sriemer/fix-linux-mouse TLDR;
generallyu seems sudo apt install x11-utils xbindkeys xautomation are the best for fixing mouse issues on linux
@whole bear๐
you're given a list of names of all chemical elements
and you're given a word to combine them into
"card" -> "CaRd"
"car" -> "CAr"
"r" -> ""
does anyone else use tl:dr in their professional emails
good question
I don't think so
Depends who you're talking to. Co-workers on your team that you have a good repour with, yeah. Your boss? Noooo
You would hope in a professional email that the person on the receiving end would read everything you have to say
recursion can be used for a simple solution
I think it will involve the stack anyway
coworkers, exec team, and managers. Frankly, people mindlessly scroll past subject matter but some don't and appreciate a good read. I try to accommodate both.
even if not recursive, I mean
perhaps replacing tl;dr with "summary" would be more professionally acceptable.
lol
its mainly marketing
they're.... sales people
no time to read ๐
You can get a 2nd generation nano at Cex for like ยฃ20
They need to be that way to sell stuff.
Its a necessary evil and its why companies isolate them
Can't be a lie that way ๐
true.
then it falls on everyone else to fulfil the BS promises.
um um
There is a Cex exactly where I am going tomorrow so I might have a look, brilliant name too they knew exactly what the were doing

Lol
Ah :C
It's a place where you can buy/sell second hand electronics
We used to just call it "the dodgy shop" because the one where I live looked super sketchy
ยฏ_(ใ)_/ยฏ
merica!
Welcome to Hemlock's electronics boutique
Provided to YouTube by Funzalo Records
The Bumpin' Uglies Song ยท Spookie Daly Pride
Medicine Chest
โ 2005 Funzalo Records
Released on: 2005-01-01
Auto-generated by YouTube.
It's a good song
@scenic garden๐
@silent sequoia @scenic garden Yo to you both
milk = inflammation
cancer is a default in the human body
inflammation
I drink gallons of it ๐
Inflammation being a significant cancer risk factor is a thing.
What have I walked in on ๐
๐
Milk may cause inflammation in some people.
apparently milk is bad now
liek, unhealthy?
i call bull
Big Oat
my brother does the farming, but I live on the farm
grain farm
I worked in agriculture for 15 years doing precision agriculture
๐
there is snow now
Approximately 65% of the population suffers from lactose intolerance,
huh thats more than i thought
come visit in June
a lot of asians
in Canada we only single crop.
not me though ๐ค
Precision agriculture? What, you use a sniper rifle to shoot corn cobs off the stalks from 100 yards?
Well...grains.
centimeter precision placements of plants
Not corn.
with 99%+ singulation in corn/beans
what's the benefit of that?
increases the efficacy of fertilizer uptake
oh cool
@keen marlin๐
ubiquitous soil structure, disease control
Hemlock's got his subdued professional voice on today ๐ง
decrease fuel consumption, compaction
๐ง ๐คจ
in Austrailia in the northern flood plains they do controlled traffic terrace farming
land forming with RTK, creating a perfect grade so the rain soaks evenly across the whole field.
I could go on like this for hours.
Are there even valleys in Florida? ๐
yes, pits of death, with crocodiles
we also use lidar in agriculture for topographic mapping ๐
๐ฉ
lots of floating point calculations
Rappin' burritos.
Order AREN'T YOU EMBARRASSED now!
Amazon: http://www.amazon.com/Sebastian-Maniscalco-Arent-You-Embarrassed/dp/B00VX21ZWG/
iTunes: https://itunes.apple.com/us/movie/sebastian-maniscalco-arent/id1021866651
Also available:
Amazon CD: http://www.amazon.com/Arent-You-Embarassed-Sebastian-Maniscalco/dp/B00WYPUSSI/
iTunes Audio: https://itunes.apple...
Yes.
wtf is that emoji
I screamed at him because he was undermining me.
Also, don't use the letter e
I knocked over his stapler, and frowned menacingly.
e
its doubleplus good
no cap fr fr
โ ๐งข
๐ซ๐ท ๐ซ๐ท
Mao would disagree.
Language defines culture.
Simple language = simple people
no offence to the Chinese
although........ the flip side, its a faster communication bandwidth
Right, nothing wrong with being simple
English contains an exorbitant amount of superfluous verbiage.
Mandarin would use comparative
Things are getting deep in here
There's superfluous and there's reductionist.
Its all a spectrum, maaan
In everyday life, we usually compare different people or things by length,ย weight,ย size,ย age and so on. So, do you know how to say she is more beautiful than I am and She is much more beautifulย than I am ย in Chinese ? And why the sentenceโไปๆฏๆๅพๆผไบฎ(Tฤ bว wว hฤn piร oliang)โ is wrong? 1.โฆ
Superfluous. It is a good word and bears repeating.
" MONDAY -- The new creature says its name is Eve. That is all right, I have no objections. Says it is to call it by, when I want it to come. I said it was superfluous, then. The word evidently raised me in its respect; and indeed it is a large, good word and will bear repetition. It says it is not an It, it is a She. This is probably doubtful; yet it is all one to me; what she is were nothing to me if she would but go by herself and not talk. " - Mark Twain, Extracts From Adam's Diary.
My father could speak/read/write Icelandic.. but my family immigrated from Iceland in the 1800's. People would come to our farm to hear him speak because it was like a time capsule.
Canada
Icelandic is still spoken
Yes but the dialect was 150 years removed.
Amish
no?
We have the same with mennonites
and hutterites here
Hutterites now speak "hutterish"
I can understand some because low german is a little similar to Icelandic.. and they throw in the odd English word as well


