HN user

chuhnk

3,536 karma
Posts201
Comments395
View on HN
m3o.com 4y ago

M3O – Next Generation Cloud Platform

chuhnk
1pts1
blog.m3o.com 5y ago

Netlify for the frontend, Micro for the backend

chuhnk
144pts62
micro.mu 5y ago

Micro 3.0 Released

chuhnk
3pts1
m3o.com 5y ago

M3O – A cloud native platform built for developers

chuhnk
4pts0
github.com 6y ago

Go Micro – a distributed systems development framework

chuhnk
3pts0
medium.com 6y ago

Show HN: Micro Server – run and manage microservices locally and in the cloud

chuhnk
6pts0
micro.github.io 6y ago

Show HN: Micro – A distributed systems runtime for the Cloud

chuhnk
4pts0
github.com 6y ago

Go Micro v2.4.0 – Go microservices development framework

chuhnk
82pts25
micro.mu 6y ago

Show HN: Micro v2.0.0

chuhnk
3pts0
paulgraham.com 6y ago

Viaweb's First Business Plan (1995)

chuhnk
135pts54
go-micro.dev 6y ago

Go Micro – A Go microservices development framework

chuhnk
143pts41
www.vanityfair.com 6y ago

“You Don’t Bring Bad News to the Cult Leader”: Inside the Fall of WeWork

chuhnk
17pts1
micro.mu 6y ago

What is Micro? It's just the future of microservices development

chuhnk
2pts0
github.com 6y ago

Rename Moby to Docker

chuhnk
2pts0
go.dev 6y ago

Go.dev

chuhnk
3pts0
techcrunch.com 6y ago

Mirantis acquires Docker Enterprise and Docker raises $35M

chuhnk
376pts232
www.wsj.com 6y ago

The Rising Threat of Digital Nationalism

chuhnk
181pts184
go.micro.mu 6y ago

Show HN: Go Micro – A Go microservices development framework

chuhnk
68pts45
github.com 6y ago

Go Micro – A microservices framework to simplify distributed systems development

chuhnk
1pts0
www.reuters.com 6y ago

WeWork considers IPO valuation of as low as $10B

chuhnk
2pts0
github.com 6y ago

Go Micro – A microservices development framework in Go

chuhnk
3pts0
github.com 6y ago

Show HN: Go Micro – The Go microservices development framework

chuhnk
2pts1
micro.mu 7y ago

Micro – the microservice toolkit 1.0.0 release and beyond

chuhnk
23pts0
github.com 7y ago

Show HN: Micro – A Microservice Toolkit

chuhnk
25pts0
github.com 7y ago

Show HN: Micro – A Microservice Toolkit

chuhnk
4pts0
www.magicleap.com 7y ago

What Is the Magicverse (and Why)?

chuhnk
1pts0
venturebeat.com 7y ago

Magic Leap CEO: We’re Dead Serious about the ‘Magicverse’

chuhnk
2pts0
avc.com 7y ago

Understanding Your Investors

chuhnk
2pts0
github.com 7y ago

Go Micro – A Zero Dependency Microservice Framework

chuhnk
3pts0
techcrunch.com 7y ago

The crusade against open-source abuse

chuhnk
3pts0

You're right. It's not very useful if you're just using it for pubsub. Go Micro was always intended as a full fledged framework for distributed systems development and you'll find if you build systems at scale you end up developing a similar framework in house. For those just using messaging or a database my advise would be to go directly to that system. Abstractions are only useful when they work together collectively for the foundation of something more. In our case when everyone is building Micro services we can actually run these absolutely anywhere regardless infrastructure and share them with anyone as a reusable building block.

Dapr is attempting to play in the same space as us. Using a standalone server and grpc generated libraries. We're a Go framework first as we believe development is about the tools you put in the hands of the developer meaning how they write code. We deliver the framework as a set of grpc services also which you can start with the command "micro server" and communicate through https://github.com/micro/micro

I'm sorry you've misunderstood what this is. This is a Go Framework for microservices development. It's what you use to write services. It's like Rails or Spring. Kubernetes is for running applications not writing them. Kubernetes no opinions about how you write software. We encapsulate the underlying infrastructure and provide a framework for the developer to literally write business logic.

Actually Micro is the exact thing you would use ontop of kubernetes. Micro was built to tame the world of cloud-native complexity and focus on developer needs.

