everyone's talking about their teams like they were at the peak of efficiency and bottlenecked by ability to produce code
here's what things actually look like
- your org rarely has good ideas. ideas being expensive to implement was actually helping
- majority of workers have no reason to be super motivated, they want to do their 9-5 and get back to their life
- they're not using AI to be 10x more effective they're using it to churn out their tasks with less energy spend
- the 2 people on your team that actually tried are now flattened by the slop code everyone is producing, they will quit soon
- even when you produce work faster you're still bottlenecked by bureaucracy and the dozen other realities of shipping something real
- your CFO is like what do you mean each engineer now costs $2000 extra per month in LLM bills
Zamykanie gospodarki, odbieranie ludziom możliwości normalnej pracy, zarabiania na przysłowiowy chleb i możliwości godnego życia nie wyprowadziło na ulicę tylu ludzi, co zakaz możliwości zabijania dzieci z przesłanek eugenicznych.
W jakim kraju my żyjemy i co się z nami stało?
You can work for years to be more Agile at the team level, and the first time a CEO says "I need a solid estimate and roadmap & schedule for developing this product," 100% of that agiity is flushed down the toilet. It has to come from the top down.
Constant learning & growth are fundamental values that drive our team🚀Read how @mkaszubowski94 reshapes a well-known model of T-shaped people and introduces another approach that may give you a better chance to widen your perspectives & boost your career https://t.co/RUPKAgTmed
When I see stuff like `person |> get_age()` I wonder if some Elixir developers get payed by the amount of pipes used in their code. The pipe is neat in some situations, but in most it does not help readability. #myelixirstatus
Published boundary 0.3.0 with support for managing calls to external apps. Allowing only Ecto.Changeset to be used in web is as easy as:
defmodule MySystemWeb do
use Boundary, deps: [Ecto.Changeset]
end
changelog: https://t.co/vpIdtpmvaI
It's happening! We are an official organization in the #GSoC! We are looking for mentors & students to participate. Mentors can join a project on our wiki. Students can start to get involved with the ideas and projects now: https://t.co/hMaX8UkbsW
#WeBEAMTogether#BEAM
Hex packages should only be retired when it’s critical you need to inform the user the version is no longer recommended, for example if there are security issues or the package is unusable. Do not use retirement to inform of new features or bug fixes.
@moxicon@elixirlang Hello! It's us again. How have you been? 👋💌 We wanted to let you know that we have released an update to the snippet feature and added support for several new languages, including Elixir. 🙌 Thanks for holding tight!
We updated the GitHub Action for setting up Elixir to install OTP and Elixir built by Hex. It now supports all versions back to OTP 17 and Elixir 1.0 and uses Elixir pre-built for specific OTP versions. I can really recommend using this for your CI. https://t.co/nkzFimlaMC
Junior dev: My code is simple and easy to understand.
Mid-level dev: My code is subtle, clever, innovative, expressive, hyper-optimized, and ingenious.
Senior dev: My code is simple and easy to understand.
This article nicely demonstrates the "tool for the job" approach! Python is used for ML-based object detection, while Elixir/Phoenix are used for fault tolerance and real time communication via websocket.
https://t.co/VABf1qOdkY
Standup meetings are fine for teams who aren’t as deeply collaborative as they could be. But for teams who spend much of their days pairing, mobbing, and otherwise working closely together, standup meetings are probably redundant. YMMV.