#voice-chat-text-0

1 messages ยท Page 558 of 1

winter trellis
#

@wind raptor can u help me download 3.10.12 version?

peak depot
#

of Python?

winter trellis
#

yes

#

@peak depot ?

jaunty brook
#

Yeah In loops

winter trellis
#

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?

winter trellis
#

oh aight

#

it's all linux

#

i work with windows

peak depot
#

I only use win too

chilly wolf
#

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...

peak depot
#

use docker+.venv and but into requirement.txt file the versions you need to use

winter trellis
#

oh aight

candid spire
#

Hello

winter trellis
#

btw how do i get access to mic

candid spire
#

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!!

peak depot
#

I'm a third year data eng. student

candid spire
jaunty brook
candid spire
#

You choose a right career path!

jaunty brook
candid spire
jaunty brook
candid spire
#

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

peak depot
candid spire
#

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..

peak depot
candid spire
#

as I'm used to my keyboard

primal shadow
#

Don't wish, Do.

marsh rune
#

Hi guys

#

So the exercise I gotta do is:

  1. Write a function draw_square that 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)```
primal shadow
#

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

chilly wolf
#

Time to get riiiiiipped

#

flexed muscles

primal shadow
#

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

marsh rune
#

It's pretty cool @scarlet halo

#

What are you trying to make exactly?

vocal basin
wind raptor
vocal basin
scarlet halo
marsh rune
#

Dayum

scarlet halo
#

lol

main comet
#

I let the sim run all night

#

OH??? ITS BACK! WE STILL HAVE ALL 3 PLANETS!

heavy zenith
#

@main comet N-body problem ?

blissful vine
#

@primal shadow hey

#

anyone here i got a problem

somber heath
blissful vine
# somber heath 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

somber heath
blissful vine
primal shadow
#

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

main comet
#

4 BODY PROBLEMS!

main comet
#

IEEE-754 128bit floating point precision! (made it myself) >:3

blissful vine
primal shadow
#

The one image says WSL must be updated, did you update it?

blissful vine
main comet
#

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!

main comet
#

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

naive grail
primal shadow
#

1 sec

paper wolf
#

!e

class a:
    def __init__(self, name):
        self.__name:str = name

d = a("meh")
print(d.__name)```
wise cargoBOT
# paper wolf !e ```py class a: def __init__(self, name): self.__name:str = name ...

:x: Your 3.14 eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "/home/main.py", line 6, in <module>
003 |     print(d.__name)
004 |           ^^^^^^^^
005 | AttributeError: 'a' object has no attribute '__name'. Did you mean: '_a__name'?
paper wolf
somber heath
paper wolf
#

lol

#
class Redoc:
    def add_category(self,
                     category_name: str,
                     *,
                     at: str | None = None,
                     iscategory = True
                    )-> None:
        pass
craggy vale
paper wolf
#

!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)
wise cargoBOT
paper wolf
#

sob

craggy vale
paper wolf
#

!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)
wise cargoBOT
paper wolf
#

whaaat

wise loom
paper wolf
#

!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)

wise cargoBOT
paper wolf
#

what the....

craggy vale
#

@wise loom

#

@wise loom damn I got one shell and one browser

paper wolf
#

!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)
wise cargoBOT
paper wolf
#

what the

craggy vale
#

my webrowser

paper wolf
#

!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)
wise cargoBOT
paper wolf
#

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)
wise cargoBOT
paper wolf
#

lets gooo

wise loom
#

I see, so equity

#

he will "managing all stuffs" and pay in equity

#

a classic startup..

craggy vale
#

๐Ÿ˜…

wise loom
#

I was right to want to move to Uttar Pradesh

#

it's all the about the APU

finite hamlet
#

You should get a GPU that still supports vulkan 1.1

paper wolf
#

!e

print("asdasd".split("."))
wise cargoBOT
craggy vale
paper wolf
#

tux ._.

craggy vale
#

yeah

#

๐Ÿ˜‚

paper wolf
#

im also making a open source project

