eksb

joined 1 year ago
[–] eksb@programming.dev 14 points 1 day ago (3 children)

They should do another debate next week between two people who are not running and can actually answer questions and talk about policy. Just to show us what we could have. Elizabeth Warren vs Mitt Romney.

Then a Bill Clinton vs George W Bush rematch.

[–] eksb@programming.dev 2 points 2 days ago (1 children)

Climate change: do they have to pay to clean it up before or after it hurts people?

Immigration: We already do not allow employers to hire people without their paperwork in order. The issue is way more complex than that.

Trump: I 100% support replacing Congress and POTUS with a Parliament and Prime Minister, and would compromise by making POTUS a ceremonial office with the only function being wearing a bald eagle costume at international sporting events, and letting Trump do it until he quits after being tackled by the Canadian in a maple syrup bottle costume.

[–] eksb@programming.dev 15 points 1 week ago (2 children)

They added:

  1. None of the Work may be used in any form as part, or whole, of an integration, plugin or app that integrates with Atlassian's Confluence or Jira products.
[–] eksb@programming.dev 3 points 4 weeks ago (2 children)

Can't you just not use their cloud services? It makes you create an account for setup, but once setup was done I never touched it.

[–] eksb@programming.dev 3 points 4 weeks ago

I do not know what you mean by third-party integrations. I do not use any cloud stuff, Ubiquiti's or otherwise.

[–] eksb@programming.dev 4 points 4 weeks ago (6 children)

I used to use OpenWRT on various devices, but two years ago I got a UDM-Pro, a USW-16-POE, and a few Unifi APs and cameras. I run pi-hole on the UDM-Pro. I have no complaints. It is more expensive than piecing it all together using OpenWRT and some Raspberry PIs, but way easier.

[–] eksb@programming.dev 2 points 1 month ago

You could use multiple USB microphones and do the mixing in software. I prefer using an audio interface (e.g. UMC204HD) because it is simpler to set up and adjust levels, and because it lets you use any widely available microphone, or plug in an instrument (e.g.: electric guitar, electric piano). You can plug your headphones into the audio interface and adjust the relative level of your own sound and what is coming from the computer (e.g.: your teacher). sweetwater.com has the UMC204HD and the UMC404HD on sale right now.

I do not have any experience with pick-up mics.

[–] eksb@programming.dev 5 points 1 month ago (2 children)

I tried Jitsi, but was unable to match Zoom's audio quality.

The difference between Jitsi and Zoom was noticeable, but less important than the difference between the mic built in to the webcam and good mics. I use an SM58 for voice and an SM137 pointed at the cello just below the bridge, through a UMC204HD.

[–] eksb@programming.dev 107 points 1 month ago* (last edited 1 month ago) (7 children)

How much AI do you want in your browser: ( ) None ( ) Zero ( ) I want my browser to automatically close any page that mentions AI

 

I wrote a script and bound it to a key combo so I can draw a rectangle on the screen and map my drawing tablet to that area.

Future improvement: force the mapped area to the same aspect ratio as the tablet. I hope I can find a better way to programmatically get the ratio than running xinput list-devices and parsing out "Size: 160x100mm".

Bound via bindsym $mod+Shift+t exec ~/.config/sway/tablet-map. Is there a better way to reference the way config directory?

view more: next ›