It’s a clear signal to management that you need them more than they need you. Given that there’s been an unusual amount of silence from management and the reports from insiders that some Twitter employees have been “throwing coworkers under the bus” to preserve their jobs (listen the latest episode of the Hard Fork podcast for details), returning communicates to management that your situation is so dire that you’d be willing to take a hellish certainty over an uncertain freedom.
Your return could be short-lived. The new ownership started only a couple of weeks ago. The layoffs started only a couple of days ago. The calls to return started only a couple of hours ago. This is the surest sign of a team without a plan that’s changing direction and priorities on a moment-by-moment basis, following the whims of a mercurial, capricious, pathologically impulsive owner. You could very be easily get laid off again — maybe even before you get re-onboarded!
You will face long hours in an attempt to meet unrealistic deadlines with draconian consequences. There are reports on the anonymous professional social networking app Blind that remaining Twitter employees have assignments along the lines of “implement feature X by [a ridiculously close date] or you’re fired,” which is why you’ve got photos of people sleeping at Twitter offices like this:
If you can afford not to, don’t go back. You’re being asked to go back to Hell.
Here’s the list of tech, entrepreneur, and nerd events for Tampa Bay and surrounding areas for the week of Monday, November 7 through Sunday, November 13, 2022.
Every week, with the assistance of a couple of Jupyter Notebooks that I put together, I compile this list for the Tampa Bay tech community.
As far as event types go, this list casts a rather wide net. It includes events that would be of interest to techies, nerds, and entrepreneurs. It includes (but isn’t limited to) events that fall under the category of:
Programming, DevOps, systems administration, and testing
Tech project management / agile processes
Video, board, and role-playing games
Book, philosophy, and discussion clubs
Tech, business, and entrepreneur networking events
Toastmasters (because nerds really need to up their presentation game)
Sci-fi, fantasy, and other genre fandoms
Anything I deem geeky
By “Tampa Bay and surrounding areas”, this list covers events that originate or are aimed at the area within 100 miles of the Port of Tampa. At the very least, that includes the cities of Tampa, St. Petersburg, and Clearwater, but as far north as Ocala, as far south as Fort Myers, and includes Orlando and its surrounding cities.
If you’d like to get this list in your email inbox every week, enter your email address below. You’ll only be emailed once a week, and the email will contain this list, plus links to any interesting news, upcoming events, and tech articles.
Join the Tampa Bay Tech Events list and always be informed of what’s coming up in Tampa Bay!
That 50% figure isn’t the first layoff percentage to be thrown around. In fact, it’s just the midpoint between two other numbers that appeared in the news — it was 75% on October 20th, and then down to 25% on Monday.
Whiplash
Anyone working at Twitter right now must be feeling whiplash from the rapid changes, which seem like Elon’s just throwing ideas against the wall and seeing what sticks.
Consider the remote work policy. What a difference six months makes:
There’s also the recent story about Twitter developers being asked to print out their recent code for review, a request that could only be topped in bizarreness by the next request: Oh wait, that’s a security risk. Shred what you printed.
The printout exercise is futile — unless the goal was to have an easy-to-see physical representation of how much code each developer has produced, even when shredded. Printout is a pretty poor code review medium. As the Jargon File sums it up so succinctly: You can’t grep dead trees.
You should also keep in mind what it looks like from the points of view of the developers at Twitter, whose code was being reviewed by a team of Tesla developers, who build entirely different software (you know, the software that has a tendency to runs over kids — well, simulated kids, at least). They’re probably developing in different languages too — with the AI and embedded systems, the Tesla developers are likely using C++ and Python, while Twitter is known to use Scala on the back end, and this photo that Twitter coder Leah Culver posted shows that she’s working on the iOS app natively in Swift:
This could be the “ready, fire, aim” philosophy of management in action, or it could just be Elon flexing like Homer Simpson when he was crowned the Stonecutters’ Chosen One (which itself was a tribute to a scene from the 1987 film The Last Emperor):
At the very least, read the What to Expect section, which has these points:
Don’t rely on fair or reasonable treatment from the company. Hope for the best but plan for the worst.
You will likely lose access to all company systems before being notified that you are terminated.
Assume everything you do on work accounts and work devices is traceable and monitored.
Your manager is obligated and incentivized to follow instructions from leadership. Do not assume your manager will be willing or able to help you, even if they want to.
Using a combination of site-reading automation and human editorial, Techmeme provides people eager to follow the latest technology happenings with listing of current tech news articles. It’s an ever-updating “Page One” featuring breaking tech news stories and commentaries on those stories, from big tech news sites to tech blogs (ranging from big, corporate-funded ones to one-person developer blogs).
Simply put: Yes, you want to get referenced on Techmeme.
How to do it
And now, the part you’re really interested in: how to get some Techmeme Googlejuice and readership for yourself.
The trick is a simple one: it’s to get Techmeme to mention your blog articles in the “Discussion” section for its stories, or better still, make one of your articles a featured article. Once that happens a couple of times, you’ll notice that your readership will grow from the “Techmeme bump” and if you play your cards right, all sorts of opportunities will follow. It’s worked for me at Global Nerdy, which often gets listed in “Discussion” lists for Techmeme articles and has had a few articles as feature articles, and it’s grown from zero readers in 2006 to almost 10 million pageviews to date.
Blog something intelligent about the top story of the day.
Link to and mention all the people who have said something intelligent.
Repeat for 30 days.
Go to a couple of conferences a month. (You can actually skip this step.)
That’s all there is to it: find featured articles in Techmeme, write something intelligent about it in your blog (don’t forget to link to the article!) and keep doing it. Like a lot of other things in tech, as long as you’ve got the threshold amount of smarts, it’s all about perseverance.
If you did that and actually competed with tik tok that’d be hilarious
— MrBeast (@MrBeast) October 31, 2022
Vine started as its own company in June 2012, Twitter acquired it in October 2012, and its first official release was in January 2013. Twitter announced that it would discontinue Vine in October 2016 and disabled all uploads.
If Vine could be turned into a TikTok competitor as YouTuber Jimmy “MrBeast” Donaldson suggests, it could help counter TikTok’s serioussecurityissues and help give Twitter a much-needed image boost.
Here’s the problem:
Musk has asked engineers to look at the old code. This would be a sensible thing if we were dealing with a hardware, mechanical, or physical artifact, but Vine is software. Even more challenging is the fact that it’s mobile software. That was first released in 2012 and last updated in 2016.
As software developer and product manager Sara Beykpour put it (and on Twitter, no less!):
some free advice, from someone who worked at Vine and also led the shutdown of Vine.
This code is 6+ years old. Some of it is 10+. You don’t want to look there. If you want to revive Vine, you should start over.
I have no inside knowledge of Vine, but I’d be willing to bet that the Android and iOS Vine apps were probably written as native apps. React Native wasn’t out until 2015, and every other cross-platform solution at the time (including Xamarin) wouldn’t have been up to the task.
In 2012, when Vine began, that would mean:
On Android: writing the app in Java using Eclipse (the stable 1.0 version of Android Studio wouldn’t come out until December 2014).
On iOS: writing the app in Objective-C, quite possibly using NIBs instead of storyboards.
Simply put — ancient stuff, at least by the standards of mobile development. While there are still some Java-based Android and Objective-C-based iOS projects out there, the majority of the top apps in the stores are written in either Kotlin or Swift.
It would be a good idea to have a handful of developers look over the old Vine code for an audit. There’s a chance that there might be a few useful ideas in there, possibly in feature switches that never got turned on. However, that old code will probably be useless as a starting point to build on in the short timeframe that Musk suggests for the relaunch of Vine.
Let’s get together to commiserate about the state of our bags and the NFT market at the Seminole Hard Rock Hotel and Casino. 🎰 🎉
Where better to drown our losses and question our financial wisdom than a beautiful casino with many bars and restaurants? 🍻🙈
Plus, if we want to gamble more of our hard earned dollars, there are plenty of games to play with better odds of mooning than that rugged project you bought. 💀
I’ll be hanging at the Council Oak Lounge at 7PM with my Alien Frens t-shirt. 🛸🖖💚
I can’t make it, as I already have plans (and it’s my birthday this weekend), but if you’re looking to share tales of rug pulls and regret and enjoy gambling of a different sort, this event might be right up your alley.