thomas
thomas
@samtgarson Any update on this?
For anyone else that's stuck: ``` import { Mark } from 'tiptap' import { toggleMark, markInputRule, markPasteRule } from 'tiptap-commands' import { MenuBtnView } from 'element-tiptap' import CommandButton from 'components/CommandButton.vue'...
So in sum to specify a network/networks to not deauth but connect to and upload? +1 for this for sure. Connection-sharing on a RPi0 w/ external wifi is hard enough.
@cdiemel What's your plugin look like right now?
@spees In scenario two the RPi0 would have to crack the .pcap itself--my battery ain't that good 😂
Would that expose SSH over wifi? That'd be ideal I think. Also it signifies HOME which might mean like it goes into defend mode or something (like alerts when a...
Oh, cool! I had no idea that was possible! Is that what the defensive mode would do? I know there's [this](https://community.pwnagotchi.ai/t/idea-something-for-your-pwnagotchi-to-do-at-home/204/19) thread, the MAC tracking seems like a good idea...
I've made a Nix flake which gets aider up and running in a local devshell--happy to post it if there's interest (or fork the branch or whatever). I don't use...
> Just for my own learning, why is `crane` needed given that you can just give `rustPlatform.buildRustPackage` the local lockfile? [Crane](https://crane.dev/) is a relatively-simplified way of making a temporary Rust...
I've made a flake [here](https://github.com/t56k/gitu/) that builds on NixOS nicely--happy to run some tests on macOS too (and/or submit a PR).