cbaleanu | 1 year ago | on: ChatGPT Is Down
cbaleanu's comments
cbaleanu | 4 years ago | on: Alphabet Announces Fourth Quarter and Fiscal Year 2021 Results
cbaleanu | 5 years ago | on: The small web is beautiful
cbaleanu | 5 years ago | on: Judge: Citibank isn't entitled to $500M it sent to various creditors last August
cbaleanu | 5 years ago | on: An update to the Timescale license
cbaleanu | 6 years ago | on: Learn Just a Little Awk (2010)
cbaleanu | 6 years ago | on: A guide to Oauth2
cbaleanu | 8 years ago | on: D3.js 5.0 is out
cbaleanu | 8 years ago | on: Two Photographers Unknowingly Shot the Same Millisecond in Time
cbaleanu | 8 years ago | on: Top ES6 features by example
var firstTeenager = people.find(teenager)
Stuff like this, when you write about ES6 features but use var makes my eyes hurt :(cbaleanu | 8 years ago | on: Facebook’s Onavo Gives Social-Media Firm Inside Peek at Rivals’ Users
cbaleanu | 8 years ago | on: Ask HN: What's your biggest struggle with Microservices?
For architecture debates ( yes there were some :) ) the resources used would vary depending on the level of the issue at hand.
For inter-service communication we had a standardized API interface that would need to be exposed and most of the discussions would circle around how does the service solve a problem and what API does it expose to the outside world.
For general system workflow issues we would resort to diagrams or good old fashioned whiteboarding whose artifacts would also get converted into diagrams.
A general rule-of-thumb that I pushed was that every single service would be documented starting with the design process and ending with support info.
Hope that makes any sense :)
cbaleanu | 8 years ago | on: Ask HN: What's your biggest struggle with Microservices?
* auth / authorization: easy to grasp, tough to implement,
opens a world of architectural wtfs
* service configuration files / variables
* understanding that more microservices can run on
the same host
* system entry point, credential based, jumpbox
And the most important issue I keep seeing across the systems I work with is documentation and speed of onboarding new staff.Happy to chat more, I am definitely not an expert on the domain but for what is worth I was technical lead (whatever that means to you) on an AWS Case Study project.
cbaleanu | 8 years ago | on: Show HN: HtmlWasher – An HTML cleanup tool
cbaleanu | 9 years ago | on: Windows 93 (2014)
cbaleanu | 9 years ago | on: PowerShell is open sourced and is available on Linux
cbaleanu | 9 years ago | on: PowerShell is open sourced and is available on Linux
cbaleanu | 10 years ago | on: After Netflix crackdown on border-hopping, Canadians ready to return to piracy
Ever since my first experience with Netflix powered by a Roku I have been praising how awesome it is, trying to get my friends to sign up for the service.
And then the geofencing crap happened but the service was suddenly available in our country, but with minus 90 percent of the content - a lot of my friends signed up and then cancelled their subscription.
I for one am seriously thinking about canceling both unblock-us and Netflix as I suddenly feel a 'localized' citizen with no way to legally we global anymore and it sucks.
cbaleanu | 10 years ago | on: This should never happen
cbaleanu | 10 years ago | on: Orgmode for Sublime Text 2 and 3