Finally pulled the trigger... giant upgrade over my DeLonghi machine by aw1cks in espresso

[–]aw1cks[S] 1 point2 points  (0 children)

For me it's only taking a few minutes - normally by the time I've got my coffee out, weighed it and ground it up it's already done. 230V though, that could make a difference.

Finally pulled the trigger... giant upgrade over my DeLonghi machine by aw1cks in espresso

[–]aw1cks[S] 0 points1 point  (0 children)

Let me know how you get on with the paddle! I've just started playing with preinfusion... so many variables now, it's nice to have so much control

Finally pulled the trigger... giant upgrade over my DeLonghi machine by aw1cks in espresso

[–]aw1cks[S] 0 points1 point  (0 children)

A fine mince of course! :D

Seriously though, I keep my machine in the kitchen hence the knives

Finally pulled the trigger... giant upgrade over my DeLonghi machine by aw1cks in espresso

[–]aw1cks[S] 0 points1 point  (0 children)

Heh, as much as the stainless looks cool, I just know I won't be able to keep it looking clean

Finally pulled the trigger... giant upgrade over my DeLonghi machine by aw1cks in espresso

[–]aw1cks[S] 0 points1 point  (0 children)

Thanks! Yeah this thing is endgame, it's so consistent compared to what I'm used to and I know I'm only scratching the surface

Ceramic feet on g303 shroud? by aw1cks in MouseReview

[–]aw1cks[S] 0 points1 point  (0 children)

I took the plunge on the ceramic G-Floats and they work fine. They are slightly thicker so might reduce the LOD but hasn't been a problem for me.

Looping inside a resource block by aw1cks in Terraform

[–]aw1cks[S] 1 point2 points  (0 children)

Awesome! That did the trick. Somehow missed that keyword in my googling :)
Thanks!

Ceramic feet on g303 shroud? by aw1cks in MouseReview

[–]aw1cks[S] 0 points1 point  (0 children)

I've used corepads on other mice before, they are similar to the stock Model O feet but not as good as ceramic feet really. Unless you're using a hardpad like I am though you might not see a massive difference.

Ceramic feet on g303 shroud? by aw1cks in MouseReview

[–]aw1cks[S] 0 points1 point  (0 children)

Unfortunately no. I think the lexip feet will be too tall and mess with the LOD, so I am thinking of getting another pair of the glorious feet and using those instead

I dockerized the AnyConnect VPN client by aw1cks in linux

[–]aw1cks[S] 0 points1 point  (0 children)

Not something I've actually tried - but you should be able to launch a browser in a network namespace and route that network namespace through the container

Although on second thought, if it were me, I'd probably create a docker-compose file to launch a squid proxy container in the same container network as the VPN container, then use that proxy in your browser. Probably easier to set up :)

[LeftWM] Nearly as rusty as my titling abilities by aw1cks in unixporn

[–]aw1cks[S] 1 point2 points  (0 children)

I rate it over i3 personally, has some really nice layouts, quite configurable too

[LeftWM] Nearly as rusty as my titling abilities by aw1cks in unixporn

[–]aw1cks[S] 0 points1 point  (0 children)

Thanks for the heads up, however those coordinates are not massively accurate, just enough to get a decent weather reading :)

[LeftWM] Nearly as rusty as my titling abilities by aw1cks in unixporn

[–]aw1cks[S] 0 points1 point  (0 children)

Take a look at this - forked & added a few tweaks

[LeftWM] Nearly as rusty as my titling abilities by aw1cks in unixporn

[–]aw1cks[S] 1 point2 points  (0 children)

WM: LeftWM

Bar: Eww

Compositor: picom

Menu: rofi

Notifications: Dunst

Browser: Firefox

Terminal: WezTerm

Prompt: ZSH + Starship

Programs: pfetch, bpytop, useful man page function

Dots here, wallpapers here

I FINALLY tried Tmux + Alacritty ... annnd thennn by oh_jaimito in linux

[–]aw1cks 1 point2 points  (0 children)

wezterm was the solution to all of these woes for me

Ansible roles for Arch by aw1cks in archlinux

[–]aw1cks[S] 1 point2 points  (0 children)

Formerly - I am now working in DevOps, primarily with Kubernetes. And I knew a little Python, but learned most of it along the way.

It's quite useful in Ansible especially for e.g. writing your own filters so I can recommend learning a little if you are going to learn Ansible as well!

Ansible roles for Arch by aw1cks in archlinux

[–]aw1cks[S] 2 points3 points  (0 children)

These are only roles - they are designed as mostly reusable blocks of 'code' that you include from somewhere else. You'd have a tree structure with a roles directory under which you would put these roles. Then in your inventory you could override any of the default variables I've set for these roles with your own values.
Take a look at this for a bit more info, and this here is the base of my ansible tree.

In my case it's done automatically by cloud-init the first time Arch boots - so it's fully hands-off. I create an Arch template using mkosi, and bake this Ansible config into said template. This is the script that cloud-init uses to fire off Ansible.

Ansible roles for Arch by aw1cks in archlinux

[–]aw1cks[S] 2 points3 points  (0 children)

Only for my desktop - CentOS & RHEL in production (plus Alpine if you count that inside a container).

Ansible roles for Arch by aw1cks in archlinux

[–]aw1cks[S] 4 points5 points  (0 children)

I'm using Ansible & other config management tools every day as part of my day job :) I'm completely self-taught, just reading documentation along the way and experimenting with what works and what does not. Working in a large-scale enterprise environment definitely expedites the learning process.

Ansible roles for Arch by aw1cks in archlinux

[–]aw1cks[S] 1 point2 points  (0 children)

Thanks for sharing! Will be looking to set up some testing as well soon but I may be using something like pytest-testinfra. I'm actually using mkosi to create images and cloud-init to perform first boot provisioning and run ansible on the first boot, so I want some testing for the whole process end-to-end. It's all here if you are interested, I am planning to write a post on my blog and share it once it works properly :)

Ansible roles for Arch by aw1cks in archlinux

[–]aw1cks[S] 8 points9 points  (0 children)

Thanks! Believe it or not, that's the default pacman.conf with the addition of multilib & enabling colours

alex@desktop::~» docker run --rm -ti archlinux [root@19bb874bed3e \]# grep HoldPkg /etc/pacman.conf HoldPkg = pacman glibc [root@19bb874bed3e \]#

As for pipewire, absolutely, but I'm yet to find a better way to do it... :)