Sabitlenmiş Tweet
alex lau
113 posts

alex lau
@dealchatco
🔥 Building DealChat - Help You Connect Smarter IBM Data Scientist 🎓 BSc@HKU & MSc@UCL
Elon Mars Katılım Mart 2026
31 Takip Edilen8 Takipçiler

@aussiExau thanks for your support. click register in main page! dealchat.co
English

@dealchatco Love this, good on you for building something that actually connects people without the middlemen. Keen to try the free plan, where can I sign up?
English

@aussiExau thanks for your support. click register in the main page! dealchat.co
English

📌 Python: Boost performance with multiprocessing
Python multiprocessing is a built-in module that allows you to run multiple tasks simultaneously by creating separate memory spaces and interpreters for each task.
👉The Logic
📍Bypasses the GIL: Standard Python uses a Global Interpreter Lock (GIL) that restricts execution to one thread at a time. Multiprocessing creates entirely new processes, each with its own GIL.
📍True Parallelism: Instead of just "switching" between tasks quickly, it runs them at the exact same time on different CPU cores.
📍Isolated Environments: Processes do not share memory by default; they communicate through specialized tools like Queues or Pipes.
👉Key Advantages
📍High Performance: Maximizes hardware by utilizing all available CPU cores for heavy calculations.
📍Speed: Dramatically reduces execution time for CPU-bound tasks like data crunching, image processing, or complex math.
📍Fault Isolation: If one child process crashes, it typically doesn't crash the main program.
📍Task Control: Processes can be easily interrupted, terminated, or prioritized by the operating system.
What's your experience using multiprocessing?
#Python #AI #ArtificialIntelligence #MachineLearning #DataScience
English

It’s actually interesting that Elon Musk is the richest man in the world and still carries himself like the awkward little kid at lunch who doesn’t know where to sit. Most rich powerful men walk into rooms with entourages acting like superstars wanting everyone to look at them. Elon walks in looking like a fish out of water at the wrong party wondering why he even showed up while probably thinking about self driving algorithms while everyone else is socializing. There’s something weirdly real and endearing about it, like all the fame and attention just feels unnecessary to him.
English

i hv no experience in Claude. But based on my experience, when your app is getting complicated, like many nested layers, contexts and scripts on both front and back end interacting each other, it will be very difficult to debug or revamp. so when it is getting bulky or complicated, Claude fails, right?
English

@itsolelehmann Two possibilities
1) too lazy to add a prompt "summarize and limit the words less than..."
2)they are indeed 10 pages long
English

@realbig_shak when parents have kids, they are even far from financial stable. when kids grow up, repeat the same loop.
English

@cb_doge @GettyImages guess he was thinking like: "oh, i don't fxxking care. time to capture something for my X platform fans"
English

@AutismCapital because he has X platform. he wants to record something for fans
English

On the X platform, we can pin only 1 post.
I'm curious — why is the limit so much lower on X (3 in Instagram)? When others visit our profile, why not have a carousel or a dedicated visible section for saved/highlighted posts that showcases our best work or talents? Allowing at least 10 posts would be much more effective for displaying our masterpieces.
English

@RealJackPoor you are so talented. i saw people turn that in 2 minutes.
English

@thedevchandra or more precisely, code once first then content content content
English

i am just curious, if something nesting together and getting complicated (one affect another), say
1) frontend: more than 30 jsx scripts, 10 js script, 30 context layers, 50 functions
2) backend: 40 api end points
3) database: 12 tables
if you are in the initial building phase, still ok. but when getting bulky and when you add new features/revamp, which requires understanding the original scripts. can Claude still handle it well? this is exactly my situation. i am not using agents, though.
English


















