HackerTrans
TopNewTrendsCommentsPastAskShowJobs

stichers

no profile record

Submissions

Show HN: Kedro as a Service

kedro.org
8 points·by stichers·vor 15 Tagen·2 comments

Future-proofing an enterprise agentic platform architecture

medium.com
3 points·by stichers·vor 3 Monaten·0 comments

An agentic workflow pattern for software development

medium.com
3 points·by stichers·vor 5 Monaten·0 comments

Evaluations for Testing Agentic AI

1 points·by stichers·vor 6 Monaten·1 comments

Evaluations in the Real World?

1 points·by stichers·vor 6 Monaten·0 comments

Software 3.0 vs. AI Agentic Mesh: Why McKinsey Got It Wrong

natesnewsletter.substack.com
5 points·by stichers·letztes Jahr·0 comments

[untitled]

1 points·by stichers·vor 4 Jahren·0 comments

Choices in AWS network design: VPC peering vs. Transit Gateway

ably.com
2 points·by stichers·vor 4 Jahren·0 comments

Covid deaths: more than 10M children lost a parent or carer

nature.com
4 points·by stichers·vor 4 Jahren·0 comments

Adobe is buying Figma because building collaborative experiences is hard

ably.com
6 points·by stichers·vor 4 Jahren·0 comments

Choices in AWS network design: VPC peering vs. Transit Gateway

ably.com
7 points·by stichers·vor 4 Jahren·1 comments

How to build a serverless WebSockets platform

ably.com
1 points·by stichers·vor 4 Jahren·0 comments

England must reduce meat intake to avoid climate breakdown, says food tsar

theguardian.com
1 points·by stichers·vor 4 Jahren·0 comments

The big idea: are we living in a simulation?

theguardian.com
2 points·by stichers·vor 4 Jahren·0 comments

Cloud pubsub services compared: Azure Web PubSub vs. Ably

ably.com
13 points·by stichers·vor 4 Jahren·1 comments

OK. This is fine. UK energy bills forecast to hit £4,266 a year from January

theguardian.com
5 points·by stichers·vor 4 Jahren·0 comments

Climate change and unplanned urban sprawl bring more landslides

nature.com
2 points·by stichers·vor 4 Jahren·0 comments

Use Next.js and Vercel to build a link-sharing app using serverless WebSockets

ably.com
10 points·by stichers·vor 4 Jahren·0 comments

The patients who can make doctors wish they weren’t doctors

irishtimes.com
1 points·by stichers·vor 4 Jahren·0 comments

Elon Musk denies reported affair with wife of Google co-founder

theguardian.com
6 points·by stichers·vor 4 Jahren·0 comments

comments

stichers
·vor 15 Tagen·discuss
Yes, it’s amazing how time has flown. I was there for the launch and surely it was just a few months ago.

It is part of LF and is a graduate now after being contributed in 2021.
stichers
·vor 8 Monaten·discuss
I don't get what "Add" does
stichers
·vor 3 Jahren·discuss
Ah, cool, thanks for the clarification. Good luck with it all, and congrats on the launch!
stichers
·vor 3 Jahren·discuss
>What nothing we've found out there do (except perhaps kedro) is model the "micro" -- E.G. the specific fine-grained dependencies so you can take a look at your code and figure out how exactly it works.

Just wondering then @elijahbenizzy - how does Hamilton differ from Kedro?
stichers
·vor 4 Jahren·discuss
>Pretty cool when you're added to a new project, have no idea what people have been working on for the past 2 months there and want to see where most of the actual effort was focused.

That's a neat idea!
stichers
·vor 4 Jahren·discuss
That's a good point, but I guess for non-tech people activity => work and no activity => no work, so at that level it illustrates reasonably well, no?
stichers
·vor 4 Jahren·discuss
Apple Music in a car when you are in an area with no network signal. Urgh! Try getting to downloaded music while you are driving (don’t do this)!
stichers
·vor 4 Jahren·discuss
Disclaimer: both the author of the article and the OP for this post (me) work for Ably.

