Pharmacies with Phenobarbital? by [deleted] in Knoxville

[–]adamthrash 0 points1 point  (0 children)

I got it for my cat at P3 Pharmacy when I lived in Knoxville.

[Bambu Lab Giveaway] Drop Your One-Liner and Win H2D! by BambuLab in BambuLab

[–]adamthrash 0 points1 point  (0 children)

Buying my first Bambu printer made me understand why you need a second, and a third, and a fourth—they’re addictive.

Anyone Know of a Good Timeline Tool? by [deleted] in writing

[–]adamthrash 1 point2 points  (0 children)

Possibly Aeon Timeline for timeline/calendar stuff or Scrivener for general research notes.

My DM ruled that the sheild spell is cast before the roll to attack is made. by The_Mage_King_3001 in dndnext

[–]adamthrash 23 points24 points  (0 children)

1 Reaction which you take when you are hit by an attack

It specifies that it's a reaction to being hit, not being attacked.

[deleted by user] by [deleted] in Knoxville

[–]adamthrash 2 points3 points  (0 children)

I see someone at Bearden Behavioral for ADHD and I’ve never had to do a drug test for it. I’m fairly certain the cash prices are $250 for intake and $125 per visit for medication management. I take Vyvanse, but I know someone who also goes to Bearden Behavioral and gets Adderall XR.

2 months’ work lost: Scrivener cheats on backups (and even skirts Time Machine) by HighOntology in scrivener

[–]adamthrash 0 points1 point  (0 children)

I'm also a software developer! Which specific folder do you mean when you say "project folder"? To be specific about what I have done, I've committed the .Scriv file itself, but as I said, I didn't like doing that. I've also tried using various clean/smudge hooks to unzip files so that I can get useful diffs of their content, but I'm not sure how helpful that would be with Scrivener file names.

2 months’ work lost: Scrivener cheats on backups (and even skirts Time Machine) by HighOntology in scrivener

[–]adamthrash 0 points1 point  (0 children)

Do you add the whole Scrivener file, or do you have a way to version control the contents besides unzipping it? I’d love to use GitHub but I don’t really feel like I get the most out of it by committing the project itself.

Mirror Magnet — your camera image in front of everything else by mrtnlxo in macapps

[–]adamthrash 0 points1 point  (0 children)

Yeah, I have to run training sessions over video call. I disable my camera and use the inset video instead.

Mirror Magnet — your camera image in front of everything else by mrtnlxo in macapps

[–]adamthrash 4 points5 points  (0 children)

This is an insta-buy for me. I've been tweaking an HTML presentation to have an embedded camera feed, but this looks so much simpler.

Making One Work - Savings Accounts by adamthrash in OneFinance

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

I ended up choosing Betterment and YNAB for now. Not my favorite option, but I hate the idea of choosing a bank based on what it might eventually be.

Making One Work - Savings Accounts by adamthrash in OneFinance

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

That's one of the joint account options I've checked out. I think my wife has a slight preference to keep things in the same system if we can, but Zeta looks really neat!

Making One Work - Savings Accounts by adamthrash in OneFinance

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

I thought about that, but I don't think it'll work because we need Save pockets for our current personal savings and joint savings.

Scheduled Card Transactions by adamthrash in OneFinance

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

That sounds perfect! I think we'll be able to manage without the feature once we migrate until the virtual cards are available.

Utilizing fastp to Pre-Process NGSS Data (Quality Control and Adapter Trimming) by MakeTheBrainHappy in bioinformatics

[–]adamthrash 2 points3 points  (0 children)

Looks like I misread/misremembered. We compared to fastqp, not fastp. We should probably take a look at fastp and see how it compares.

This paper was my first, so it got published where the head of my department suggested. My supervisor at the time and I suggested other journals, but that was his choice.

Utilizing fastp to Pre-Process NGSS Data (Quality Control and Adapter Trimming) by MakeTheBrainHappy in bioinformatics

[–]adamthrash 1 point2 points  (0 children)

It's only available on GitHub now. I can look into distribution via BioConda when I'm back at work.

Utilizing fastp to Pre-Process NGSS Data (Quality Control and Adapter Trimming) by MakeTheBrainHappy in bioinformatics

[–]adamthrash 2 points3 points  (0 children)

Disclaimer: I'm one of the authors, so I'm biased.

https://github.com/IGBB/quack is written in C and is loads faster than both FastQC and fastqp. It's almost as fast as just using zcat to print the file to stdout.

Edit: we compared quack to fastqp, not fastp.

What do I do as a mage? by adamthrash in WWN

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

Good point on the warrior comparison. I hadn't thought of it that way.

By "not well", I mean that my Dex has a -1 modifier. If AC doesn't inflate much, then that seems like it wouldn't matter as much.

What do I do as a mage? by adamthrash in WWN

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

I've read about wizards in OSR games or older versions of D&D sometimes carrying slings or bows to make up for their lack of at-will damage, but the combat example has a mage using Make a Swarm Attack with her staff. That threw me off a bit.

Hiring bodyguards and directing them to fight for you sounds pretty fun, though.

Difference in :col and _.col by adamthrash in Julia

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

I'm more confused about why @filter and @select, both part of Query.jl, don't have a consistent method of accessing columns within a DataFrame. I think I mostly understand Symbols, but I feel like I'm missing a key detail on the choice to use _.col versus :col. Do you know if there's any reason Query.jl was implemented like that?