#voice-chat-text-0
1 messages · Page 549 of 1
@frosty shell continuously
see the famous 19th century book on cooking: clean as you go
I don't remember the book's name
hey i need one help
well, not a book on cooking, general household management
pretty code is generally just a thing that makes shipping features happen sooner
the main argument for it
aesthetics is just a way to convince people not to quit
exact 10 -- likely nowhere right now
(because :43 ~ :44)
however
very soon, when :45, idk, maybe somewhere
we have two people with double z in the VC

@vocal basin when should i use oop and when functional programming?
why ?
Funny reaction to throwing money at a line of guards in Assassin's Creed 2. Xbox 360 version captured on Xbox One.
most of the better patterns are common between those two
also depends on what kind of OOP/what kind of functional
with Python the general guideline is to try to go as far as possible without manually writing out all the classes stuff
don't push to invent all the class hierarchy in the program
!d contextlib
Source code: Lib/contextlib.py
This module provides utilities for common tasks involving the with statement. For more information see also Context Manager Types and With Statement Context Managers.
!d dataclasses
Source code: Lib/dataclasses.py
This module provides a decorator and functions for automatically adding generated special methods such as __init__() and __repr__() to user-defined classes. It was originally described in PEP 557.
The member variables to use in these generated methods are defined using PEP 526 type annotations. For example, this code...
and other ways to move towards data and functions away from focusing on classes/constructors/whatever
@peak depot
classics of photography: settling bets on whether all legs of an animal are in the air or not
Angular is less of a horrorshow nowadays
he is talking about soap not soup i guess
Thouzand are you Arab? @left leaf
U sound Egyptian TBH
@primal shadow could tell him 🥹
FINALLY
I knew it 😂
Yes
U said Mister !
I'm a girl 🙂
Graduated already hehe
Yess
Wish you luck
Oh
Me too
22 gang🤙
Exactly
Gosh I hate that I'm muted
What!!!
@primal shadow rimworld in space?
I have some doubts about helicopters working in space
whereas tanks definitely work, according to the famous documentary, Star Wars: Clone Wars
CH-47
also known as
default_helicopter_1
I have Rimworld bought, possibly even installed
haven't played it in >5 years I think
It sounds fun
What 😭 😭
Buy a table man
there are MP mods, but I don't know how stable that is
can end him, but the problem is that it'll traumatise other colonist likely
so you really need to keep a murderous colonist for such cases
my top 11 played games on steam have been the same (and in the same order) for the past 3 years I think
though maybe except for one switch between top 4 and top 3
(CS2 crawled a single spot up)
I finally finished playing the game I started playing in April
I'm very slow
and I still haven't finished Code Vein
I'm very slow
still paused, likely
@compact snow i'll leave for now
(even though it's just over 25 hours)
who needs all those various games when I have minesweeper
just nothing happening
Which game?
Is this a Rimworld mod?
👀
dDLC
odyssey
though the tank and chopper are a mod
Hi @wind raptor 👋🏾,
Thank you
@potent briar 👋
sup
how are we all doing
Great, hbu?
nice! i'm doing alright, mainly just messing on lightroom classic rn 🙂
oh wait
lightroom classic 🤣
true, personally I absolutely love it for how I can salvage pictures I thought were wastes
personally one of my faves 🔥
now did I blast the contrast too much? yeah lol
but is it absolutely beautiful? yeah
@somber heath
my CatOS native live wallpapeer
@civic plank 👋
So instead of just straight up iterating each character of the message to be encrypted, iterating through the letters of the alphabet. I made it convert to numbers, then used sum and subtracting on then, and then converted back
Hello 🙂
@odd shuttle 👋
hi
what's poppin?
Not corn. I developed a...caution of popcorn when I once got a piece of kernel shard stuck in my tonsils or uvula.
Hey, Spelis.
I dither despondently.
kinda interesting, i guess)
It was the coolest of stories.
is it hearts too much?
sorry, eng for me foreng lang, and i though u told about something not retated to damaging
my bad
Oh, it was definitely painful, like sticking a knife down the back of my throat every time I swallowed.
So I now chew popcorn very carefully.
now me too)
its realy awful, when the basic stuff u do every day can heart yourself
Hurt, yes.
be careful bro </3
Hi hi.
@weak hedge 👋
everyone look my catOS now too optimized that can run with only 1gb
it takes around 4gb-5gb now it talking 1 gb
somethings around 1-2gb but still good
maybe you should ditch the animated wallpaper for a static one. animated wallpapers use lots of CPU & Memory
also, gnome?
yeah but my OS is make for this beauty
yup
why gnome
hmm it looks petty good that's why
try i3
and os name is cat os soo need some beauty and also cute that's why
alright
i think you can make something cute without anime girls
yeah I added it to show my native live wallpaper in my os
and also ppl don't really care about my live wallpaper features soo
now ppl care about my feature
@grizzled valve 👋
Cry. Oh, fall.
Tear aria.
Hi hi.
@loud kite 👋
"You're a database student. How would you design this?"
"Well..."
That's all you needed to say. You would design it "well". @wise loom
I don't even see any discussion matter in such questions
just a request for speculation
there was something I didn't verbalize, which is that this telemetry & web log database that we're discussing, one is not actually bound to a specific database engine, because there are things such as FDW(foreign data wrappers, see the many FDW in the Postgres eco-system) and CDC (see Debezium), that allow shipping data to other database engines where they can be queried in more efficient ways than in Postgres..
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
THIS
def reverse(sequence):
sequence_type = type(sequence)
empty_sequence = sequence_type()
if sequence == empty_sequence:
return empty_sequence
rest = reverse(sequence[1:])
first_sequence = sequence[0:1]
final_result = rest + first_sequence
return final_result
print(reverse([10, 20, 30, 40]))
print(reverse("GeeksForGeeks"))
sequence_type() -- mildly horrifying use of reflection
(if you expect __getitem__ to be present, you might as well expect __len__ to be present)
Sequence, where __getitem__ is, implies Colletion, which implies Sized which has __len__
I have a phone stand, and it came with some random keyboard
@amber raptor I hosted it on Linux 5~6 years ago
it being C# probably simplifies that
just like with Minecraft
, where Java
Yoo Is there any coder in c program to help me
what is the specific question
I do not know c very well I want to share a code in vs code
@amber raptor they also officialised mod support
A GPA calculator
!paste
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
(somewhere in there it has an option to paste it as C not Python)
try to avoid sending Live Share links, for your own safety
they are read/write by default iirc
which is suboptimal
Is there any security issues
easier to just send the code via the hastebin or github gists
^
also that's easier for other to read this way
both paste.pythondiscord.com and gist.github.com support pasting multiple files at once, if you need that
@wise loom maybe DIY it
looks a bit too repetitive
Yeah
if it's an assignment, I'd assume part of what you're asked to use is function
also you have sum declared in the wrong place
it should be on what is currently line 390
i.e. declared and initialised in the same place
No No this not an assignment
then this is even more relevant since you don't have a teacher who's stuck in 1972 still thinking in Pascal
int sum = /* ... */;
no need to declare it at the top
modern (since 90s, I think) C should be able to handle this
It works properly but cannot handle total GPA
@dry jasper young padawan
=> identify what's common across the cases (e.g. numbers of cutoffs) -- that goes into the body of the function
=> identify what's different -- that becomes function's parameters
What I need to do or What I need to learn
current total seems to just be the sum
not getting divided by the count
NOW WHAT I WILL DO
is the total calculated based on score itself, or based on intermediate rounding that you perform each time?
(I'm still not familiar with how GPA works, we have some slightly different system where I live)
I think you know after looking the code 😁
From Each subject GPA It will sum total GPA and divide ➗ with 13
I know my English is so poor
the only easy path towards calculating the total I see now is to start with factoring out the repetitive part you currently have into a function
I am very weak in English
@primal shadow they really should go ask the John JWT
probably this
float gpa(const *name, int score) {
/* ... */
}
u mean u are bad at English ?
@livid sand with FastAPI it's really easy to just do away with raw jwt package and FastAPI's own OAuth2 capabilities
not much need to reach out for more code glue
... which part of Amazon?
online book store to local monopoly pipeline is real:
- Amazon
- Ozon
... also both end with -zon

with cookies you don't even really need to worry that much about refresh tokens
just refresh it each time based on the main token itself
thx pretty much
@frosty garnet JWT optimises specifically to get rejection happen really quick
another useful concept there is sessions
, since you can expose that info then directly to the user
(for example, to revoke sessions)
@frosty garnet it's often quicker than going to the database, because no extra I/O
also that simplifies architecture
and implementation
before you start caching JWTs, at least measure how long it actually takes to validate
it's faster than validating a password
@frosty garnet you can also use that to store extra stuff like allowed scopes per token
as to not put that into the DB
at all
... it's not caching on user side
just storage
not an optimisation
... unless you implement it fully in Python or whatever (why)
refresh token is an OAuth2 thing
refreshing and revocation doesn't make as much sense for JWTs
as a separate concept
it's often simpler to just have:
"if you're logged in through any way (basic, bearer or cookie), can get a token"
if you want to control sessions,
use sessions
I have no idea what the default sessions approach is for FastAPI
(I only know what axum and tide use in Rust for that)
@livid sand "securing the routes" in case of JTW is:
you can structure the token data in such a way that you can answer "no" to "can this user access this route?" more quickly, before having to ask the DB
(what Rabbit said right after this)
assumption being "if you're seeing this error message when you shouldn't, please log off an on again" is an okay user experience during permission upgrade
yeah, so i also made some routes only accessible by admins, the token stores the role of its owner
do not forget to check on the happy path that the user is still an admin
and if the admin is DoSing you service, you have bigger problems
Flask 🚀
@amber raptor "big beautiful b__ai__lout"
mostly with India and others in that region
and Soviet Union
also all the land grabs overseas
, though that's more of a raider tactic, not open warfare
there are contested regions at their borders, that I know. but China going in and just re-drawing the borders, that I'm unaware of. maybe my knowledge is outdated?
by China, do you mean the regime that got established during the revolution?
if yes, then that very definitively includes invading Soviet Union
how are the borders kept as they are right now?
not invading and not redrawing borders are two separate things
most invasions, that USA did, didn't result in USA's borders getting redrawn, for example
so then what happened? I recently learned my IQ is 97 so I guess I'm struggling to understand how one can invade without invading
was there a recent war involving China?
war can result in borders staying the same
"communist" China was involved in many wars; idk how you're defining "recent"
if you mean in the last 5 seconds, probably not
anyone here use rust?
only civil
tawian situation
is there a specific question?
I thought things were cool 🧊 over there for the past 70 years or so..
general inquiry
That's posturing yes but nothing concrete
India 1962
Soviet Union 1969
as far as very open wars go
I guess you're right yes.
what is even happening there
Standard Middle East conflict?
i m not a big fan of the us policy, i mean the us is why my country will never see light again:)
don't worry, when the nuclear winter starts, no one will see the light
I've switched almost entirely to Rust recently
away from Python and JS
also rewriting Bash stuff into Rust/Go now
Go only for CI actions
no, i ll rather migrate to canada, i think canada is like really peaceful
i mean who would nuke canada
For many decades yes. But apparently there are some failsafes in terms of culture that are sufficiently sustainable that they could restart civilization.
Amish aren't as closed loop as they want to be
idk of more closed-loop than them. maybe inuits ?
@amber raptor 14'000 (Amazon)
I'm writing a music parser in rust using nom. 🙂
Seems like SLSQP is the optimizer to go huh...
It's not plateauing super early now hehe.
Still, not where I want it though...
Decent? No, no it's not.
Where do I want the loss? 0.05 at least.
ESPECIALLY for the scale it's used right now. Need to somehow run on GPU to speed it up.
High five gemini! Big girl with the LLM, big girl with the LLM!
What's that hehe
Looks terrifying
Seems best it got is 0.16. It's my best thus far (rest keep getting stuck at 0.19).
Ooh
and hundreds other memes of that sort
artifactory does support stuff other than Java
but
why would you use that anyway
It does but most companies who use Jfrog are Java shops
for all the things I need there I use the true communist technology instead, Forgejo
Rabbit may hate this, but once we get to FTQC era, we could technically train LLMs on a scale much larger than classical can support.
Do the current hardware for training industrial level LLMs support 2**1000 128 bits?
I am genuinely curious. Can they?
Like just the memory side, just putting it on the hardware.
sun is green => sun is somewhere in the sky => sky is green
@amber raptor spend half of each day "training" the LLM until the context window runs out
over
and over
Fault-tolerant quantum computing era
Where we get to millions of qubits
brushing my teeth, one sec..
tolerant? not with current administration
hi
will IBM put Terraform onto a quantum computer
!e
import numpy as np
print(np.log2(42000000000000))
:white_check_mark: Your 3.14 eval job has completed with return code 0.
45.25545456142711
FTQC-TF
fuck the qc the fuck
Resources “ibm_quantom_computer”
2043: IBM utilises multiple universes just to discontinue CentOS a few more times
It’s not discontinued, it’s just a brand new stream!
We are trying to get off Rocky at work.
such a great advice
well the problem is about can the quantom computers run llm ?
that what i understand from the topic if anyone can pass me any information. i might help
well actually the companies needs a lot of time to make a really practical grea quantom computers
!pypi qrisp
i mean yeah even computers the electronic normal computers started from 1800s so they took a lot of time and quantom computers too that what i think tbh i mean next decades we might found a narrow quantom computers
well yeah quantom computers is sensitive for environment and that the big issue they're facing that's really bad yk
@amber raptor very sorry.
I should know better than to hog the chat with quantum. Will try to avoid it in the future.
they do actually i mean tempreture and vibrations does impact it
@upper basin I'm sure some CEOs out there believe they did
Is it even possible to use JUST a GPU?
Is there any reason for average person to have quatuom computer?
GFN
just because it's Nvidia, doesn't mean it's all Nvidia hardware
It's like saying does the average person need a B100 or sth.
I think GPUs for gaming are plateauing
it's been all downhill since 1080
We will see what happens with PS6
I mean, until/unless they get a new game changing architecture that changes how they can be scaled.
hehe
fr
it's not a review, it's an ad
lol
@amber raptor this guy is a real genius
I would stalk him if I could. He gives out pcs sometimes.
Legendary pcs.
you're kidding
There was this one video where get gave a random pedestrian a great pc.
I am not. I would genuinely follow him around until I see him carrying a pc and eying someone.
lol
greetings
I'm about to sleep in a bit but hopefully we can chat tomorrow. Miss you tons.
@vocal basin Have you tried dispatch?
game?
after yapping for 2 hours in the chat i am finally verified
I still have, like, hundreds of other games to complete
That's fair, but dispatch could be a fun weekend.
waiting for Cyan Heart to get released somewhen
On 12th the last two episodes drop, so you can binge.
i am 100% sure that you have games on steam that you purchased and never played
It's a total of 8 episodes, which I think is doable within two days or so.
possibly that's majority of them
oh so you're a normal guy
abnormal girl
cuz most of the people purchase games and never play
sry
what????
that's a lot
this is less than 2x what I have in minesweeper (outside of steam)
minesweeper addictor
I only play minesweeper when I have some audio/video happening on the side
understandble
only 2 days before this happens
https://store.steampowered.com/app/2370000/Lumines_Arise/
A mind-blowing, fiendishly addictive reinvention of the puzzle classic Lumines from the creators of Tetris® Effect: Connected, where sound pulses through your body, mind, and every block you place, triggering dazzling visuals synched to the driving beat of an infectious, eclectic soundtrack.
Journey through over 35 stages of synesthetic sensor…
Nov 11, 2025
my epilepsy is definitely going to enjoy this
i think so
(I have photosensitivity triggered by peripheral sight, so playing such games actually isn't that bad)
or, like, more specifically the mismatch between the two towards peripheral being brighter
doesn't it impact you ?
for whatever reason
I can't look at monitor 1 when something overly visual is happening on monitor 2
Why did everyone suddenly go silent?
Ace nighttime
I'm currently extending a proc macro in Rust
just because I dislike imperative code
crop failure
why is there no wheat emoji
to make a crop pun
there is 🌾
yo
brb
huh?
making something that technically boots (a kernel) is relatively simple
as for actually making a secure separate userspace -- that is the difficult part
yeah, memory mapping is fun
5 layers of hashmaps
this insanity is actually even encoded in hardware
OH
yh
the other one being this I think
https://strudel.cc
Strudel is a music live coding environment for the browser, porting the TidalCycles pattern language to JavaScript.
seems like whatever it was based on was written in Haskell
which one you mean ?
strudel is a JavaScript version of tidalcycles, which is a popular live coding language for music, written in Haskell.
oh
yh
alr
C++ is an inconsistent mess
standard full of errors
C++ is OOP
C has OOP if you choose to
Linux Kernel is written in C and it's object-oriented
you kind of have to put OOP into C itself,
but it doesn't actively fight against the notion of OOP
there are many OO patterns in C
just somewhat more manual
if you want to learn how to OOify C, I recommend starting with writing extensions for CPython
it shows several common patterns for it
if you do learn C++, learn it the right way, with generic programming and concepts
@heavy zenith Fortran
and CUDA
!d numpy.f2py
Copyright 1999 – 2011 Pearu Peterson all rights reserved. Copyright 2011 – present NumPy Developers. Permission to use, modify, and distribute this software is given under the terms of the NumPy License.
NO WARRANTY IS EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
for overall performance, C/C++/Rust/Fortran with SIMD is going to get you the most performance out of the CPU
(not Assembly)
@terse crater not think like human, but statistically appear from the outside to think like a human
artificial NNs are still far from biological NNs structurally
GPT is an AI, XOR gate is an AI
ai again?
mostly for structure and lifecycle of objects
@calm ginkgo or just any intelligence
lmao
fields prefix;
construction, reference counting, destruction;
building OS is like building a language, you get to do everything YOU want to do without worrying about anyone else.
"you know what problem I don't have in the kernel? a configuration file that someone deleted"
(bcantrill, idr which talk)
... and then crowdstrike happens
you know what problem I don't have? FastAPI updated their software and I have to rewrite my code. Or Requests works in certain way I dislike, or discord.py won't let me touch HTTP API in Discord because it hates me
..,
wtf
cross-entropy loss
cht is yabbing
letting them cheat by providing a transcription
if i dont like
math
is there away
is there a way to learn ai
i wanna learn it
but
me and ai are like me................maths
I might've seen/interacted with that stuff ~5 years ago but I can definitely say I have absolutely no idea at the moment
I'm not in the maths mood for the past 4 years
@primal shadow Noctuary
I don't really know if this qualifies as slasher/beat'em'up
like
top-down combat stuff
many monsters attacking
need to get rid of them
tags contain bullet hell
if i dont like
math
is there away
is there a way to learn ai
no, not very likely
and the other half is VN
a lot of words
~20 hours of reading
~20 hours of fighting
it does get difficult at times
first time I was made aware of neural networks was somewhere around 2012
also time spent really doesn't necessarily correlate with expertise
VN?
visual novel
I started Pascal >16 years ago,
I started Rust 3 years,
I have nearly no idea how to write Pascal
*write code in Pascal
(slightly troll-y remark, for a certain audience)
@calm ginkgo you let your values go into negatives, not thinking in absolutes enough
def sithify(x): return abs(x)
I somehow can't name which part the "only siths think in absolutes" comes from
Implementing all six comparisons also helps avoid confusion for mixed type comparisons which can call reflected the __gt__() method.
!d functools.total_ordering
@functools.total_ordering```
Given a class defining one or more rich comparison ordering methods, this class decorator supplies the rest. This simplifies the effort involved in specifying all of the possible rich comparison operations:
The class must define one of [`__lt__()`](https://docs.python.org/3/reference/datamodel.html#object.__lt__), [`__le__()`](https://docs.python.org/3/reference/datamodel.html#object.__le__), [`__gt__()`](https://docs.python.org/3/reference/datamodel.html#object.__gt__), or [`__ge__()`](https://docs.python.org/3/reference/datamodel.html#object.__ge__). In addition, the class should supply an [`__eq__()`](https://docs.python.org/3/reference/datamodel.html#object.__eq__) method.
For example:
only a Sith deals in absolutes
prequels, 3rd movie
lmao
last several words seem to be somewhat misgrammared
Hi gys how I can access to mic in voice chat it says you do not have permession ?
if a.__lt__(b) returns NotImplemented, b.__gt__(a) is used instead
you have to be on the server for a while
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
∀x(sith(x) ↔ deals(x, abs)
is stackexchange where Seals are Good gets their scripts?
@haughty pier
(I expect Aaron will understand why ping)
Get 4 months extra on a 2 year plan here: https://nordvpn.com/artemkirsanov. It’s risk free with Nord’s 30 day money-back guarantee!
Socials:
X/Twitter: https://x.com/ArtemKRSV
Patreon: https://www.patreon.com/artemkirsanov
My name is Artem, I'm a graduate student at NYU Center for Neural Science and researcher at Flatiron Institute (Cent...
it's when when entropy goes like this:
✝ ✝
✝ ✝ ✝
✝ ✝ ✝
✝ ✝ ✝
✝ ✝ ✝
✝ ✝ ✝ ✝✝✝
✝ where even is this on a keyboard
!charinfo ✝
\u271d : LATIN CROSS - ✝
small † on Windows is Alt+0134 (numpad)
I got a 75% keyboard
not that I was planning on using that anytime soon
\u2194 : LEFT RIGHT ARROW - ↔
strange
!e
print("\N{latin cross}")
:white_check_mark: Your 3.14 eval job has completed with return code 0.
✝
I usually do this if I remember the name exactly
I'm not that fancy
I can't even use arrow > without switching languages because I bought a qwerty keyboard even though german ones are qwertz
charmap.exe
I don't know what the Linux equivalent is
I'll just assume it's charmap
I've gained acient knowledge no man should ever posess
@wind raptor I convinced more people to use slab in Rust
very productive
Nice
from random anecdotes on C++ and Hylo, allegedly their equivalent of Slab even performs better than doing malloc
for various reasons
JetBrains
@wind raptor ed
M-x ed
?
the only choice
cassidyain't
a perfectly normal meeting
@primal shadow is trosma dead ?
He died long ago, I bought a new DLC and started a new colony
!stream 1287949767611252747
✅ @uneven jasper can now stream until <t:1762726324:f>.
@amber raptor https://www.youtube.com/watch?v=F5hRUDTfLOg
@fresh python 👋
@frosty shoal 👋
brb after dinner
connection issues...
Dunbery Stronnes
Sardalet Cenalan
Wens
Hushirene
Royalp Tau
Yarre a l'Aubbe
Dieur deddanchees
Dieuilla Feuille
Striege Druffe
Bano
Neuffalotte Gex
Estraliano Richk
Anne
La Valleno
Yarra l'Autu
Fermignollette
Raclet Ber j
Yarre-V
Style Ageddano
Austeriche
Kadc
Coldt Fouries
Meyeng Che
Buch
Aveynierit
Gueratyrintalette
Serreg
Adoberda
L'Ec```
Between January and September 2025, there have been 946,426 job cuts announced, with roughly 300,000 from the government sector, according to Challenger, Gray & Christmas. But some economists don't buy that recent layoffs are caused by AI. Economic uncertainty, tariffs and less consumer spending might be hurting U.S. workers more than CEOs will ...
@sleek rampart Your network conditions are negatively impacting your audio cohesiveness.
It's difficult to hear you well consistently.
If you type we can better help
I will type
🙂
its better
🙂
like, the cs50 has too few exercises
about 5 per chapter
so is there workbooks like math workbooks?
with a logically progressive set of problems?
i would say cs50 is mostly a course that forces u to go out of ur comfort zone
u dont need to do more than the questions they give u
yes, a few of them are challenging
they teach u to be on ur own
yup they try to force u through every concept u need
so basically once u reach week 11
or whatever the final week is, u will get a final projject
the thing is, even if they force, they're few
probably, yes
I guess I'm more used to having progressivelly harder problems in math and other workbooks
thx
ok
for example, my math workbook for high school had about 50 per chapter, and divided into conceptual, practice and "extra" ones
a pity I forgot most of the concent
you have to do things on your own, you mean
yes, if it wasn't for today's access on the internet of media, I probably wouldn't be learning any programming languange
that sounds exhausting
JOIN THE AI LABS: https://firstmovers.ai/labs/ Code “FIRSTMOVER” saves you $50/month.
BOOK A FREE STRATEGY CALL to have us build your AI integration: https://firstmovers.ai/consulting/
*In October 2025, Reddit caught a $20 billion AI company red-handed in a data theft sting operation. But this isn’t just about one company—it expose...
how are AI companies not sued into bankruptcy for breaking copyright?
rules for thee, not for me
but for how long
we're going to read 100% AI-generated content if this doesn't stop
hiiiiiiiiii
@upbeat oasis do you work for Microsoft?
it issss
os comes between your hardware/kernal and application
it just needs to handle that
usa vs canada now there is gonna be a war
was it a discord bot?
if its a discord bot then it is weird behavior even if he didn't handled rate limit
Other discounted food apps:
flashfood
foodhero
toogoodtogo
@sleek rampart You might want to restrict yourself to typing text.
Your internet is not playing nice
ah ok
yes, at night, due to technical reasons, my net is just worse
like, the harvard 5 exercises are easy, easy, easy, medium and then just HARD
yep, lack of fundamentals may actually turn out detrimental to later learning of the same content - at least in my experience
or observations
in cpp it seemed much easier - there are things in python that didn't exist when I learnt cpp, even if I forgot most
but then again it was 10 ys ago and I was in my twenies
like an index in a list?
or... not quite?
got it
there was a game that I was obsessed with creating a algorithm for in that time
from neopets - you might have seen this site if you guys are millenials
I almost created a functional algo then
virtual pets
like tamagochi
but so much more
it had mini sites for your pet, so there were people who learned hmtl just for that
a zillion minigames
lottery, clothing, pets, collored pets, it was fun
I've never used myspace
heard about it a lot
basically like neopets then
Sounds good idea
ahh
g night
I def want to make this little program to solve the neopets' game
it's like a goal lol
I wish I had attempted cs earlier in life. it would have spared much grief
not automate
just solve
it is a series of static puzzles
with a 100 levels
I can just manually input the board state though
using web scrappers weren't somthing I was any near to do then
kind of a cheat
but it is for the fun of solving
the later lvls are humanlly unsolvable
and there's a hint on the game's character that it was actually designed for programmers
there's folks who wrote about trying algos in the internet, for this game
for example, I found this site at the time... https://shewhoshapes.wordpress.com/page/8/ - I didn't read too much to not spoiler myself even
I came up with a way to brute force it (in theory), but I didn't manage to write something functional. I have my notebook with it somewhere even
sry? didnt understand
ah thx
very cool puzzle , if you guys like these sort. you can see I can't shut up about it ha
the last one truly illustrates the point
sounds normal
vibe finance
@haughty pier parody YT channel that turns each star wars dialogue into an excessively long exchange
what is Seals are Good? is that a user?
(you're the last person who edited this answer)
from 7 years ago
?
the thing about Seals are Good was a joke; that channel wasn't yet existing back then
stackexchange
time to un-edit it
I'm ranked 7th all time on Python on Stack Overflow
Has anyone ever used temu
@vocal basin They reopened one of my old questions (it was on Python's Enums) that was originally labelled a dupe and pointed to another, but now I think they've closed the other for some reason and now it is pointing to my Q&A https://stackoverflow.com/q/37601644/541136
newspapers are black and white and read all over
This is me
can you guys give me a quick clarifying about codingames? should I be editing the fields with the input? or should I just leave it as it is?
ah ok
ty!
!stream 1186943801558831168
✅ @craggy vale can now stream until <t:1762745123:f>.
!cpban 772723310333001748
:incoming_envelope: :ok_hand: applied ban to @tribal peak until <t:1763093126:f> (4 days).
ehhh what happened...
is the audio better now?
!cpban 1362723190396293250
:incoming_envelope: :ok_hand: applied ban to @vague fog until <t:1763094418:f> (4 days).
Teachers Concert at Thomas Leeb Guitar Bootcamp 17.07.2019, Turracher Höhe, Carinthia, Austria.
Related Links:
https://www.youtube.com/watch?v=yT1iDKkZNYU
https://www.youtube.com/watch?v=puzGZ25dbDc
Artists:
Alexandr Misko
Youtube: https://www.youtube.com/user/AlehandroMiskauskas
Homepage: https://alexandrmisk...
Provided to YouTube by Danal Entertainment
Dopamine · 윙 (WING)
Dopamine
℗ 2025 AURORA with Danal Entertainment
Released on: 2025-02-13
Composer: 윙 (WING)
Arranger: 윙 (WING)
Performance: 윙 (WING)
Auto-generated by YouTube.
🗣️ dopamine
the more that you withdrawl you are maintaining to keep the society homogenous.
u realy born japanese?
chatGPT is so damn usefull for lazily search stuff known very well by internet
but he help me in programmimg
cus thats very well known on internet
it got most of its all data from stackoverflow
hello coder
goofy name
@somber heath the great teacher here
naming is hard. doesn't matter the language.
a.... you got no docs
oh there
!pypi pyandroid-dev
keep going
I am happy now we can create an android application with python
Hey anybody can message?
!doc qt
!doc pygame
not really...
you benifited on making it
you learned allot
and you practiced coding complex data types
library that does eveything
it dont exist nd it will never exist
using python?
C
oh
interpreter running a interpreter
Aphorism
i loose count of this people posting phising images
this point they just testing ways to bypass the automated system
!cpban 1298767636351684680
:incoming_envelope: :ok_hand: applied ban to @spring mountain until <t:1763102143:f> (4 days).
3 now...
Hello
wait is it all phishing images?
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!voice
This server trash
how
No vc
tried that
cus people join vc and immediately do stupid stuff
your not reading it...
I did
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
What?
You were just 1 off from the 25 messages
Hey how to add the docs for my library?
Careful with this around the server. There is a "no advertising" rule that this would definitely break if you don't let it come up naturally.
!rule 6
I don't want you to get in trouble.
@tight veldt
@remote mantle
double wielding m.2 lol
Ok
I want to see the doc is appearing or not.
Can I see?
@wind raptor
the doc command is just for the docs on our bot
uhhh you open it from the pypi website ig...
Are you creating a calculator with java?
I created a FPS meter with kotlin
fps meter?
Oh, my bad, it's just for python's docs and common libraries.
So no 3rd party library?
By the way I don't have a PC
I use Replit's cloud ide and github
its the best option
