[–] 11 points 4 months ago (16 children)

No way he ran on healthcare and childcare. Maybe im dumb and dont remember, but maga is very much against aca and medicare for all, and any kind of socialized service.

If you were saying he ran on "no new wars", sure.

  • source
  • [–] 1 point 4 months ago (1 child)

    With a smart tv(or projector) set up a temporary guest network on your router if it has a mandatory update. Then disable it and never connect to the internet again. Worked for me.

  • source
  •  

    I recently reinstalled my nixos (long story). but for some reason, tailscale refuses to install. when i reinstalled, i just copied over my configuration.nix to replace the default one from the install (not sure if that is part of the problem?). or maybe its just broken right now, and i need to wait it out?

    ...

    ok tailscale.com/net/tstun 0.034s

    ok tailscale.com/packages/deb 0.028s

    --- FAIL: TestGetList (0.00s)

    portlist_test.go:19: seek /proc/net/tcp: illegal seek
    

    --- FAIL: TestIgnoreLocallyBoundPorts (0.00s)

    portlist_test.go:40: seek /proc/net/tcp: illegal seek
    

    --- FAIL: TestPoller (0.00s)

    portlist_test.go:61: seek /proc/net/tcp: illegal seek
    

    FAIL

    FAIL tailscale.com/portlist 0.016s

    FAIL

    error: builder for '/nix/store/18r5bq5bx8n79mgpv69mnfjq8w7z05b0-tailscale-1.82.5.drv' failed with exit code 1

    error: 1 dependencies of derivation '/nix/store/pd0225japsibj036hgfzj48q960wx8k4-system-generators.drv' failed to build

    error: 1 dependencies of derivation '/nix/store/572pg1xc24wdd01v7cyvvrdijn7qb20y-system-path.drv' failed to build

    error: 1 dependencies of derivation '/nix/store/hln81111gkd51fzm7napkb40wd3rx9ig-nixos-system-wwt-25.05.809261.7c815e513adb.drv' failed to build

     

    I have a program that I wrote, maybe I didn't package it appropriately, but I cannot got it to run. I wrote it on a manjaro install, and tested it on another manjaro install, both were fine. I packaged it with poetry and copied the wheel over.

    Today I tried to install it on my nixos surface tablet I use at work. I get this error on installation:

    Traceback (most recent call last):                                            File "/home/gzuh/.local/bin/willcallgui", line 5, in <module>
        from willcallgui import willcallgui
      File "/home/gzuh/.local/share/pipx/venvs/willcallgui/lib/python3.11/site-packages/willcallgui/willcallgui.py", line 12, in <module>
        import tkinter as tk
      File "/nix/store/h723hb9m43lybmvfxkk6n7j4v664qy7b-python3-3.11.9/lib/python3.11/tkinter/__init__.py", line 38, in <module>
        import _tkinter # If this fails your Python may not be configured for Tk
        ^^^^^^^^^^^^^^^
    ModuleNotFoundError: No module named '_tkinter'
    

    These are the packages i have installed... I'm trying to install it with pipx...

    environment.systemPackages = with pkgs; [
        vim
        wget
        screen
        google-chrome
        openssh
        blackbox-terminal
        tailscale
        gnome.gnome-tweaks
        imagemagick
        git
        python311Full
        python311Packages.tkinter
        python311Packages.pip
        python311Packages.pipx
    
      ];
    

    What am i missing?

     

    I'm working on a python program, and i need to sync the results to an ipad as a todo list (with checkboxes)

    I had been using google keep, and manually copying /pasting the data over from my cli based app. I will be out of the country for 2 weeks, so im updating my software to no longer being cli, and ideally syncing the final list to google keep or something similar, since someone else will be running the software. You know how normies get when they see a terminal window..

    tried this googlekeepapi thing i found online, but the authentication was very complicated and i couldn't get it to work. There is no specific reason we need to use google keep, was just the first thing that came to mind when we set this system up, and it works well and is cloud based.

    Do yall know of any service where i can programmatically generate checkbox lists, and sync them over the web?

    I should note i do not have a server available to self host. could potentially spin something up locally with a raspberry pi, but would prefer not to have another potential point of failure.

     

    I'm working on a python program, and i need to sync the results to an ipad as a todo list (with checkboxes)

    I had been using google keep, and manually copying /pasting the data over from my cli based app.

    I will be out of the country for 2 weeks, so im updating my software to no longer being cli, and ideally syncing the final list to google keep or something similar, since someone else will be running the software. You know how normies get when they see a terminal window...

    I tried this googlekeepapi thing i found online, but the authentication was very complicated and i couldn't get it to work. There is no specific reason we need to use google keep, was just the first thing that came to mind when we set this system up, and it works well and is cloud based.

    Do yall know of any service where i can programmatically generate checkbox lists, and sync them over the web?

    I should note i do not have a server available to self host. I could potentially spin something up locally with a raspberry pi, but would prefer not to have another potential point of failure.

    view more: next ›