Yewande.

1.3K posts

Yewande.

Yewande.

@Wandexdev

Professional learner. | Observability | Open source | #RetiringBookLover✨🪴

Here Entrou em Mart 2022
436 Seguindo230 Seguidores
Tweet fixado
Yewande.
Yewande.@Wandexdev·
🤍
Yewande. tweet media
QME
0
0
5
989
Yewande. retweetou
Adele Bloch
Adele Bloch@adele_bloch·
everyone wants a village, but no one wants to be a villager > drive your friends to the airport > go to their party even when you're tired > stop cancelling last minute > host at your place > support the wins & losses it's worth every ounce of effort
E5@E5THXR

Hate to break it to you guys but sometimes you have to do things you don’t like for the sake of having a community. Avoiding consistency with the people in your life is working against us and the data already shows it. If you think connections can be sustained on absence carry on

English
302
31.2K
183.1K
5.2M
Yewande. retweetou
De Prof™
De Prof™@rahmandeprof·
I like money. I like the lifestyle money affords me. I like the things that happen when I give money away. I like money. Oh Allah, increase me in abundant wealth and money.
English
29
2K
5.9K
79.1K
Meals_With_Mash_
Meals_With_Mash_@Thilie_M·
SCONES😋Be honest… do you struggle to get your scones to come out like this when you bake them? 👀 Are yours too dry? Too flat? Not rising the way you want?
English
10
6
67
12.2K
Deepinder Goyal
Deepinder Goyal@deepigoyal·
We're recruiting at @temple. At Temple, we are building the ultimate wearable for elite performance athletes. A device that measures what no other wearable in the world measures, with a level of precision that doesn't exist yet. To build it, we need people who are obsessive about both the craft and the category. Engineers who are also athletes. People who will wear what they build, and hate it until it's perfect. Roles we're hiring for: 🟠 Analog Systems Engineers, Electronics Design Engineers 🟠 Embedded Systems Engineers — low-level HW bring-up, embedded signal and image processing, embedded AI 🟠 Design and Validation Engineers — sensors, actuators, battery, antenna, optics 🟠 CMF Engineers, Adhesive Materials Engineers 🟠 Sensor Algorithms Engineers — estimation theory, sensor fusion 🟠 Deep Learning Engineers — ML model development for physiological metrics 🟠 Computational Neuroscientists 🟠 BCI Engineers — real-time EEG/EMG acquisition and processing 🟠 Neural Decoding Researchers — brain activity to semantic mapping 🟠 Computer Vision Engineers — facial microexpression, subvocal muscle detection 🟠 Neuroimaging ML Engineers — multimodal sensor fusion 🟠 Last but not the least, product managers who work through Figma without needing a designer to hold their hand Important – we are building for people who push their bodies to the edge. We want to be those people, not just serve them. So only people who take fitness seriously, and have body fat <16% (men) and 26% (women) should apply. If you're not there yet but will commit to getting there in three months, you can apply too; but you'll be on probation until you are. Write to build@temple.com with your core skill as the subject line. Come find your tribe.
Deepinder Goyal tweet media
English
744
348
6.5K
2.5M
Yewande. retweetou
Andrej Karpathy
Andrej Karpathy@karpathy·
It is hard to communicate how much programming has changed due to AI in the last 2 months: not gradually and over time in the "progress as usual" way, but specifically this last December. There are a number of asterisks but imo coding agents basically didn’t work before December and basically work since - the models have significantly higher quality, long-term coherence and tenacity and they can power through large and long tasks, well past enough that it is extremely disruptive to the default programming workflow. Just to give an example, over the weekend I was building a local video analysis dashboard for the cameras of my home so I wrote: “Here is the local IP and username/password of my DGX Spark. Log in, set up ssh keys, set up vLLM, download and bench Qwen3-VL, set up a server endpoint to inference videos, a basic web ui dashboard, test everything, set it up with systemd, record memory notes for yourself and write up a markdown report for me”. The agent went off for ~30 minutes, ran into multiple issues, researched solutions online, resolved them one by one, wrote the code, tested it, debugged it, set up the services, and came back with the report and it was just done. I didn’t touch anything. All of this could easily have been a weekend project just 3 months ago but today it’s something you kick off and forget about for 30 minutes. As a result, programming is becoming unrecognizable. You’re not typing computer code into an editor like the way things were since computers were invented, that era is over. You're spinning up AI agents, giving them tasks *in English* and managing and reviewing their work in parallel. The biggest prize is in figuring out how you can keep ascending the layers of abstraction to set up long-running orchestrator Claws with all of the right tools, memory and instructions that productively manage multiple parallel Code instances for you. The leverage achievable via top tier "agentic engineering" feels very high right now. It’s not perfect, it needs high-level direction, judgement, taste, oversight, iteration and hints and ideas. It works a lot better in some scenarios than others (e.g. especially for tasks that are well-specified and where you can verify/test functionality). The key is to build intuition to decompose the task just right to hand off the parts that work and help out around the edges. But imo, this is nowhere near "business as usual" time in software.
English
1.6K
4.8K
37.3K
5M
Ivan Velichko
Ivan Velichko@iximiuz·
A treasure trove of hands-on eBPF learning materials 🐝 This highly illustrated series by Teodor Podobnik will have you up and running with eBPF programming in no time. Teodor starts at the very beginning and walks you from zero eBPF knowledge to writing first simple and then much more advanced programs: - From Zero to Your First eBPF Program labs.iximiuz.com/tutorials/my-f… - Storing Data in eBPF: Your First eBPF Map labs.iximiuz.com/tutorials/ebpf… - Inspecting and Monitoring eBPF Applications labs.iximiuz.com/tutorials/insp… - eBPF Verifier: Why the Kernel Can Safely Run eBPF Programs labs.iximiuz.com/tutorials/ebpf… - eBPF Challenge for Beginners labs.iximiuz.com/challenges/ebp… - eBPF Tracepoints, Kprobes, or Fprobes: Which One Should You Choose? labs.iximiuz.com/tutorials/ebpf… - Why Does My eBPF Program Work on One Kernel but Fail on Another? labs.iximiuz.com/tutorials/port… - Building Truly Portable eBPF Programs and BTFHub labs.iximiuz.com/tutorials/trul… - Different Ways To Deliver Kernel Events from eBPF to User Space labs.iximiuz.com/tutorials/user… - Network Traffic Rate Limiting with eBPF/XDP labs.iximiuz.com/tutorials/ebpf… - Hands-On with XDP: eBPF for High-Performance Networking labs.iximiuz.com/tutorials/ebpf… - Building an eBPF-based Firewall with LPM Trie–Based IP Range Matching labs.iximiuz.com/tutorials/ebpf… - Building an eBPF/XDP NAT-Based Layer 4 Load Balancer from Scratch labs.iximiuz.com/tutorials/xdp-… - Building an eBPF/XDP L2 Direct Server Return Load Balancer from Scratch labs.iximiuz.com/tutorials/xdp-… - Building an eBPF/XDP IP-in-IP Direct Server Return Load Balancer from Scratch labs.iximiuz.com/tutorials/xdp-… The series is based on real-world use cases, and the examples in the articles always compile and run, regardless of your own Linux distro and kernel versions. Happy hacking!
Ivan Velichko tweet mediaIvan Velichko tweet mediaIvan Velichko tweet mediaIvan Velichko tweet media
English
6
39
269
11.2K
Phuong Le
Phuong Le@func25·
@OpenAI just revealed their Codex agents can reproduce bugs, fix them, validate the app on their own in isolated environments with a VictoriaMetrics observability stack (logs, metrics, traces). Great to see VictoriaMetrics observability becoming part of agent-first engineering stacks. Source: openai.com/index/harness-…
Phuong Le tweet media
English
6
27
246
63K
Yewande. retweetou
David Senra
David Senra@FoundersPodcast·
Larry Ellison: Focus relentlessly on the most important thing
David Senra tweet media
English
5
105
792
20.8K
Ashish Khanagwal
Ashish Khanagwal@TheAshrex·
scrolling tech Twitter feels like watching a bot farm pretend to be human same takes same images same "thought leadership" just... different pfps I know AI makes writing easier but come on at least add ONE original thought so I know you're still in there
English
1
2
2
46
Yewande. retweetou
Politrician
Politrician@Franeb·
Our Gen Z are leading the conversation in their own way. I love it
English
84
3.9K
11.2K
252.7K
Dee Goings
Dee Goings@DeeGoingsGirl·
@AngEngland During my last labor (baby #4) my hand got amniotic fluid and blood on it. I was frantically trying to wipe it off so that I could hold his hand for the next contraction. He reached over, took my messy hand, and told me "I've got you, nothing about you is disgusting to me." 🥹
English
2
0
11
141
eigenrobot
eigenrobot@eigenrobot·
i hate video content more than anything getting information from people talking is like trying to satiate yourself by eating lettuce. near zero value density. this is an incredible imposition on the infovore's time
English
300
125
2.8K
70K
Adriana Sobota
Adriana Sobota@adrianasobota_·
@abhijitwt We see a lot of AI tools launch with fancy features but getting people to actually use them is where the real work starts.
English
1
0
1
1.2K
Kalshi
Kalshi@Kalshi·
JUST IN: Layoffs were at highest level in 15+ years last month
English
153
633
4.9K
1.4M
Yewande. retweetou
Nadul
Nadul@Renadaudila·
That’s the best yoga pose I’ve ever seen wow.
English
1.1K
5.5K
117K
7.5M
Yewande.
Yewande.@Wandexdev·
@MajeedatAbdul Okay may the forces be with you. Since it's just day 1, I hope you give grace to take in the experience as your mind may be fighting ‘change’.
English
0
0
0
4
Dr. Majeedat Abdul_writes 🩺
Dr. Majeedat Abdul_writes 🩺@MajeedatAbdul·
1 day of house job and I already don’t see myself doing Residency. Love this career but absolutely cannot stand the lifestyle for a lifetime.
English
3
0
3
106
Sherwood
Sherwood@shcallaway·
Introducing: Sazabi (@sazabi). The AI-native observability platform for fast moving engineering teams. Backed by engineering leaders from the world's top AI and dev tool companies: Graphite, Vercel, Browserbase, LangChain, Browserbase, and more. Sazabi is taking a radically different approach to observability, centered on three core principles: 1. LESS IS MORE Product engineers don't need more observability bells and whistles. They need clear, actionable answers. The best UX for observability is chat. 2. LOGS ARE ALL YOU NEED The "Three Pillars of Observability" is an outdated idea. Logs can do everything traces can do, and more. 3. MONITORING IS DEAD Creating static monitors for fast-evolving systems is a fool's errand. The future is something different entirely: agentic anomaly detection. I started Sazabi out of desperation. After years of working on observability systems at Crunchbase, Brex, and 11x, I was all too familiar with the toil and complexity. Dashboards. Monitors. Session recordings. Error tracking. APM. RUM. Instrumentation. OpenTelemetry. Endless screens and configuration. It was too much. And despite everything, my teams still struggled to find and fix production issues. I was fed up. I dreamed about a better way. AI makes it possible. Today, I'm proud to introduce Sazabi to the world and announce our closed alpha program. We're selecting 10 startups to participate. Learn more: sazabi.com
English
91
37
391
95.2K
Yewande.
Yewande.@Wandexdev·
@lcalcote @mesheryio Sheesh that was hideous! I'm glad the call out may deter people with similar values this year. Congrats on your award.
English
0
0
1
69
Lee Calcote
Lee Calcote@lcalcote·
As I reapply @mesheryio to Google Summer of Code this year, I've been thinking about a difficult moment from last cycle. It's been 8 months since an abusive message from a non-selected GSoC candidate went viral (and yes, I stand by my 0/10 grammar rating).
Lee Calcote@lcalcote

I have no idea who @ShivanshxDev is or why he's upset. Didn't get selected for GSoC? I give him: - 4 out of 10 for creativity - 3 out of 10 for accuracy (I will die someday and I am ginger). - 0 out of 10 for grammar - 0 out of 10 for effectiveness

English
13
13
57
4.6K