finite hamlet
paper wolf
finite hamlet
#

Cool! Reminds me of logic world

paper wolf
#

@jaunty brook

jaunty brook
wise loom
craggy vale
paper wolf
#
dpkg install python
wise loom
paper wolf
#
apt install python
craggy vale
#

๐Ÿ”ด 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:...

โ–ถ Play video
#

@jaunty brook

paper wolf
#

nano ._.

wise loom
#

@paper wolf full model?

jaunty brook
paper wolf
#

vivo y11

paper wolf
wise loom
#

Termux gave me glasses ๐Ÿ‘“

paper wolf
#

on ur pfp, you almost squinting so you wearing glasses ig its obvious

craggy vale
#

My hole system js crash

#

I'm now in my phone

#

Hello?

#

Give me few minutes

somber heath
craggy vale
#

.

paper wolf
#

lol

craggy vale
#

my ps4

paper wolf
#

still xfce huh

craggy vale
#

can u said @midnight agate what u js asking

paper wolf
#
int d = 32;
int* d_ref = &d;
std::cout << d_ref << std::endl;
*d_ref = 16;
std::cout << d_ref << std::endl;
craggy vale
#

a pointer is a variable that can hold memory address and it like where the pointer lives in memory

paper wolf
#

pointer is a non owning

#

means the data dont exist on the frame of the block

craggy vale
#

yeah that's what I'm trying to saying

paper wolf
#
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

paper wolf
#

๐Ÿ—ฃ๏ธ james

#

gym lol

craggy vale
#

gymmmmmmmmmmm

#

I don't do

paper wolf
#

homer: ghime

craggy vale
#

gimbo

#

gimmy

#

gymmmmmmmmmmmmmmmmmmmmmmmmmmmmm

paper wolf
#

tuxedo cat are the best

wise loom
#

AI just code anything

#

Today I have learned that AI can just code anything

paper wolf
#

steal code from github and use it to train a LLM to replace people who write the code on github

bleak copper
#

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.

wise loom
bleak copper
#

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.

paper wolf
#

@wise loom is there a builtin function to format the dict to be printed much cleaner?

bleak copper
#

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.

paper wolf
#

i would nlike if this will be printed like json

paper wolf
#

hmmmm

bleak copper
#

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")

paper wolf
#

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

bleak copper
#

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...

jaunty brook
bleak copper
#

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.

undone bane
#

my point is that this is an algorithmic cs discussion, not a computer engineering discussion

#

so you can't assume bounds

bleak copper
#

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.

somber heath
#

@clever ravine ๐Ÿ‘‹

bleak copper
somber heath
#

@lean jacinth Screen sharing permissions are something you need to ask a moderator for when they're already in the voice chat..

woeful blaze
#

Low is everyone doing?

lean jacinth
#

ok

bleak copper
#

I'm going to need to concentrate more on a project for a while. BBL

heavy zenith
solar ridge
#

@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,
{
}
somber heath
#

@peak depot Domo Arigato.

somber heath
#

@dreamy robin ๐Ÿ‘‹

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

somber heath
#

!code

wise cargoBOT
#
Formatting code on Discord

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

For long code samples, you can use our pastebin.

dreamy robin
#

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

somber heath
#

!e ```py
import math
a = 5
b = 10
y = math.asin(a / b)
math.sin(y) == (a / b)
print(y)

wise cargoBOT
dreamy robin
#

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

somber heath
#

!e ```py
import math
a = 5
b = 10
y = math.asin(a / b)
print(math.sin(y) == (a / b))
print(y)

wise cargoBOT
somber heath
#

... == a / b

dreamy robin
#

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

somber heath
#

!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")

wise cargoBOT
dreamy robin
#

Thanks to you too

#

See you eventually

somber heath
mighty linden
iron geyser
#

๐Ÿ˜‚ @hoary sable

whole bear
#

@hoary sable

jaunty brook
#

@whole bear do you live in India?

primal shadow
#

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

crude nova
primal shadow
#

