<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: bilalq</title><link>https://news.ycombinator.com/user?id=bilalq</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 25 Aug 2026 06:37:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bilalq" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bilalq in "OTel isn’t going well"]]></title><description><![CDATA[
<p>Because blocking on OTel data to flush before sending a response back is often unacceptable. The layers run a standalone process using the Lambda extension API so they can keep running after your function has responded to a request.</p>
]]></description><pubDate>Sun, 23 Aug 2026 10:32:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=49407673</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=49407673</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49407673</guid></item><item><title><![CDATA[New comment by bilalq in "OTel isn’t going well"]]></title><description><![CDATA[
<p>If you're sending data purely to X-Ray, there's already a daemon running on lambda that you can forward to with low overhead if you don't use OTel. You also get near zero-cost logging and metric to Cloudwatch and EMF. But if you want bring destinations in the mix or do anything other than Cloudwatch , you have to pay the OTel tax. And even if you were content with a pure AWS setup, OTel is still being pushed on you now.<p>The X-Ray daemon and SDKs are all deprecated now in favor of OTel. Things like enchrichment of resource level traces for things like the DynamoDB client in v3 of the AWS JS SDK don't work with the X-Ray SDK. And they never will now. You're now recommended to use the AWS Distro for OpenTelemetry setup and OTel SDKs. The performance overhead of this is heavy, with big cold-start penalties.<p>Compare this with how the Datadog layer does adaptive flushing and performs relatively much better. Rotel is also promising in this space. But right now, OTel feels immature and things are being deprecated without the replacement being fully baked.</p>
]]></description><pubDate>Sat, 22 Aug 2026 17:01:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49401566</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=49401566</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49401566</guid></item><item><title><![CDATA[New comment by bilalq in "OTel isn’t going well"]]></title><description><![CDATA[
<p>That lambda layer comes with an incredibly heavy performance penalty.<p>It doesn't block, but it does consume compute/memory resources and takes forever to startup[0][1]. To be fair, Rotel is promising in this regard[2].<p>[0]: <a href="https://github.com/open-telemetry/opentelemetry-lambda/issues/263" rel="nofollow">https://github.com/open-telemetry/opentelemetry-lambda/issue...</a><p>[1]: <a href="https://github.com/aws-observability/aws-otel-lambda/issues/228" rel="nofollow">https://github.com/aws-observability/aws-otel-lambda/issues/...</a><p>[2]: <a href="https://github.com/rotel-dev/rotel" rel="nofollow">https://github.com/rotel-dev/rotel</a></p>
]]></description><pubDate>Sat, 22 Aug 2026 16:28:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49401296</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=49401296</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49401296</guid></item><item><title><![CDATA[New comment by bilalq in "OTel isn’t going well"]]></title><description><![CDATA[
<p>In a lambda runtime, are you blocking client responses until logs/traces/metrics flush?</p>
]]></description><pubDate>Sat, 22 Aug 2026 08:58:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49397911</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=49397911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49397911</guid></item><item><title><![CDATA[New comment by bilalq in "OTel isn’t going well"]]></title><description><![CDATA[
<p>There isn't really a great alternative without vendor lock-in. If you go all-in on AWS Cloudwatch/X-Ray, it's a really easy setup with low effort. If you go all-in on Datadog, it's pretty easy. But if you want to mix Sentry, Langfuse, Datadog, etc, OTel is still probably the best option. It's just a letdown that this is the best there is.<p>I don't mean to disparage anyone working on OTel. I can appreciate that it has ambitious goals and it's not an easy problem to get alignment and interop here. Especially with all the stakeholders involved. But as a user, it feels simultaeneously over-engineered and under-engineered.</p>
]]></description><pubDate>Sat, 22 Aug 2026 05:24:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49396804</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=49396804</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49396804</guid></item><item><title><![CDATA[New comment by bilalq in "OTel isn’t going well"]]></title><description><![CDATA[
<p>Perhaps there's a gap in my understanding. Can you clarify on this a bit more? I run a mix of serverless and non-serverless workloads.<p>Gateway collectors are unavoidable because various SaaS platforms require you to be running publicly reachable endpoints to send telemetry to.<p>In a runtime like Lambda, how would you avoid the need to run an edge collector? The only thing that comes to mind is to write to logs and then have a log stream processor that then writes to your gateway collector. Other than that, it seems unavoidable, no? Sure, in something like Fargate you could go app to sink. But even that has its own tradeoffs.</p>
]]></description><pubDate>Sat, 22 Aug 2026 05:21:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49396791</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=49396791</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49396791</guid></item><item><title><![CDATA[New comment by bilalq in "OTel isn’t going well"]]></title><description><![CDATA[
<p>OTel is so frustrating. If it wasn't shaping to be the clear winner in the space, I wouldn't complain about it as much. But today:<p>1. Every major vendor is still in some weird alpha/beta support for OTel even after all this time.<p>2. The performance hit is substantial and makes you question what the point of performance instrumentation is if you need twice as much compute/RAM to run the same workload now.<p>3. Serverless runtimes pay a heavy penalty for cold starts with OTel.<p>4. You're basically forced to run both gateway collectors and edge collectors for any realistic usage.<p>5. You still need to configure destination exporters in unique ways. This leaves you questioning what the value of OTel was.<p>6. Vendors that go beyond the scope of what OTel covers still need their own bespoke instrumentation. What was the point of any of this then?</p>
]]></description><pubDate>Sat, 22 Aug 2026 01:58:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49395846</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=49395846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49395846</guid></item><item><title><![CDATA[New comment by bilalq in "Git at any scale"]]></title><description><![CDATA[
<p>It wasn't that long ago that S3 didn't have read-after-write consistency. Crazy to see the explosion in cool stuff built on top after that change. This is a really well written article and definitely changes my perception about Cursor's capability to host a reliable Github replacement. But I could never bring myself to use it because of whose leadership they're under now. It's such a shame.</p>
]]></description><pubDate>Fri, 21 Aug 2026 00:22:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49382098</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=49382098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49382098</guid></item><item><title><![CDATA[New comment by bilalq in "Cursor launches Origin, GitHub alternative"]]></title><description><![CDATA[
<p>The communication protocol is not what I mean here. The feature-sets and capabilities around "pull requests", "reviews", "comments", "checks", "issues", "projects", "deployments", "releases", etc are all different across platforms. You have to integrate bespoke for each platform. There is no universal standard for how CI/CD, deployment tracking, project management, etc are done.<p>Yes, Sentry or whoever else could build a Codeberg integration, or a Forgejo one, or a Gitlab one. But these would all be bespoke. There is no standard. So the one with the biggest market share ends up with the most integrations. This is where we are today.<p>I'm all for open standards. But I don't even know of a proposal for such a standard.<p>Sure, with AI tooling, you can vibe code your own browser extensions or other integrations in some cases. But for a lot of platforms, that just won't cut it. That's before we even get into the maintenance burden of that.</p>
]]></description><pubDate>Tue, 18 Aug 2026 21:03:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=49352673</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=49352673</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49352673</guid></item><item><title><![CDATA[New comment by bilalq in "Cursor launches Origin, GitHub alternative"]]></title><description><![CDATA[
<p>I feel like this misses the value of something like Github or Origin entirely though. There's nothing terribly difficult about hosting a git server. The UX and pull requests capabilities are a little involved, but there are alternatives today.<p>What makes Github special is the ecosystem and integrations. Sentry, Linear, and so many other tools have special UX around Github. You need centralization (or at the very least, a standard) for that.<p>It sucks to see Github's fall from grace, but I just can't bring myself to use a service like this under the custody of SpaceX. I've been saying this for a while, but I really wish Linear would swoop in and become the unified platform for software development.</p>
]]></description><pubDate>Tue, 18 Aug 2026 17:28:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=49349204</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=49349204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49349204</guid></item><item><title><![CDATA[New comment by bilalq in "Cursor is now a part of SpaceX"]]></title><description><![CDATA[
<p>I'm really hoping for Linear to expand and build their own Git-hosting+stacked-PR offering.</p>
]]></description><pubDate>Fri, 14 Aug 2026 18:02:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=49302396</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=49302396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49302396</guid></item><item><title><![CDATA[New comment by bilalq in "Scriptc by Vercel: TypeScript-to-Native compiler, no JavaScript engine in binary"]]></title><description><![CDATA[
<p>I get so irritated every time Claude says "honest". Anthropic talks about how they specifically engineer for it to be "honest". I'm convinced they're just measuring how many times it says the word honest instead.</p>
]]></description><pubDate>Mon, 27 Jul 2026 13:21:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49069352</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=49069352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49069352</guid></item><item><title><![CDATA[New comment by bilalq in "Feds freaked over Fable 5 after 'fix this code', not jailbreak, say researchers"]]></title><description><![CDATA[
<p>I suspect we'll eventually hit a point where possession or usage of powerful open models will be criminalized.</p>
]]></description><pubDate>Tue, 16 Jun 2026 17:20:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48558639</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=48558639</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48558639</guid></item><item><title><![CDATA[New comment by bilalq in "SpaceX to buy Cursor for $60B"]]></title><description><![CDATA[
<p>What are the alternatives to Graphite these days? Github's stacked PR support is still immature, AFAIK. I would love to see Linear move into this space and start offering both git hosting and stacked PR management.</p>
]]></description><pubDate>Tue, 16 Jun 2026 16:40:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48558017</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=48558017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48558017</guid></item><item><title><![CDATA[New comment by bilalq in "Fox to buy Roku"]]></title><description><![CDATA[
<p>The right wing takeover of media continues unchecked.</p>
]]></description><pubDate>Mon, 15 Jun 2026 17:13:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48544262</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=48544262</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48544262</guid></item><item><title><![CDATA[New comment by bilalq in "What even is food authenticity? Why we guard carbonara, and flatten chicken rice"]]></title><description><![CDATA[
<p>I cannot wait for a cultural shift away from respecting "authenticity" and "tradition" in food. It's fine to remember and recognize how things were often done. But the ridiculousness of saying New York style pizza is not pizza or that  you have to make things the "right way" needs to go.</p>
]]></description><pubDate>Mon, 15 Jun 2026 00:17:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48534753</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=48534753</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48534753</guid></item><item><title><![CDATA[New comment by bilalq in "What even is food authenticity? Why we guard carbonara, and flatten chicken rice"]]></title><description><![CDATA[
<p>I'm assuming by tikka chicken you mean "chicken tikka masala"? Because chicken tikka is something my family made all the time growing up. I still make it at home often. That's mostly been with a charcoal grill and not a traditional tandoor, but like you said, most people don't have tandoors at home. That's restaurant food.</p>
]]></description><pubDate>Mon, 15 Jun 2026 00:15:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48534719</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=48534719</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48534719</guid></item><item><title><![CDATA[New comment by bilalq in "US and Iran announce deal to end military operations"]]></title><description><![CDATA[
<p>This completely ignores the shareholder value to the military industrial complex and the truth machine value of prediction markets from the not-insider traders.</p>
]]></description><pubDate>Sun, 14 Jun 2026 23:39:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48534336</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=48534336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48534336</guid></item><item><title><![CDATA[New comment by bilalq in "Uber’s COO says it’s getting harder to justify money spent on tokenmaxxing"]]></title><description><![CDATA[
<p>The problem is that it <i>is</i> a good idea at the individual level. Poor management reads it as a signal of productivity.</p>
]]></description><pubDate>Tue, 26 May 2026 04:07:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48274859</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=48274859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48274859</guid></item><item><title><![CDATA[FBI director's Based Apparel site has been spotted hosting a 'ClickFix' attack]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.pcmag.com/news/kash-patels-apparel-site-is-trying-to-trick-visitors-into-installing-malware">https://www.pcmag.com/news/kash-patels-apparel-site-is-trying-to-trick-visitors-into-installing-malware</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48243293">https://news.ycombinator.com/item?id=48243293</a></p>
<p>Points: 197</p>
<p># Comments: 63</p>
]]></description><pubDate>Sat, 23 May 2026 00:34:25 +0000</pubDate><link>https://www.pcmag.com/news/kash-patels-apparel-site-is-trying-to-trick-visitors-into-installing-malware</link><dc:creator>bilalq</dc:creator><comments>https://news.ycombinator.com/item?id=48243293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48243293</guid></item></channel></rss>