HN user

bartekpacia

332 karma

https://pacia.tech

Posts13
Comments95
View on HN

Wow, this is surprising.

I’m happy for the founders, they’re great folks. I contributed to CirrusCI a bit in the past and it was a great experience. I even advocated for Cirrus in a couple of my last $DAYJOBs (with varied success). Congrats Fedor!

I’m very sad they’re shutting down, though. IMHO CirrusCI was very close to a perfect CI system (I wrote a blogpost about it [0]). I’ll now have to find something to replace it with in my personal projects. I guess I’ll run their cirrus-cli in GitHub Actions for a while. But GitHub Actions is really poor. I heard some good things about Buildkite.

[0] https://garden.pacia.tech/cirrus_ci_is_the_best.html

More like employees number 32,463 and 32,464 - they’re two people from what I seen on GitHub over the years. (Incredibly strong two people)

weirdest take on code formatting I've ever read

imho uniformity of what the code looks like > some single person's opinion

it's so satisfying to me when I just run "gofmt" and know the thing is formatted well.

You can install the "Android" and "Android Design Tools" plugin in IntelliJ IDEA – it's basically everything that Android Studio is.

But truth be told, these plugins always lag ~1 release behind Android Studio.

+1!

I had little expectations toward that movie (I think it was just randomly airing on the TV and I watched it), but was very pleasantly surprised.

I'm a fan of Clancy's books (and movies based on them), and The Wolf's Call could easily be one of them.

I’m writing an interpreter for the Starlark language in pure Kotlin (no JVM dependencies).

I had this idea in mind for some time already, it began with me wanting to build a simple programming language (and learn in the process) and interest in Bazel. I got started about a month ago by going through the Crafting Interpreters book by Bob Nystrom (it’s crazy good), but now Im straying further and further away from it.

Overall I find the project a great mixture of fun and challenging.

It’s a private repo for now because it’s in a pretty rough state, and is still missing a lot of stuff, but I will release as OSS at some point. That said if someone would like it could be fun:)

Freeform also works incredibly bad on my iPad (sluggish, unstable, crashing). It’s definitely a software issue. I never had such performance issues with Notability.

But yes. The overall decline in Apple’s software quality is evident and sad.

What is stopping adoption of such projects?

In my little experience, many big companies are heavily invested in Appium, which was the only viable solution x years ago, and keep clinging on to that.

Also Maestro may not be flexible/hackable enough for some of the things they do with Appium. But in the long term I think everyone would benefit if Maestro became the go-to UI testing tool, the way Docker became the go-to tool for containerization.

The quality of most mobile apps sucks so not sure why mobile testing is not mainstream?

I think it's actually: mobile testing is not mainstream, so most mobile apps suck, haha.

btw, I think that most mobile apps actually make no sense at all (many are just stupid CRUDs), and should be web apps. But that'd be a whole different rant :)

Oh Okay this is cool, I thought it's not possible (it's not mentioned at your frontpage at all).

How do your AI-features work when running tests locally using yout SDK? Do I need to provide my own token to some LLM provider?