Nice, will pull up!
31.10.2025 15:46 β π 1 π 0 π¬ 0 π 0@arvindparekh.bsky.social
22 | CS | @kubernetesio Blogging and Social Media Shadow, KCSNA24 Comms Shadow | Member @VirtualCoffeeIo | Marathon Runner | πΈ | Open-Source Contributor I usually don't say a whole lot
Nice, will pull up!
31.10.2025 15:46 β π 1 π 0 π¬ 0 π 0Wow didnβt know you were in the Boston area. Would love to bump into you somewhere :)
30.10.2025 22:02 β π 1 π 0 π¬ 1 π 0Jack of all trades, master of none
29.03.2025 22:32 β π 1 π 0 π¬ 0 π 0What's the workaround here? Not to feel? Isn't that counterintuitive to living a humane life? But that seems like the only option for now.
29.03.2025 14:56 β π 0 π 0 π¬ 0 π 0If you have a task, and you spend so much as even a second to think about how it'd feel, if it doesn't feel great, you'll start coming up with excuses of not doing it, or postponing it to later.
29.03.2025 14:56 β π 0 π 0 π¬ 1 π 0I think sometimes the biggest blocker in productivity is the ability to feel. As humans, we are able to imagine what doing a particular task would feel like (that feeling might not even be true!) ππ»
29.03.2025 14:56 β π 0 π 0 π¬ 1 π 0
Catch Keith Mattix (Microsoft) & Lior Lieberman (Google) at #MaintainerSummitEU 2025 Kubernetes track, where they will present βTowards a Standardized Identity-based Authorization in Kubernetes.β
π£ View schedule: maintainersummiteu2025.sched.com
π
March 31, 2025, 9:00 AM β 5:00 PM BST
Join Sreeram Venkitesh (DigitalOcean) & Priyanka Saggu (SUSE) for βA Field Guide to Integrating CEL in the Kubernetes Codebaseβ at the #MaintainerSummitEU 2025 Kubernetes track!
π£ View full schedule: maintainersummiteu2025.sched.com
π
March 31, 2025, 9:00 AM β 5:00 PM BST
Check out the Kubernetes track at #MaintainerSummitEU 2025! Join Surya Seetharaman & Dan Winship from Red Hat for session βRedesigning Kubelet Probesβ.
π£ View full schedule: maintainersummiteu2025.sched.com
π
March 31, 2025, 9:00 AM β 5:00 PM BST
Todayβs thinking after spending a perfectly good day at the library
27.03.2025 23:19 β π 1 π 0 π¬ 0 π 0People from different generations, raised by different parents who earned different incomes and held different values, in different parts of the world, born into different economies experiencing different job markets with different incentives & different degrees of luck, learn very different lessons
27.03.2025 23:17 β π 3 π 1 π¬ 0 π 1
Features implementation, check β
Onto the testing part now, letβs hope it works!
Abstraction remains and that is a huge pain :β(
I can feel the awkwardness⦠:)
24.03.2025 08:39 β π 1 π 0 π¬ 0 π 0βFew topics offer a more powerful magnifying glass that helps explain why people behave the way they do, than moneyβ.
24.03.2025 00:20 β π 1 π 0 π¬ 0 π 0I'm trying to built an AI agent using the various tools and frameworks available and I'm shocked at how bad everything from the libraries and documentation are. Maybe it's just early, but I'd expect a 2015 level of quality before promising the whole world is about to change.
22.03.2025 22:50 β π 369 π 14 π¬ 51 π 8Workout, check πͺπ»
22.03.2025 19:30 β π 0 π 0 π¬ 0 π 0
damn, it took 59 minutes to load the csv data into a mysql database
i guess its time to batch load the data; i regret not doing it sooner
imagine making an error in the next part now and having to re-load the entire data :'(
happy saturday y'all!
itβs time to implement new features to the calendar application:
- add support for timezones
- add functionality to create multiple cals
- copy events from one cal to another
- improved command set
coding this in java is the real pain (or fun, depends)
will complete it by this friday!
Absolutely canβt ask for a better place for a nice morning jog π₯°
20.03.2025 13:48 β π 1 π 0 π¬ 0 π 0Itβs 4:30 am, trying to get back on schedule after spring breakβ¦
20.03.2025 09:18 β π 1 π 0 π¬ 0 π 0
What could have taken 30 minutes to an hour to explain is now compressed into a few words.
So, note to self, look into design patterns, but remember: there's not just one way to implement them. It all depends on the problem at hand.
The real benefit of design patterns becomes clear when you start explaining your software in terms of design. You can summarize your code in a sentence or two using design terminology, and others will immediately get what you mean.
20.03.2025 00:38 β π 1 π 0 π¬ 1 π 0
Reification means taking something abstract and making it concrete. There are many ways to reify a design pattern. A reified pattern is considered "good" if it aligns with the programmer's intent.
But if theyβre so flexible, why use them at all?
Popular resources like Gang of Four present design patterns as one-size-fits-all solutions, but I donβt think these patterns are "implemented" β theyβre "reified."
20.03.2025 00:38 β π 1 π 0 π¬ 1 π 0
A quick thought on Design Patterns:
I had the chance to work with design patterns this semester in my academic setting, and theyβre amazing! Naturally, I thought about reading more books on them. But hereβs something Iβve realized:
@bsky.app down?
20.03.2025 00:34 β π 1 π 0 π¬ 0 π 0
the length of tasks that AI agents can do is doubling every ~7 months
straight lines on log scale graphs in thorough research papers are significantly more convincing to me than marketing speak β AI progress is real and it's happening fast, props to @metr.org for this new paper making sense of it
google calendar + a double pomodoro is my best productivity hack.
and yet I still find myself looking for alternatives.
do you HAVE a better alternative?
im working on a cli calendar application (like google calendar) in java and it is coming up pretty strong!
have tested it, and it works so far!
- create events, autoDecline them if conflicts
- create single and recurring
- edit properties, add desc, location, public/private
- query event(s) & more