#voice-chat-text-0
1 messages ยท Page 472 of 1
Tigerbeetle is insane levels of engineering
you'll end up in C one way or another
everything audio and realtime and high performance leads there
@wind raptor what if WASM
so it's in the browser
completely
don't say it's electron
why is this thing the first in the search
in what search?
bing, wtf
I wasn't actually search anything
just typed nwjs in the start menu
it's an alternative to Electron
the site is almost certainly AI-generated
sounds like #data-science-and-ml #media-processing
(also please stop spamming)
and ask your question directly instead of looking for "experts"
!stream 221417491136512010
โ @primal shadow can now stream until <t:1748705123:f>.
I've just noticed that cursor changes when moving the Discord stream popup around
feels so 2000s
!stream
okay you've just sold me the game
!stream 22
bought
!stream 1258548535108964363
โ @rapid jungle can now stream until <t:1748705479:f>.
codeberg mentioned
GitHub but for lesbians
(quote from homepage from 1st of April last year)
fuck CLI utility but โจAIโจ?
hmm
@rapid jungle@magic zenith seems like it's not
it's closed source
allegedly
who knows what they actually use
Zig as a C compiler for Rust is great
most my software targeting musl is built with Zig
so Zig is going to be in pre-1.0 longer than Rust ig?
@magic zenith the closest language to Zig is C
they interoperate directly
@magic zenith you're only looking at syntax
yeah, syntax is largely irrelevant
(in terms of how languages are related/what they are a "mix" of)
JavaScript, for example, looks like Java and is named like Java only for marketing purposes
in its core, it's Scheme
and Scheme is a variant of Lisp
the most exotic syntax out of somewhat common somewhat sane language is Erlang imo
in the "a lot of oddities" kind of exotic
/= for not-equal
declaration of argument counts after /
and other fun stuff
Erlang is a very important language to interact with at some point
๐ง
ohh noice
@unique wyvern what does true/false mean in that context?
"merge succeeded"ness?
@unique wyvern if you already can test it upfront, maybe raise an exception instead?
!e
out = False
match True:
case out if 1 == 2:
pass
case _:
pass
print(out)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
True
:white_check_mark: Your 3.13 eval job has completed with return code 0.
False
!e
out = True
match False:
case _ if 1 == 1:
pass
case out:
pass
print(out)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
True
what a horror have I created
@unique wyvern single-return abomination:
merged = True
match False:
case _ if ...:
...
case _ if ...:
...
case merged:
pass
return merged
just copy the entire document each time
persistent data structures are fun
Automate swarms of office workers to solve puzzles inside your very own parallel computer made of people. A thrilling followup to the award winning Human Resource Machine. Now with more humans!
THRILLING FEATURES!
- More puzzles, more humans, more rippling brain muscles - over 60+ levels of programming puzzles! 77.777778% more levels than Huโฆ
$7.49
1701
woohoo new error
But weโll make it up in volume
Text version: https://pivot-to-ai.com/2025/05/31/microsoft-and-ai-spending-billions-to-make-millions/
Patreon: https://www.patreon.com/davidgerard
Patreon (enterprise rate): https://www.patreon.com/checkout/davidgerard?rid=6951364
Ko-Fi: https://ko-fi.com/A1529D5
Buy me nice things: https://www.amazon.co.uk/hz/w...
nbval
spending billions to make millions
same as OpenAI who would fold if it didn't raise the next funding round
@lavish rover is this what That Pipeline used?
"Run our tests locally. Do this locally. Do that locally."
Their slow-ass tester taking 5 mins for a single test case.
@upper basin I waited several months for a single-line-addition PR to get merged
to be fair, it was real software in my case
@sour imp "Claude, I promise to share this bounty with you"
fr lol careful though if claude dont get paid they may call the police ๐คฃ

