HackerTrans
TopNewTrendsCommentsPastAskShowJobs

msantos

no profile record

Submissions

Abrdn hits out at 'corporate bullying' over name change

bbc.com
1 points·by msantos·2 years ago·1 comments

The delivery rider who took on his faceless boss

ft.com
3 points·by msantos·2 years ago·0 comments

comments

msantos
·2 years ago·discuss
For a long time I used to use smtp-sink — http://www.postfix.org/smtp-sink.1.html

    $ smtp-sink -u nobody -R /tmp/smtp-sink -d "maildir/%Y-%m-%d/mail.%H.%M." 127.0.0.1:25 1024
Until I joined a team that didn’t find cli as fun and preferred GUI tools. And that’s when I found mailcatcher. It’s solid and just works.
msantos
·2 years ago·discuss
Gmail

A Soft murmur (mobile app)

Linux
msantos
·3 years ago·discuss
> Offbrand POE+ switch firewalled at the router to avoid cloud, telemetry, and backdoor bullshit

How do you handle firmware updates for the devices connected to this vlan?
msantos
·3 years ago·discuss
My 10+ years old poor-man's image background removal through ImageMagick alone

https://gist.github.com/mvsantos/5554663

It does a good enough job for studio photography with clear subjects and plain backgrounds. But fails miserably if the background is multicolour and/or contain too many objects.
msantos
·3 years ago·discuss
The solution really depends on what sort of problems you are trying to solve and who your customers are.

There are a fair few low-code solutions out there for reporting and data visualisation that are great for finance and marketing teams for example. e.g. https://metabase.com/ , https://evidence.dev/

For multipurpose SMB workflows and organisational processes, I have used n8n in the recent past and found it was quite good and incredibly easy to maintain. https://n8n.io/engineering-resources/

For enterprise processes I'd go with Camunda (solely based on recommendations and not first hand experience). Although only parts of their platform are OSS https://github.com/camunda

Bear in mind that some of these are not suitable if you want to build something that competes with them while taking their OSS code. But are perfectly fine otherwise.
msantos
·3 years ago·discuss
If I was to pick one single topic that improved my overall experience with Jira the most, I would say mastering JQL.

With JQL you can add custom filters to boards and backlogs making it considerably easier to hone in and highlight and narrow down specific patterns.

You can also save/fav searches and filters based on complex JQL scenarios if you use a shared backlog and rely on custom labels to split work.

Here are some JQL ideas https://gist.github.com/mvsantos/e9b2530a97a6345c2668116ffef...

As for Jira general slowness, bug your instance's admin to run maintenance cleanups and purges more often particularly if you run a large shared instance. It won't solve the problem entirely, but might help depending on your instance size and typical usage.

Having clear baseline practices will help too, but don't go overboard and come up with dozens of rules. Keep it intuitive so that they quickly become second-nature, and not points of contention and friction.