- Open Club
- 17 members
- Free
General
Share your thoughts, ask for advice, drop some knowledge, or just post a meme! Whether you’re looking for help with a coding problem, sharing the latest tech news, or just want to make someone laugh, this is your space. Connect, learn, and have fun with the community.
4 topics in this forum
-
Multi language design serves several purposes, being inclusion and reachability the most important ones. In this small tutorial i'm going explain what i learned from Chatgpt about utf-8 validation that allows us to receive multibyte utf-8 characters and once verified they are valid, we consider the input valid. And than other validation methods can be employed to search for more intrinsic errors related to your business rules. From here on everything came from chatgpt i'm not a lier and i don't like to get credit from something i didn't do. So here we go. Let's go step by step and rigorously understand how UTF-8 byte sequences work, and why the hex constants (…
-
- 0 replies
- 772 views
-
-
First of all, this post requires from the user the knowledge and application of Shannon's entropy although it's an old and already college wise embedded topic even if you are not an engineer Shannon's entropy as much as Boltzmann's entropy came to the world with the intent to describe the organization level of a system, more in a sense that high entropy the organization level is low and low entropy the organization level is high. Which also can lead us to fact finding ideas like, if a system is extremely organized it can be easily predictable and if it is extremely disorganized it's hard to predict. So thinking in this concept, i created a password validator, that r…
-
- 0 replies
- 711 views
-
-
Programming for quantum computers differs fundamentally from classical programming due to the unique principles governing quantum mechanics. Understanding these distinctions is crucial for developers venturing into the quantum realm. Key Differences Between Classical and Quantum Programming Data Representation: Classical Computing: Utilizes bits that exist definitively in one of two states: 0 or 1. Quantum Computing: Employs qubits capable of superposition, allowing them to be in multiple states simultaneously, representing both 0 and 1 at the same time. Processing Capability: Classical Computin…
-
- 0 replies
- 1.3k views
-
-
Why enterprises should stop attempting to automate out engineers in one big shot and allow engineers to naturally build their own automation tools to become more and more efficient over time until the engineer becomes an artificial intelligence operator before the operator then also evolves into something else. Enterprises may be looking at agents as a big juicy new technology which on paper gives enterprises the opportunity to replace roles with agents, let me explain why this for now, is not going to happen the way you think it is. Firstly, an agent is just a fancy term for at a basic level, an LLM with some pre context, in the medium stage, an LLM with pre co…
-
- 0 replies
- 705 views
-