Hello future GitHubber! Know that this HTML response will be vomited upon all failures regardless of client, API, or request type surface from now until eternity. So keep it tight.
Mike Heffner
@mike.heffner.io
AI Mechanic - Cursor Previously: Rotel.dev @ Streamfold, Netlify, SolarWinds Cloud, Librato. Just add water.
Serverless Lambda on managed servers
🆕 AWS Lambda now supports up to 32 GB memory and 16 vCPUs for Managed Instances, ideal for compute-intensive workloads. Customers can choose memory-to-vCPU ratios (2:1, 4:1, 8:1) for optimal resource allocation. Available in all regions with Lambda Managed Instances. #AWS #AwsLambda
Backends implemented on split ingestion pipelines are in for a rough time
‼️ #OpenTelemetry is deprecating the Span Events API. Our aim is to remove the confusion caused by having overlapping ways to emit events: span events and log-based events. Read our latest post to learn more about how you can prepare. buff.ly/0hOwfuk
We built a new Next.js, on @vite.dev. Drop-in replacement. Builds 4x faster with @rolldown.rs.
How we rebuilt Next.js with AI in one week
One engineer used AI to rebuild Next.js on Vite in a week. vinext builds up to 4x faster, produces 57% smaller bundles, and deploys to Cloudflare Workers with a single command.
blog.cloudflare.com
You can test new tech ideas using the Seinfeld Test Would the product eliminate the plot of an episode? (Google maps, cell phones, paypal, battery packs) Good tech. Would the product inspire new Seinfeld plots? (NFTs, AI chatbots, crypto currency, blindboxes, metaverse land sales) Bad tech.
Are there any known solutions to setting up Claude Code authentication against a subscription plan in a headless, ephemeral environment?
Is there anyway to write Cloudformation without writing Cloudformation? Or is the answer to just have Claude spit it out? I used goformation in the past and found it useful, but sadly it looks like it's dead: github.com/awslabs/gofo...
Just released an experimental #AWS Firelens ECS log router based on Rotel. This replaces the Fluent Bit container, supporting native OpenTelemetry pipelines. Let us know what you think: github.com/streamfold/a...
GitHub - streamfold/aws-firelens-rotel: AWS Firelens log router based on Rotel
AWS Firelens log router based on Rotel. Contribute to streamfold/aws-firelens-rotel development by creating an account on GitHub.
github.com
Thanks to ClickHouse for inviting us to share this post. Had a lot of fun digging into performance benchmarking work again!
Can you 4x OTel thoughput with Rust? Meet Rotel: pushing 460K spans/sec/core (vs 130k) How? By diving deep into Rust's threading model, resolving allocator lock contention, and reengineering JSON serialization with RowBinary encoding to stream data efficiently into ClickHouse.
Vercel ➝ Netlify migration made simple. ✅ Checklist ✅ Next.js tips ✅ Best practices Start here → docs.netlify.com/resources/ch...
Vercel to Netlify migration checklist
A comprehensive guide for migrating your projects from Vercel to Netlify, including Next.js setup, configuration migration, and production readiness steps.
docs.netlify.com
It looks like Librato is finally sunset today, not a bad 14 year run. www.reddit.com/r/Solarwinds...
From the Solarwinds community on Reddit
Explore this post and more from the Solarwinds community
reddit.com
It's great to see Datadog adding agentless OTLP intake now, initially just with metrics and logs. Useful for one shot SDK integrations, but it's also interesting if it'll allow for smaller OTLP exporter only collector deployments in the future. docs.datadoghq.com/opentelemetr...
Datadog OTLP Intake Endpoint
Datadog, the leading service for cloud-scale monitoring.
docs.datadoghq.com
The classic file descriptor vtable approach was a pretty useful pattern when building user-level CP/R back in the day. It meant we could just swap the FD pointer quickly based on whether it was virtualized or not. oshub.org/projects/ret...
Object-oriented design patterns on OSHub
[My scheduler operations implementation] A benefit of working on your own operating system is that you’re free from the usual "restraints" of coll...
oshub.org
The glue in many of these cases are the bindings built on PyO3. We found it powerful enough to allow us to go from Rust->Python->Rust when building native Python processor integration for Rotel.
Rust usage for Python extensions surged 22% in one year as developers choose memory safety and C-level performance over traditional approaches. By @darrylktaft.bsky.social
When you've got to use up the garden tomatoes that are about to go bad: sandwish.netlify.app/ac70ab777318...
Too Many Tomatoes
A truly delicious creation. Stack yours and share it with the world!
sandwish.netlify.app
Sandwish is a fun little app that lets you build your signature sandwich and share it with the world. Here's my masterpiece, The Full Stacker: sandwish.netlify.app/b953c4891950... Go check it out and create your own! If you're interested in what's inside the kitchen, read on 🧵
The past 7 months @ramond.bsky.social and I have worked on the hypothesis that telemetry data requires a systems approach for high-perf, predictable and resource efficient collection at scale. We're excited to announce our progress so far and hope that the community can join us: dub.sh/A7sI0Tm
Rotel: Fast and Efficient OpenTelemetry Collection in Rust | Rotel
Observability shouldn't be a resource hog, that’s why at the end of last year, we started an ambitious new project – Rotel. We’ve been excited to see the rise of OpenTelemetry as a vendor neutral stan...
dub.sh
There's something satisfying about finding and digging out potatoes from the garden. Never know how many are down there and in what condition.
Had a great time sharing rotel.dev at #OpenO11ySummit + #OTelDay with @mike.heffner.io. Blown away by how many people had already heard of it and tried it. “Yeah we tried it and it was 8x faster than our existing solution”. We thought today was our first official announcement 🤣.
Rotel - High Performance, Resource Efficient OpenTelemetry Collector | Rotel
High-performance, Resource Efficient OpenTelemetry Collector.
rotel.dev
Google's truncating of the Github repo name in search results is not confusing at all.
I'll be heading out to San Francisco for a few days next week. If you're around and want to talk about low overhead OpenTelemetry use in AWS Lambda, let's chat! github.com/streamfold/r...
GitHub - streamfold/rotel-lambda-extension: AWS Lamba Extension of the Lightweight Rotel Collector
AWS Lamba Extension of the Lightweight Rotel Collector - streamfold/rotel-lambda-extension
github.com
Excellent article on positioning domain engineering between product engineering and infrastructure engineering. I fully agree with the financial model section. However, I prefer to call it ‘platform engineering: the hard parts,’ simply because in the middle, we face more volatile semantics.
Infrastructure Gravity & Domain Engineering | Jack Danger
The following is an excerpt from Executive Engineering. “You become responsible, forever, for what you have tamed.” – Antoine de Saint-Exupéry, in The Little Prince Each company draws its own ...
jackdanger.com
I missed that it was feature flagging and observability synergy week
Another reason, past cold start times, I'm glad we focused on optimizing our extension initialization time. It would be great if SecretsManager API calls were faster, since that's an often the long pole in the tent for init time. github.com/streamfold/r...
GitHub - streamfold/rotel-lambda-extension: AWS Lamba Extension of the Lightweight Rotel Collector
AWS Lamba Extension of the Lightweight Rotel Collector - streamfold/rotel-lambda-extension
github.com
Your Lambdas Function (yes that’s how we pluralize it) are about to get more expensive, as AWS begins charging for the INIT phase. aws.amazon.com/blogs/comput...
For the dozens of us out there, this post was the missing piece in getting ollama working on Fedora with Nvidia. Now I'm able to vibe code with the best of em: RustRover + continue.dev + ollama. blog.lazyhacker.com/2024/09/inst...
Installing Nvidia and CUDA drivers on Fedora for Ollama
Ollama , a tool that lets you run Large Language Models (LLMs) on a local machine, supports the use of GPUs for better performance if you ha...
blog.lazyhacker.com