America hates the poors

#

We worship the rich

#

So if you're rich, come to America

#

if you're poor, hahaha, it sucks

woeful blaze
#

Morning

wind raptor
vocal basin
woeful blaze
#

Can I ask somebody to look at what I made and tell me if it's okay

wind raptor
vocal basin
#

and, to some extent, still can be rewritten with .find

whole bear
#

I'm sorry but I got notification of someone in the voice call that has clipping / live streaming

vocal basin
whole bear
#

Please avoid recording call

civic steppe
#

I know how you feel @peak depot but I think these people just live in an other reality

primal shadow
#

I've seen it

#

Maybe that's why you're not warned

wise loom
whole bear
#

Got notify someone was clipping in voice call

wise loom
#

But I don't believe it was a bug

primal shadow
#

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 ๐Ÿ™‚

whole bear
#

In settings

scarlet halo
iron geyser
#

I am back ๐Ÿ™‚

primal shadow
#

4th Thursday of November/

#

"Correct"

wise loom
primal shadow
#

Thanksgiving is November 22 - 28.

#

Whichever one is Thursday

wise loom
#

It used to be AI-First, now it's AI-Free

#

What the F has changed?

scarlet halo
#

i think people know just how bad AI generated content can be

whole bear
#

gtg, tc๐Ÿ‘‹.

wise loom
#

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.

vocal basin
#

.wa s 39 f to c

viscid lagoonBOT
vocal basin
#

imagine aliens trying to decode that

scarlet halo
#

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

vocal basin
#

@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

patent mural
#

Sup peeps

vocal basin
#

speaking of headphones,
trying the bone-conducting ones for the first time

#

does sound unusual

heavy zenith
#

I've heard that they aren't very good

vocal basin
#

but not as unusual as I'd expect

jaunty brook
jaunty brook
patent mural
#

Bone conducting low-key sounds like a technique

#

For

#

Idk tbh

vocal basin
scarlet halo
#

conducting bone

patent mural
#

๐Ÿ”ฅ

jaunty brook
vocal basin
#

@wind raptor facebook wisdom

patent mural
#

Am I the only who never use Facebook

jaunty brook
patent mural
#

So what?

jaunty brook
patent mural
#

I can't understand u

jaunty brook
#

I mean who cares you downloaded or not

patent mural
#

It just a question

scarlet halo
#

what could "63%" possibly even mean

patent mural
#

Translate:ur wifi is cooked as fuck balls

vocal basin
#

made-up connection stability number?

patent mural
#

Nice keyboard

#

Why are kids flooding discord nowadays

vocal basin
# scarlet halo what could "63%" possibly even mean

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
primal shadow
jaunty brook
primal shadow
patent mural
vocal basin
primal shadow
#

ventrillo/mumble

patent mural
primal shadow
#

I was never big on TS

patent mural
primal shadow
#

Only a few games / guilds used it

#

My WoW raid time was all ventrillo

patent mural
#

๐Ÿ˜ญ

#

See what I mena

#

Mean

jaunty brook
primal shadow
#

because children

patent mural
#

Low-key stupid

primal shadow
#

your hate makes it grow

patent mural
#

Pure unfiltered nonsense

primal shadow
#

these following generations are doing it all wrong

#

how dare they have their own slang

#

They should only do what I thought was cool

vocal basin
jaunty brook
primal shadow
#

"From what I've been told" goes on to describe in detail...

patent mural
scarlet halo
#

"bro"

vocal basin
patent mural
#

It catchy but not funny

#

Am I a hater?

#

๐Ÿ˜ž

heavy zenith
#

yes

patent mural
#

๐Ÿฅ€

scarlet halo
primal shadow
vocal basin
primal shadow
#

Yea, I just made that

#

fear my Paint skills

primal shadow
#

WE've been laughing at numbers for ages

tired tinsel
#

i am to much busy bro

primal shadow
#

Nothing new here

#

glad they're laughing at numbers and not the misfortune of others

patent mural
#

