dadarobot

joined 2 years ago
[โ€“] [email protected] 6 points 20 hours ago (4 children)

what is a front sata port?! ๐Ÿ˜

[โ€“] [email protected] 5 points 22 hours ago* (last edited 22 hours ago) (1 children)

ok, and i'll just buy a house to build wealth like my dad suggested. and dress better than the manager if i want a job. and stop eating avocado toast.

[โ€“] [email protected] 1 points 1 day ago

grammar and spelling rules are imperialist overreach

[โ€“] [email protected] 4 points 1 day ago (4 children)

yeah i feel you. I'm in a band, so instagram is basically a necessity for promotion and communication. getting the word out about shows, other bands will message me for gigs etc

just try to use it a little as possible, and try to lock it down as much as possible in the os. you can do alot in the android app settings.

basically treat it as you would having a conversation near a security camera.

[โ€“] [email protected] 3 points 1 week ago* (last edited 1 week ago) (1 children)

i think he turned into Odie. link

[โ€“] [email protected] 14 points 1 week ago

check out number 95

[โ€“] [email protected] 5 points 2 weeks ago

here's the deadspace i was noticing:

here's a potential way to make it more compact:

the com@inst ๐Ÿ—จ๏ธ1๐Ÿ”ผ2๐Ÿ”ฝ line could either go above or below the post (ive seen moth on lemmy clients)

[โ€“] [email protected] 105 points 2 weeks ago* (last edited 2 weeks ago) (11 children)

probably a troll...

has to be a modified bersion of the mtg mana circles on the back of the card. same shading and everything

[โ€“] [email protected] 3 points 2 weeks ago (1 children)

oh wow, the web app looks great. always thought lemmy looked pretty bad from every desktop ui ive found

[โ€“] [email protected] 6 points 2 weeks ago (3 children)

yeah i think putting the com name and the up/downvotes on the same line would fill some of the dead space between posts

[โ€“] [email protected] 5 points 2 weeks ago

just installed. looks great so far!

350
rss feed (lemmy.sdf.org)
 

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.

 
10
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

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.

5
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

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.

21
Phil spectrum (lemmy.sdf.org)
 
105
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Funny and informative

219
Rule (lemmy.sdf.org)
 
36
Help with VIA macros? (lemmy.sdf.org)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I just got a cidooo v21 numpad, and was very excited to use macros for OBS.

I have been using alt-z for tap-to-talk in obs, and i set up layer 3 to be obs macros. I want "enter" to be tap to talk ie alt-z. When i press the enter key and keep it held, it only registers as a short tap. I even made sure the macro is set for keydown on both keys.

Whats the simplest way to have the macro report as held for the duration of me holding the enter key?

Edit: potential alternate solution: whats the best way to have different macros for the press and release of the enter key? That way i could simply unmute on press and mute on release

 

I have a client with locally hosted security cameras. There is a DVR box that has a port open and a 3rd party app you can view the cameras from. Traditionally we have been forwarding the port to the WAN via the router there. Its a restaraunt btw.

When the ISP upgrades the router every few years there's a huge headache trying to get the ports back open and bridging the modem and router blah blah blah. Not only this, even though they are supposed to have a static wan ip, it does change from time to time.

What i would like to do is plug in a raspberry pi on the network and forward the DVR's ports somewhere accessable.

Im thinking of something along the lines of wireguard, but just for a single ip/port that i can tunnel over ngrok. Seems doable but i'm having trouble finding the proper terms to google. Port forwarding generally brings up router config, and tunnelling seems to expect you to be on the device who's ports you wish to access.

Any advice?

 

Beth Gibbons has announced a new solo record, so I gave this album a listen

view more: next โ€บ