#voice-chat-text-0
1 messages ยท Page 558 of 1
of Python?
Yeah In loops
the thing is dat i can't get the file
they only hve xz compressed from tarball
ai n ml
the thing is dat libraries like mediapipe, tensorflow don't support the latest one
ikr
it does?
I only use win too
ELIZA is an early natural language processing computer program developed from 1964 to 1967 at MIT by Joseph Weizenbaum. Created to explore communication between humans and machines, ELIZA simulated conversation by using a pattern matching and substitution methodology that gave users an illusion of understanding on the part of the program, but ha...
use docker+.venv and but into requirement.txt file the versions you need to use
oh aight
Hello
btw how do i get access to mic
AI is good as long as it is free
but as any other IT solution it won't be free for long time!
I heard Data Engineer would be in high demand!!
I'm a third year data eng. student
Good for you!
You heard right
You choose a right career path!
I choose data analyst what you think it will grow ?
I have no Idea
Okay
You are asking wrong person most likely!
And based on your profile you are 16 yo so you don't have to worry about specialisation
I have to
Have a good sleep Milien
You seem tired??
@somber heath Hello, I hope you are doing well?
It seem you would like to be silent..
Hi guys
So the exercise I gotta do is:
- Write a function
draw_squarethat takes a number and draws a square with a side length of that number, as shown below (side 4):
What I've got is:
What should I try? Don't tell me how to do it, instead tell me what's wrong, please.
def dibuja_cuadrado(numero):
for n in range(1, 100):
hastag = n * "#"
print(hastag)
dibuja_cuadrado(1)```
I'm not gonna get my ass kicked to save someone else from an ass kicking.
I have a family that relies on me
They shoulda not gotten themselves in a sitaution where they were getting hteir ass kicked.
It sucks for them
but I'm not gonna make it suck for me
I feel bad for em, but I'm not gonna risk my own wellbeing
against gangsters? I don't fight, not trying to get shot, I'm unarmed.
I'm not a fucking idiot.
No death wish here.
Life isn't a movie.
That the society I live in is shit
not that i'm responsible
That's what's in my head, that the society I live in sucks
not that I failed anyone
I don't control the world
I can't fix everything, shit I can't even fix the problems in my own life
Therefore
I do not feel responsible for the world
or the actions of all the ohters
Then train up
save the day
flash? lol
The thing that died over a decade ago?
"getting bad"
it was alwasy bad
at coding
You just didn't count the fingers on the hnads
uv python install 3.10.12
uv does project python installs too?
can also do uv run --python=3.10.12 python
magic book with spells
Oh so you're coding at the same time as designing?
Dayum
lol
@main comet N-body problem ?
It is often helpful to lead with a description of the problem at hand.
oh
I just downloaded google antigravity
It started working good for 3-5 hours after that i got some issues From WSL i dont have much idea about it i reserched
then i reinstalled The whole software and got these issues
i mean its publisher is GoogleLLC
is it safe to use i need it for my current project its in between but unable to do as it stucks here
I know nothing significant. Exercise caution.
Oh thanks i will take care of caution
https://antigravity.google/ If you got it from here, it's from Google
if you trust them, then go ahead and let them through
If you don't trust them, don't download, install, then run their software, lol.
If you got it through another source, I'd be wary.
I've never heard of this but now I'm about to install it, lol
4 BODY PROBLEMS!
YES!
IEEE-754 128bit floating point precision! (made it myself) >:3
I trust them a lot
On the same phase i dont know its not working agent is getting loading from last 6 hours straight
So , I now uninstalled it properly and made myself think that it is new in market so let it take time maybe there are some problems
The one image says WSL must be updated, did you update it?
yeah i did it but that trojan attack warning from 360 didnt resolved
even after i reinstalled Whole software-5 times
Resonant Numerical Divergence alert!
G = FP128.from_float64(6.67430e-11)
DT = FP128.from_float64(0.49999)
HALF = FP128.from_float64(0.5)
ONE = FP128.from_float64(1.0)
IM FUCKED!
MY ENTIRE IEEE-754 LIB IS BROKEN!
IT WORKS BUT MY MANTISSA SHIFTING IS COOKED!
and my clz is reclusive :(
OMG, MY GCC IS FROM 2005!
i was cooking maths with mingw from 2005 or some shiz!
ok, now thats nsfw, dont let your kids watch this stuff!
this is hot
oh yeah

1 sec
!e
class a:
def __init__(self, name):
self.__name:str = name
d = a("meh")
print(d.__name)```
:x: Your 3.14 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File [35m"/home/main.py"[0m, line [35m6[0m, in [35m<module>[0m
003 | print([1;31md.__name[0m)
004 | [1;31m^^^^^^^^[0m
005 | [1;35mAttributeError[0m: [35m'a' object has no attribute '__name'. Did you mean: '_a__name'?[0m
lol
class Redoc:
def add_category(self,
category_name: str,
*,
at: str | None = None,
iscategory = True
)-> None:
pass
!e
class Redoc:
type DictVar = dict[str, DictVar | list[str]]
def __init__(self, name: str | None = None) -> None:
self.name = name or ""
self.dict : Redoc.DictVar = {}
self.category_dir : dict[str, str] = {}
def remove_subcategory(self, category_name: str):
pass
def add_category(self,
category_name: str,
*,
at: str | None = None,
iscategory = True
)-> None:
if category_name in self.category_dir:
raise KeyError("the key already added")
name_space:list[str] = at.split(".") if isinstance(at, str) else [""]
current_space:Redoc.DictVar | list[str] = self.dict
if category_name.strip == "":
raise ValueError("category_name cant be empty or just white space")
if len(name_space) == 0:
current_space[category_name] = {}
return
# traverse
for key in name_space:
if key in current_space:
current_val = current_space[key]
if isinstance(current_val, list):
raise KeyError(f"the field '{key}' is already occupied by a command name")
current_space = current_val
if iscategory:
self.category_dir[category_name] = at or ""
if __name__ == "__main__":
instance = Redoc("test")
instance.add_category("while at playing")
instance.add_category("playing", at="while at playing") # while at playing.playing
print(instance.dict)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
{}
sob
look @wise loom
!e
class Redoc:
type DictVar = dict[str, DictVar | list[str]]
def __init__(self, name: str | None = None) -> None:
self.name = name or ""
self.dict : Redoc.DictVar = {}
self.category_dir : dict[str, str] = {}
def remove_subcategory(self, category_name: str):
pass
def add_category(self,
category_name: str,
*,
at: str | None = None,
iscategory = False
)-> None:
if category_name in self.category_dir:
raise KeyError("the key already added")
name_space:list[str] = at.split(".") if isinstance(at, str) else [""]
current_space:Redoc.DictVar | list[str] = self.dict
if category_name.strip == "":
raise ValueError("category_name cant be empty or just white space")
if len(name_space) == 0:
current_space[category_name] = {}
return
# traverse
for key in name_space:
if key in current_space:
current_val = current_space[key]
if isinstance(current_val, list):
raise KeyError(f"the field '{key}' is already occupied by a command name")
current_space = current_val
if iscategory:
self.category_dir[category_name] = at or ""
if __name__ == "__main__":
instance = Redoc("test")
instance.add_category("while at playing")
instance.add_category("playing", at="while at playing") # while at playing.playing
print(instance.dict)
print(instance.category_dir)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | {}
002 | {}
whaaat
@craggy vale https://thorium.rocks/
Chromium fork for Linux, Windows, MacOS, Android, and Raspberry Pi named after radioactive element No. 90.
!e
class Redoc:
type DictVar = dict[str, DictVar | list[str]]
def __init__(self, name: str | None = None) -> None:
self.name = name or ""
self.dict : Redoc.DictVar = {}
self.category_dir : dict[str, str] = {}
def remove_subcategory(self, category_name: str):
pass
def add_category(self,
category_name: str,
*,
at: str | None = None,
iscategory = False
)-> None:
if category_name in self.category_dir:
raise KeyError("the key already added")
name_space:list[str] = at.split(".") if isinstance(at, str) else [""]
current_space:Redoc.DictVar | list[str] = self.dict
if category_name.strip == "":
raise ValueError("category_name cant be empty or just white space")
if len(name_space) == 1:
current_space[category_name] = {}
return
# traverse
for key in name_space:
if key in current_space:
current_val = current_space[key]
if isinstance(current_val, list):
raise KeyError(f"the field '{key}' is already occupied by a command name")
current_space = current_val
if iscategory:
self.category_dir[category_name] = at or ""
if __name__ == "__main__":
instance = Redoc("test")
instance.add_category("while at playing")
instance.add_category("playing", at="while at playing") # while at playing.playing
print(instance.dict)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
{'while at playing': {}, 'playing': {}}
what the....
!e
class Redoc:
type DictVar = dict[str, DictVar | list[str]]
def __init__(self, name: str | None = None) -> None:
self.name = name or ""
self.dict : Redoc.DictVar = {}
self.category_dir : dict[str, str] = {}
def remove_subcategory(self, category_name: str):
pass
def add_category(self,
category_name: str,
*,
at: str | None = None,
iscategory = False
)-> None:
if category_name in self.category_dir:
raise KeyError("the key already added")
name_space:list[str] = at.split(".") if isinstance(at, str) else []
current_space:Redoc.DictVar | list[str] = self.dict
if category_name.strip == "":
raise ValueError("category_name cant be empty or just white space")
if len(name_space) == 0:
current_space[category_name] = {}
return
# traverse
for key in name_space:
if key in current_space:
current_val = current_space[key]
if isinstance(current_val, list):
raise KeyError(f"the field '{key}' is already occupied by a command name")
current_space = current_val
if iscategory:
self.category_dir[category_name] = at or ""
if __name__ == "__main__":
instance = Redoc("test")
instance.add_category("while at playing")
instance.add_category("playing", at="while at playing") # while at playing.playing
print(instance.dict)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
{'while at playing': {}}
what the
!e
class Redoc:
type DictVar = dict[str, DictVar | list[str]]
def __init__(self, name: str | None = None) -> None:
self.name = name or ""
self.dict : Redoc.DictVar = {}
self.category_dir : dict[str, str] = {}
def remove_subcategory(self, category_name: str):
pass
def add_category(self,
category_name: str,
*,
at: str | None = None,
iscategory = False
)-> None:
if category_name in self.category_dir:
raise KeyError("the key already added")
name_space:list[str] = at.split(".") if isinstance(at, str) else []
current_space:Redoc.DictVar | list[str] = self.dict
if category_name.strip == "":
raise ValueError("category_name cant be empty or just white space")
if len(name_space) == 0:
current_space[category_name] = {}
return
# traverse
for key in name_space:
if key in current_space:
current_val = current_space[key]
if isinstance(current_val, list):
raise KeyError(f"the field '{key}' is already occupied by a command name")
current_space = current_val
continue
else:
raise KeyError(f"error while traversing, '{at}' path donst exist")
current_space[category_name] = {}
if iscategory:
self.category_dir[category_name] = at or ""
if __name__ == "__main__":
instance = Redoc("test")
instance.add_category("while at playing")
instance.add_category("playing", at="while at playing") # while at playing.playing
print(instance.dict)
print(instance.category_dir)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | {'while at playing': {'playing': {}}}
002 | {}
lets gooo
!e
class Redoc:
type DictVar = dict[str, DictVar | list[str]]
def __init__(self, name: str | None = None) -> None:
self.name = name or ""
self.dict : Redoc.DictVar = {}
self.category_dir : dict[str, str] = {}
def remove_subcategory(self, category_name: str):
pass
def add_category(self,
category_name: str,
*,
at: str | None = None,
iscategory = False
)-> None:
if category_name in self.category_dir:
raise KeyError("the key already added")
name_space:list[str] = at.split(".") if isinstance(at, str) else []
current_space:Redoc.DictVar | list[str] = self.dict
if category_name.strip == "":
raise ValueError("category_name cant be empty or just white space")
if len(name_space) == 0:
current_space[category_name] = {}
return
# traverse
for key in name_space:
if key in current_space:
current_val = current_space[key]
if isinstance(current_val, list):
raise KeyError(f"the field '{key}' is already occupied by a command name")
current_space = current_val
continue
else:
raise KeyError(f"error while traversing, '{at}' path donst exist")
current_space[category_name] = {}
if iscategory:
self.category_dir[category_name] = at or ""
if __name__ == "__main__":
instance = Redoc("test")
instance.add_category("while at playing")
instance.add_category("playing", at="while at playing", iscategory=True) # while at playing.playing
print(instance.dict)
print(instance.category_dir)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | {'while at playing': {'playing': {}}}
002 | {'playing': 'while at playing'}
lets gooo
I see, so equity
he will "managing all stuffs" and pay in equity
a classic startup..
๐
You should get a GPU that still supports vulkan 1.1
!e
print("asdasd".split("."))
:white_check_mark: Your 3.14 eval job has completed with return code 0.
['asdasd']
tux ._.
im also making a open source project
what project?
Cool! Reminds me of logic world
@jaunty brook
dpkg install python
isn't pkg the package manager for termux ?
apt install python
๐ด 13 Things to Do After Installing Termux! ๐ด
Maximize your Termux experience with these essential tips and tricks. Follow these steps to unlock the full potential of Termux on your Android device!
๐ Timestamps:
00:00 - Introduction
00:21 - Step 1: Update Packages
00:41 - Step 2: Setup Storage
00:56 - Step 3: Install Termux Packages
01:...
@jaunty brook
nano ._.
@paper wolf full model?
I will check
vivo y11
i alr showed you this model before
my two cents. once every 6 months check the following links and IF your device is supported then you may try to resurrect it.
otherwise there is no clear path forward.
https://devices.ubuntu-touch.io/
https://wiki.postmarketos.org/wiki/Devices
https://grapheneos.org/faq#supported-devices
https://wiki.lineageos.org/devices/
Termux gave me glasses ๐
on ur pfp, you almost squinting so you wearing glasses ig its obvious
What if we refuse?
.
lol
still xfce huh
can u said @midnight agate what u js asking
int d = 32;
int* d_ref = &d;
std::cout << d_ref << std::endl;
*d_ref = 16;
std::cout << d_ref << std::endl;
a pointer is a variable that can hold memory address and it like where the pointer lives in memory
yeah that's what I'm trying to saying
char** d = {"bruh", "meh"};
but if your on c++ just use
std::vector<std::string>;
or std::string_view if you want it to be more memory efficient
homer: ghime
tuxedo cat are the best
steal code from github and use it to train a LLM to replace people who write the code on github
having the OS or Filesystem abstraction not be able to read files would be fine and abstractable. but it might not be optimal depending on the hard drive tech/network locality argument.
There are very few useful document/file-search applications out there.
I'll list my two picks for this:
https://www.recoll.org/usermanual/recoll_user_manual.pdf (Windows, Linux)
https://play.google.com/store/apps/details?id=com.pocketsearchengine.app (Android)
if you have a network file system (a filesystem with folders spread across several computers) and you wanted to use grep. then you would want grep run on each cpu in the network in order to find text in a file.
@wise loom is there a builtin function to format the dict to be printed much cleaner?
which dict
file size is a 64 bit int comparison and the size on 1 billion files is easily compared. (1 billion 64 bit comparisons) but files have multiple characters per file name. e.g. "this file name is 35 characters.txt" and therefore the name comparison is slower.
d = {"a": ord("a"),"b":ord("b")}
i would nlike if this will be printed like json
yes, check pprint
hmmmm
Your argument was fine.
import json
json.dumps({"a": ord("a"),"b":ord("b")}, indent=4)
print the output of ^
I'm stuck with the idea about how would you ever tell the filesystem how big the file is? Why would you ever do that? Does this use case come up often? Does this feature need to be built into filesystems? (thinking of a quote involving "scientists ... wondering if they should")
from
{'Playing': {'playing': {'s': {}}}, 'while at playing': {'playing': {}}}
{'playing': 'while at playing'}
to
{ 'Playing': { 'playing': { 's': { }}},
'while at playing': { 'playing': { }}}
{'playing': 'while at playing'}
still sucks
that's not json.
that's 2 objects
json starts with 1 dictionary or 1 list.
I'm not sure about the other cases where it could be the sub variables as a json object...
Dude I saw the video it's takes too much internet to download all packages and I only have 1:50 gb data that I use whole day ):
a = [{'Playing': {'playing': {'s': {}}}, 'while at playing': {'playing': {}}},
{'playing': 'while at playing'}]
json.dump(a, indent=4)
we have 64 bit filesystems. anything over that is unindexable by our modern day systems.
my point is that this is an algorithmic cs discussion, not a computer engineering discussion
so you can't assume bounds
We should constrain ourselves to problems we will have in our lifetime.
There are other people in this that are learning how to approach the problem.
@clever ravine ๐
@lean jacinth Screen sharing permissions are something you need to ask a moderator for when they're already in the voice chat..
Low is everyone doing?
ok
I'm going to need to concentrate more on a project for a while. BBL
Really cool. I also made a sim like that once.
@vocal basin
use std::collections::HashSet;
use std::hash::Hash;
struct UniqueIterator<'a, T, I>
where
I: Iterator<Item = &'a T>,
T: 'a + Eq + Hash + ?Sized,
{
iter: I,
seen: HashSet<&'a T>,
}
impl<'a, T, I> Iterator for UniqueIterator<'a, T, I>
where
I: Iterator<Item = &'a T>,
T: 'a + Eq + Hash + ?Sized,
{
type Item = I::Item;
fn next(&mut self) -> Option<Self::Item> {
for item in self.iter.by_ref() {
if self.seen.insert(item) {
return Some(item);
}
}
None
}
}
trait IteratorExt<'a, T: 'a + ?Sized>: Iterator<Item = &'a T> + Sized {
fn unique(self) -> UniqueIterator<'a, T, Self>
where
T: Eq + Hash,
{
UniqueIterator {
iter: self,
seen: HashSet::new(),
}
}
}
impl<'a, T, I> IteratorExt<'a, T> for I
where
I: Iterator<Item = &'a T>,
T: 'a + Eq + Hash + ?Sized,
{
}
@peak depot Domo Arigato.
@dreamy robin ๐
Hello
I see
Haven't been here for 3 days yet
DMs?
I understand
No personal business just wondering whether someone can help me with python practice
Well, it's kinda of hard to say, as in my school IT isn't... how to put it... it's not the most thought-out curriculum
I'm sort of just playing around with variables, functions and operators
I understand how it works dw
I don't want to bother you
Okay
Can I send you my folder?
Or some code I wrote
!code
I don't want to send to the voice chat text channel, only to you if possible?
So it's okay to send code directly here?
Okay, final question, shall I send the .py file, or paste the code as pure text?
import math
a=5
b=10
y=math.asin(a/b)
math.sin(y)==(a/b)
print(y)
I was trying to make a simple sine function
!e ```py
import math
a = 5
b = 10
y = math.asin(a / b)
math.sin(y) == (a / b)
print(y)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
0.5235987755982989
But the output on the console is different than the output of the function with the same input on a calculator
I won't be here long btw but you seem very calm, intelligent, and perhaps confident
!e ```py
import math
a = 5
b = 10
y = math.asin(a / b)
print(math.sin(y) == (a / b))
print(y)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | True
002 | 0.5235987755982989
... == a / b
sin(5/10) on calculator does not equal the output of the code for some reason
It's not even close
On the calculator it's 0.0087265...
Unfortunately I gotta go
!e py import numpy as np from matplotlib import pyplot as plt ts = np.linspace(0, np.pi * 2, 100) arr = np.sin(ts) plt.plot(arr) plt.savefig("out.jpg")
:white_check_mark: Your 3.14 eval job has completed with return code 0.
@whole bear #media-processing message
they are actually very beautiful!
๐ @hoary sable
@hoary sable
@whole bear do you live in India?
HUMP DAY!
That's why I had to share it.
That's a tough sell
NK as a Mexican
That's been happening
An Arizona woman was sentenced today to 102 months in prison for her role in a fraudulent scheme that assisted North Korean Information Technology (IT) workers posing as U.S. citizens and residents with obtaining remote IT positions at more than 300 U.S. companies. The scheme generated more than $17 million in illicit revenue for Chapman and for...
It's acommon thing, they want them dollars
Some of them will have servers set up in thier home (the americans helping the NK workers)
so the IP comes from inside, but they're just tunnelling across the house
Some do it for sabotage, others do it for the check
The money generally goes back to the regime
Unfortunately the workers are paying the regime to continue the suffering
I don't imagine those in the Democratic People's Republic of Korea have much choice
Those democratic people's republics, you know
America hates the poors
We worship the rich
So if you're rich, come to America
if you're poor, hahaha, it sucks
Morning
not entirely sure about using references here, arbitrary Copy type should be good enough
Can I ask somebody to look at what I made and tell me if it's okay
and, to some extent, still can be rewritten with .find
I'm sorry but I got notification of someone in the voice call that has clipping / live streaming
iirc it accepts FnMut
Please avoid recording call
I know how you feel @peak depot but I think these people just live in an other reality
Was someone doing that?
Ig yes
Got notify someone was clipping in voice call
Yeah I got that notification too in some servers and even asked what's up and was told "Don't worry, it's a Discord bug"
But I don't believe it was a bug
I can just pass my audio out through a recordewr
BTW
and you're none the wiser
So don't say shit you don't want recorded ๐
You can disable it
In settings
I am back ๐
Indie game developers have a new sales pitch: being โAI freeโ
-- https://www.theverge.com/entertainment/827650/indie-developers-gen-ai-nexon-arc-raiders
i think people know just how bad AI generated content can be
gtg, tc๐.
talked to someone recently who told me they're building an Airbnb rentals optimization product using Base44.
the "you can build everything with no coding" vibe-coding scam is still going, it's still "working".
and then the guy told me "what Base44 generated is garbage, and I have to now switch between 3 different editors, the IDE, the browser, Base44, to fix the code".
btw, I get Base44 ads 24/7 on youtube, like all the time. it's just incredible how much money they're burning on marketing.
.wa s 39 f to c
3.889 ยฐC (degrees Celsius)
what a random sequence of symbols
imagine aliens trying to decode that
ffs my dad can't stop talking on the phone
he MIGHT have a meeting rn
well now it's two rooms away but im scared it's still gonna get picked up by the mic
not really scared but you know what i mean
yeah
oh brb dinners ready
@wind raptor I often speak louder than normal even without headphones, but that might be side effect of just not hearing myself frequently enough
I did get used to speaking normal-ish volume when using headphones
kind of just brain stopping to account for external volume at all
Sup peeps
speaking of headphones,
trying the bone-conducting ones for the first time
does sound unusual
I've heard that they aren't very good
but not as unusual as I'd expect
Then stop using headphones ๐ง it's harm you in long time and long usage
"then"?
Just reduce usage
I still don't understand the "then" in that sentence
conducting bone
๐ฅ
Forget then
@wind raptor facebook wisdom
Am I the only who never use Facebook
So
So what?
This is my question
I mean who cares you downloaded or not
It just a question
what could "63%" possibly even mean
Translate:ur wifi is cooked as fuck balls
made-up connection stability number?
is this packet Loss
received dropped dropped dropped received dropped dropped dropped
received dropped dropped dropped received dropped received dropped
received dropped dropped dropped received dropped received dropped
dropped dropped dropped dropped dropped dropped dropped dropped
received dropped received dropped received dropped dropped dropped
received dropped received dropped received dropped dropped dropped
received dropped received dropped received dropped received received
nowadays? They've always been.
Their choice
Are you no longer a kid now, so you notice more?
Lol
or so the media would have us believe
ventrillo/mumble
Yh,am still a kid,but it low-key get to a point,I saw a kids profile spamming 67 and skibidi toilet
I was never big on TS
Huh
Why skibidi toilet is so famous i dont like it
because children
Idk,I don't like it either
Low-key stupid
your hate makes it grow
Pure unfiltered nonsense
I agree, the dumb shit my generation did when I was a kid was the only right way to be a kid
these following generations are doing it all wrong
how dare they have their own slang
They should only do what I thought was cool
influential Russian media
Emoji โ ๏ธ
"From what I've been told" goes on to describe in detail...
As least ur generation had decent memes to laugh,this gen are low-key laughing at numbers๐
maybe has been told in detail ๐ค
"bro"
it's just 2 off from another number, which many adults find funny
yes
๐ฅ
i mean that number has a meaning tho
still qualifies as "laughing at numbers"
69, 420...
WE've been laughing at numbers for ages
i am to much busy bro
Nothing new here
glad they're laughing at numbers and not the misfortune of others
๐ฃ๏ธ
Its either am a hater or I low-key just don't get out generation memes
No one cares
Be nice
Timmy tuff knuckles
I guess I don't say something wrong
"No one cares" is a rude thing to say to someone. Now you know.
๐ญ๐
I can only infer thing based on what I see. Nobody alse knows that you know him, so it just comes off bad in this situation.
Ok my bad soory ):
It's all good ๐
How are you mindful
I like to live in the moment
Brb
That's good I'm trying to
Does Jython have 3.+ support?
I thought that thing is just 2.7 or 2.8
2.7
lol
there is no correct
The main reason to use an ORM Is because you hate yourself
Join all the tables!
gotta get that one item
Are we talking how to wipe?
I liked my Prius, but I can't support a company that wants to overthrow the government
it is becoming hard to buy stuff these days
They donate to traitors
Jan 6th
then there was this shit
Not sure hwy they want ot be involved in US politics
but fuck em
Wearing MAGA shit in Japan
21f is under 0 C
32 = 0
so you're at negative C
11 f is about 5 c
so -5 or -6c?
unless it wasn't 21
.wa 21 f to c
the optimal temp is clearly -40 degrees unspecified
.wa 42 f to c
My socket sets come with both as well
What the hell is a jython
for JVM
Wow
Itโs dead project
Hemlock, the inventor of Python 2.8
Am gonna recreate jython,trustโ๏ธ๐
I was stuck with 3.5 for a long time
Where are accidents
Toll roads suck
this has to be beyond luck
Yea, people try not to crash
๐
if you hate maths, you picked the wrong industry
dude
(especially given how ML was mentioned)
Psh, let the machine do the math for the ML
Just ask gippity
vibe it out
Stop fearing knowledge
it's hard because you don't know it
so learn it, then you know it, and it won't be so hard
google has seemingly gone full "either you give data through signing in or you give data through solving captchas"
well then yandex it is
its crazy to think that something that was like fiction 100 yrs ago is now a browser tab
๐ญ
A little video about C++.
0:00 Introduction
1:39 Casting in C++.
2:47 Keywords
5:31 Types
7:02 Different Ways to Do the Same Thing
7:20 const
8:20 Formatting and Style
9:40 Naming Conventions
14:16 Header Files
20:28 Namespaces
24:50 Compile Times
26:51 Modern C++.
31:53 C/C++.
33:08 C++ Edge Cases
34:53 Compilers and Build Systems
40:35 Instal...
hello
what is grass
guys
pls
whats grass
i already touched grass in my terminal
@lavish gazelle you can just do
temperature += 1
as usual, first statement about &str is already wrong
classic
it's a reference to a string slice not the slice itself
no, they're not fundamental
&T and str separately are, &str is a special case not something fundamental, and String isn't such at all
if u guys wanna protect yourselves from cold, then you can bring my uhd graphics 730 running gta V with you
assembly is cool
it is
Assembly is for readability not performance
i love it
i could marry it
if it was a person
name your daughter Assembly and ill marry her
it's readable
use std::collections::HashSet;
use std::hash::Hash;
struct UniqueIterator<'a, T, I>
where
I: Iterator<Item = &'a T>,
T: 'a + Eq + Hash + ?Sized,
{
iter: I,
seen: HashSet<&'a T>,
}
impl<'a, T, I> Iterator for UniqueIterator<'a, T, I>
where
I: Iterator<Item = &'a T>,
T: 'a + Eq + Hash + ?Sized,
{
type Item = I::Item;
fn next(&mut self) -> Option<Self::Item> {
for item in self.iter.by_ref() {
if self.seen.insert(item) {
return Some(item);
}
}
None
}
}
trait IteratorExt<'a, T: 'a + ?Sized>: Iterator<Item = &'a T> + Sized {
fn unique(self) -> UniqueIterator<'a, T, Self>
where
T: Eq + Hash,
{
UniqueIterator {
iter: self,
seen: HashSet::new(),
}
}
}
impl<'a, T, I> IteratorExt<'a, T> for I
where
I: Iterator<Item = &'a T>,
T: 'a + Eq + Hash + ?Sized,
{
}
@lavish gazelle to be fair, Fortran is a bad language, designed just to prove a point that higher level languages are faster than assembly
try malbolge then
(than manually written assembly)
sadly had to go home from practice because i didnt feel good
; i disagree
REALLY didnt feel good
if you want something that's just portable assembly, then C
C23 introduced 0b syntax for literals
only took half a century
this gets corrected later on the page seems like
then do mma x)
.
i speak c++ srry
cuz its an ir
Who is behind RISC-V ? Who funds it?
it's not C, it's ะก
Cyrillic S
@solar ridge publish John++ then
Ada is named after a specific person
first programmer
i am john++
Ada Lovelace wrote a program to compute Bernoulli numbers
anyone here know D?
Because Babbage asked her to or something like that
this
dtrace's language is called D too
I made a real 8-bit game in the worst esoteric programming language.
Thank you for watching!
This project is available on GitHub: https://github.com/p2r3/bf16
Join our Discord server! https://p2r3.com/discord
All music used is from the Portal 2 OST in this order:
- Robot Waiting Room 6
- There She Is
- Technical Difficulties
- Halls Of Science 4
JITted
it depends
there are actually js compilers
aot compilers*
not only jit
lets make a game in linker script lol
Ada Lovelaceโs Note G program is here ๐ https://people.igalia.com/fwang/lovelace-jsclass-mathml/
before or after the bug fix?
(iirc there was some small mistake in the original published program)
She had a bug too?
no way to run the code => no way to test
Probably after bugfix because they also wrote an emulation of her thing in JS
(back then)
Well Dijkstra would disagree but he was a hardass
Hey guys
I need a well paying programming remote job
you can prob find better sources or info at #career-advice
with ppl who know more about that
aren't sklearn and numpy, like, basics
@lavish gazelle "10x computation time spent" engineer
I'm somewhat starting to dislike the idea of auto-complete itself
"fill in missing parts, deterministically" is nice
really??
I've seen many misdesigned examples of auto-complete
for example, C#/Java IDEs which automatically add getters and setters to properties
!d asyncio.Future.result
result()```
Return the result of the Future.
If the Future is *done* and has a result set by the [`set_result()`](https://docs.python.org/3/library/asyncio-future.html#asyncio.Future.set_result) method, the result value is returned.
If the Future is *done* and has an exception set by the [`set_exception()`](https://docs.python.org/3/library/asyncio-future.html#asyncio.Future.set_exception) method, this method raises the exception...
My value, my value..
panic is better than inconsistent state
if you believe the value must be Ok/Some, then expect or unwrap
you don't need code review for this
use a linter
Cloudflare earlier DoSed themselves with a regex
Just wanted to share this
a=0
for i in range(0,5):
a += 1
b=a*3
print(a)
print(b)
there was some amount of C/C++ long time ago
I didn't see any effects of the latest Cloudflare outage personally
most NPUs aren't CUDA
I have an NPU in my PC but it's useless since I don't have the necessary main GPU for it
I don't use Arch yet
@lavish gazelle mind the audience in the VC
@lavish gazelle https://github.com/rolflobker/recall-for-linux you can get Recall for Linux now!! Why not?
"Activate Linux
Go to Settings to activate Linux." ahh
using namespace std; exists, but it's not recommended to use
#include <cstdio> // printf
#include <iostream> // std::cout
int main() {
printf("Hello, World!\n");
std::cout << "Hello, World" << std::endl;
// both of these are in C++ btw.
return 0;
}
@lavish gazelle
emplace_back would actually be somewhat non-trivial to express in C
just saying
reserve, init, resize
@solar ridge He is a kid with supportive parents
that could be neat actually. i already have an init though. but i'll think about adding the other ones
emplace_back is largely useless in your case since your code assumes you can just memcpy elements around
I only attended the examination and submission
unless you want to save a bit of time on copying
I've watched Anime, but I am not a character designer
I've also watched action movies, but I'm no Michael Bay
Do you watch anime @craggy vale ?
"you clearly don't have the ability to make a metal bar explode when it hits sand"
nope
Watch some anime
easy fix ๐
Also, you can just hire an artist, AAA games hire artists after all
Scratch, he created the universe
Then he made the engine
then the game
https://share.google/W92bpS1pTf9r4c4mR
Free and useless site maybe?
no money im guessing
@craggy vale Does this help?
For free this is all you can get!
Or hit up a search engine, "AI Character Designer"
A kid who made an OS, Browser, worked with low level programming on GPU
Get 45% off to your Anker - https://ankerfast.club/TheQcooler
Please meet almost normal bicycle but with one modification - square wheels! This concept is fully working and you can ride and make turns. Createing and istallation square wheels on bicycle has been one of the most craziest projects we've ever built. Lot's of attention guaranteed ...
why not reinvent the wheel?
@solar ridge I think, he talked about his grade earlier and he scored 93% maybe
27 isn't young
I'm 28 ๐ฎ
๐ญ
On the bright side for the old folks
I started at 25/6
You either get old or dead
"old" is perspective based ahah
We're all "old"
@solar ridge He liked to battle you
x years old
x days old
x seconds old
etc
We all have an age
That is how "old" we are
Peak performance


0?
Pregnant woman?
How old were you when you were born
before you turned 1
your whole first year of life
how many years old?
Yep
the fetus is negative in age
becasue they haven't yet been birthed, so they exist in negative
How can it be negative in age?
t minus 9 months
t minus 8 months
etc
IDK, how are we not born at 9 months old?
helloo @solar ridge uncle
"really old" and "27" in the same sentence btw
@lavish gazelle your mind is corrupted haha
you too one day will be 27 remember that
uncle
Uncle who?
@solar ridge
Why is it so hard to listen to the admin?
Don't call him uncle he is pre historic
๐
okay I'm sorry
I'm js kidding
I wouldn't count them chickens just yet
@lavish gazelle Borje single life is the best life!
single ?
chatting about anything else, win
Self love is best love
my friend vibecoded a website and im hosting it lmao https://tore.spelis.projnull.eu/
I have a gf she helping in my game voice acting ๐
MIT has built agent clones of 151 million americans
-- https://www.youtube.com/watch?v=A0xLaOdwitQ
how beautiful
Good opportunity for a marketing company!
(the firts)
Vite
@lavish gazelle You are the right pronunciation!
๐ญ whoa
why do you want to even build a js aplication today? is react not much better and faster?
what the hell is this brop?
brop?
bro sorry bad spelling
๐ arch
React is built for state management and rendering
For the intended purpose it is by far the best
arch? bro fedora is 1000X better, or go full arch and gl with everything
I'm a debian monk
Normies Void Linux is by far best
I am also a gamer, and steam is so much better on linux than windows
Ha ๐
is that even more basic than arch? like is that just the basics of a os? nothing made yet
Yes
it has nothing, so for sure it's faster
Xbps package manager
I love debian and gentoo
Void
does it use gnome?
You can use gnome
I use xfce with debian gentoo
Just like arch you got completed control
yeah, but not beginner friendly ๐
Not at all
In fact I won't recommend arch users to try
It is more hectic and rare bread
you wouldn't recomend void to arch users?
Nope
is that your yt channel?
Because it is much harder to troubleshoot compared to arch
not my
that wil be dificult
how can I develop a simple tool on fedora or something else?
yeah app or something that use a gui
or is just a pygame or kinter engine enough to show gui?
If it works, it works.
that's fur sure
true
One of the things you hate about Javascript is... a thing that was built in JS?
One of hte things I hate about Python is this crap repo I found online
IT makes me so mad that someone made junk in python
yeah
It makes me mad at Python
I hate that about Python
Other people can use it
MADNESS
I saw some c++ code in fricking C#! AHHHHHH
I couldn't read it HELP
og c++ not the c++ you have now
I'm just shocked someone would say a thing they don't like about a language is a library that has no actual connection to the language, other than that's the language it was writte nin
I hate English because Mein Kampf was translated to English
Setting up a Fedora Workstation for development and systems administration
thx
your greman?
Even if you are a beginner, I would recommend you to use Void
It is a bleeding edge distro but it is worth the pain
@stark oxide
Fedora has some issues
?
It has so many abstraction
Yeah it is good
compared to windows it feels even more polished
Exactly ๐ฏ, I feel the same comparing Void to Fedora
best part is that it doesn't ahve 1000+ preinstalled apps compared to windows
that's the only +
alright thanks man
You'd be surprised but you are missing out so much by not using a bleeding edge distro.
waht am I missing?
I've briefly skimmed through the video presenting this device.
The question asked was: Why would anyone buy such a device?
anyone know about mocap(motion capture) in gaming the real life like animation but I have no good amount of money, trying to thinking to do using ai
Bleeding edge distro are highly customisable and have newest features
nope, idk, search the internet
ok
look at stackoverflow
For example the Arch Linux with the End dot file is the next step for the GUI
will windows every try that?
Fastest package managers like xbpa in Void
cool
you can get a lot of free stuf, but you have to dig deep, real DEEP in the internet to find the best ones for cheap and resource eficient
whats this dance called?
idk ๐
ask chatgpt
AI is good
dance-happy-dance
As long as it is free and time saver
AI has a key problem: Hallucination
Everything else is secondary!
Let's do the Happy Dance! Rachel's feeling grumpy, and we've got the perfect plan to cheer her up. It's not just any dance party; it's a mission to turn frowns upside down ๐ Join us as we wobble, jump, and hop our way through a series of silly and fun dance moves designed to get every little dancer laughing and bouncing along. ๐บ๐ Copy o...
ai is good and bad, bad due that it ALWAYS answers
https://tenor.com/view/terry-reaction-templeos-terry-davis-gif-12527174332552265625 after seeing this video
Refer to the LATEST version of python in your code response.
The worst face reactions/grimaces I've ever seen
So much of discussion just to agree to disagree.
Provide me a manuscript of the most genius spiritual and philosophical compilation of information, which everyone should read because of how amazing it is. Thanks GPT
Gotta head out. Cheers! ๐
night
Why not just read the classic philosophical works. There's plenty.
(NOT my project)
WHAT is this file structure
~/Documents/tore/ ls
๎ฟ __pycache__ ๎ app.py ๏ database.db ๎ Dockerfile ๎ forms.py ๎ฟ instance ๎ models.py ๎ requirements.txt ๏ restart.sh ๎ฟ static ๎ฟ templates
~/Documents/tore/ ls static
๎ฟ static ๎ฟ uploads
~/Documents/tore/ ls static/static
๎ฟ static
~/Documents/tore/ ls static/static/static
๎ฟ css ๏ uploads
~/Documents/tore/ ls static/static/static/css
๎ style.css
this is even worse than mine, I have most of it in one folder
if it gets to big I use way to many folders for structure
~/Documents/tore/ tree static
static
โโโ static
โย ย โโโ static
โย ย โโโ css
โย ย โย ย โโโ style.css
โย ย โโโ uploads
โโโ uploads
โโโ WIN_20230822_11_04_01_Pro.jpg
6 directories, 2 files
this is gettiung worse
it's my classmate's vibecoded project. i agreed to host it lmao
the style is still ass https://tore.spelis.projnull.eu/
it's better, but still bad
https://youtube.com/shorts/S1kjU2K8P0c?si=cHGFJAPyqEzoDIv3
Names in the future be like:
yeah man ๐ญ btw I'm good
No apply, no job.
Whats the topic of discussion? :0
is this hardware design?
ohhhhh
q computing?
with photons?
Genetic computing lmaoo
GitHub CEO delivers stark message to developers: Embrace AI or get out
-- https://www.businessinsider.com/github-ceo-developers-embrace-ai-or-get-out-2025-8
Or, alternatively, he can get out.
Yep, I think I prefer that.
It's past time github was sent to live on a farm, anyway.
But you said you are working on your own project keep it up ๐คง
ofc I'm working on my own project
Yeah by the way bro when you sleep ๐ตโ๐ซ and many hours ? I saw you last online 2:43AM ๐ฎ
hmmmm I'm still working on my project currently I sleep only 1-3 hours because to work on more on my game and my all side activity
btw are u tracking me ๐
Bro that's no even enough for old peoples ๐๐ฅ
1-3 hours a night is unhealthy.
Take care also focus on healthy
Is this the 2:43?
Yeah
Still on my screen, so doesn't look like it required much tracking
do you track yourself
nope
The second hand laptop has the following issue
Ram is compromised
After a year of Usage
25% of its potential is lost
I guess You downloaded Chad gptโ ๏ธโ ๏ธโ ๏ธ