I remember.
The rust one.
emulator.cpp lines 15 to 17
//The path to the keyboard and mouse (should look something like /dev/input/eventX)
char KEYBOARD_PATH[] = "<YOUR-PATH>";
char MOUSE_PATH[] = "<YOUR-PATH>";```
I would not volunteer for an event when I can't commit time for it. Just a waste of everyone's time that is.
All unitaryHACK participating bounties
It's easy money if they don't screw around.
I technically should have about 700 bucks now.
for how many hours of work?
All PRs that I'm alone on, and close the issue properly.
One day.
8 hours?
(as in what "one day" is in hours of work)
I would have closed all 6 on the first day and would have been able to move to new ones.
I spent 2-3 hours for this one. One day would be like 14 hours or so for me.
This one is funny.
qindex mem_tryGetLocalRamCapacityInBytes() {
/// @todo attempt to find total Ram
// if we're unable to find total RAM, throw an exception
// (which the caller should catch and gracefully continue)
throw (mem::COULD_NOT_QUERY_RAM) false;
}
25 bucks.
hehe
He wants to print total RAM regardless of os or compiler.
I will blindly trust this number just because it happens to be roughly the same as 700/14
"My grandma used to write cpp code for accessing RAM, I miss her, so..."
lol
Maybe mode. Edna mode.
oh I've just come up with such a cursed overengineered idea
maybe_wasm!(|argument| ...)
generates an object that contains both the original closure and lazily evaluated WASM, if the function needs to be sent over the network
yo wsg
so this would compile for the main target, but also for wasm32-unknown-unknown
and whatever Rust thing on the (potential) other side would run it
cursed but possible
whereas this is for server-side
better dynamic loading
and, more importantly, unloading
you cannot unload a C shared object safely
sending an arbitrary function (e.g. filter) over the network to another service
specifically so that I can use Rust
can't load Rust dynamically in any other way
in any other sane way
in a different process/on a different machine
potentially useful at work
it's not a new idea in any way
edge compute is quite normal
similar idea to this
I need to execute code near where data lives
without having to spawn processes
I can just send a static binary over, I don't need docker
isolation is not critical here
given how it's expected to be a pure function
.
that
to reduce resource usage
I can easily use Lua, and that's what I'm going to integrate anyway
those are separate goals
with resource control
I will allow users to run arbitrary Lua code, because I can control it
API documentation for the Rust piccolo crate.
going to use that thing
I don't really need it to "call" Rust
it can just yield what it needs to be called
so Lua code remains a pure function
again, very specifically to run existing Rust code
(for functionality, not performance)
Gary Marcus is a cognitive scientist, author, and longtime AI skeptic.
Gary joins Big Technology to discuss why largeโlanguageโmodel scaling is running into a wall. Tune in to hear a frank debate on the limits of โjust add GPUs,โ the promise of neuroโsymbolic hybrids, and what that means for the next wave of AI.
We also cover dataโ...
no, it was all complete garbage home written code
it works now :3
@peak depot
@plucky swan ๐
!voice
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
whats the problem?
@thin wasp ๐
Zak stop lurking and join vc
no i did all the imager thign but the ssh aint working
https://www.raspberrypi.com/documentation/computers/remote-access.html There is a page on the subject, but I don't know if it's going to be any help.
Provided to YouTube by Zojak World Wide
Three Blind Mice ยท Max Romeo
Open the Iron Gate: 1973-1979
โ Charmax Music
Released on: 2020-02-07
Auto-generated by YouTube.
What do I make for international hackathon?
ยฌยฌ thats on you, not the song ยฌยฌ
sorry
ZEIT!!!!!
Python propaganda spam because my teeth hurt
there
Welcome to DungeonMaster Records, where ancient fantasy realms and dark mystical atmospheres come to life!
Our channel delves into the world of Dungeon Synth, blending haunting melodies, immersive soundscapes, and captivating visuals that evoke forgotten dungeons, mythical lands, and epic quests. Whether you're a fan of 70s dark fantasy, mediev...
@astral coral waddup dude
yo man
@karmic rain ๐
how are u doing ?
@astral coral leave it like that, instant game over
@remote phoenix @lucid bear ๐
I wanna just listen to you
Bc my English isn't good
That is okay?
Yes. ๐
Thx
@faint cove ๐
@peak depot well, not as long; even before humans in case of orientation
@somber heath water animals mostly
what is that non-fish fish called
the colourful one
@worldly magnet ๐
AI
find a more original conversation topic maybe
anyway, if you want to use AI to write Python, you must learn Python
@worldly magnet are you using EC2?
you can't AWS security into your app itself easily
ghghghghh
you can't "upload the website to the internet"
you host it somewhere
@worldly magnet is that a static website?
@worldly magnet if you want a cloud-compatible solution, outsource auth
just don't do it yourself
@worthy timber please no
funny joke but please no
@worthy timber no it's not the most secure
web2 is done
okay you're just trolling at this point
eh
nvm neither of them is reading
@worthy timber well NOW you are actually trolling
@worldly magnet Angular is not better at all
so I'm just writing this so that I can't be held accountable for negligently ignoring the blatant misinformation
@worldly magnet they are trolling if you haven't noticed yet
side note: you can run React server-side
@worldly magnet ASP.NET is the main C# web framework
ASP.NET is way more spaghetti code than FastAPI
@worthy timber you sure are managing to output a high-concentration bullshit
most of the banks use COBOL
@worldly magnet NEVER ORACLE
NEVER
absolutely no
@worldly magnet I only unmuted to stop the active misinformation
if you want a simple route, just Next.js or Remix
brb audio died
well it technically died when I allowed Discord access to mic
then deploy to Vercel or whatever
or any other corporate alternatives
browser does not "read" index.php, the server does
@worldly magnet if you are unsure about security and want to rely on a "template", then don't do anything that relies on security
either learn or don't
anyway, I'm done with this because it's going nowhere
Holy words
and word my intervention to stop that has been ignored
eh
I have never seen someone say "You need to know machine code." For a general dev
@versed heath Hey there I know the basics of python and also I know a basics of HTMLCSS and learning JS though I learned it before but practicing right now I also know the basics of C programming but the problem is I'm not understanding that which place it will drive me to I mean are there any different sectors in this computer science engineering . Currently 19 years old watching youtube projects but cant write code alone
I am watching tech with tim 9 hours python projects understanding logics but though improved a bit but some loops are devastating @versed heath
@thorn wigeon ๐
if you're spending 8~9 hours a day learning, consider spending 4 instead
and sleep more
don't try to take in all the information at once
@versed heath I will not gonna say i cant but in deep logics for loops it becomes tough but understanding the logics though and getting help from AI
yeah
stucked took help from AI
like some rock paper scissor games and made a portfolio using html css
nah rock paper was good but other mini python projects
every now and then instead of asking help from AI try to figure out the explanation yourself, derived from the documentation of whatever you're working with
stack overflow?
if you don't know where the documentation is, you can ask AI just to point you there instead of asking for explanation
also avoid w3schools at all costs
@wraith jetty ๐
stack overflow at least has humans writing answers/comments
stackoverflow, stackexchange, serverfault, askubuntu
I don't remember which else are part of that company
We make Stack Overflow and 170+ other community-powered Q&A sites.
GenAI is at the bottom where it belongs
I wonder if they're paying the trademark fee
how is this a serverfault question
Kotlin
idk what the current US position is on "exporting" Android Studio
I normally install JetBrains' IDEs form
https://www.jetbrains.com/toolbox-app/
idk if you can download it directly
I'm in a place that US has export restrictions on too, but I think I can just download Android Studio as is
ah, wait, nvm, not anymore
correction: I could download it a few months ago
in Russia
oh, wait, it's back
had to sign in
womp womp
try downloading this, then signing in with GitHub
if Android Studio shows up, then try installing it
wait what Rider now has a Community-ish version
@worthy timber it's not Gradle that's blocking, it's the underlying specific Maven repositories
seems like
you need to locally download all the dependencies from some side channel
e.g. GitHub if you have access to that
a lot of mathematics I've learned in school and university ended up being useful for programming
set theory is great
make your own projects
it will speed up learning
@worthy timber important part of school is interaction with other students
I don't specialise in any specific software field either
but that seems to be a rare case for people who actually work
I'm content with however much I earn
I don't have that many reasons to spend
okay
why is the logo colorful
#changelog ๐
It's one of my favourite months of the year here. Also one of the somewhat more stressful, but eh.
Stressful in that we have to deal with people's garbage opinions.
Favourite in that we get to see the garbage taken out.
hmm
i saw that too
@ mehrad hey
yo wsup mate
Reading what is politely referred to as a visual novel.
Hi hi.
I remember when it was all hissing and antipathy,
@wooden oracle๐
hi
With annoyance and zoomies?
?
hello
I recently found another random Chinese VN recently that I have shown to someone from here before
"another" being only second so far
The one I'm reading at the moment is +99 Reinforced Wooden Stick.
I've laughed out loud on several occasions.
It also goes full Junji Ito.
It's amazing.
I'm currently using a different keyboard and writing tildes is a bit weird
it has no key for that
Emotional gut punch? Emotional gut punch.
I saw someone mention today that they'd bound their escape key to caps lock...or something.
Sounded a bit weird to me.
caps lock being a second escape is not new to me
@naive oasis๐
Maybe it was that.
guess which software that was for
somewhat old piece of technology
vim?
Last message in #voice-chat-text-1 was 5 hours ago
OOps
wrong chat
hmm... I'm lost
Wherever you are, you are there.
If you find yourself somewhere you are not, you may have encountered a problem.
you should've realised it's not OT because I had typed in there
@golden crane๐
Hi ๐
AI should only be used for alerts/analytics, never direct action, when comes to moderation
however unclear alerts are something that has potential toll
Outside of select circumstances. There are cases where you can have autobans/mutes/message deletes. But as a general idea, yes, automoderation is not a good idea.
using AI to "see relevant messages" is probably the closest to sane option
as to not have to look through entire message history of a user
why there lgbtq ?
Maybe not autobans, but automutes, certainly.
Discord itself has auto-bans but idk if they're visible to the server moderation
Hello there!
Because all that exists in that regard is what nature has thrown at the wall and has stuck.
The same recipe that makes non-queer people makes queer people.
Like pancake batter.
Thrown against a wall.
Although if you find a pancake batter that actually sticks completely to the wall without it dripping off from it, you may have the recipe wrong, to be honest.
as for branding we can now say "because the Pope declared as such" given Stel is now a director
I think it's completely invisible from the outside
dealing with this monstrosity
Well, I'll probably have some form of RSI after scrolling so much.
Plus my bum is probably a little sore from being sat on so much.
there are no methods
just data
something like this, except way more complex
enum Command {
Set {
key: String,
value: String,
},
Get {
key: String,
},
}
Hello oh I love the colors this Pride month. We in France have gaypride in different cities ๐ฅฐ
does the bot recognise different words I wonder 
meanwhile me, living as a lesbian in Russia: ...
seems like not
but we do have 
If this isn't a joke, be brave...
79 variants
id how many fields
I can probably count
332 total
@astral coral reef?
hi ๐
:3
So noted.
does pride month still exist
lmao the bot
How could he remove something that happens all around the world?
yeh i "heard" that it got removed from calender
He still not control the whole worlds calendars
like google calender
Google is not the whole world
i mean technically not the whole world
many south asian countries dont follow and dont even know what pride month is
i mean u could also say that the west is not the whole world
is Russia part of the "West"?
i did not meant that way but it is something tha is very unknown to many around the world
and russia does not promote pride
but i dont mean any offense
you probably don't know what Russia is
you mean the Russian government
nah i just dont want to be seen as a homophobe and be discriminated
yeh ๐
pride month is a very existent thing inside Russia
i mean i see many people here support pride so i dont want the one to be against or with anything
what is the history of pride
Pride month is western concept, not a global phenomenon.
South Asian countries do have cultural rituals and celebrations that are practiced by Trans and Gay folks in private and public
very true
June 28 1969
Stonewall
so it all started from a gay bar ๐ญ ๐
oh thats cool
A little incongruous if you think about it, sure.
Plus the warm Santa hats and outfits.
You'd be surprised to know but India has the highest population of Trans and Gay people.
Because of the sheer size of India , estimates suggest 10% of Indian identity as LGBTQ+
very false
So do I
Hmm?
bruh where do u even live ?
Mumbai
bruh
<@&831776746206265384> VC
He is definitely mentally ill?
wtf ๐ญ
๐ฟ
Some topics are sensitive but it was rude to say such a thing to anyone
what's up?
its fine
1236572827251904533
Honestly, I'm not exactly sure.
(Fisher was in VC towards the end, if you need to write down, ask him)
@astral coral "acting strong over being strong"
Take your time
"strong government doesn't need to protect itself from its own population" kind of thing
so by doing the exact opposite, yeah, it ends up even looking the opposite
@candid spire just asking are u a studetn?
@pastel summit ๐
No, why do you ask?
i mean in college ?
Never been to college
so u are in school?
Nope
damn
The age old "should we decriminalise cannibis?" conversation has reared it's head again, this time with the London Mayor Sadiq Khan backing the calls to decriminalise for possession of small amounts.
How are drug laws in the UK damaging police relations with ethnic communities? What would decriminalisation it mean for stop and search? And, wit...
how old are u
19
@jovial merlin ๐
i see
hi
I too, see. Until I close my eyes. Then I do not see. Unless you count the noise.
hello
what are you on about lol
hello
i get it
hello
@astral coral not me closing my eyes to check ๐ญ
my brain thinks of it more like "no colour"
@jovial merlin damn
I used to feel like it's black/dar red/red/white depending on circumstances
You're asking the wrong person.
lol
but now it's just that I don't even think of it as a colour
i see blck and red under light
but yea if i dont do anything weird just dark red
@astral coral where are u getting these from ?
the voice verification reqs are wild ngl
very annoying thing that used to happen was that, when I closed eyes, even without any serious light sources outside, I would see very bright, annoyingly bright, white
@astral coral you good?
I am not sure about his eyes but Every time he closes his mouthโฆ I swear I can hear angels sing. Silence really is golden."
damn
You know that
๐ฟ
@obsidian jewel ๐
hi
"you know that when you look up mentions: ... in the search and the only thing that comes up is about inheritance, something is definitely off"
@cloud root ๐
wild
In India, we donโt argue โ we get served by your American servers daily. While you bark like dogs, weโre busy running the world with desi swag.๐๐ถ๐ป
And servent also
??
what are you talking about?
Idk, why does he act like that?
WOAHHH
@primal shadow werent you just mad at him for being controversial
also you just said ignore him and your the only one interacting with him and beefing
HYPOCRISY
i mean it was from both sides
yea true
bro @primal shadow its ragebait, its not that deep bro
@peak depot now what
i guess that is just the policy now
and isnt that just being counted as racism @peak depot
@primal shadow He is delusional, he was mocking you because of stereotypes he have about you and American and consider you no equal to him.
I am aware of his intentions, he is definitely trying to get in trouble and being sadist out of boredom or something has happened bad with him.
thats why people dont bring it up i guess
bruh
bro but @primal shadow why is this getting so political
i mean its not all you of course the other guy brought it up too
but its a python server
its because we just wanna chill and code
not get into a debate
nah im not free to bc reqs are loads to speak
voice channels are off-topic
alr ig
Bro they first abused me
@primal shadow i am not here to talk any politics because all of them are piece of shits
!voice
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@somber heath i know the criteria but like
i havent been here 3 days so thats what im doing
When I ask sometimes relevant they fucked uppp
alr ig @primal shadow
that doesn't give you the right to respond in a rude manner;
if you have a problem with someone, DM @rapid crown
@primal shadow bringing politics will bring nothing but conflicts
I fucked you criteria Already
I am not afraid of it
thats my view too but if thats how it is ig it is
I like to discuss and educate ๐
I must shit on yours mouth without hesitate
idk why he does that
You should get help, from a professional.
@somber heath what does it solve
Not to kink shame, but... you know
<@&831776746206265384> I think we can throw them out already
what does it make easier in day to day life
They do politics first opalmist I came here to learn something
But they do shit always
I thought it was over
Shut off
fair enough im just not used to that in discord vcs ig
@somber heath ok so pride means opening of opinions right?
You know I fuck your mother ๐ฉ
pride
!ban 1236572827251904533 Not civil
:incoming_envelope: :ok_hand: applied ban to @wild wing permanently.
yay I got arainbow flag >:3
hi Vivek
I was typing an actual ban message but then they went from a 100 to 10000
w
The paradox of intolerance applies.
Your upbringing is bad
The parable of the Nazi bar applies.
wdym
@somber heath talking happens between two open mind
but politics is something mostly approached with closed minds and opinions
that is why it leads to nothing
"If you open your mind too much, your brain will fall out."
fym
Beg pardon?
?
wait so @primal shadow are you right wing or left wing i kinda fased out
isn't that paraphrase carl sagan?
lol
I'm unfamiliar with that acronym. Could you please explain it?
@somber heath i respect u a lot because u tought me many things but in terms of politics i dont agree
[what the ]fuck you mean
It doesn't matter; one should maintain composure, especially in public spaces.
discussing politics in a PYTHON server isnt going to save people live instead destroys people energy
Those are my favorite people to discuss politics with
reminder that you started the discussion
then u come here nothing but to get validation
Google AI summary for that is so funny
i already cleared that i didnt mean it in a bad way
I do know politics is sensitive and for some it is religion.
But one should not misbehave and act inhuman, especially in off topic room
Hey, muted people are people too ๐
"fym"?
yes
@primal shadow i get what u are saying regarding the other one
fr lol
@primal shadow its not ur fucking business whether i speak or not
true
that's almost exactly what he said
there is a reason why there is a text channel for a vc
he literally said he doesn't tell others how to speak
Generally this is an off-topic voice chat, so people talk about whatever they're interested in. We will sometimes steer the conversation away from certain topics, or if it becomes too heated.
are they.... are they really ....
zak you havent spoken in like a half hour
TOO MUCH SHOUTING, NOTHING GOOD TO SAY
I have the most legitimate reason to keep myself muted:
unmuting breaks audio output
Firefox just how
The actor who plays Dewey also left acting I think?
yeee he did
!e """import random""""
```
!e import random
:warning: Your 3.13 eval job has completed with return code 0.
[No output]
@wise loom the code analyser?
!e import random python_discord = ["Zak", "Milien", "bigfootcancode", "_426", "LX", "OpalMist"] for i in python_discord: python_judged = random.choice(["Haram", "Halal"]) print(f"{i} is {python_judged} ")
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | Zak is Halal
002 | Milien is Haram
003 | bigfootcancode is Halal
004 | _426 is Haram
005 | LX is Halal
006 | OpalMist is Haram
I've had to deal with infer before
!stream 221417491136512010 30M
โ @primal shadow can now stream until <t:1748798120:f>.
can i have streaming perms lx?
What do you want to stream? ๐
dam
Hey opal mist please pay me bro i fucked you mother bro
ma code
!mute 1378773634554003569
:incoming_envelope: :ok_hand: applied timeout to @sweet agate until <t:1748799958:f> (1 hour).
im making pong :0
Damm he made a new account
can I have streaming perms ๐ฅน
Insane
!e """print(f'{1 + 2 = }')"""
exec(doc)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
1 + 2 = 3
@somber heath @astral coral
yeeeee?
opalmist was timed out @vocal basin
yes
Quite certain of that, are you?
^
read the name, once more
wtf is that
oh my bad
@somber heath do u know him?
but yea lx can i have streaming perms?
superstarifiable
Definitely the same guy with account, he is insane
Got banned and made a new one
Just for this
Well, apparently well enough that I need to be calling them daddy, now.
@vocal basin snippet from my notes
Interesting static analyzers:
* https://github.com/honeycombio/gritql
* https://github.com/semgrep/semgrep
* https://github.com/facebook/infer
* https://github.com/qundao/mirror-mergiraf
wtf
na i meant like he just random or u two had fought before
feels like i am missing the plot
most likely Hellomiter
maybe
Definitely this guy made the account
yup
weekend
Sorry, just trying to figure out what our policy is about granting streaming perms if the person hasn't voice verified yet.
nvm I realised that my question was wrong
it would make sense for NOR to NOT conversion
Oh, would you still like streaming permissions?
Or is your issue resolved?
Ah ok
!stream 862284694497263636 30M
โ @stark oxide can now stream until <t:1748799054:f>.
if i can could i get some too?
me too pwease
im just wanting to stream what im coding idk
That's a Zachtronics game right?
oh alr, i guess i cant get stream perms then
we need to unmute to stream?
apparently, idk @primal shadow said so
i do have all the reqs for talking appart from the 3 days thing
just waiting on that ig
i dont get it but noted
but i think he meant you need voice perms but not nececerily unmute but idk
yeh maybe
yea
I just wanted to be included ; _ ; you all hit me with newspapers ; _ ;
What logic gate are you trying to make?
NOR gate
np
what is the game called? :)
@gray bough ๐
I smell dutch
!stream 1319370380078743584
โ @jovial merlin can now stream until <t:1748798411:f>.
@jovial merlinnice
Ah you've done it @stark oxide
@stark oxide game name pls
@stark oxide I find with these things, try to express it in plain language
Yeah, what fkorstyzz said
it's "turing complete"
-= LEARN =-
Everything in a computer can be constructed from a basic component called a NAND gate. You will be challenged through a series of puzzles, to discover the path from NAND gates to arithmetic, memory and all the way to full CPU architectures. If you complete this game, you will have a deep understanding of how assembly, CPU instructiโฆ
$13.99
3888
So before, when you were tryin to implement NOR, you could have first implemented OR which is "not neither".
@restive hemlock ๐
I xor this one before
ty @whole rover
And?
-= LEARN =-
Everything in a computer can be constructed from a basic component called a NAND gate. You will be challenged through a series of puzzles, to discover the path from NAND gates to arithmetic, memory and all the way to full CPU architectures. If you complete this game, you will have a deep understanding of how assembly, CPU instructiโฆ
$13.99
3888
Did you guys ever use Karnaugh maps?
what is like a super basic app i could try making in qt
It's not full stack unless you're using a soldering iron
To-do list?
Kind of boring sorry ๐
dayum
19 relays to test insulation resistance in a 19 core socapex cable
it's the first day so not bad
wait how did i find this discord then?
i forgot lol
i thought it was discovery lol
You might have searched for it?
like the search for servers on discord
or if you want educational it's also there
that like only servers that have over 1k can go on
Also a lot of our traffic comes through pythondiscord.com, I think
Covid was 2020 I think ๐ค
yea might have been that
what is normally in "other"
Notes
I do find it funny that there is 57 and 179 consecutively but that's way too much of an in-joke
#define PI 179/57
I really wouldn't do well in a dark cave ยฌยฌ
do i get voice perms toomorow or is it the day after?
like does the day i joined count as one of the days in the 3
type !user in bot channel
You are not allowed to use that command here. Please use the #bot-commands channel instead.
day after tomorrow
it is 3 days exactly to the timestamp that you joined
darn
yeah, soz bud
Yeah lots of drive-by trolls
fair enough
People joining and screaming and that sort of thing
please don't pull the trigger @whole rover ; _ ;
@primal shadow fr?
And some servers do have specific rules that might trip you up
Like, spambot honeypot channels ๐
fkorstyzz said "it's not like any mod has a gun to your head" (context the voice chat requirements being moaned about) I said you because it could be plausible since you also live in the UK
ah lol
I made it through my first year at uon @whole rover ๐
MACHINE
god I wanna drill this part of my brain
crazy
you are ECE right @terse needle ?
yes, good memory
hahahaha i have a lot of friends in EE
it was a hard choice but honestly it was right for me
Do you know Fred or Adrian?
my friend has just finished up second year of the MEng program
hmmm i do not
I know a great man called Isaac and a guy who graduated last year called Nick
oh, I know quite a few of Second and Third years because I do a lot at Formula Student
is he a foundation year?
very potentially let me see
Oh sorry, I missed this. We're still findable through discovery search, but we're not featured on the Science and Tech page.
I didn't know you were still at uon I thought you would have left by now
very potentially yes
nah lol 4 years
took my 3rd year out but stayed around nottingham doing research
oh ๐ different guy
ah I see
so just finished my exams
I like Jubilee so much but I confined to Coates all of the time
my condolences
bloody C25
yes
It's been quite annoying
I'm not quite done with exams
I have a viva tomorrow and a presentation on Friday
so kinda done
oh yeah that's right my friend has his second year viva at some point or has had something recently
yeah my girlfriend does natsci so is in pope and george green and has been trolled by this gas leak for however long it's been ongoing lol
I hate GG so much
hallward supremacy
i was big on hallward first year because I was in derby hall
but second year onwards i just realised that the computer science building is better in every way lol
performant PCs and guaranteed space
I'm in Rutland so it's just a walk up a hill
i thought the roof was falling off Rutland
then again that's most buildings on campus
that was last year
I've had all of my lectures the past two semesters in a "large seminar room"
๐
isn't that being sold
yeah :^(
though the current rumour is warhammer is buying it and leasing some space back to the university lol
this storeroom is on kmc
oh fair enough
I forgot warhammer was based in notts
although you see it on the tram
it's pretty cool
yeah their whole complex is crazy
we got a tour of it and then got a tour of the power station in one day lol
weird day
is your degree programme one where you don't get any optionals until like year 3
yes.
@jovial merlin can i know what software/editor you are using to edit
I've toyed with the idea of picking some CS modules in third year. I think I would enjoy it but not sure if it is worth it for my degree
vc1 @whole rover
im using zed
theres a windows build made by community but rn its only officialy on linux and mac
Oh ok thanks brother
i had an easy to use windows build that my friend sent and was gonna send it but my friend deleted it so idk
Got it,Thanks for the information
yw
are you on windows, linux or mac?
@versed heath i wouldent learn programming at school tbh
@versed heath your internet IS realy BAD
what course would you recomend?
I want to learn of a course and not school but can't find a good course or site to learn from?
@jovial merlin
roadmap.sh is pretty good apparently
but my advice is just start coding tbh
if you dont know how to do something your wanting to do in whatever programming language just look it up
Don't spend money on learning coding, the entry level market bottom has dropped out
I got told off for using regex once on a test
idk what you are gonna ask, but rust /s
what programming langauge is the best for ethical hacker or micro services?
or is it user specific?
hey @stuck furnace wanna see the crappy Python propaganda I made?
zak are you dutch?
no, british
Looks fine, I wouldn't spend money on it
Mint
THAT'S A ME LUIGI
โค๏ธ
Not mario that's my stupid little brother
:L
time for a small match statement
where macros
too many different details to generalise for now
this is how I define my big enum ```rust
define_pseudo_class!(
active, autofill, checked, default, defined, disabled, empty, enabled, first, focus,
hover, indeterminate, invalid, link, modal, optional, required, root, scope, target,
valid, visited;
AnyLink => "any-link",
FirstChild => "first-child", FirstOfType => "first-of-type",
FocusVisible => "focus-visible", FocusWithin => "focus-within",
InRange => "in-range", OutOfRange => "out-of-range",
LastChild => "last-child", LastOfType => "last-of-type",
OnlyChild => "only-child", OnlyOfType => "only-of-type",
PlaceholderShown => "placeholder-shown", PopoverOpen => "popover-open",
ReadOnly => "read-only", ReadWrite => "read-write",
UserInvalid => "user-invalid", UserValid => "user-valid";
Dir(Direction): Dir(dir) => format!("dir({})", dir.short()), "dir";
Lang(&'static str): Lang(lang) => format!("lang({lang})"), "lang";
NthChild(NthArgument): NthChild(arg) => format!("nth-child({})", arg.into_css()), "nth-child";
NthLastChild(NthArgument): NthLastChild(arg) => format!("nth-last-child({})", arg.into_css()), "nth-last-child";
NthLastOfType(NthArgument): NthLastOfType(arg) => format!("nth-last-of-type({})", arg.into_css()), "nth-last-of-type";
NthOfType(NthArgument): NthOfType(arg) => format!("nth-of-type({})", arg.into_css()), "nth-of-type";
);
maybe later will go through macros
I kind of need to control how it gets serde'd
field by field
oh god, well good luck
small database project already grew to 30'000 lines
@primal shadow I've got to go ๐
Which means you may have to end your stream sorry
๐
Well, yeah ๐
If you ask Hemlock when he's around I'm sure he'll grant you the streaming role
Yeah fair enough
Anyway, cya ๐
I can go insane levels of codegen with this codebase, but that would be way harder to debug
so for now I'm okay with quite a lot of duplicate code
I did actually find a bug in a macro I was using in this macro doing this xD
I have some other project which has something like 12 derive macros
but those are relatively easy generally
AS1100K/pastey#14
really strange one as well, no clue why it happens
Source of the Rust file src/lib.rs.
most of the issues were because of type system bugs rather than the macro writing itself
type system bugs as in rustc bugs
but I found workarounds
for example, Rust sometimes erroneously assumes that two types are same
so I just made a hacky Thing<T, const N: usize> wrapper to force it not to
it just increments N for each field
brb
I'm seriously considering using typetag more extensively
might be an actual sane idea
Hello!
and back
Windows
