stevekinney
|
4 years ago
|
on: Temporal raises $103M in Series B funding
For me, the compelling part was at my last company, we'd build these complicated distributed systems with a whole lot moving pieces—any of which could go down at a moment's notice. For a complex enough system, there was sometimes more work to be done to deal with any part of the system failing than to build the system itself. Basically, we were implementing our own bespoke version of Temporal over and over again.
To your point, the complexity of a SQL/PHP application is significantly smaller, but, the value proposition of Temporal is probably still there: If any part of the checkout process fails (e.g. charging the credit card, successfully triggering the order after they've charged the credit card, timing an email if there is an abandoned cart, handling the moving pieces of a return). These pieces are either handled manually by a human or you've got a decent amount of business logic in place to handle each of these edge cases individually.
The value-add of Temporal—in this case—would be that it would keep track of where the customer/order was in the overall flow of ordering something and pick up where it left off in the event that something went wrong.
stevekinney
|
6 years ago
|
on: Nextspace – NeXTSTEP-like desktop environment for Linux
I'd love to see something similar for the classic (pre-Aqua/OS X) Mac OS look and feel. Does anyone know if that exists?
stevekinney
|
8 years ago
|
on: Trello Desktop for Mac and Windows: Get More Done Without Distractions
I haven't had a chance to download it yet, but my suspicion says it's probably an Electron application. What do you all feel about this practice of taking long-lived web applications and getting them out of a tab and into a desktop shell with a place on the dock/task bar and the ability to Atl/Control-Tab?
stevekinney
|
8 years ago
|
on: Tell me what your company does
Here is my take on what SendGrid does: Sending an email is pretty easy. Sending a metric butt ton is hard and so is hooking it into your app. So, we help you with that because screwing that up could be very bad.
stevekinney
|
8 years ago
|
on: ES6 Generators Deliver Go Style Concurrency (2013)
Good point; I agree. Unfortunately, the window has passed for me to update the title.
stevekinney
|
10 years ago
|
on: Make 8-bit art
If you have any problems, open an issue on GitHub (jennschiffer/make8bitart) or tweet at @jennschiffer. She's about to have time to work on stuff soon hopefully.
stevekinney
|
10 years ago
|
on: OS X 10.10.3 seems to have done something bad to wifi drivers
I've got 16GB and the same thing happens to me. It will expand to take up all the RAM and disk space available.
stevekinney
|
11 years ago
|
on: Copycat Framework IO.js Beats Node.js to a Fully-Featured Version 1.0
This article is pretty amazing in how poorly researched it is. I'm submitting this less as a piece of news and more as a piece of evidence of how dramatized a well-reasoned decision in open source can become.
stevekinney
|
11 years ago
|
on: Connecting to a Raspberry Pi's X-Windows GUI with OS X
That's good to know, thanks. -X doesn't work at all using the Raspberry Pi. If you have any insight, I'd love to figure out how to get it working with -X, but all my attempts are unsuccessful. Granted, I haven't spent too much time with X11 and its brethren since college.
stevekinney
|
11 years ago
|
on: iPhone 6 and 6 Plus not as bendy as believed
No, I believe it's saying that any split that was not caused by a swollen battery is out-of-warranty. If it was caused by a swollen battery it would be eligible for an in-warranty repair.
stevekinney
|
11 years ago
|
on: Standard Markdown
stevekinney
|
11 years ago
|
on: Big Data Firm Says It Can Link Snowden Data To Changed Terrorist Behavior
Correlation does not equal causation.
I don't think it came as a surprise to terrorist organizations that the NSA was working to break their encryption techniques—just as I'm sure it wouldn't have been a surprise to the Soviets during the Cold War.
The group that was surprised and caught off-guard was the American people.
It's been just over a year since the Snowden leaks. Overhauling an entire communication system likely took more than a year. Ground-up rewrites rarely go that well.
This strikes me more as a publicity grab for this firm than any kind of objective science.
stevekinney
|
11 years ago
|
on: MacOS X is an Unsuitable Platform for Web Development
I'm getting too old to care what platform (language, framework) other people prefer, but I suspect that if you were to go to any given web development conference, empirical evidence would not square with OS X being "unsuitable" for web development. Beyond that, I suspect you could web development done on pretty much any desktop OS these days. I'm sure you could do web development on Chrome OS, if you wanted to.
This strikes me more as "This is different than what I'm used to!" or "I don't much care for this." than "This is unsuitable." Emacs is available on OS X. Beyond the initial server configuration, I'd say the large majority of packages your average web developer is installing are from NPM, RubyGems, CPAN, etc.
stevekinney
|
11 years ago
|
on: GitHub Pages now runs Jekyll 2.2.0
Oh awesome, I didn't realize that everything was going through Jekyll under the hood. Is this new or has it always been like that?
stevekinney
|
11 years ago
|
on: GitHub Pages now runs Jekyll 2.2.0
I believe the files are generated on Github's servers. You can install Jekyll locally to get the same workflow locally.
stevekinney
|
11 years ago
|
on: GitHub Pages now runs Jekyll 2.2.0
stevekinney
|
11 years ago
|
on: Zillow to Acquire Trulia for $3.5B
I guess there is still Realtor.com, but I'm not sure how popular the site is.
stevekinney
|
11 years ago
|
on: How to find your Uber passenger rating
Agreed. I also think we should remove the displays on phones. Some people are blind.
stevekinney
|
11 years ago
|
on: PHP Developer Needed in Columbus, OH
Amongst my many issues with recruiter spam, one of my biggest pet peeves is when recruiters send me emails about jobs without telling me who the company is or what they do. That's kind of a big deal as to whether or not I'm even remotely interested in the position (I'm probably not).
stevekinney
|
11 years ago
|
on: MacBook Air Stickers
It's curious to me that they're not selling these stickers. These are mostly ones I've seen on various third-party sites.
I'm also amazed they managed to get the rights for all those characters (Disney was probably easy, but the Simpsons and Warner Bros.?)
To your point, the complexity of a SQL/PHP application is significantly smaller, but, the value proposition of Temporal is probably still there: If any part of the checkout process fails (e.g. charging the credit card, successfully triggering the order after they've charged the credit card, timing an email if there is an abandoned cart, handling the moving pieces of a return). These pieces are either handled manually by a human or you've got a decent amount of business logic in place to handle each of these edge cases individually.
The value-add of Temporal—in this case—would be that it would keep track of where the customer/order was in the overall flow of ordering something and pick up where it left off in the event that something went wrong.