Tech Rumors
3 subscribers
235K photos
239K links
Download Telegram
cointelegraph.com

1. 'Huge signal and validation' — Top Activision exec to take Yuga Labs' helm
Kieran Warwick, co-founder of blockchain role-playing game Illuvium believes Yuga Labs latest hire will be a boon for GameFi…
#ActivisionBlizzard #DanielAlegre #GameFi #CallofDuty #WorldofWarcraft #Diablo #Overwatch #YugaLabs #BoredApeYachtClub

2. FTX warns it will claw back political donations and contributions
The exchange warned those who received payments from FTX or its former executives that it's looking to recover funds even if they were donated to charity…
#FTX #politicalfunding #SBF #Sambankmanfried #politicaldonations #democraticparty #userfunds #cryptoexchange #bankrupt #bankruptcy

3. Vitalik Buterin reveals 3 ‘huge’ opportunities for crypto in 2023
There's still plenty of room for innovation, according to Ethereum's co-founder Vitalik Buterin…
#DecentralizedFinance #SignIns #Adoption #OnBoarding #Code #Hyperinflation #Openness #Transparency
dev.to

1. Build a Serverless ChatGPT SMS Chatbot with the OpenAI API
ChatGPT went viral recently! This conversational machine learning (ML) chatbot developed by OpenAI can answer questions, admit its mistakes, challenge incorrect premises, generate stories and poetry, and more. Read on to learn how to build a serverless SMS chatbot using ChatGPT and the OpenAI API, Twilio Programmable Messaging, the Twilio Serverless Toolkit, and Node.js.

You can test this chatbot out yourself by texting a question or prompt (like in the GIF above) to +17622490430.

Do you prefe…
#serverless #openai #chatgpt #machinelearning

2. Day 669 : Siesta
liner notes:

Saturday : There was a basketball game happening during my radio show's time slot so I decided to do the show online from my van and not drive to the station. Everything worked really well. I bought a bluetooth adapter for my recorder and was able bring in my cohost over the phone. Previously, I had to do stuff with wires and sometimes it wouldn't work. Had a good time. The recording of this week's show is at https://kNOwBETTERHIPHOP.com

Sunday : Did the study sessions. Got a bunc…
#hiphop #code #coding #lifelongdev
dev.to

1. Day 689 : Harriet Tubman
liner notes:

Saturday : Went into the station this week even though there was a game so that I could go to an event in town. I was messing up on the show. I felt off. I forgot Harriet Tubman's name! haha Had a good time at the event though. The recording of this week's show is at https://kNOwBETTERHIPHOP.com

Sunday : Did the study sessions over at https://untilit.works . Spoke with customer service about getting my Chromebook fixed. Filled out some forms and supposed to get the info I needed e…
#hiphop #code #coding #lifelongdev

2. How to download Youtube Music and Videos with Python
This article will discuss how to easily download music and videos from Youtube using the Python programming language. The reason why we will be using Python is that it is a lightweight, fast and easy tool to use for software development.

We will be using two libraries so as to achieve our aim argparse and pytube , it can be installed using the python package installer (pip).

Importing the libraries

import argparse
from pytube import YouTube

To parse the arguments supplied to the script, we'…
#python #tutorial #productivity

3. Sometimes I Feel Like I'm Invisible - Experiences of a Woman in Tech
This blog post is very personal and sharing it makes me very vulnerable. So please, respect that. And please, just please don't come and tell me it's all my fault or that I have imagined it all. Because I haven't.

Throughout my career, I've felt invisible. It's these small things - My man colleague being asked about a feature, even though I'm leading its development, or someone forgetting to add my team of one into their slide deck where every other team in the company is included. Or when the …
#inclusion #womenintech #webdev #culture
dev.to

Day 692 : Steep Life
liner notes:

Professional : Another day that time flew by. I got up early to catch a meeting that was set for folks in Europe and Asia. Went back to sleep right after. Got up in time for a couple of more meetings. Spent the rest of the day updating some Web Components.
Personal : Last night, I went through a bunch of tracks and worked a little on my side project. Mostly cleaning up the response that comes back from authorizing a user. Finally watched "You People". It was pretty good. I enjoyed …
#hiphop #code #coding #lifelongdev
cointelegraph.com

Bitcoin core dev calls out 'misleading' auction selling his code as an NFT
Bitcoin core developer Luke Dashjr has called out a "misleading" auction selling his code as NFT, explaining on Twitter, he “was not involved with the creation and sale of this or any other NFTs.”
#Bitcoincoredeveloper #LukeDashjr #NFT #misleadingauction #Twitter #code
cointelegraph.com

Euler Finance's offer to hacker: Keep $20M or face the law
Euler Labs sent an on–chain threat to the hacker of its protocol demanding they return 90% of the stolen funds or they’ll post a bounty for information that'll lead to their arrest.
#Euler #EulerLabs #FlashLoan #Attack #Exploit #Chainalysis #TRM #EthereumCommunity #OnChainMessage #Threat #Code #SmartContractAudit #Bug #Vulnerability
cointelegraph.com

'Worst code I've ever seen': Euro stablecoin faces centralization criticism
A French bank has been criticized for its stablecoin that requires transfers to first be approved by a “centralized registrar.”
#SocieteGeneraleForge #EuroPeggedStablecoin #InstitutionalStablecoin #PublicBlockchain #EURCV #Code #RyanBerckman
cointelegraph.com

Coinbase exec uses ChatGPT 'jailbreak' to get odds on wild crypto scenarios
Coinbase executive and avid ChatGPT user Conor Grogan claims to have found a way to prompt the AI chatbot to predict the probability of Bitcoin going to near zero.
#AIChatbot #GPT4 #ConorGrogan #VladimirPutin #JoeBiden #DonaldTrump #Code #Italy
cointelegraph.com

Ledger key recovery service paused amid backlash, will open-source code
Hardware crypto wallet company Ledger postponed the launch of its key recovery service, opting to accelerate its open-sourcing roadmap ahead of its launch.
#Ledger #LedgerRecover #opensource #code #CharlesGuillemet #PascalGauthier
dev.to

How to write c program for addition of two number?
code: #include int main(){ int a,b; printf("Enter the two numbers for...
#code #addition #interview
dev.to

Typescript Code Generation
Do you ever wonder how to generate TypeScript code automatically? Using the TypeScript Compiler API,...
#typescript #javascript #code #generation