dadarobot

joined 3 years ago
[–] dadarobot@lemmy.sdf.org 14 points 2 weeks ago (2 children)

a horse walks into a beerstore, the clerk says "why the long face?"

[–] dadarobot@lemmy.sdf.org 37 points 2 months ago (6 children)
[–] dadarobot@lemmy.sdf.org 4 points 2 months ago (2 children)

My point is I really doubt he ran on a pro-healthcare pro-daycare platform. I could be wrong, but I would be shocked to learn otherwise.

[–] dadarobot@lemmy.sdf.org 11 points 2 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.

 

And call it Dang-ism

[–] dadarobot@lemmy.sdf.org 0 points 2 months ago (1 children)

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.

 

title.

[–] dadarobot@lemmy.sdf.org 60 points 2 months ago (6 children)

this old initiative could help: browsers

[–] dadarobot@lemmy.sdf.org 2 points 3 months ago (4 children)

does anyone still use emacs? honest question.

[–] dadarobot@lemmy.sdf.org 3 points 3 months ago

sounds like theyve typed it wrong quite a bit

[–] dadarobot@lemmy.sdf.org 3 points 3 months ago (1 children)

if op still has connection, but the router just reset itself and closed all the ports, tailscale could help.

but yeah if the connection goes down, there's no way in.

[–] dadarobot@lemmy.sdf.org 2 points 3 months ago

i use tandoor, self hosted app on my nas. and the open source kitchn to interface with it via android/ios. just open a recipe on my browser and share it to kitchn and itll load it up on my nas.

[–] dadarobot@lemmy.sdf.org 1 points 3 months ago

nothing is free, and space is a hoax

[–] dadarobot@lemmy.sdf.org 13 points 3 months ago (1 children)

republican states have wealth?

 

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

 

my kid wants a portable cdplayer, and i want to get her a good one. any recommendations?

 

added xkcd to my rss feed and this is the text on all the posts lol

 

I recently switched from a pixel 6 to a fairphone 5. There was stuff like a smart screenshot (which worked half the time) and the ability to select text most of the time. The fairphone doesnt have that, and i wonder if its a first party google feature, or if theres a different rom i should use.

 
1
submitted 2 years ago* (last edited 2 years ago) by dadarobot@lemmy.sdf.org to c/nixos@lemmy.ml
 

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?

view more: next ›