#off-topic-lounge-text
1 messages · Page 15 of 1
I think part of that was preparation for freethreading
(roughly how I view it)
package:
- can install
- has
__init__
module: - almost any python file
- the thing you import
library: - not really a Python term
- generally synonymous to package in the context of installation or reuse
(shared-object-backed ones are terminologically libraries, but, yeah, that's way too much into pedantic land)
done
it's just really really tiny (I made it bigger don't worry
damn I really want to talk with you guys but I have to wait
[In]/[Out] reminds me of Wolfram
What is Wolfram?
here's the code for the snake (without images so you can try it if you want) what do you think of the code, gameplay, graphics (obviously there isn't any image)
Click here to see this code in our pastebin.
I feel lonely just hearing you guys and not being able to respond😅
stackoverflow:
ask stupid questions get stupid answers
(joke about the community being not the most well-behaved when questions are deemed low quality)
what is stack overflow?
name is derived from a common error condition
LLMs are clearly missing the spirit
I feel like so many people were before me that I can find anything just by shearching it on google
that's what I do
I noticed that I now tend to read the docs and code way more than googling/browsing general sites like SO recently
maybe Google got worse, that's quite a real possibility
well, it did get worse
I see the AI response and I just instinctively close the tab
I don't even want to look through links anymore
I don't get much answers from AI overview
difficult for me to read
even though I understand the context, the act of copying the question did tick me off a bit
I see
in a weird way that may work as a very unreliable cache for other sites
e.g. when docs.rs is having issues
cool it will definitly be usefull for me later on but I have the time before I need this
Btw I made this, it's not finished but that's my biggest project yet
I don't know what is depth first but I will learn it sonner or later
@cunning star note for later (BFS vs DFS): ||as first step, rephrase the question as "what does each give us" rather than "which one do we need here"||
another note on that (for even way later, I do expect AI to ask you to do this yourself): ||you're missing one more algorithm, meet-in-the-middle, which is an extended BFS||
I absolutely would do the same
(lie and ask further questions)
I have to go so I really hope to see you again (hopefully I will be able to chat in the voice chat next time)
bye
thanks you so much for the knowledge
I have such a terrible solution I want to implement
(very specific to the data layout used for the input)
okay I'm back to reality from whatever bad trip that attempt was
(I was trying to design a no-allocation approach)
ugh
I do use quite advanced algorithms/data structures/data design stuff at work
well, "advanced" by "JSON to SQL to JSON" standards
like there isn't a "have a seen this before" sometimes
because it never existed before
like I have a choice between digging through hundreds of poorly indexed papers or just inventing a data structure in a ~day
I think you can't do some very weird optimisations with BFS
need to maintain too wide of a state
@cunning star you wouldn't use Dijkstra's algorithm here, edges aren't weighted
@cunning star real work should be paid like real work, so you have to be quite upfront that you, as the interviewer, either already have a good solution or that it's completely irrelevant to the actual business goals
otherwise there are some understandable reasons why people wouldn't want to do it
@cunning star goal of getting into Amazon quickly turns into goal of escaping Amazon, as several examples of people here have shown
did they force you to use Swift for Apple
Bro, can u teach me how have u done it,
someone pleae teach me python.....i am new...
ok
ok i can help you
A Page in : Automate the Boring Stuff with Python
Thanks....
I'll check it out
ok
@turbid gull may be can you help me afer 30mins?
+thanks
ok just give me a sign @rustic glade
thanks.. why don't you friend me?
i did
@cunning star how does it going
does it work now??
how can you sream? @cunning star
go to voice-verification
I will once I’m eligible- I haven’t contributed enough yet or been a member long enough
😁
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@cunning star I’ll be Lawful Good, I’ll do it the regular way
here
Thanks!
it's pretty empty and you can't do much in this game for now.
hello
good wbu?
hello
hello
Im going over Coursera, Im doing some free entry trial programs, Would anyone like to tag along
why i can't open the mute
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
how do I check the date of joined
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
hello
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
.
Wssup @onyx dew
@hollow mesa wp bro
hey
I don't have one
But why do you want ?
Okay bro
Where are you from?
@dull anvil How are you?
@hollow mesa bro how can i get voice access in this channel
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Long time no see
-# (not a bro)
Spidy at one time you will feel like @dull anvil is an ai chatbot
@hollow mesa shit bro
I've never saw her talking, but she always help people
!d socket
Source code: Lib/socket.py
This module provides access to the BSD socket interface. It is available on all modern Unix systems, Windows, MacOS, and probably additional platforms...
!pypi pyzmq
@lime vapor three links above are relevant
Oh kk bro
if you want, you might also consider WS, but they're a bit further from typical Unix socket model than ZMQ
@topaz mist napster?
thanks you
i am grateful
RabbitMQ is really not for basic stuff
I highly recommend avoiding it
if you want job scheduling, beanstalkd plus greenstalk
which is something you, as a beginner, probably shouldn't do
ZeroMQ is a bit of a mentally changing experience, I haven't yet tried teaching it to someone before regular sockets
TIPC is quite interesting, out of regular sockets
unfortunately seems to be Linux-only?
ZeroMQ does support it but not entirely that well
iirc something's off with its pub-sub implementation
well i have linux too
i will defnatly chack both of RabbitMQ and zeroMQ
thanks you for halp
start with TCP and WebSocket first
they're more widespread
and with less footguns than UDP
ZeroMQ is like an alternative to WebSocket, largely
but you really need to rethink your problem if you go with ZeroMQ
ZeroMQ doesn't expose the connections as a concept
I'd say this is roughly the order of learning them
yay I finaly got it working it was just that my ip had changed lol
that awesome bro
so can you like skipe UDP and zeroMQ or WebSocket and beanstalkd or you have to go throw all of them at the end
beanstalkd is generally like RabbitMQ but simpler
RabbitMQ and AMQP as a whole are very complicated
so if you are me
there are reasons why A in AMQP stands for Advanced
learn TCP to understand basics of binding and connecting to sockets,
then WebSocket to learn to use a protocol which does framing for you
after that, depends on what you want/need to do
i will i think thats good for me thanks you for halping a
guys you have to try thes model
https://huggingface.co/spaces/Qwen/Qwen3-Coder-WebDev
its defrant
crz man
!e```py
range loop
for VAR in range(1, 3):
print('The loop has run '+str(VAR)+' times!')
ls = ['apple','cherry','orange']
for fruit in ls:
print('there is an '+fruit+' in the basket')
x = 3
while x != 0:
print('this is an whileloop!')
x -=1
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | The loop has run 1 times!
002 | The loop has run 2 times!
003 | there is an apple in the basket
004 | there is an cherry in the basket
005 | there is an orange in the basket
006 | this is an whileloop!
007 | this is an whileloop!
008 | this is an whileloop!
hello :)
@daring pine what format are you using for framing?
splitting the TCP stream into separate parts
voice verification is just for voice
or are you using UDP
so i dont need it
you're using socket, right?
protocols
TCP is a contiguous ordered stream of bytes,
UDP is an unordered non-contiguous stream of small packets
SOCK_STREAM is TCP
SOCK_DGRAM is UDP
TCP doesn't inherently have a way to tell where one packet ends and another starts
but it guarantees the ordering
you can think of it like an infinite file that you read byte by byte (and sometimes you have to wait longer for next bytes to appear)
it might be easier to use something like WebSocket or ZeroMQ which splits the bytes into messages for you
let's suppose you're sending {"position":{"x":1,"y":2}}
if you send it as is, then this happens:
{"position":{"x":1,"y":2}}{"position":{"x":3,"y":4}}{"position":{"x":5,"y":6}}
how would you tell where one ends and the next starts?
or, more commonly, you might just see this arrive
{"position":{"x":1
(message/event partially delivered because of slow network)
the easiest way is to put them on separate lines
since json.dumps by default doesn't include \n in the output
heres the current progress (without audio, yes, theres audio for this game) there is more to the game rn but this is the most progress story-wise
you can just consume the stream until you read \n
{"position":{"x":1,"y":2}}
{"position":{"x":3,"y":4}}
{"position":{"x":5,"y":6}}
{"position":{"x":7,"
I don't remember if socket already has an implementation of readline
but I know it's included in https://docs.python.org/3/library/asyncio-stream.html
(asyncio streams are an alternative to socket)
((partially building on top of socket but providing a more convenient and concurrency-compatible interface))
feedback?
i dont want to make it default to yes/no when typing nonsense
afaik [Y/n] means yes by default, [y/n] means you have to type the answer
like that the game will become easily speedrunable
i dont want that
there are also secrets when typing specific sentences in the tile
and theres ALOT
hello
oh
ALL of these are secrets
maybe consider a more declarative approach?
i.e. some sort of textual format that describes the choices/whatever
in my experience, using Python itself as the main driver for the story writing isn't that viable in long run
other there *over there
red is for secrets/errors
where is it
i cant find it
oh wait
heres a much clearer list of the secrets
yeah i fixed the misspelling
i am sort of confused :V
do i add it to the game?
wait
i could put a time.sleep at the end
I've just rediscovered such an unexpected feature in one of the text game engines I made;
there's an option to, during the game, add extra choices (which effectively serves as a way to take notes)
def func(args):
pass
def func(args, st):
time.sleep(st)
return func(args)
ok, lets just step away from QOTD and i could show you a small side-project
oh, I've also just found a bug I think
Click here to see this code in our pastebin.
its a custom function used to draw text and shapes in a canvas
it could help for some occasions
like (i guess) drawing UI
idk why but it sounds like the barcode scanners you see in supermarkets
probably cuz of the beeps
you could show a video of your result :V
Hey guys
How are you there?
good
hes testing the draw function i made
idk about any bugs for this function
so (maybe) its perfect
yeah
a draw engine using turtle and tkinter
tkinter for the text
and turtle for the shapes
ooo youre drawing a snake?
pretty sure you can make snake using the draw function (with some actual code for the game to function)
also uuh
you need to credit me
as this took some time
if you want to
makes sense
the draw function is very simple
im going to try to make an art of snake using the draw function
yeah ill try to make it string
here
working on making the shapes a string
ill tell you if i need help
yo
ok
same here
yes
no its fine
i dont talk
bruh
i got voice access
right now
hello
PLEASE DONT LEAVE INSTANTLY
PLEASE
EVERYONE HAS DONE THIS
and there they go
:(
any time i wanna say the f word here ill replace it with ":("
i just write the sad face as :(((
fridge :((
:D
:)
😃
i agree
:) is better than 🙂
🙂 looks souless ngl
:) tho
that looks like it has soul
you know
python isnt just the only coding language i know
i know HTML5 CSS and GML (Visual AND code)
thinking about learning json and lua
JS not JSON?
there isn't that much to learn in JSON
look
the whole spec fits on a business card~~ if you try hard enough~~
(unless you include the history of it)
ok bye
Yahoo! JavaScript architect Douglas Crockford tells the story of how JSON was discovered and how it became a major standard for describing data.
bye
Click here to see this code in our pastebin.
who is vector ? :))
is it thes? qwen
/
qwen3-coder-30b
@desert crane
umm no i dont think so..
its different
link please
@blazing patio i dont think its on hugging face, maybe try github?
Could you help me too?
I been just messing with ai bots to try and learn lol
yes i can do @tiny depot
@valid flint
class Player:
def __init__(self):
pass
vs
class Player:
player = Player.draw(screen, ocean_blue)
This was yours
player = Player() # instantiate the Player class object
player.draw(screen, ocean_blue)
!stream 1145811320621510738
✅ @tawny musk can now stream until <t:1754335661:f>.
Hi, I feel like I didn't master python well enough before moving to using frameworks like FastAPI, Django and Flask and that's why I probably struggle with building things. What are some projects I can undertake that makes use of raw python and it's standard libraries but enables me learn everything about python?
Do tons of exercism, leetcode, codewars.
If you find something better than the above for object oriented design, language idiomatic constructs learning, drop it in the chat here I'd like to have a look.
"tons" is inefficient
and so is limiting learning to just those platforms
making projects is way more important than any of them
I'm currently learning python (begginer) I spend most of the time in conquering each topic in detail like currently i'm on for loop so study like for loop for dic,for loop for dict,for loop for tup etc tell me is it right way to study?
@brazen wave pls are you using Ubuntu? It looks life fedora 40+...
this looks very Ubuntu
i saw that, the desktop theme looks like the one i have on fedora.
@night lily is this the vc chat or
oh ok
just thought since it was like above the channel
Ubuntu 24.04 it sucks ass
Oh but u still on it tho 😅
I only use it because it's recommended by Lenovo for this laptop (Lenovo Thinkpad E14 Gen 6 AMD 7735hs).
I might switch to Debian soon, especially since Debian 13 trixie was released recently.
Oh you're also a Thinkpad fan. >>>>>
I'm sure any other distros would work fine on it tho.
I agree, but I'm trying to be a humble user, if the vendor says Ubuntu I do what the vendor says.
I could switch but I know there's some things I'll have to adjust and I don't have the time for them right now.
Things I need working:
- dual external monitor needs to work out-of-the-box when I plug/unplug the USB-C hub without me doing custom stuff
- when I close the lid, whatever video/music was playing needs to stay on, or it needs to be VERY easy for me to make it do that
- bluetooth needs to work well with minimal fiddling, no
bluetoothctlin the terminal, I don't have time for that. specifically it needs to connect when paired/known devices are in range, I do not want to constantly have to pair. - wifi networks need to work well and need to connect on their own without me fiddling with it
Ubuntu does all these. I have no doubt I could get Debian to do that, but I'd rather spend the time in other ways.
a humble user 😅 .
Yes, I've been a good boy and did what Lenovo told me to and I reap the rewards..
@gusty arch but there are downsides too with Ubuntu:
- Apps crashing for no apparent reason, Ubuntu wanting me to Send "Logs" to Canonical, and do I really want to do that? like do I actually know what's in those logs, could be all my passwords, but hey.. Lenovo told me to use it, I'm using it.
- I had to disable "Software Updater" and unattended updates/upgrades because Canonical built their OS like Android/iOS where you have constant/daily updates. Like why the F do I want daily updates. So I had to spend time disabling those.
And there's a lot more to say but we'll leave it at that.
The apps were crashing way too much. That's why after many years on Ubuntu, I switched to Fedora since last year.
Yes, I fully agree.
how to unmute ?
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Only way I can do tons of exercise is if I have learned. So I need learning resources and it would make sense if these learning resources are in an interactive environment like a jupyer notebook or colab.
👋🏿
Hello everyone, I've recently learned Python and learned from Codcademy. While, also learned by following tutorial from other youtubers to build basic projects. Currently I am confused on how can I build with project based learning and how to go past this point?
making projects != following tutorials on how to make projects
very different things
get a goal for a project that isn't covered by a tutorial
instead of doing things step-by-step the same way as the tutorials suggest, introduce a lot of more specific changes
Thanks for the feedback.
Hello
Is anyone here that have knowledge about programming for stepper motors or server motors?
I recently got a hold of a couple of stepper and server motors and want to get them running 😄
hlo
me to
mods thank you so much 🥹
hey
blahh ty for listening
blahh cant talk here
can i call u
i am not been active for 1hour 20 mins thats why i am not elgible
no, you can dm me if you want
oh
what's the matter?
it mean you must be busy to talk to with me ok i appreciate your respect sorry to disturb u and i wanted to talk about the my career in python and road and resources
yup dm me
ok
lol
beautiful coding going on here.
hello femboys and friends
@unborn sorrel so u know css?
im just wondering if u can teach me a bit since i know the basics already
like i know like more than the basics
import box
box.flex()
i just wanna know how glithy animations work really
glitchy
mb
like those types of anamations like cyber stuff
yes
but like not to much just a bit
smooth animation yes
@unborn sorrel go to settings and search up smooth in vscode
@unborn sorrel i use phase
it looks cool as well
the typing is also smooth
@unborn sorrel typing feels feels really good
what language is that in
similar to python?
let using some java too
so how does someone learn ocean
@unborn sorrel
@unborn sorrel is it harder than c++
hello
hello
Hey hey! is the exercise here to recreate the original ray tracer in C++ in python? @unborn sorrel and @calm bay
In Ocen, not Python
the goal is to learn about ray-tracing yes. the specific language is irrelevant, this is just the one we use
Okay! I am not familiar @unborn sorrel I see okay focusing on the core geometry and such. This is cool!!
Bye for now all. Thanks for the educational work along 🙏🏻
!stream 317279909112446976
✅ @night lily can now stream until <t:1755829540:f>.
What is going in here
Are you looking for another cpu?
same
yikes...
I hardly use my pc
so I don't know
I actually bought an expensive pc and rarely played any games on i], rip my bank account
lol
$5,000 to be exact
bye
what's the config?
Good afternoon man
hi some one can give me some recommend how to leran paython from 0
My first project in three weeks
!stream
@quasi karma thanks for sharing your project ,but i would be more inspired if you could share the code
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
hows going
yep
hi any one tall me how to enebel mic
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@unborn sorrel can u check my dm
hiiiii......i need someone to teach me python from the basics
hi
I'm available now, if you'd like to go over some things. 🙂
hi
Lol how did you do that?
Just following this guide loosely to make a raytracer.
how is my project : )
https://literature-overcome-norm-frederick.trycloudflare.com
Ummm
Provided to YouTube by Amuseio AB
Trilogy (Extended Mix) · Can Yıldızay
Trilogy
℗ Can Yıldızay
Released on: 2024-09-05
Producer: Can Yıldızay
Composer: Can Yıldızay
Auto-generated by YouTube.
really good. i feel like it could have some heavier drops here and there. but i can't really knock it as it is currently
Atonal
hello
🚀 Just published a modular Python API for productivity automation!
🧰 Format messy CSVs
📁 Monitor folders for changes
📄 Convert CSVs to branded PDFs
Built for freelancers, educators, and civic teams who want clean automation without the clutter.
🔗 GitHub (Lite version): https://github.com/zuchamo/python-productivity-api-v1.0
📦 Full suite on Payhip: https://payhip.com/b/st6n2
Would love feedback or ideas for expansion!
A modular Python API designed to boost productivity through automation. Includes tools for CSV formatting, folder monitoring, and PDF generation. Built for freelancers, educators, and civic teams s...
Is it fine if i stay in the live even tho im not coding? I just wanna watch.
i gtg for now, Enjoy coding!
what does (()=>{}
what is this in python?
code on stream isn't Python
it's Ocen
() => {} you'd normally see in something like JS
yeah
it's similar to lambda: in Python
but the thing on stream seems to be pattern matching instead
like in Rust
similar to match:-case: in Python
is it python +javascript +c++ wtf?
some amount of Rust
it mostly just looks like Python+TS+Rust
@calm bay is assert built-in? (can't find it in docs)
does Ocen have versioning yet? or intentionally unversioned to allow breakage/not slow down development?
@unborn sorrel vibe geometry
Some help me to fix
hia @unborn sorrel
It is not new
Can someone give me idea to clone my script because I can't clone it my script Is not working
-- Red Zeno Hub (Wrapper for Redz Hub)
local Players = game:GetService("Players")
local player = Players.LocalPlayer
-- GUI
local ScreenGui = Instance.new("ScreenGui")
ScreenGui.Name = "RedZenoHub"
ScreenGui.Parent = player:WaitForChild("PlayerGui")
local MainFrame = Instance.new("Frame")
MainFrame.Size = UDim2.new(0, 350, 0, 250)
MainFrame.Position = UDim2.new(0.5, -175, 0.5, -125)
MainFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
MainFrame.BorderSizePixel = 0
MainFrame.Parent = ScreenGui
local Title = Instance.new("TextLabel")
Title.Size = UDim2.new(1, 0, 0, 50)
Title.BackgroundTransparency = 1
Title.Text = "🚀 Red Zeno Hub"
Title.TextColor3 = Color3.fromRGB(255, 70, 70)
Title.TextScaled = true
Title.Font = Enum.Font.SourceSansBold
Title.Parent = MainFrame
-- Helper Function
local function createButton(name, posY, callback)
local btn = Instance.new("TextButton")
btn.Size = UDim2.new(0,
btn.PoUDim2.new( btn.BackgroundCColor3.from btn.Text = name
btn.TextColor3 = Color3.f
Translator = true;
}
local success, err = pcall(functi
loadstring(game:HttpGet("https://raw.githubusercontent.com/tlredz/Scripts/refs/s/main/main.luau"))(Settings)
end)
if not success then
warn("⚠️ Failed to Redz Hub: " .. tostring(err))
end
createButton("Tele (Sample)", 120, function()
if player.Character and player.Character:FindFChild("HumanoidRoo then
play
Can someone help me my script
Can someone help me pls
What's wrong with it?
"not working" isn't really helpful. is there an error or something?
Ist not working again my goal is to clone this script and work again loadstring(game:HttpGet("https://raw.githubusercontent.com/tlredz/Scripts/refs/heads/main/main.luau"))()
I need to update this script and working again
Or update this script to new gui name name redzeno hub and the old feature is is there and be working again
I trying to fix it but my brain is not working 😔
Come some help me fix the problem pls
My sister is single btw
PLS PLS PLS
Help me guys
loadstring(game:HttpGet("https://raw.githubusercontent.com/tlredz/Scripts/refs/heads/main/main.luau"))()
Fix this script pls
I want to clone it
Yes
Because not working
I need to clone to be working again and I updated to because I want to create new one
I need to rename to redzeno hub
Please react with ✅ to upload your file(s) to our paste bin, which is more accessible for some users.
Please react with ✅ to upload your file(s) to our paste bin, which is more accessible for some users.
guys i finally made my project
Great, so what's it all about?
it's a waste sorter app
Nice 💯
that allows the user to upload an image or describe the item in text and the program will determine whether it's trash, recyclable, or compostable, or even reusable.
this classification logic is do e through opencv
Cool 👍
thx
You're welcome
@calm bay @rich moss iirc in Rust and C++ you can also have methods on unions but that sounds like a very bad idea
@calm bay ig for something like this
#[repr(C)]
struct For {
tag: i64,
n: f64,
}
#[repr(C)]
struct Fucks {
tag: i64,
n: u64,
}
#[repr(C)]
union FfsWhyIsThisAllowed {
r#for: For,
fucks: Fucks,
sake__why_is_this_allowed: i128,
}
impl FfsWhyIsThisAllowed {
/// ## Safety
///
/// Safe to call when `for` or `fucks` is the active variant.
unsafe fn tag(&self) -> i64 {
// we push the hard moral choice of what field to pull `tag` out of to this method away form the user
self.fucks.tag
}
}
do you mean union
yes
yeah that's what i meant
PS C:\Users\casti> python -m pip install language-tool-python
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Apps > Advanced app settings > App execution aliases.
PS C:\Users\casti>
py -m pip
also #1035199133436354600
very epileptic dialogue of window selection
yo dawg, I heard you like Vibe Coding so we did Vibe Coding in your vibe coding.
Ok so what's going on here
!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.
The High-Level Shader Language or High-Level Shading Language (HLSL) is a proprietary shading language developed by Microsoft for the Direct3D 9 API to augment the shader assembly language, and went on to become the required shading language for the unified shader model of Direct3D 10 and higher.
HLSL is analogous to the GLSL shading language us...
Thats really interesting
Have you written all these from scratch or using any library
I have a question for the chat?
I'm professional in :
smart contract development
wallet integration
bot development (trading bot, discord/telegram bot)
NFTs, DeFi development
Languages : javascript, Solidity, Rust, Move, Python
Networks : Solana, Sui, Ethereum, Aptos
Let's connect now and discuss your project with me.
Hello anyone mentoring junior developers
I am really struggling with development. The senior is asking to use AI tools to deliver fast, so I am pushing code vibe coded code.
The team is very small
if they are asking kept pushing but on side keep learning on your own
btw i am not senior
Yes, I am doing this.
btw how do you self-learn. I have only 6 months of experience, so I am used to university type learning, where we have a limited syllabus. In software jobs, we don't have a syllabus, it's like infinite. how much you learn feels like it's very less. So how you focus on which topic to learn. Do you learn during working in your job or make separate time schedule.
i knew nothing about development but self-learning from last 1.5 years form random sources like courses; yt; articles and from where i can get desired contenet
was learning about cyber sec and now finally get job but honestly you need a lot of dedication other wise you will wast a lot of times like me but as you said ur learning from university organized slybus. well its always better to learn something instead of nothing but while seld learning you will learn a lot and always ahead of your uni slaybus with experice but best thing i have get from self learning is self-awareness that i always lacking
they don't know you need to deliver sooner not faster
vibe coded code mustn't go to production where someone might rely on it
context: I'm a lead programmer, and we're gradually blocking AI use internally because it slows everything down in a bad way
juniors can't understand how to use AI
those who push for AI are placing way more responsibility onto them without them being able to understand it
specific tools will often have an official course/guide/tutorial associated with them
for example, https://zguide.zeromq.org/
stuff like this is focused on the tech in question
stuff like this is more broad
right
Causing SSD Failures
AI accidentally working as a fuzzer for faulty firmware
so many words starting with f that my brain went comedic german accent on that `w' in `working'
i am new to pregramming i wanted to learn python for scripting and automation so at which part of python i have to focus on instead of learning whole cause of scope
regardless of the field, you should know the entirety of what the tutorial teaches
what kind of context are you going to deploy scripts in?
(where you run the scripts)
like now i am working on project where i have to extract AD and Azure data and have to automate that stuff of collection ingest into graph based database and also have to write scripts in python to make nodes and edgges and corelate data and make graph but also have to detect attack paths that how an attack can escilate from low privilege user to admin or heigh privildge use
related to cyber sec
actaully finding and mitigating vulnerablilties before any attack exploit them
am not very good at english and communication but hopes that make sense to you
how are you running the database? embedded? docker? system service?
right now the source i am using to learn python basics and internels is sc50p just starting
not random ad hoc deployment => really need to learn packaging and containerisation
for testing am using it just like other apps i dont know how they use is as production env actually working remote not have much interaction with devlopers
can i dm you?
maybe they are gonna use it as embaded
and also have to automate other stuff
So you use Arc🧐
Why?
Zen Is modern Arc with updates
Personal preference ig
Are you doing ray-tracing
?
no
@unborn sorrel Not me
Zen doesn't have the only meaningful differentiating feature Arc has
which is unified tabs and bookmarks in a tree view
too bad Arc died before implementing that feature well enough
(it was very painful to use last time I tried without Arc crashing)
@calm bay has remote wsl been tried yet?
@unborn sorrel
hmm
yeah then SSH
devcontainers time
hello what are u doing @unborn sorrel
I think SigmaOS has that though. and the best alternative to Arc is Zen. SigmaOS does not get frequest updates(1 time every few moths)
yeah, I'm not that aware of Mac-only stuff;
but seems to be similar idea
1 time every few months is probably better than Arc's officially dead status
and seemingly older than Arc?
no its a copy of Arc
Arc publicly appeared in 2022, SigmaOS in 2021
who copies whom aside, seems older
ah, no
both around 2021
why are timelines on these things so weird
so if they copied Arc they did it while it was still in beta
probably rushed to launch to get this
sigma Os was just a chromeium browser then when arc became popular they copied it.
not sure where the claim of it being chromium comes from
I mostly see it being WebKit
aligned with it being macOS-targeting
not really sure if it is chromium it was a bad browser before it copied arc
the tab weirdness seems to have been included since the announcement in 2021
the AI bullshit is almost certainly Arc copy
from what I remember Arc did that garbage very early on, while other browsers were just experimenting and having it in preview
anyone live code music here
Hey could anyone help me, I am not able to share my screen
hi
<@&831776746206265384> how do I get screen sharing perms ?
Don't ping moderators for questions like this please.
We give out screen sharing perms temporarily, when a moderator is already active in voice.
Oh, I see. Sorry.
Any way I could get it permantely ? I would love to screenshare my coding sessions in VC
Due to the abuse potential, not generally.
I don't see how it coulkd be abused more than Voice chat its self
You guys should at least make people in live coding / code/hlep channels be able to screenshare
That is possible, when a mod is around. Whether you see it or not, there is more abuse potential.
It's not that I don't see it might offer more angels for "abuse", it's that I think that micromanaging everything is bad for a chat / vc server.
and this is not a voicechat-centric server
the what
@void talon
@foggy leaf
thanks
!voice @lament shard
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Getting voice gate failed
Wdym???
The bot tells you why
@hazy harbor martin gardner fan?
@brazen wave ill restart my discord
@brazen wave maybe you can check some items and check where it's came from
even the ones from the US have $90 shipping cost.
so when you told me $500 shipping that sounded unrealistic to me.
show me again please, put it here
there are random books on amazon that cost $1M no joke.
there can be errors in the dynamic pricing algorithm they have.
it can happen.
They need to hire better programmers lmao
their team is the result of their HR & Recruitment & Talent Acquisition team.
the best of the best.
brb smoke
crazy
a new browser, i won't tell you
||it's google chrome||
it looks like a fork or something
whats that on the top
terminal and the untitledjupyter file
debian trixie + wayland + sway
very very basic
i used debian stable for a while but i was unaware about the debian trixie or debian sid
so i now have arch
great
where?
wait are you using vim shortcuts in gcolab?
in my system
i mean if we're going to talk so much about what i use, i'm not gonna get anything done here
that's what happens when people overconfigure.
i use minimal configs and leave most things as default because i don't have the time to test every minute change.
influencers on youtube will pimp out their machines so they can teach a class on how to pimp your machine.
and when it comes to getting things done, they never get anything done.
you just described the term ricing
i'm very aware of it
i mean they'd like to have more watchtime- so why wouldn't they
people like to watch shiny things-
i'm not an influencer. i need to visualize the calls of a recursive function so i can understand what's going on with it and how the call graph looks.
i'm not here to show shiny things, i'm here to understand how something works.
(i'm a python beginner but i get the point)
yes i get it
get it
Heu everyone
@neon portal hey 🙂
@brazen wave what's this?
read it and maybe you can help me understand it
good luck, have fun
@carmine crater any ideas?
i only read the Algorithms to understand what it is trying to explain
it use divide and conquer to get the result with O(√n * t) time complexity...
@void talon which browser do you use?
Generally Chrome
Why not custom fork of chromium??
Bro firefox is better
Internet Explorer IS the best
netscape
Excellent comment, very high value
Python is the really useful and powerful language. isnt it?
it is useful and powerful, unless you can do it somewhat simple with any other language 😂
No it's good but slow on some aspects, it all depends of the project I'd say.
I always liked it because it's made by Microsoft
what we need is to port IE to Linux
alongside IIS
yes I think in principle could be run via Wine
aren't you guys coding?
sure it is bro
@dusky cove how are you
@dusky cove trying to solve a problem, they say it's a medium but i feel like it's hard
i guess i always think they're not graded properly in terms of difficulty
the main difficulty seems to be how to formulate the recurrence, and specifically what to store, like what is the subproblem structure
@surreal vortex am rummaging github for books on DP, but as it turns out when people say "DP" outside of the CP context they mean stochastic stuff and markov chains and whatnot
I'm most likely procrastinating. But I think in CP, DP means a very specific part/subset of all DP
wrong ping
also don't abbreviate competitive programming like that
it really makes me wonder if I should study Bellman's optimality principle and what this book talks about
because whenever I tried to find some book about DP, it always mentions it
I'm also becoming somewhat saturated with problem-based courses like problem seminars because obviously there should be a robust process to determine which category the problem falls in and then crafting the solution to fit it
so not purely a collection of disparate case-by-case solutions but a definitive/systematic approach to DP, most likely a theory of it, it seems like that's what I'm looking for
this udemy course is unhelpful, just a collection of solved problems
Hi. I just joined. Just looking around for now. How long have you been writing in Py?
@brazen wave what are you working on?
Looks complicated
I am new new, Just started a course about 2 weeks ago.
Cool. How do you like it?
So far is not that bad. But obviously I have not gotten to the complicated parts.
Have you started working on any project yet?
My first project was a Telegram bot. With it, I figured out OOP, databases, and working with APIs. Highly recommend it.
But if I were starting from scratch, I’d choose learning Django. It lets you cover almost all of Python.
damnn nice
Do you know what Iko is working on?
iko?
Django might be a bit too framework-ish
=> gives a somewhat limited view of what Python is
Yes, you're right. But in the future, he'll understand what Python is capable of in general. That will be enough for him to Google and build something of his own from scratch later.
DP
hello
hello sammy
the WHAT context?
nahhh....
any questions?
competitive programming
@brazen wave and that is why #off-topic-lounge-text message
is the "Learn Python Programming Masterclass" by Tim Buchalka on Udemy a good beginners class if I want to learn python as a beginner?
or is 100 days of Python better?
How do i fix the 2 groups thing?
see there's 2 tabs of different tabs, i want to put them to one, as it was before
drag all the ones from the right onto the left
empty split group should disappear after that
THANK YOU!!!
\
The microphones you guys have are CRISP ;D
Uh
uhh thats weird
we cant share here?
i had like left the server 2 days ago on accident
@sterile mural so now I am not allowed to unmute anymore lol
@brazen wave how do you expect us to know if we "have it" if we dont know whats the name of the tv series lol
@hard mesa why did u move there?
idk
good question tho
nah from assam
we used to be able to share our screen
i remember it
about a year or two ago
do you have instaparty?
like the discord server?
it's called "Super/Natural" but I've seen it written as "Super Natural" and also "Super-Natural" and it has 1 season and 6 or 7 episodes. it was made in 2022. it's a documentary about nature.
can't find it anywhere..
@sterile mural ig we can screenshare here? https://instaparty.gg/screenshare-lol
nahhh
I am in instaparty
what project is this
Part I was talking about was how we decompose A (A from KAK decomposition, also known as the canonical gate, or e^i(aXX + bYY + cZZ)) to a target two qubit gate and some single qubit gates.
Delvin wants Skycraft to have perfect graphics
SUPPORT US ON VIVAPLUS - https://vivaplus.tv
MERCH - https://vldl.shop
ALL SOCIALS - https://vldl.info
WATCH US STREAM! - https://bit.ly/VLDLtwitch
SERIES PLAYLISTS - https://bit.ly/VLDLplaylists
@rich moss
Gut Morgan
James B. Keller (born 1958/1959) is an American microprocessor engineer best known for his work at AMD, Apple, and Tesla. He was the lead architect of the AMD K8 microarchitecture (including the original Athlon 64) and was involved in designing the Athlon (K7) and Apple A4/A5 processors. He was also the coauthor of the specifications for the x86...
i used to
you used to java but now you go?
but now i do Javascript and Typescript
all of them took that arrow in the knee
i wrote qbasic professionally but then i took an arrow 🏹 to the knee 🧎♂️
i need help
how can we best help you?
i need help to program a game
on python
this is really important
just a simple game
its for my personal project at school
anyone who has any experience on this please dm me asap
you need to be DM-ed asap?
look so i make a game which regenerates the winning position every single time u run the code and the macro has to figure out how to win the game
i need someone to help me make a game on python
how will they help you make this game?
and no i dont mean it like that i js need someone asap
teach me
so you want to be taught by someone how to make a game
let me know when the game is done, I want to play it
yes something like that
alr alr bet
hello
@primal bison hi
sup
what you do
nothing
@neon portal
Hi, how are you bro?
@rich moss @neon portal ^^
have you ever worked with bluez in linux?
@neon portal
discord not willing to cooperate today
hello
Yo what is the leetcode question no?
In combinatorics, stars and bars (also called "sticks and stones", "balls and bars", and "dots and dividers") is a graphical aid for deriving certain combinatorial theorems. It can be used to solve a variety of counting problems, such as how many ways there are to put n indistinguishable balls into k distinguishable bins. The solution to this pa...
[3, 1, 1]
S = (3 + 1 + 1)^2 = 25
Q = 3^2 + 1^2 + 1^2 = 11
e2 = (S - Q) / 2 = 14/2 = 7
suspicious line
!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.
https://paste.pythondiscord.com/2OGA @brazen wave
Nginx has a guide on https
https://nginx.org/en/docs/http/configuring_https_servers.html
do u all do code on Saturn day?
*Saturday
Suggest some entry-level projects . I am a beginner. Just know the basics of Python, C, HTML, CSS, and JS.
hi
!e
from scipy.stats import unitary_group
N = 3
UN = unitary_group.rvs(2**N)
:x: Your 3.13 eval job has completed with return code 139 (SIGSEGV).
001 | OpenBLAS blas_thread_init: pthread_create failed for thread 3 of 4: Resource temporarily unavailable
002 | OpenBLAS blas_thread_init: ensure that your address space and process count limits are big enough (ulimit -a)
003 | OpenBLAS blas_thread_init: or set a smaller OPENBLAS_NUM_THREADS to fit into what you have available
004 | OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
005 | Traceback (most recent call last):
006 | File [35m"/home/main.py"[0m, line [35m1[0m, in [35m<module>[0m
007 | from scipy.stats import unitary_group
008 | File [35m"/snekbox/user_base/lib/python3.13/site-packages/scipy/stats/__init__.py"[0m, line [35m626[0m, in [35m<module>[0m
009 | from ._stats_py import *
010 | File [35m"/snekbox/user_base/lib/python3.13/site-packages/scipy/stats/_stats_py.py"[0m, line [35m40[0m, in [35m<module>[0m
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/ECC7VE3QOAJ2IWT2643GELPGN4
How do I get streaming perms?
Ask a voice-regular moderator when they're in the voice chat.
Hello
!stream 463467303523319810
✅ @gray flint can now stream until <t:1759034751:f>.
- loki
- grafana & prometheus
?
» args-kwargs
» async-await
» blocking
» botvar
» class
» classmethod
» codeblock
» comparison
» contribute
» customchecks
» customcooldown
» customhelp
» dashmpip
» decorators
@peak dome internal pointer variable
Qodo
codium
look for VS Codium, not that
i'm in the live coding VC, doing some leetcode, got volume down low so i can focus.
if anyone wants to ask me anything just write it in chat.
i'll be around for a few hours.
YOO guys
is anyone online todey
if anyone wants some Cacao
@primal bison you can have a cacao drink, i find it's always relaxing
once i get a job, i'll buy some of this coffee
you have a job for me?
fullstack developer
do you want it?
that not from mee
but that from my uncle channel
put me in contact with your uncle please
where is this channel
wait, i cant share it
you can DM me
o
!rule 9 6
