[-] [email protected] 44 points 2 days ago

I assume you don't have a TV or a spouse?

[-] [email protected] 6 points 4 days ago

Thank you for looking out. <3

[-] [email protected] 112 points 1 month ago

They're comparing to the actual medication to make sure they're giving you the right thing.

3
submitted 2 months ago by [email protected] to c/[email protected]

Is there a way to remotely replace the certificate? I can upload it through the web UI, but I'd like to have that process automated.

[-] [email protected] 97 points 2 months ago* (last edited 2 months ago)

You should regularly invest in broad-market index funds and not pay attention to the news (as far as your investing goes).

17
Tangara /c/? (infosec.pub)
submitted 4 months ago by [email protected] to c/[email protected]

Is there a tangara community? Have many technical questions and I'm not sure where to ask.

[-] [email protected] 124 points 6 months ago* (last edited 6 months ago)

“Landlords provide housing like scalpers provide concert tickets.”

https://lifehacker.com/why-everyone-hates-landlords-now-1849100799

That said, I do think there need to be ways to rent housing rather than buy it, since many people need that flexibility. Looks like the answer to that might be community land trusts?

5
submitted 7 months ago by [email protected] to c/[email protected]

cross-posted from: https://infosec.pub/post/19572448

In LMDE, I installed the .deb so I have the driver. In Manjaro, I'm just using a generic driver. In both cases, I can't select duplex printing.

If I log into the printer's control panel, 1-Sided Printing is Off.

Any ideas would be greatly appreciated.

1
submitted 7 months ago by [email protected] to c/[email protected]

In LMDE, I installed the .deb so I have the driver. In Manjaro, I'm just using a generic driver. In both cases, I can't select duplex printing.

If I log into the printer's control panel, 1-Sided Printing is Off.

Any ideas would be greatly appreciated.

2
submitted 8 months ago by [email protected] to c/[email protected]

I've got a Zero set up with usb0 as g_ether and a static IP address:

usb0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 10.14.0.15  netmask 255.255.255.0  broadcast 10.14.0.255
        ether 7e:24:7d:cc:68:7c  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

I have the OTG port connected to one of the four USB ports on a 4b. I'm not sure what the next steps are to get the actual connectivity to function, though. I've seen posts saying that gadget mode is only supported on the USB-C port - does that only mean for using the 4b as a peripheral, or does that mean for any connectivity, even if it's the host?

[-] [email protected] 72 points 8 months ago

(I don't know what the problem with a water bowl is, but I digress)

(cats are more likely to drink moving water than still water since moving water is less likely to have bad things growing in it)

1
submitted 9 months ago by [email protected] to c/[email protected]
11
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]

New to CircuitPython, this feels like it should work according to the docs but it prints six Falses. Any ideas?

#!/usr/bin/env python
import board
import digitalio
import time

class body_controller:

  def __init__(self):
    SWDIO = board.D5
    self._reset_pin = digitalio.DigitalInOut(SWDIO)
    print(self._reset_pin.value)
    self._reset_pin.switch_to_output(True)
    print(self._reset_pin.value)

  def turn_on(self):
    print(self._reset_pin.value)
    self._reset_pin.value = False
    print(self._reset_pin.value)
    time.sleep(1)
    print(self._reset_pin.value)
    self._reset_pin.value = True
    print(self._reset_pin.value)

body = body_controller()
time.sleep(1)
body.turn_on()
time.sleep(1)
12
Turn off tips? (infosec.pub)
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]

Is there any way to turn off the random tips like "make a receipts folder!" in the Linux desktop app?

[-] [email protected] 74 points 11 months ago

The trouble is, you're looking for internal consistency to their arguments. You need to look at the theme of the arguments: namely, they don't like the "black people exist in the USA" part.

8
submitted 11 months ago by [email protected] to c/[email protected]

This happens if I use set_time or set_position. Is this typical, or am I just not doing it right?

This is on a Pi Zero 2 W, so not the most powerful, but should be able to handle this.

These are the relevant bits of how I'm setting up the player:

    self._vlc = vlc.Instance()
    self._player = self._vlc.media_player_new()
    self._list_player = self._vlc.media_list_player_new()
    self._list_player.set_media_player(self._player)

    playlist = self._vlc.media_list_new()
    for index in self._play_order:
      playlist.add_media(self._vlc.media_new_path(self._songs[index]))

    self._list_player.stop()
    self._list_player.set_media_list(playlist)
    self._list_player.play()

And trying to seek is just this:

    self._player.set_time(_s_to_ms(seconds))

Any ideas would be greatly appreciated!

1
Bent RAM Clip (infosec.pub)
submitted 1 year ago by [email protected] to c/[email protected]

I've somehow managed to bend a RAM clip so it can't clip anymore because it's blocking itself. I haven't been able to bend it back. Any suggestions?

[-] [email protected] 196 points 1 year ago* (last edited 1 year ago)

If you're not paying for a service, you're likely being monetized by watching ads or providing personal data to companies that don't necessarily have your best interests at heart.

This is a bit out of date. Nowadays, you pay for the service and are monetized by watching ads and providing personal data to companies that definitely don't have your best interests at heart.

5
submitted 1 year ago by [email protected] to c/[email protected]

cross-posted from: https://infosec.pub/post/12005873

I have a Keybow MINI hooked up to a Raspberry Pi Zero W, and I'm using Python to respond to events. I have one button that kicks off playing a song on a passive buzzer, and I'm wondering if there's a way to have a button press stop the song before it completes.

9
submitted 1 year ago by [email protected] to c/[email protected]

I have a Keybow MINI hooked up to a Raspberry Pi Zero W, and I'm using Python to respond to events. I have one button that kicks off playing a song on a passive buzzer, and I'm wondering if there's a way to have a button press stop the song before it completes.

[-] [email protected] 83 points 2 years ago

I couldn't say.

[-] [email protected] 78 points 2 years ago

50/50 on if it starts listing processes or launches a new game of Zelda.

[-] [email protected] 86 points 2 years ago

I bought myself a raspberry pi for my birthday a few years ago.

I now have thousands of dollars in hardware sitting in a server rack in my office. Whoops.

[-] [email protected] 108 points 2 years ago

A broken clock is right twice a day, but a running clock is probably never right.

view more: next ›

TheButtonJustSpins

0 post score
0 comment score
joined 2 years ago