Its either am a hater or I low-key just don't get out generation memes

jaunty brook
wind raptor
patent mural
#

Timmy tuff knuckles

jaunty brook
#

I guess I don't say something wrong

wind raptor
#

"No one cares" is a rude thing to say to someone. Now you know.

patent mural
wind raptor
#

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.

wind raptor
#

It's all good ๐Ÿ™‚

woeful blaze
#

How are you mindful

wind raptor
primal shadow
#

lol, his wife is over it

#

so we should all get over it too

#

Movin on to JD Couch

patent mural
#

Brb

woeful blaze
vocal basin
#

@wind raptor C requires alignment to some extent

#

so do need padding

primal shadow
#

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

amber raptor
#

Just use MongoDB

#

Itโ€™s webscale

primal shadow
#

Are we talking how to wipe?

peak depot
primal shadow
#

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

viscid lagoonBOT
primal shadow
#

no idea how i heard 21

#

lol

vocal basin
#

the optimal temp is clearly -40 degrees unspecified

wind raptor
#

.wa 42 f to c

viscid lagoonBOT
vocal basin
#

@wind raptor 100 to 0, originally

#

0 to 1

#

-1 to 1

#

300ยฑ50K

primal shadow
#

My socket sets come with both as well

vocal basin
#

@wind raptor and both are Lords currently

#

Lord in name and Voice Lord

patent mural
#

What the hell is a jython

vocal basin
#

for JVM

patent mural
#

Wow

amber raptor
#

Itโ€™s dead project

vocal basin
#

Hemlock, the inventor of Python 2.8

patent mural
#

Am gonna recreate jython,trustโœŒ๏ธ๐Ÿ˜œ

vocal basin
#

I was stuck with 3.5 for a long time

patent mural
#

Is crazy

#

i wish ii could relate

#

๐Ÿ˜ญ

primal shadow
amber raptor
#

Where are accidents

primal shadow
#

Toll roads suck

patent mural
primal shadow
patent mural
vocal basin
#

if you hate maths, you picked the wrong industry

primal shadow
#

?

#

I barely use math

patent mural
#

dude

vocal basin
primal shadow
#

Psh, let the machine do the math for the ML

patent mural
#

thanks for discouraging me

#

ai engineering it is

primal shadow
#

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

patent mural
#

i gotta lock in

vocal basin
#

google has seemingly gone full "either you give data through signing in or you give data through solving captchas"

#

well then yandex it is

patent mural
#

its crazy to think that something that was like fiction 100 yrs ago is now a browser tab

#

๐Ÿ˜ญ

solar ridge
lavish gazelle
umbral mauve
#

hello

#

what is grass

#

guys

#

pls

#

whats grass

#

i already touched grass in my terminal

#

@lavish gazelle you can just do

temperature += 1
vocal basin
#

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

umbral mauve
#

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

vocal basin
#

Assembly is for readability not performance

umbral mauve
#

i love it

#

i could marry it

#

if it was a person

#

name your daughter Assembly and ill marry her

umbral mauve
solar ridge
#
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,
{
}
vocal basin
#

@lavish gazelle to be fair, Fortran is a bad language, designed just to prove a point that higher level languages are faster than assembly

umbral mauve
#

try malbolge then

vocal basin
#

(than manually written assembly)

umbral mauve
#

if you are tired of life, try malbolge

#
mov eax, "why"
scarlet halo
#

sadly had to go home from practice because i didnt feel good

umbral mauve
#
; i disagree
scarlet halo
#

REALLY didnt feel good

vocal basin
#

if you want something that's just portable assembly, then C

umbral mauve
#

c is old

#

thats why im making my compiler

vocal basin
#

C23 introduced 0b syntax for literals

umbral mauve
#

cuz i dont like it

#

im tired of making OSes in c

umbral mauve
vocal basin
umbral mauve
#

just now

#

they got ping

vocal basin
umbral mauve
#

then do mma x)

vocal basin
#

.

umbral mauve
#

i speak c++ srry

