#voice-chat-text-0
1 messages · Page 379 of 1
RIP
👋
@midnight agate live reload for UI has been implemented
the refresh itself implemented the most direct way possible:
document.open();
document.write(text);
document.close();
only the websocket connection and event log is preserved
removes existing things
some things on window are kept
but the document itself is erased completely
that was for flag sync
whenever the flag is placed, it locally puts a "lock" on it with an id
the lock is released once it receives a confirmation from the server with the same id
when that happens, it starts prioritising server state over its own
it's guaranteed to unlock eventually
and, once it's unlocked, it's guaranteed to follow the shared state
hai
(same for removing a flag)
all messages received from the server are seen by clients in the same order
disconnect ends all updates to the local state
needs a page reload
there is no partial sync, and there never will be
socket.onclose
all such errors guarantee connection termination
based on how TCP and how WebSocket operate
you can't transmit => the connection is dead
just like with AsyncRead/AsyncWrite and Stream/Sink in Rust
as with most connection-oriented protocols
, and if it's not a connection, it will likely just fail silently instead
no, but all upstack abstractions see it as no longer usable
Rust's approach is to close on drop
* no longer usable
(corrected)
therefore ignoring the close errors
on UDP it makes sense sometimes
on TCP there do exist some errors you can retry after
EINTR
, and some others
others which are related to inputs
, or system state as a whole
EACCES, EBADF, ECONNRESET, EDESTADDRREQ, EFAULT, EINVAL, EISCONN, EMSGSIZE, ENOTCONN, ENOTSOCK, EOPNOTSUPP, EPIPE -- there is no hope of retry
EAGAIN/EWOULDBLOCK -- obvious retry
EALREADY -- ???
ENOBUFS -- "Normally, this does not occur in Linux"
ENOMEM -- system is dying + you don't really get it on Linux that often
so there are four potential cases for retry:
EAGAIN/EWOULDBLOCK -- out of scope, already handled by async wrappers
EALREADY -- out of scope, we're not using Fast Open
ENOBUFS -- for TCP, we get EAGAIN/EWOULDBLOCK instead
ENOMEM -- out application is already dead, since we have no OOM handling
hai
unlike C++ which does have that notion for methods
Hiii hru doing
also thread safety
as Sean Parent said about something similar, specifically about Java, "it drives me nuts"
do u mean like send data like text to another pc?
Squeal, as Hemlock or Primeagen would say
from the same set of phonetics as "Weasel" for WSL
still trying to help someone with their ASP site
same i'm trying to render something
alr
have a gud day everyone
u as well
for now focusing on this
idk about courses, I don't take those
documentation
for specific technologies
for example, for Python
what do you want to stream?
they want help with a question answer app
!paste
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 Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
^ easier for sharing code than video
very little
for what usecase?
I'm assuming you're already using this for choosing actions, right?
https://en.wikipedia.org/wiki/Softmax_function
after saving it will generate a new link, with code in it
@obsidian dragon you should probably just try both and compare results
!d random.choice
random.choice(seq)```
Return a random element from the non\-empty sequence *seq*. If *seq* is empty, raises [`IndexError`](https://docs.python.org/3/library/exceptions.html#IndexError).
see the bot thing?
yes
you can do this:
questions = [
(question1, answer1),
(question2, answer2),
(question3, answer3),
]
question, answer = random.choice(questions)
questions = [
("What does a program counter store?", "next instruction to be carried out"),
("Where are the contents of the program counter stored?", "Memory Address Registers (MAR)"),
...
]
Python allows trailing commas
so that lines look more consistent
questions = [
(question1, answer1),
(question2, answer2),
(question3, answer3),
]
``````py
questions = [
(question1, answer1),
(question2, answer2),
(question3, answer3)
]
^both are valid
as in any JS code?
yeah, just display none
.disable-clutter .clutter {
display: none;
}
and add the disable-clutter class onto body or wherever else
@obsidian dragon this instead of applying display:none per element
no comma
nested
also check spelling
hides all clutter within something that's disable-clutter
document.body
document.body.classList.add("disable-clutter")
typical DOM interface
you can just .toggle
@obsidian dragon make it a QTE: if you don't disable in 500ms, you can't click it
and 10% of the times it's 200ms just to be annoying
@obsidian dragon do you randomise clutter's z-index?
so that it can go under the text
and images
@south loom Cloneable gained an extra e thanks to Java
as an example of that
maths term
just set theory
basic maths
more basic than algebra
in university we had set theory covered as the first topic
and at school it was 5th out of 48, so quite early too
(switched to maths school in grade 8)
we had non-algebra non-geometry maths split into 48 sections
4 years
I'll be back in 20~50 minutes
👍
i cant talk
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
im server muted
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
The scientists of Look Around You examine calcium.
@hardy sinew 👋
I got the minecraft thing working finally
I mean a thing I said about last time only opal was here I think
only being able to take one note is kinda bad
twonote
🤯
i
crazy compp
I been in year 11 here before
a sausage?
Minced meat
Too noisy
passport and birth certificate?
@kindred bolt 👋
Sup
Link to song on Epidemic Sound (sign up using my referral link for a FREE 7 day trial): https://share.epidemicsound.com/4z3ldx/?playlist=sgeouh1r7wmr2oumsipijoyyscq3u3rt
Tell Bob, push Jacky off a cliff
"signals" is probably the wrong word, since it implies something immediate
applied 1
!stream 425552190283972608 1h
✅ @peak depot can now stream until <t:1733681044:f>.
cat
maybe gain credibility through reducing the absence of contributions
another option: have the team already dependent on things you made
through open (or less so) projects
@crystal fox also "stroll" as another "taxon" of walking
@lethal shell algorithmitc decisions for legal claims and similar stuff was there for quite a while
not LLM type of AI
just statistics and "if statements" type of AI
the issue is when there is no way to dispute that decision
banks really like to use that for whether to allow a loan
no it's just 999999
oh, I know what else cursed you can add:
add that follows-cursor background animation but only for the clutter
LINGANG GULI GULI GULI WATAAA LING GANG GU LIN GANG GU
@lethal shell @timid marten @crystal fox all three of you, stop interrupting each other.
I moved :p
It's not cus of rabbit :p
yeah, I'm a bit slow at writing
It's aight :>
yeah 🙂
Sorry @crystal fox I realize it’s another Euro who doesn’t realize we took the bar and toss that shit into atmosphere
Hi you free?
not really, currently writing some code
Occurred on July 22, 2020 / Blacksburg, Virginia, USA
"Two sister rats named Spice (white rat) and S'more (orange rat) playing basketball. Both girls are around 2 years old and know their own hoop side, which they bring the ball to each time for a treat. At the end Peaches (the sisters' mother) can be seen wandering over."
Contact licensing@vi...
Sure, was wanting to ask if i could share screen to show you update of my progress
`
import scapy.all as scapy
def packet_callback(packet):
if packet.haslayer(scapy.IP):
src_ip = packet[scapy.IP].src
dst_ip = packet[scapy.IP].dst
protocol = packet[scapy.IP].proto
print(f"Source IP: {src_ip} | Destination IP: {dst_ip} | Protocol: {protocol}")
if packet.haslayer(scapy.TCP):
try:
payload = packet[scapy.Raw].load
decoded_payload = payload.decode('utf-8', 'ignore')
print(f"TCP Payload")
except (IndexError, UnicodeDecodeError):
print("Unable to decode TCP payload.")
elif packet.haslayer(scapy.UDP):
try:
payload = packet[scapy.Raw].load
decoded_payload = payload.decode('utf-8', 'ignore')
print(f"UDP Payload")
except (IndexError, UnicodeDecodeError):
print("Unable to decode UDP payload.")
def start_sniffing():
scapy.sniff(store=False, prn=packet_callback)
start_sniffing()
remove spaces around python
on the first line
no space before, no space after
@midnight agate have you worked in a restourant, or factory?
then I know why you get it 😄
I worked both in factory and in restaurants
yes, it was joked about that in restauraunt you have ten managers and none of them hold higher tittle then you
and all of them say different things
!stream 1112791642278211707
✅ @neat perch can now stream until <t:1733681089:f>.
I have nothing against you dude, I hope you have nothing against me. I just would like to be monitored by the rules, or by moderators orders, you obviously can see, how can that turn chaotic.
it just seemed that your buddy tagged you because he were unhappy, and you came to deffend him
like .php
regex might be doing weird stuff at the ends
i.e. not understanding where URL starts and ends
so you might need to adjust it
@neat perch you can just try finding .gif without URL
re.findall("gif", text)
the "threatening" "goodbye cat" when i wasnt the only one in the chat... are you really gonna do it like that...
okay, lets drop it
:p
@neat perch replace text with whatever has the original text
whatever you run findall with
in other cases
@neat perch packet_payload.decode(...)
@neat perch the whole
@neat perch don't forget to rename the parametre
@neat perch line 75 replace found_urls with packet_payload
found_urls right?
@neat perch
return re.findall("gif", packet_payload.decode(errors="ignore"))
yeah, there can be cases like that, i have no problem with it. Sometimes it just happens that people try to make it a good space for everyone. But it really seemed like he was focused on me in the end. So it seemed that he doesn't deserve the authority he thinks he has...
@neat perch so there is one match
looking well i guess
basicly, that goodbye cat was about that, I was trying to give him valid questions, and he just hated being questioned.
!d re.finditer
re.finditer(pattern, string, flags=0)```
Return an [iterator](https://docs.python.org/3/glossary.html#term-iterator) yielding [`Match`](https://docs.python.org/3/library/re.html#re.Match) objects over all non\-overlapping matches for the RE *pattern* in *string*. The *string* is scanned left\-to\-right, and matches are returned in the order found. Empty matches are included in the result.
The expression’s behaviour can be modified by specifying a *flags* value. Values can be any of the [flags](https://docs.python.org/3/library/re.html#flags) variables, combined using bitwise OR (the `|` operator).
Changed in version 3\.7: Non\-empty matches can now start just after a previous empty match.
@neat perch this one yields Match objects which also keep positions
so you can extend the range that's matched to see more context
but should outprint the name of the file or only if there is a match?
yeah.. I think I should inform admin about this behaviuour.
I dont feel victimside or anything, it just doesn't seem like its the type of behaviour anyone would prefer
and you are right, sorry again for continuing it.
play around with it, learn how to use it
also
it might be a good idea to generate a file of all text that you're finding matches in
just so you can just ctrl+f it for debugging
@neat perch replace findall with finditer and see what it does
@vocal basin you remember what the guys did a couple days ago with the challange? I told about it to my friend, but he was confused about it, was questioning some stuff, Id like to ask a couple questuions in privade if possible.
they were doing cryptography stuff and I think you were there
or what it someone else
@neat perch don't sort it
I think you even were talking to me about it being a geometric progression
I don't think I said that, but, yes, generally the complexity of that challenge grows in a geometric progression
due to how BTC is implemented, that challenge doesn't truly suffer from diminishing returns issue
the currency itself is engineered to be exponentially deflationary
"same BTC amount for exponentially more effort" is hard-coded in both cases
(both the challenge and the protocol)
I just wanted to msg you for this specific instance.
class set([iterable])``````py
class frozenset([iterable])```
Return a new set or frozenset object whose elements are taken from *iterable*. The elements of a set must be [hashable](https://docs.python.org/3/glossary.html#term-hashable). To represent sets of sets, the inner sets must be [`frozenset`](https://docs.python.org/3/library/stdtypes.html#frozenset) objects. If *iterable* is not specified, a new empty set is returned.
Sets can be created by several means:
• Use a comma\-separated list of elements within braces: `{'jack', 'sjoerd'}`
• Use a set comprehension: `{c for c in 'abracadabra' if c not in 'abc'}`
• Use the type constructor: `set()`, `set('foobar')`, `set(['a', 'b', 'foo'])`...
!d collections.Counter
class collections.Counter([iterable-or-mapping])```
A [`Counter`](https://docs.python.org/3/library/collections.html#collections.Counter) is a [`dict`](https://docs.python.org/3/library/stdtypes.html#dict) subclass for counting [hashable](https://docs.python.org/3/glossary.html#term-hashable) objects. It is a collection where elements are stored as dictionary keys and their counts are stored as dictionary values. Counts are allowed to be any integer value including zero or negative counts. The [`Counter`](https://docs.python.org/3/library/collections.html#collections.Counter) class is similar to bags or multisets in other languages.
Elements are counted from an *iterable* or initialized from another *mapping* (or counter):
```py
>>> c = Counter() # a new, empty counter
>>> c = Counter('gallahad') # a new counter from an iterable
>>> c = Counter({'red': 4, 'blue': 2}) # a new counter from a mapping
>>> c = Counter(cats=4, dogs=8) # a new counter from keyword args
@dusk raven this is more of "homework" than "exam" situation
c = Counter([
f"{packet[scpapy.IP].src}-{packet[scapy.IP].dst}"
for packet in scapy_cap
])
from scapy.all import *
import scapy.all as scapy
from collections import Counter
scapy_cap = rdpcap('evidence_packet_analysis.pcap')
c = Counter([
f"{packet[scapy.IP].src}-{packet[scapy.IP].dst}"
for packet in scapy_cap
])
# print(c.most_common())
# for ip_pair, count in c.most_common():
# print(ip_pair, count)
headers = ['SRC', 'DEST', 'COUNT']
data = [[udp_count, tcp_count, igmp_count]]
# Create and print the table
table = tabulate(data, headers=headers, tablefmt="fancy_grid")
print(table)
from collections import Counter
from scapy.all import rdpcap, IP
from tabulate import tabulate
scapy_cap = rdpcap('evidence_packet_analysis.pcap')
counter = Counter([
(packet[IP].src, packet[IP].dst)
for packet in scapy_cap
])
headers = ['SRC', 'DEST', 'COUNT']
data = [
(src, dest, count)
for (src, dest), count in counter.most_common()
]
# Create and print the table
table = tabulate(data, headers=headers, tablefmt="fancy_grid")
print(table)
tf
Copilot AI got drunk?
rust-analyzer
for some reason it doesn't just refuse completion upon this syntax error:
for entry.
The Internet protocol suite, commonly known as TCP/IP, is a framework for organizing the set of communication protocols used in the Internet and similar computer networks according to functional criteria. The foundational protocols in the suite are the Transmission Control Protocol (TCP), the User Datagram Protocol (UDP), and the Internet Protoc...
nice but how could i make git
Join Scott and Caleb while they explore Git Internals.
0:00 intro
3:20 git cat-file -p / -t / -s
5:35 git ls-tree
11:41 pigz -d ▶️ obj
12:51 git hash-object / -w
content warning: alcohol
Am I able to get verified early
This year ,January, i made a static site for one client for 50 euros.🥴
i didnt hear you. pardon me? @lethal shell
check my stupid site, linknest.cc
im just yapping o.o
@lethal shell East??????
east of russian
west of russia
xDDDD
damn
you just need to draw the arrow the right way
some parts are to the East of some parts of Russia
🤣
at least in that projection
😂
fun fact: during summer, Russia and Spain timezones overlap
(Königsberg and Spain with its double summer time both are GMT+2)
@west lion control on your words buddy.
xDDDDDDDDDDDDD
@west lion ...
i dont know how he is still in server.🤣
@rugged root 🤣
@west lion you can reference that word without saying it.
🤣
just a reminder: saying "I don't want to offend anyone" does not excuse the behaviour
he is just trolling now.
thats crazyyyyy
@lethal shell you being too nice to him,🤣
@west lion but you can reach with VPN you buy from Gov? They have a filter or why they sell
they filter and the GOV make money with it
looking through the dictionaries, not being able to find that meaning of that word in any language
you can make VPN but the force you to sell it with giving some share to GOV
So you have insta
@snow wharf if you're going to burp, please mute the mic.
and tiktok and etc
i can have , but i uninstalled it cause it waste time
... which leads me to suspect someone might hypothetically be not entirely honest
but i guess its not possible because in Turkey it is closed for some time because of the content
back in early PHP time the only alternative was... Perl.
"would you pick that over PHP?"
@steady sail let's not use that word in a derogatory manner.
suggestion: check if the company offers bug bounty before doing bug hunting for them
sure
same 😂
better than earlier discussion so for now allowed
o.O
yea
I advise against posting this type of software here. there are other servers where this is more appropriate.
, since it's closer to easily mal-utilisable library than to research project
go to memory.py 
that was an example
using aob scan
and writting memory
and reading

question = 'can i get a perms pleasae?'
print(question)
!stream 1293609724180299779
✅ @steady sail can now stream until <t:1733701655:f>.
@lethal shell ?
ah, no, I was making a joke about Sweden being to the east of Russia
@faint raven what do you want to share?
!stream 266030641382948865
✅ @faint raven can now stream until <t:1733701774:f>.
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
missing comma in the output
Oracle is going to copyright claim you
nuitka?
oh. where?
you know brainfuck?
Oracle's version: Hello World!
correct version: Hello, World!
(this is a joke specifically to mention Oracle being bad at grammar)
@west lion it consumes the iterator, thus waiting for completion of all tasks
!e
def generator():
for i in range(5):
print(i)
yield
generator()
:warning: Your 3.12 eval job has completed with return code 0.
[No output]
^ no loop
i get it now
!e
def generator():
for i in range(5):
print(i)
yield
for _ in generator(): pass
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 0
002 | 1
003 | 2
004 | 3
005 | 4
^ with a loop
cannot see the text on it.
yo what's the code @faint raven
😂
!unstream 266030641382948865 afk
❌ This member doesn't have video permissions to remove!
@faint raven's stream has been suspended!
asyncio is good for coordinating thread pool tasks, even if you don't use any asynchronous networking
Linknest.cc. Contribute to smr-yogesh/Linknest.cc development by creating an account on GitHub.
.* won't work afaik
from routes. (
)
sorting is somewhat off
from datetime import datetime
from flask import render_template
from routes import app
from routes.admin import admin_B
from routes.posts import posts_B
from routes.short import short
from routes.user import B_user
from routes.validator import validator
import os
import re
from flask import Flask
from utils.db import db
standard, installed, local
using GPT to mask code as GPT-written is some new level of AI usage
"seeing so much things I don't like... but then realising... it's just Flask itself"
doesn't Flask automatically generate a 500 page?
which you can just customise
idk if it does
FastAPI's DI is great for asserting user capabilities
capabilities in security sense
user: Annotated[User, Depends(get_admin)]
to achieve the same, quite many (including non-HTTP) frameworks use decorators instead
Hey!
try hack me https://pranx.com/hacker/
@steady sail the big issue is how the browser limits many requests
it won't just overload the server, it will queue up on the IO wait
5000 people maybe, yes
yeah, on minimal deployment, can be around 50
user stopped typing -> wait -> request
yes
... and "minimal permissions" is how you get Google Play requiring a writing app to have read-only access to Google Drive
its a linux script
we can play a codingame https://www.codingame.com/clashofcode/clash/3951852a7c45b5dc10387c9044ce118211a2b04
don't sha256 the passwords if they're not guaranteed to be random and secure, do proper hashing
join if you want
@burnt pollen just type in sudo apt install cmatrix
so its not python? or am i blind
@midnight agate
it's not good, but it's not the best
I'm stealing that phrasing
(leaving the stream so I don't get spoilers/so I don't cheat)
@burnt polleni was ssh into my raspberry pi
ah ok thank u
okay back to observing
@lethal shell
the words cannot describe how wrong the problem text is
Storyline:
You work in NASA, and must check if the rocket will reach Mars
The Problem:
You must create a program to calculate if rocket will reach Mars
Criterion of a Failing rocket:
- If velocity multiplied by the time is less than distance to Mars
- If fuel multiplied by the fuel consumption is less than distance
Notes:
If there is less time, print 'Failure, Not enough time'
If there is less fuel, print 'Failure, Not enough fuel'
If both only print 'Failure, Not enough time'
If rocket is successful, print 'Welcome to Mars'
time will be in hours
fuel will be in liters
fuel_consumption will be in distance per 1 liter of fuel
distance will be in kilometers
if (velocity * time < distance):
print('Failure, Not enough time')
@lethal shell prewritten
@lethal shell first rule to solving this problem: shut down the brain
if your brain is functioning you can't read "fuel multiplied by the fuel consumption" and be okay with it
v * t < S
you're starting understand why I said that, right?
time = int(input())
fuel = int(input())
fuel_consumption = int(input())
distance = int(input())
velocity = int(input())
distance_by_time = velocity * time
distance_by_fuel = fuel * fuel_consumption
if distance_by_time > distance:
print("Failure, Not enough time")
elif distance_by_fuel > distance:
print("Failure, Not enough fuel")
else:
print("Welcome to Mars")
how is it even hitting 75%?
compare to mine (on the site) and just see what's different
(v * t < S)||(Fc*F<S)
I see people really don't like writing by spec
well even in my case it took 2 whole minutes
A contribution by Ayza
Approved by EricMoret,PhykinandHAMZAOS
Goal
You are creating an application with user interface, after making the buttons you have to check if the user's mouse is colliding with the button (If there is a button) given the coordinates of both the mouse and the button, and the width and height of the button.
Note that the button starts at x and spans for width, and includes both x and x+width as part of the button. Same goes for the height. So, for x = 5 and width = 10, the button would meet its edge at x = 15, which would still count as a collision point as would x = 0.
Input
Lines 1-2 : Integers x and y containing the button coordinates
Lines 3-4 : Integers width and height of the button
Lines 5-6 : Integers mouseX and mouseY containing the mouse's coordinates
Output
Line 1: A string true if the mouse is colliding with the button, No button if x,y,width,height are all zero, otherwise false
Constraints
Coordinates start from the top left corner (so 0,0 would be the top left corner)
Example
This one seems pretty not bad
I wrote the same code I had and it worked
tf
okay I guess a typo somewhere
on first try of running tests
x = int(input())
y = int(input())
width = int(input())
height = int(input())
mouseX = int(input())
mouseY = int(input())
if x == 0 and y == 0 and width == 0 and height == 0:
print("No button")
elif x <= mouseX <= x + width and y <= mouseY <= y + height:
print("true")
else:
print("false")
if Xm => x && Ym=>y || Xm <= x+width && Ym y+height
I mistyped something in the second condition
give a man a fish and you feed him for a day
we're here to teach, not give
now I don't even know what
the man didnt even read the prompt he didnt have a sea
so we should not be giving the answer, that helps no one
What site is that @vocal basin ?
codingame?
oops, printed instead returned of returned printed
tthen i printed "answer" not realizing it was there
which one?
methings you won
penultimate one is closed (I think) but codingame can't handle it
x, y = map(int, input().split())
@steady sail I need to leave (and Chris left too), so no mod to watch over the stream
you have to read the edges and turns them to a matrix
hahahah
j'ai pris une baguette
arno
mama mia
mia mama
frapotchino
capotchino😆
nor xor
may god bless you nitee
This sounds like foreplay if you just blure the words.
^
@lethal shell
Mean = sum of elements/number of elements
In statistics, the standard deviation is a measure of the amount of variation of the values of a variable about its mean. A low standard deviation indicates that the values tend to be close to the mean (also called the expected value) of the set, while a high standard deviation indicates that the values are spread out over a wider range. The sta...
@kind pond 👋
!u
You are not allowed to use that command here. Please use the #bot-commands channel instead.
The idea is, engage with people via text. Then you can talk. 🙂
How 💔
Like you did just then.
How long should I keep texting
@sharp flare 👋
hi
coding chess AI for around 7 hrs i am going crazy
Some one share screen or something
and lets see some proejcts
Well it's kinda off topic, but I wanna watch a movie while sleeping and idk what movie I should watch, could you recommend some plz
Imitation game
When was it released
2014
Is good
I want something new, If I watched an Old movie I'll genuinely get depressed 😞
I want something romantic
it's not black and white or something lmao
Yeah I get it, but probably I have some mental issues
I get it, but I got some issues trust me 😭
I want something released this year or last year, because if I watched an Old movie I'll cry 😢
Oh sorry
I'm not that active here
I use gpt everyday
That’s such a cool idea! If you wanted to “watch” a movie while sleeping, it would mean bypassing your eyes and ears and sending the visuals and sounds directly to your brain. The process would involve understanding how your brain processes movies by mapping the parts responsible for sight and sound using tools like fMRI or EEG. Then, the movie’s video and audio would need to be converted into electrical signals your brain can interpret, which could be delivered through something like a neural headset or electrodes.
The tricky part would be syncing everything perfectly so the visuals and sounds feel natural, and the system might need some fine-tuning to make it work seamlessly. It’s definitely sci-fi territory for now, but for a movie that fits the vibe, I’d recommend Inception or The Matrix. Both are all about dreams and alternate realities—perfect for that “watching while sleeping” idea!
@somber heath let the skids use gpt to code and watch them get no where
everything everywhere all at once? only 2022 and it's amazing (and sorta romantic? more family drama)
Its funny when its a 1 line bug that they dont understand how it woorks
Well I use it everyday tbh and It has helped me several TIMES throughout my learning journey, but I totally understand where you come from.
how do you use it?
@somber heath I trust it to a degree
@lethal shell depends where you get the information from the internet
Well for example when I have a quiz on Data structures and algorithms and I want a brief explanation on linked lists for example, I might ask GPT for a revision session
They got there information from colledge level information and human trained and reviewed
Guys I wanna talk with y'all, I HATE TYPING
same
I am getting a decent ammount of messages but still, i dont think they
read our messages...
I've been reading.
ok
I see you.
sorry
Well I get your point, but if you have a strong foundation in coding you it'll help you, but if you are a total beginner, then Chatgpt isn't for you.
erm ig but I think me + chatgpt = smartest person in the world
stack overflow
I don't like stack Overflow, and I hope I don't get banned for that XD
its ok we all start somewhere
I feel like its all the people that dont like chatgpt are the people that dont use it
Exactly
I take code and rewrite it myself
me but i accidentally write something that i didnt know already existed
@lethal shell GET OUT
Also it helps you well with debugging, instead of moving my eyes on each line, the error could be identified within seconds by the help of Mr chat
alright...
Leet code is the best
I use WinDBG
codewars
And I hate looking at it
@whole bear 👋
Well I believe that calculus should get cancelled
what was some of the math that was on the test
Calculus gotta be illegal
calc is diabolical in physcis
Calc is worse than a breakup
diffrential variables...
Why should I learn differentian and integration ffs
me in math class: μ
That's a devil's stick
@lethal shell I can fix your ADHD
Well ADHD is the most mis ( I forgot the word ) condition in the world
Summation
@steady sail
LOL
that's Haram
Addition?
Yeah
Bruv
@lethal shell how old?
Addition but more.
I'm just an idiot nvm bro
What, specifically?
@lethal shell Age?
She is 80
I'm just bullshitting bro
*180
Best way to explain is with the top of the E symbol is
{Add up to this value}
E {What to sum}
{n = 2}
So if
5
E {N}
n =2
Then you would have 2+3+4+5 = 14.
I listen to Flawless when I code, because I code flawlessly, yall should try it
Bro is not getting play its hilarious
Nah i don't listen to music while working
Distracting
i have it on low volume
I can't listen to music, I'll get distracted and start dancing like each time
i heard you lil bro
Same here it's 5:30 am here
thats when your in the zone tho
me in flow state is when I cant sit down and just type 300 wpm
Wow 300 wpm, that's crazy
Whats the logic behind offline channel naming?
Is it random?
It sounds like I'm the only person who've never been on dating apps
120?
Wtf bro
Damn you scared me
Not you , you seem peaceful buddy
I happy that your happy to be her child
720 ?????
What
A fucking elephant
Tiny elephant 🐘
I'm 83 kg
At least she's honest
I'm a bully ngl
Oh are there any meat beat servers ? Asking for a friend btw
I wanna talk
But they won't let me
The matrix is against me
You both sound like your doing stuff
Good to know
It's 5:38 am I ain't walking nobody up
50 isn't that different from 41
They're the same generation man
Healthy food is better
Don't be racist
It's not because he's Indian
I love indians
He is
He issssßsssssssss
Not a scammer
I know him
Ja ich spreche Deutsch
ابن اللبوة ما طلعش أسد، هرب هو وعيلته على روسيا كلاجئ، لكن إخواتنا السوريين رجعوا أرضهم بعد تهجير وقتل دام ١٤ سنة
Eszett
What is it about
Bruv
Hahahahahah
Stop it bro 😭😭😭😭😭
😂😂😂😂😂
It's about a new 9/11
Lol
Well If you need the original translation I don't mind translating
I want vodka
What are you doing lol
Tutoring or torturing?
HahahahahahHa
Vadka
Torturing
I'm dead lol
Just cut it off
Not really
I have my vape
But I don't really use it
Yes
Violence is what I believe in
He means that he accidentally sent you 30k to your bank account by mistake
Just kidding
But why did you buy an expensive microphone ?
Same
I am an adult worker
You sound like a serial
Killer
Not a pornstar
Daddyyyyyy
😂😂😂😂😂
Mmmmm I gotta make my Arabic proffeconecies get real asap
Bruv
Where is this laugh coming out from
That's a rooster laughing over there
😂😂😂😂😂
Who doesn't like boobs, even babies do
😂😂😂😂😂😂😂😂😂
Good to know
Cut them off and buy new balls, with the boobs together, you'll get a good discount
Dude that's gross fr
Bdsm is the best
Her 50 years old bf would do it with you
He gotta revenge her
Guys whoever gonna read this chat later would think who the fuck this m7 weirdo is
Nah you'll both see who could handle the larger dildo
This Finally was too personal
Alr gn
Mmmm you seem too excited for the strap
Invite me as well ( I'll add my friend )
Just add my friend
Ewwwwww
Don't invite
Wtf
That's disgusting
Wtf
WTF
FBI gotta get you
Shut upppppp
Go to sleep
How long would I remain silent
Well lemme teach you something lil bro
If there's a hole , there's a goal
Damn
😂😂😂😂😂😂
You like this advice don't you
Dude honestly I don't like remaining silent
Wdym
I can't
Open my mic
I wonder why
I've been here since 2013
Wdym man
That's a long time ago
Exactly
Nah in this server
But I've been in discord since 2006
Yeah but Trump cancelled my account
Exit the voice chat then rejoin.
Ofc I am lmao
It takes joining with the role to be able to speak.
Thanks mate
@somber heath ```py
love = 'code'
print("do you love {love}")
Love is too strong of a word for it.
its more important than food, its more important than drinking water! i tell you what :3
https://www.youtube.com/watch?v=gSKTfG1GXYQ @scarlet dust
Charlie Marsh is the founder of Astral, which develops uv, a next-generation Python package manager written in Rust. In this talk, Charlie details the unique challenges of the Python packaging ecosystem and how he made uv so fast: allocators, concurrency, zero-copy tricks, and more.
You can find the transcript for this video and other Tech Talk...
!voice @whole bear
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
How to Call a C Function in Python - Calling C functions in Python can greatly enhance the capabilities of your programs by incorporating functionality from C libraries. Python, known for its simplicity and versatility, offers various methods to seamlessly integrate C code, resulting in improved performance and access to low−level sy
@robust lichen
cdef extern from "./myheader.h":
int my_function(int a, int b)
def call_c_function(int a, int b):
return my_function(a, b)
myheader.h
int my_function(int a, int b) {
return a + b;
}
unsigned long
use std::ffi::c_long;
let mut x = 10;
x = x as c_ulong;
https://github.com/Muhaiminul-MCC
My GITHUB account 😊
@sterile bluff 👋
:exit:
@steep pewter 👋

Hii
CELEBRATING ONE BILLION VIEWS!! REMASTERED IN HD!
Listen to the Best Of 4 Non Blondes here: http://playlists.udiscovermusic.com/p...
Stream more from 4 Non Blondes: https://4NonBlondes.lnk.to/Essentials
Revisit more 90's music videos: https://www.youtube.com/watch?v=xGytDsqkQY8&list=PLjF50Dlp9iembnFdfoZaqIoYZ0zBm7utR
Watch more remastered vide...
back
Recommendation
@red wing 👋
helloo
In 2100 there will no europe on plante earth
there is no plant named europe
@sage basalt What's up?
hey everyone
pytest. And whether it's safe for prod, that's depending on how it's being distributed
when my AI has internet access to verify info
@rugged root look at dm when you can
@green fable hi
jQuerry
have anyone of you used lemon squeezy API ?
!paste
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 Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
Can't say I've heard of it
What is it?
@green fable Are you talking to us or are you talking to someone in the background?
better than ChatGPT https://chat.deepseek.com
sorry it's background
All good. If you know that you'll have background noise, please mute or use push to talk
never do that again, unless you want to
It happens, though
it's a payment gateway API (like stripe)
done bro
I'll have to look into that API
creating a checkout page is overwhelming
have you found a way to test the code base?
I'm trying to take care of a work thing
y
And you aren't specifically saying what you mean by test
Because I need to make sure my wife and I have insurance
ew, adulting
this thing is a mess
it's cute
@rugged tundra You know about health insurance stuff, right? Or at least the basics. The difference between HSA and PPO, right?
Yes
And more expensive
Nope
Not in this case
Like at all
I've always gotten the PPO because it's better if you have regular meds and appointments
Or it’s highly restrictive
That's possible
Max out of pocket is higher, but the deductible and premium are both lower
Remind me, max out of pocket is max you have to pay per appointment or procedure? And deductible is max you'd have to pay over the course of your insurance period?
Health Insurance is generally cheap and pays nothing
Yeah
I get those two mixed up all the friggin' time
HSA, money put into account before taxes for future spendings to cover things like deductible etc. A way to save taxes on expected future spendings.
First is my old PPO through Anthem, second is PPO through United Health Care, third is HSA through UHC
Deductible, the amount you will pay before insurance pays anything
Max out of pocket, the amount total you will pay period for that year
between deductible and max out of pocket, they will pay X% of the bill, generally 80 but not always
Or meds
For those who have more health services, they should probably get a lower deductible
I get the largest deductible because I only want a safety net.
When I am older and have more health services or planning to have a new born, I will get a lower deductible.
But it's the fact that the premium is also lower that was throwing me
the less you get bothered, the easier for the head 😄
yeah that's true
i guess we can see that in some people doing the same thing in thier job for very long years
I think its just,
a good saying for both the slander, and choosing your battles for stress 😄
@lethal shell i can't speak
i need to send 50 messages
🤣
yeah
omg
yeaaaaah
please
im still stuck
in the beggining
I start learning then i get sick or whatever
then i get back to point 0
@lethal shell
what are you looking for
maybe i can help
4 messages left
finaly
by sending !user in bot commands
50
https://www.youtube.com/@HealthyGamerGG @south loom this has practiced a lot of eastern tradition stuff and he has a medical degree in psychology, there might be some inspiration to draw from him, just look at it responsibly
Content, coaching, and community from Dr. K's brain into yours.
https://healthygamer.gg/
@bleak smelt you need to send 50 messages
Learn2hack! hacking labs tips etc. Chat & study with me. Cisco Ethical Hacker course
I'm back
welcome
I got tired of the gym
why ?
I went like 4 times a week for a year and didn't improve
I think you have been doing something needs
@rugged root there's a way to allow my mic? I'll have to wait 3 days to talk on the server
did you send 50 messages
not yet, but the bot said I need at least 3 days on the server to be able to speak
sure, I got it
We had an issue with what I call hit and run trolls. People who join the server, join voice chat, scream at the top of their lungs and then leave. This was happening a dozen or more times a day
So I know it sucks, but it's for a good reason
yeah I understand it, but I'm here trying to talk with them but I can't, if I was a troller just to scream on the call I wouldn't be here trying to talk for so long


