TheButtonJustSpins

joined 3 years ago
[–] TheButtonJustSpins@infosec.pub 1 points 15 hours ago

Used market doesn't send any money to Google and gets you access to grapheneOS. Seems like the perfect phone purchase.

I love my ratchet belts.

[–] TheButtonJustSpins@infosec.pub 18 points 2 days ago (14 children)

Used Pixel for grapheneOS is how I would go.

[–] TheButtonJustSpins@infosec.pub 3 points 1 week ago* (last edited 1 week ago)
  1. My data is everywhere already.
  2. Anyone using LLMs having something bad occur related to the use of said LLMs is a win in my book.
[–] TheButtonJustSpins@infosec.pub 41 points 1 week ago* (last edited 1 week ago) (4 children)

You've already got it. The key is to compliment something that they did or chose, not something that they are.

"I love your outfit!" - Good
"You've got great legs!" - Bad
"Do you rock climb? Your calves are fire." - Probably don't unless you're already friends

[–] TheButtonJustSpins@infosec.pub 5 points 3 weeks ago (1 children)

Can you change how much is reserved for the GPU in BIOS settings?

I mean, I certainly hate Google, but I'm not sure I find it likely that they'll force every user to upload a video of themselves. I do think many will do it willingly, though.

[–] TheButtonJustSpins@infosec.pub 3 points 4 weeks ago (1 children)

Generations that came after us are assumed to be "digital natives" and aren't taught typing, file systems, how to assess if sources are trustworthy... They're just assumed to (somehow) know all of this naturally.

[–] TheButtonJustSpins@infosec.pub 2 points 4 weeks ago (2 children)

You will have to set this feature up ahead of time if you want the option of regaining account access with a selfie later on.

[–] TheButtonJustSpins@infosec.pub 21 points 4 weeks ago (6 children)

I'm lucky to be a millennial - we had typing classes in school. I can touch type.

[–] TheButtonJustSpins@infosec.pub -2 points 1 month ago

If they weren't using LLMs to code, I'd mostly agree with that. But projects that put effort into integrating LLMs likely use them as well (as is the case here).

[–] TheButtonJustSpins@infosec.pub -2 points 1 month ago (1 children)

How about one that doesn't use LLMs to code?

 

Is it possible to add a SoundStack radio station to Symfonium? I can't figure out the URL to use.

I'm trying to add Kapa Radio: https://live.mystreamplayer.com/pmghawaii?station=KAPAFM

 

Clarification: pills that are smaller in size and thus easier to swallow.

 

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)
 

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!

 

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.

 

Do anyone else's wrist hairs get caught in the little gap between the frame and the trackpad/spacers?

 

Does anyone know if it's possible to have events from the Keybow keyboard cause effects on the Pi Zero W running the keyboard instead of outputting to another machine? Or do I need to go with a different OS and figure out the handling of the keys myself?

 

Anyone have a list of changes that they've made to increase battery life? I've got about three hours (with 80% limit in BIOS, which I might get rid of), so I'm sure there's a lot that can be changed.

 

I know the drivers come in the distro package manager, but, is there a set straight from AMD? Trying to use Brave causes freezes and black screen flashes, which I'm pretty sure is a driver thing.

 

Is there any way to complete the Outpost Control job? It's that only (non-First Order) job I haven't completed, and I'm not sure how to. I thought maybe I'd need to install and retrieve the skimmer, but I did that today and it didn't progress the job chat.

Edit: I've tried installing defenses on every panel, but that also didn't work. Next time I'm on planet, I'll try installing the skimmer and leaving it long enough to gather some credits.

Edit2: Okay, I think maybe it doesn't actually complete until one faction gains control of the outpost for the day, and not enough people play for that to happen. Damn.

 

Is there a /c/ for discussing Black Spire Outpost stuff?

 

So that someone can help identify it

view more: next ›