vocal basin
#

just use 1ะก instead

#

no need for English there

umbral mauve
#

cuz its an ir

wise loom
#

Who is behind RISC-V ? Who funds it?

vocal basin
#

it's not C, it's ะก

#

Cyrillic S

#

@solar ridge publish John++ then

#

Ada is named after a specific person

#

first programmer

frosty garnet
#

i am john++

wise loom
#

Ada Lovelace wrote a program to compute Bernoulli numbers

hot brook
#

anyone here know D?

wise loom
#

Because Babbage asked her to or something like that

vocal basin
#

there is more than one PL named D

hot brook
#

this

vocal basin
#

dtrace's language is called D too

solar ridge
#

there is also carbon

hot brook
#

i've never used D

#

i might try it

scarlet halo
vocal basin
#

JITted

umbral mauve
#

it depends

vocal basin
#

it's compiled down to machine code

#

often enough

umbral mauve
#

there are actually js compilers

#

aot compilers*

#

not only jit

#

lets make a game in linker script lol

hot brook
#

what abt malbolge

#

seems harder than brainfuck

wise loom
vocal basin
#

before or after the bug fix?

#

(iirc there was some small mistake in the original published program)

wise loom
vocal basin
wise loom
#

Probably after bugfix because they also wrote an emulation of her thing in JS

vocal basin
wise loom
vocal basin
#

cut the wires

#

โœ‚๏ธ

signal sonnet
#

Hey guys
I need a well paying programming remote job

hot brook
#

with ppl who know more about that

vocal basin
#

aren't sklearn and numpy, like, basics

hot brook
#

they are

#

especially numpy

#

i js noticed ts was the wrong server

#

oops

vocal basin
#

@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

vocal basin
#

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

wise cargoBOT
#

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...
wise loom
#

My value, my value..

vocal basin
#

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

dreamy robin
vocal basin
#

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

wise loom
scarlet halo
craggy vale
scarlet halo
#

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

vocal basin
#

emplace_back would actually be somewhat non-trivial to express in C

vocal basin
#

reserve, init, resize

primal shadow
#

school costs money, gotta make that money

whole bear
#

@solar ridge He is a kid with supportive parents

vocal basin
#

no time spent on managing time => more time spent on other things

#

""

scarlet halo
whole bear
#

You are just like me!

#

I gave a medical excuse for my absence of one year

vocal basin
whole bear
#

I only attended the examination and submission

vocal basin
#

unless you want to save a bit of time on copying

primal shadow
#

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 ?

vocal basin
craggy vale
primal shadow
#

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

whole bear
scarlet halo
craggy vale
whole bear
#

For free this is all you can get!

primal shadow
#

Or hit up a search engine, "AI Character Designer"

whole bear
#

A kid who made an OS, Browser, worked with low level programming on GPU

primal shadow
#

why not reinvent the wheel?

whole bear
#

@solar ridge I think, he talked about his grade earlier and he scored 93% maybe

primal shadow
#

27 isn't young

split field
#

I'm 28 ๐Ÿ˜ฎ

craggy vale
#

๐Ÿ˜ญ

primal shadow
#

On the bright side for the old folks

split field
#

I started at 25/6

primal shadow
#

You either get old or dead

split field
#

"old" is perspective based ahah

primal shadow
#

We're all "old"

whole bear
#

@solar ridge He liked to battle you

primal shadow
#

x years old

#

x days old

#

x seconds old

#

etc

#

We all have an age

#

That is how "old" we are

split field
#

I'm 28 but I'll still out run a 16 year old hahah

#

therefore I'm "young"

primal shadow
#

lol

#

I cna outrun a 0 year old

#

so I'm younger

split field
#

hahahahah

#

^

primal shadow
#

Peak performance

split field
primal shadow
#

I'd win in a fight with 100 1 year olds

#

I bet

primal shadow
#

The power of youth!

whole bear
primal shadow
#

How old were you when you were born

#

before you turned 1

#

your whole first year of life

#

how many years old?