The post compares two cloud pubsub services: Azure Web PubSub and Ably in terms of ease of development, creating a collaborative multi-user pixelart drawing app with both services.

Conclusions: Both Azure Web PubSub and Ably offer a similar pubsub feature set, but the Ably API was easier to use (although comes with the disclaimer that the author has used Ably more in the past).

Being able to publish named events and subscribe to them (client-side) without the need of handling them via an upstream server and custom event handlers was an advantage, while a potential downside is the use of a third party library increases the download size of the app.
stichers
·vor 4 Jahren·discuss
I've worked from home for years and agree with much of this. It isn't just the "office at home" it's a totally different mindset. It's probably only in my most recent job that I've really _got_ that, and that is because my company is fully remote so everyone is doing it. Nobody feels left out by being at home, and nobody expects synchronous communication or presenteeism.
stichers
·vor 4 Jahren·discuss
Thanks for posting this. Full disclosure: I'm the author. I also work for Ably, which is what the post is about, and I'm a content writer so there is inescapably some marketing in it.

But I hope it's valid because, if you try to build a multi-region system for low-latency data transfer across regions, there are issues like discovery and synchronisation to consider.

I think it may be interesting to see how Ably is architected so its pub/sub messaging is realtime and reliable.

For example, how do the EC2 instances in one region find those in another? How does a published message in one region get to a client subscriber in another?
stichers
·vor 4 Jahren·discuss
>>"After 50 one begins to recognise in oneself a growing resistance to change, if only because it so often nullifies years of hard-won training"

This really struck home to me. It's true: we teach ourselves life hacks and gradually they become redundant as different life skills are needed.
stichers
·vor 4 Jahren·discuss
Short answer is infrastructure for event-driven architecture that is close to the edge so it can distribute events with low latency.

Longer answer is to take a look at some of the Ably blog posts linked in the post here, since they'll explain why Gartner have named this as a category for event-driven brokers.
stichers
·vor 4 Jahren·discuss
Thanks
stichers
·vor 4 Jahren·discuss
Thanks for your feedback! I'm not sure I said it's a good user interface (I'm not a visual person so wouldn't have the confidence) but I do think it's a good example of a set of features that show a community interacting in realtime. Maybe I didn't make that clear in the article so I'll bear in mind for future writing. TY!
stichers
·vor 4 Jahren·discuss
Thanks for your feedback. Could you elaborate a little? I'm not being snarky -- I came up with them based on similar things I'd seen online and I'm not great at visual communication, so if you've improvement suggestions, I'd genuinely like to hear them.
stichers
·vor 4 Jahren·discuss
I'm the author of this article and would appreciate any feedback/thoughts. I included just a few examples on the graphic (mostly from memory as I was lucky enough to come of age in 1990 so lived through it).

I remember when Yahoo mail came along with AJAX and how astonishing it was to not have to refresh to get new mail. Although, over a dial up connection, I'm not sure how "realtime" anything was :)
stichers
·vor 4 Jahren·discuss
>Were the metrics accidentally omitted?

Not accidentally omitted; we didn't share them because they're not that meaningful without full context of how Ably works internally. The data was useful to the Ably team as they made a decision about whether Graviton would be suitable. It may be possible to share the information anyway if you're interested. I'll find out...
stichers
·vor 4 Jahren·discuss
Hey! I'm the author of this article. I work for Ably, so this could be seen as self-promotion but I thought/hope you may find it interesting.

If you want to know more about our Graviton2 migration, or Ably, AMA.
stichers
·vor 4 Jahren·discuss
I've noticed that too. I went to the ER with a dog bite and the triage nurse was keen to know if I was a medical doctor before she looked at it.
stichers
·vor 4 Jahren·discuss
Was it just me that misread the title initially? Though I think I'd probably be equally good at recognizing human faeces as I've worked my way through a bunch of pets and kids and consider poop my specialist subject.