dadarobot

joined 2 years ago
[โ€“] [email protected] 7 points 1 week ago (4 children)

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

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

grammar and spelling rules are imperialist overreach

[โ€“] [email protected] 4 points 4 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 4 weeks ago* (last edited 4 weeks ago) (12 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 4 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 4 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 4 weeks ago

just installed. looks great so far!

[โ€“] [email protected] 3 points 1 month ago (6 children)

i don't think anyone in this thread is saying we shouldn't have proton, but just that it is holding back actual linux development. I for one love my steamdeck and use proton all the time.

but facts are facts, and there are less games being developed for linux because of proton.

[โ€“] [email protected] 15 points 1 month ago (10 children)

you're missing the point. the linux gaming market is increasing, but proton is in some ways a crutch keeping proper linux support from games because its much easier to support just one platform rather than two.

[โ€“] [email protected] 12 points 1 month ago (1 children)
[โ€“] [email protected] 10 points 1 month ago

i just copied and pasted. will fix it

352
rss feed (lemmynsfw.com)
 

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.

 
 

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.

1
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.

111
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Funny and informative

1
Rule (lemmy.sdf.org)
 
 

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

 
1
PSL (lemmy.sdf.org)
 
21
wireguard on freebsd (lemmy.sdf.org)
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

I am trying to setup a wireguard server on freebsd using this guide. the only thing i've done different is make the AllowedIPs 0.0.0.0/0

I seem to have messed something up because when I have wireguard running, i cannot ping or curl anything from the server. It doesn't take down the machine though, I am still able to ssh into the server.

I still have yet to get the client to actually connect, but i assume this networking issue is a potential cause. googling doesn't seem to help me find anyone with my same issue.

my wg0.conf is as follows

[Interface] Address = 10.96.100.1/32 # address the server will bind to

ListenPort = 51820 # listener port

PrivateKey = [redacted]

[Peer] #phone

AllowedIPs = 0.0.0.0/0

PreSharedKey = [redacted]

PublicKey = [redacted]

view more: next โ€บ