whole bear
#

Yep

primal shadow
#

the fetus is negative in age

#

becasue they haven't yet been birthed, so they exist in negative

whole bear
primal shadow
#

t minus 9 months

#

t minus 8 months

#

etc

#

IDK, how are we not born at 9 months old?

craggy vale
#

helloo @solar ridge uncle

primal shadow
#

The clock starts at 0 at birth

#

I don't make the rules

#

I Just live by em

scarlet halo
#

"really old" and "27" in the same sentence btw

whole bear
#

@lavish gazelle Dude you want him to consider his life choices again?

#

Damn!!!

split field
#

@lavish gazelle your mind is corrupted haha

craggy vale
#

@solar ridge uncle

#

hello

split field
#

you too one day will be 27 remember that

craggy vale
#

uncle

whole bear
craggy vale
primal shadow
#

Why is it so hard to listen to the admin?

whole bear
primal shadow
#

I don't get it

#

You're not gonna win, lol

craggy vale
#

okay I'm sorry

#

I'm js kidding

primal shadow
#

I wouldn't count them chickens just yet

whole bear
#

@lavish gazelle Borje single life is the best life!

primal shadow
#

As it should be

#

Chatting about python is boring

primal shadow
#

chatting about anything else, win

whole bear
craggy vale
#

okay

scarlet halo
craggy vale
#

I have a gf she helping in my game voice acting ๐Ÿ˜…

wise loom
whole bear
random flower
scarlet halo
#

Vite

whole bear
#

@lavish gazelle You are the right pronunciation!

craggy vale
#

๐Ÿ˜ญ whoa

stark oxide
#

why do you want to even build a js aplication today? is react not much better and faster?

stark oxide
craggy vale
stark oxide
#

bro sorry bad spelling

craggy vale
#

ok

#

np ๐Ÿ˜

craggy vale
#

๐Ÿ˜‚ arch

whole bear
#

React is built for state management and rendering

#

For the intended purpose it is by far the best

stark oxide
stark oxide
#

I use fedora atm

#

I realy like it

craggy vale
#

nice I use somethings

#

btw I really hate arch usser

whole bear
stark oxide
#

I am also a gamer, and steam is so much better on linux than windows

whole bear
#

Ha ๐Ÿ˜†

stark oxide
stark oxide
#

rip

#

just rip

whole bear
#

Not really

#

It has one of the fastest package managers in linux

stark oxide
whole bear
#

Xbps package manager

craggy vale
#

I love debian and gentoo

stark oxide
#

which os is build on void?

#

or is there none with gui?

whole bear
whole bear
#

It is highly customisable

stark oxide
#

does it use gnome?

whole bear
stark oxide
#

I love gnome

#

yes garden gnome's are goated

whole bear
craggy vale
#

I use xfce with debian gentoo

whole bear
#

Just like arch you got completed control

stark oxide
#

yeah, but not beginner friendly ๐Ÿ™‚

whole bear
#

In fact I won't recommend arch users to try

#

It is more hectic and rare bread

stark oxide
#

you wouldn't recomend void to arch users?

whole bear
craggy vale
stark oxide
#

is that your yt channel?

whole bear
#

Because it is much harder to troubleshoot compared to arch

craggy vale
stark oxide
#

how can I develop a simple tool on fedora or something else?

stark oxide
#

yeah app or something that use a gui

#

or is just a pygame or kinter engine enough to show gui?

primal shadow
#

If it works, it works.

stark oxide
#

that's fur sure

whole bear
#

It's just OS based on linux kernel

#

Process is almost same

stark oxide
#

true

primal shadow
#

One of the things you hate about Javascript is... a thing that was built in JS?

frosty garnet
primal shadow
#

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

stark oxide
#

yeah

primal shadow
#

It makes me mad at Python

#

I hate that about Python

#

Other people can use it

#

MADNESS

stark oxide
#

I saw some c++ code in fricking C#! AHHHHHH

#

I couldn't read it HELP

#

og c++ not the c++ you have now