You can think of Micro as an abstraction layer over distribute systems infrastructure, hiding the complexity from the developer and providing a pluggable system which allows it to operate in any environment. This means locally a dev can run with zero deps but in prod someone from the ops team can switch to etcd, cockroach, kubernetes, etc.

Predominantly the majority of our users are using Micro on top of K8s. Their primary focus is productivity and velocity of development when building microservices.

Micro focuses on providing distributed systems programming as a single framework, so it takes all the patterns you'd normally leverage and puts them in one place for you to easily build services. We do this with a pluggable model so you can pick and choose underlying infrastructure dependencies or a zero dep model if you choose. Its very powerful and our hope is the next generation of services are built using it.

Micro | SWE, SRE, Dev UX | Full-Time | ONSITE London and REMOTE

Micro (https://micro.mu) is a seed funded startup building a global services platform for microservices development. We are the creators of the successful open source project Go Micro https://github.com/micro/go-micro. Our goal is to now move beyond the framework and provide developers with a serverless platform to remove the hassle of managing infrastructure.

We're looking for software engineers, SREs and devrel to help build the platform, continue the growth of the open source project and ultimately build the next generation of developer experiences beyond the cloud.

Contact hello@micro.mu or join the slack #hiring channel to learn more https://micro.mu/slack

Micro | Senior software engineer | London, UK | Full time onsite

Micro is a seed funded startup building a global serverless platform for microservices in the cloud and beyond. Developers have spent too much time reasoning about cloud native infrastructure, docker, kubernetes, etc. We want to abstract all of this away and let you focus on what really matters.

We're a small team based in London looking for others who want to join in the early stages of building a platform and company.

Competitive comp, great stock options, pension, work from home on Friday, and take holidays as you need them.

Email me at asim@micro.mu

This post is really timely. We're going through a wave of innovation in how we ship software but in that we're having to reason far more about the infrastructure. I think we might be reaching the end of that phase and the realisation that none of us really want to touch containers or kubernetes, we just want it to fade into the background. Because at the end of the day software development is still software development and not much has changed there despite the underlying platforms being completely rewritten.

I'd argue that we might once again be on the cusp of true serverless but in a way that might become ubiquitous. If we could unlock a shared platform like GitHub but for running software we'd be in a much better place.

I'm assuming you're from a certain large corporate from whom no one actively engages our community or makes any comments on PRs or creates any issues or contributes anything for that matter and does not actively pay for support.

As a developer and user of open source I completely understand your pain. As a maintainer who has built and managed this project alone for the past 4 years I would tell you that you have many options in how you make use of a completely free open source project with a liberal Apache 2.0 license.

You are entirely free to fork the project, pin your dependency to a certain release, to actively engage in the community, to file an issue when you have concerns and to of your own volition use something entirely different if you are unhappy with your usage of a free tool.

We are in the process of moving from a totally free open source project maintained by one person to a small team building a product and business around these tools. During that period there may be some pain and issues, we'll move fast and potentially break things and in that make many mistakes but hopefully people will engage to help us move in the right direction.

If you are a company who relies on this piece of software for the 24x7 uptime of your business and this adds measurable value to your company then perhaps it would make sense to engage in some sort of SLA or support agreement for this critical software that you currently pay nothing for.

Thank you for the honest feedback. We're moving fairly quickly in regards to the evolution of the framework. Some of that results in breaking changes and you're right we haven't established the right channels for communication. To be quite frank, open source and public library maintenance was never my goal or part of my experience, I build platforms and remain mostly behind the scenes. So I apologise for the pain but hopefully people have found the framework to be useful despite some of the issues.

Your assumption is that the framework handles this complexity for you. This incorrect. It provides abstractions to the developer which then allows them to build on these while allowing them to be swapped out for the most appropriate underlying infrastructure.

The point is that building distributed systems as a whole requires a level of understanding in this space but not one that should require you to initially focus on infrastructure or even take that into consideration while writing software. Ideally you should be given these as abstractions which allows you to build distributed applications and offload operational concerns to the relevant parties while still coherently having the sum of the parts work together.

The tools that you mention are infrastructure. And while an environment, a platform, should be provided that gives you the insights and the relevant foundation, it really should not be the primary concern of the developer.

Developers should not be forced to reason about infrastructure.

OP here. I agree with you completely. People shouldn't be building these frameworks. Let's rally around one or two frameworks per language where appropriate and drive that as the common development method, as we do for infrastructure.

I'll also mention that yes, I agree, in most cases microservices are not the answer. This really comes down to the natural evolution of companies that scale to 50+ engineers split across multiple teams and continuing to grow. The software architecture should model after the org and allow teams to execute independently. If this is possible with monolithic architectures or anything else then that should be the approach taken.

In my case, I came from Google and Hailo, environments in which scale mattered on all levels and I didn't see the tools out there (back in 2015) to solve these problems for everyone else.

Rails is for Ruby. Spring is for Java. Micro is for Go

I see a world in which Micro can be used to write even a single service with a model that can scale to dozens. But more importantly I want to help unlock the reuse of services and the power of what microservices enabled for me at Hailo and what I've seen it do for others.

Micro | SWE, SRE, Dev XP | London, UK | Full-Time | https://micro.mu

Hi, we're Micro, a seed funded early stage startup building an open global services network to empower developers to build, share and collaborate on microservices without having to manage any infrastructure. We're realising the potential of the cloud and beyond.

Micro started as an open source project 4 years ago and has evolved into a platform. We're looking for those who are interested in contributing to open source while staying focused on building a real product at scale.

We're only hiring in London right now. Please reach out at hello@micro.mu or join our slack #hiring channel https://micro.mu/slack/

We're broadly working towards a lot of what you're saying here at https://micro.mu. It's an incremental process which I fundamentally believe needs to begin with giving developers a new method of development guided by a framework. We're leaning more towards the android model of managing a complex runtime and providing the framework for developing in that environment.

We'll probably leverage cloud, edge, personal servers, mobile and any other device in the long term to move services to the user.

I share a lot of your ideas and philosophy. Shame it didn't come to fruition with sandstorm.

Micro | London, UK | Onsite | https://micro.mu

Micro is a seed funded company in London building the future of microservices development.

I spent the past 4 years bootstrapping the most popular Go microservices framework and now we're levelling up to build a platform for developers to massively reduce the complexity of cloud native systems.

To learn more email hello@micro.mu

Go Creeping In 7 years ago

It's amazing to see more and more finding Go. For a lot of us it's been almost a decade since we started using it. Back then for me it was the perfect blend between C and ruby. Today I believe it's the language of distributed systems and the cloud. I personally think Go ends up with majority marketshare for all cloud native systems and its already going in that direction with the core tools like docker, kubernetes, etcd, grpc all using it. By extension of that I believe a signifcant number of backend systems and services in the cloud will also predominantly be Go based.

This doesn't rule out other languages, its merely an indicator of a trend we've seen time and time again related to platforms. Windows, Linux, Android, etc. Every platform has a dominant language. Other newer up and comers like typescript, rust, swift, kotlin, etc have their place but for their respective platforms.

Go's adoption will accelerate in the next decade but you'll also find it disappear into the background as development as a whole levels up beyond the languages of today.

Only us millenials and older generations will speak of it. The next generation will be preoccupied with an entirely different model of programming.

Micro | London, UK | Onsite | Full time | https://micro.mu

Micro is the simplest way to build microservices. We're a small team based in London focused on providing a vastly superior experience for developers to build microservices without having to worry about the complexity of distributed systems or cloud-native infrastructure. Micro started as open source project 4 years ago and is now turning that into a service.

We're looking for a:

  * Senior Software Engineer (Go and distributed systems)

  * Fullstack engineer (react, graphql, typescript and Go)

  * Services engineer (experience or desire to build microservices)
Email hello@micro.mu if you're interested in working with us.

After my macbook pro keyboard became completely unusable and keys literally started to fall off I went out and bought a Pixelbook and handed my Macbook in for repair. I'll tell you right now, I'll never go back and I immediately understood that Apple are truly screwed. The macbook is dead and they don't even know it. All developers will eventually move to a Chromebook, Surface or whatever else.

Chrome OS for me is perfect, especially since they introduced linux support and android apps. I can run anything I need, I do not feel like I took a step back, in fact I feel like I leaped forward by pushing towards a cloud first experience. I was already using Google for all my apps, spend most of my time in the browser and I personally have not felt any pain beyond adjusting to my new keyboard layout.

I highly recommend everyone ditch their macbooks and buy a Pixelbook.