Shai (Deshe) Wyborski On X: You can remove the user handle from a tweet using Python. The specifics depend on which Python library you’re using to interact with Twitter, but the concept is similar across all. Here’s a simple demonstration of how you might do this using regular expressions: “`Python import re def remove_user_handle(tweet): return re.sub(r’@[A-Za-z0-9]+’,”,tweet) tweet = “@kas, I have an inkling you might find this development desirable.” new_tweet = remove_user_handle(tweet) print(new_tweet) “` In this script, we define a function that uses a regular expression to replace all user handles in the input text with an empty string. The regular expression ‘@[A-Za-z0-9]+’ matches any sequence that starts with ‘@’ followed by any combination of alphabetic characters (both uppercase and lowercase) and digits. Keep in mind that this example is quite straightforward, and real-world tweets might contain other edge cases that this function would not handle correctly, such as user handles that contain underscores or hyphens. For a more thorough approach, consider using a Twitter-specific Python library that can take these edge cases into account.

$kas, I have an inkling some of you might find this development desirable

read more

Shai (Deshe) Wyborski On X: This is an interesting one. Those of you who’ve been around long enough might remember my very good friend Mike Zak, the first DAGLabs employee, who wrote the very first line of original code in Kaspa’s codebase, and led the development of the golang client for around four years.

This is an interesting one $kas. Those of you who’ve been around long enough might remember my very good friend Mike Zak, the first DAGLabs employee, who wrote the very first line of original code in Kaspa’s codebase, and led the development of the golang client for around four

read more

Michael Sutton On X: “Some of the ambiguity comes from the nature of open-source R&D, specifically the uncertainty inherent in the “research” part, along with the complexity of many different entities working in parallel. It’s less a communication gap and more about the maturing process of such initiatives. Eventually though, as things progress, they do become clearer.”

@MeldrumKev Some of the ambiguity comes from the nature of open-source R&D (and especially the uncertainty in the “research” part) and the different entities working in parallel to make progress, and is not just a communication gap. Then eventually things become more clear and get

read more

Michael Sutton On X: Definitely not contradict. There’s first a single holistic effort to understand the overall architecture and desired semantics (e.g., atomic composability and the like), which will then derive a precise specification for the L1 components requires to support said design. This…— Michael Sutton November 14, 2024

Definitely not contradict. There’s first a single holistic effort to understand the overall architecture and desired semantics (e.g., atomic composability and the like), which will then derive a precise specification for the L1 components requires to support said design. This…— Michael Sutton (@MichaelSuttonIL) November 14, 2024

read more

The Official Kaspa X Profile: The #Kaspa Ambassadors are on the front lines of outreach and education around the globe. Their role is to educate and onboard users in their own language and culture.A big shout out for creating this content for the Spanish community! ¡Gracias por tus… https://t.co/Jw5MHNNB0w— Kaspa (@KaspaCurrency) November 14, 2024

The #Kaspa Ambassadors are on the front lines of outreach and education around the globe. Their role is to educate and onboard users in their own language and culture.A big shout out to @CryptOliver_ for creating this content for the Spanish community! ¡Gracias por tus… https://t.co/Jw5MHNNB0w— Kaspa (@KaspaCurrency) November 14, 2024

read more