primal shadow
#

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

whole bear
stark oxide
#

thx

whole bear
#

Even if you are a beginner, I would recommend you to use Void

primal shadow
#

Just hating langauges for things written in them

whole bear
primal shadow
#

Because it's the langauges fault soemone decided to use it

whole bear
#

Void is linux distro

#

It is a bleeding edge distro

whole bear
#

Fedora has some issues

stark oxide
#

?

whole bear
#

It has so many abstraction

stark oxide
#

yeah

#

it's so good that it feel to good

whole bear
#

Yeah it is good

stark oxide
#

compared to windows it feels even more polished

whole bear
stark oxide
#

best part is that it doesn't ahve 1000+ preinstalled apps compared to windows

#

that's the only +

whole bear
#

Fedora is good for beginner

craggy vale
whole bear
stark oxide
#

waht am I missing?

wise loom
craggy vale
#

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

whole bear
stark oxide
craggy vale
#

ok

stark oxide
#

look at stackoverflow

whole bear
#

For example the Arch Linux with the End dot file is the next step for the GUI

stark oxide
#

will windows every try that?

whole bear
#

Fastest package managers like xbpa in Void

craggy vale
stark oxide
#

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

craggy vale
stark oxide
#

ask chatgpt

craggy vale
#

๐Ÿ˜ญ

whole bear
#

AI is good

stark oxide
#

dance-happy-dance

whole bear
#

As long as it is free and time saver

craggy vale
whole bear
#

AI has a key problem: Hallucination

whole bear
wise loom
# stark oxide dance-happy-dance

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...

โ–ถ Play video
stark oxide
#

ai is good and bad, bad due that it ALWAYS answers

frosty garnet
#

Refer to the LATEST version of python in your code response.

wise loom
whole bear
#

So much of discussion just to agree to disagree.

frosty garnet
#

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

wind raptor
#

Gotta head out. Cheers! ๐Ÿ‘‹

solar ridge
wise loom
scarlet halo
#

(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
stark oxide
#

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

scarlet halo
#
 ~/Documents/tore/ tree static
static
โ”œโ”€โ”€ static
โ”‚ย ย  โ””โ”€โ”€ static
โ”‚ย ย      โ”œโ”€โ”€ css
โ”‚ย ย      โ”‚ย ย  โ””โ”€โ”€ style.css
โ”‚ย ย      โ””โ”€โ”€ uploads
โ””โ”€โ”€ uploads
    โ””โ”€โ”€ WIN_20230822_11_04_01_Pro.jpg

6 directories, 2 files
stark oxide
#

this is gettiung worse

scarlet halo
#

it's my classmate's vibecoded project. i agreed to host it lmao

#

it's better, but still bad

craggy vale
primal shadow
#

The market sucks

#

There's not many jobs in that niche

#

Apply Apply Apply

craggy vale
primal shadow
#

No apply, no job.

nimble trail
#

Whats the topic of discussion? :0

#

is this hardware design?

#

ohhhhh

#

q computing?

#

with photons?

#

Genetic computing lmaoo

wise loom
somber heath
#

Yep, I think I prefer that.

#

It's past time github was sent to live on a farm, anyway.

jaunty brook
craggy vale
jaunty brook
craggy vale
#

btw are u tracking me ๐Ÿ˜…

jaunty brook
somber heath
jaunty brook
#

Take care also focus on healthy

primal shadow
jaunty brook
primal shadow
#

Still on my screen, so doesn't look like it required much tracking

jaunty brook
#

Me who sleep 10 hours today ๐Ÿ™‚

#

Because of winter I am too lazy to wake up

wise loom
craggy vale
whole bear
#

The second hand laptop has the following issue

#

Ram is compromised

#

After a year of Usage

#

25% of its potential is lost

jaunty brook
#

Yeah

#

But it's still run code

craggy vale
jaunty brook
# craggy vale

I guess You downloaded Chad gptโ˜ ๏ธโ˜ ๏ธโ˜ ๏ธ