Skip to content

Instantly share code, notes, and snippets.

View mairin's full-sized avatar

Máirín Duffy mairin

View GitHub Profile
@mairin
mairin / research-plan.md
Created March 18, 2024 08:31
Research Plan for Podman Desktop Developers on K8S Study

Questions:

Environment

  1. How many years of experience do you have working with Kubernetes?
  2. What is your preferred Kubernetes distribution?
  3. Approximately how many Kubernetes environments does your organization maintain, and what kind of environments are they (prod, dev, etc)?
  4. How does your organization create these Kubernetes environments?
  5. Do you typically work with local or remote Kubernetes clusters? Roughly how many of each?
  6. Are there any deployment requirements or standards in your organization that impact that Kubernetes YAML you create?
@mairin
mairin / welcome.txt
Last active October 16, 2023 12:37
welcome.txt message for podman desktop eap mailing list
Welcome to the Podman Desktop Early Adopter Program!
====================================================
You will receive infrequent (less than once a month) email messages from us about updates to Podman Desktop and opportunities to provide feedback or participate in user research studies.
It would be helpful if you were willing to fill out our new Early Adopter Program members initial survey:
https://forms.gle/MsXvndNP3yZoxW1c8
You can view previous emails to our community via the archive link here:
 duffy@pocapanda ~/Repositories git clone git@github.com:containers/podman.io.git
Cloning into 'podman.io'...
remote: Enumerating objects: 14271, done.
remote: Counting objects: 100% (3610/3610), done.
remote: Compressing objects: 100% (1078/1078), done.
remote: Total 14271 (delta 2561), reused 3138 (delta 2388), pack-reused 10661
Receiving objects: 100% (14271/14271), 117.60 MiB | 22.92 MiB/s, done.
Resolving deltas: 100% (9699/9699), done.
 duffy@pocapanda ~/Repositories cd podman.io
 duffy@pocapanda ~/..../podman.io  main yarn
@mairin
mairin / gist:c7c1c36e3ecea99a4eb933f7fc7f124c
Created February 1, 2023 20:10
podman desktop palette
'charcoal': {
50: '#767676',
100: '#707073',
200: '#5c5c5c',
300: '#464649',
400: '#4a4b4f',
500: '#36363d',
600: '#27272a',
700: '#222222',
800: '#18181b',
```public render(
renderer: THREE.WebGLRenderer,
scene: THREE.Scene
) {
this._controls.update();
// for performance
// on re-render if something changed (needs to be listening to events from controls to set to true when we want to re-render)
if (!this._modified) {
return;

Keybase proof

I hereby claim:

  • I am mairin on github.
  • I am mairin (https://keybase.io/mairin) on keybase.
  • I have a public key ASAxQWgc762Zwqbzsn4sVlRyoorfO65g9cd1m2kjVmLmUgo

To claim this, I am signing this object:

@mairin
mairin / gist:ea05bc5907119bf1870a
Created March 19, 2015 16:35
output of: ldd `which scribus`
linux-vdso.so.1 => (0x00007ffffde7a000)
libcairo.so.2 => /lib64/libcairo.so.2 (0x0000003b4a000000)
libQtGui.so.4 => /lib64/libQtGui.so.4 (0x0000003b46e00000)
libQtXml.so.4 => /lib64/libQtXml.so.4 (0x0000003b4ae00000)
libQtNetwork.so.4 => /lib64/libQtNetwork.so.4 (0x0000003b4a400000)
libQtCore.so.4 => /lib64/libQtCore.so.4 (0x0000003b46400000)
libfreetype.so.6 => /lib64/libfreetype.so.6 (0x00007f9a43e4d000)
libfontconfig.so.1 => /lib64/libfontconfig.so.1 (0x0000003b45800000)
libxml2.so.2 => /lib64/libxml2.so.2 (0x000000307be00000)
libpython2.7.so.1.0 => /lib64/libpython2.7.so.1.0 (0x0000003086e00000)