- Download Virtual Audio Cable (VAC) - free to start
- Download Voice Meter - free to start
- Discord output goes to 1st (free) VAC
- Inside Voice Meter:
- Set hardware input to VAC
- Set hardware output to headphones
- Inside SLOBS:
- Create new audio device: VAC
- Should anything go wrong, Check Windows Sound Mixer:
- Check VAC, make sure Discord is unmuted.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Repo / HOWTO: https://github.com/jhannah/legislature_calendar/tree/main/experiments/CSV_dumps | |
So here are all the Nebraska Bills (LB) | |
NOT Resolutions (LR) | |
NOT Appropriation Bills (LB#####A) | |
introduced after Jan 25th of any year | |
sqlite> select h.date, b.bill_number, b.title, b.state_link | |
from bills b, history h | |
where b.bill_id = h.bill_id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Repo / HOWTO: https://github.com/jhannah/legislature_calendar/tree/main/experiments/CSV_dumps | |
Following up on this thread: | |
https://octodon.social/@deafferret/109759239190597753 | |
Let's pick a random day of the year not in "the first 10 days of a session." I chose March 5th. | |
How many bills were Introduced on March 5th? | |
✗ ack -i "Date of introduction" `find ./ -name "history.csv"` | grep "\-03-05" | wc -l |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
With our "unlimited PTO" policy, I was curious if I've been, roughly, taking too much or too little time off. | |
So I dumped all my worked hours out of Tempo (Jira) since 2018. | |
Here's my source code: | |
https://github.com/jhannah/sandbox/blob/main/jhannah/hours.pl | |
And here's the result of running the program: | |
✗ perl hours.pl | |
Per year: 4 weeks off (PTO + sick) + 11 holidays |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -w "@curl-format.txt" -o /dev/null -s https://www.google.com | |
time_namelookup: 0.010029s | |
time_connect: 0.043444s | |
time_appconnect: 0.099994s | |
time_pretransfer: 0.100094s | |
time_redirect: 0.000000s | |
time_starttransfer: 0.184069s | |
---------- | |
time_total: 0.189819s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://legiscan.com/NE/datasets 107th Legislature CSV | |
#! env perl | |
use Modern::Perl; | |
use Text::CSV_XS; | |
no warnings "experimental"; | |
my (%dates, $actions); | |
my $csv = Text::CSV_XS->new ({ binary => 1, auto_diag => 1 }); | |
open my $fh, "<:encoding(utf8)", "history.csv" or die $!; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here's a little Perl script I wrote: | |
https://github.com/jhannah/sandbox/blob/main/amortize.pl | |
✗ ./amortize.pl | |
Usage: | |
amortize.pl --principle=176000 --periods=180 --interest_rate=2.13 \ | |
--principle_payment=12:2000 \ | |
--principle_payment=24:2000 | |
Take out a $176,000 loan over 15 years at 2.13% APR. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2.13% APR | |
Payment 1: Aug 1 2021 | |
$ pip3 install amortization (https://github.com/roniemartinez/amortization) | |
$ amortize --principal 176000 --period 180 --interest-rate 0.0213 --schedule | |
Number Amount Interest Principal Balance | |
-------- ---------- ---------- ----------- ---------- | |
1 1,143.14 312.40 830.74 175,169.26 Aug 1 2021 | |
2 1,143.14 310.93 832.21 174,337.05 | |
3 1,143.14 309.45 833.69 173,503.36 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A random house I chose from Google Maps: | |
4215 S 28th St, Omaha, NE 68107 | |
https://developers.google.com/civic-information/docs/v2/representatives/representativeInfoByAddress?apix_params=%7B%22address%22%3A%224215%20S%2028th%20St%2C%20Omaha%2C%20NE%2068107%22%7D | |
Here's a collapsible tool of this same data: https://jsoneditoronline.org/#left=cloud.fc62383d0a2d4d8d9fcc8a8cc1f54d06 | |
{ | |
"normalizedInput": { | |
"line1": "4215 South 28th Street", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 shirt Reverie (Steph dark grey XXL) | |
1 shirt Divine (me XXLT) | |
2 shirts Nightbringer (me XXLT, Nick S) | |
1 shirt Offering (me XXLT) | |
"anaisfae.art" in font 'nantronte' on the top back. | |
5 shirts = $75 USD PayPal to [email protected] | |
print shop: $32-35 USD per shirt = $175 USD |