retrolasered

joined 1 year ago
[–] retrolasered@lemmy.zip 4 points 1 week ago

Boris and merkel seemed to be quite active there so I imagine the UK will be out of mini europe before long (there was actually a tiny brexit demonstration happening near Parliament)

 

(in mini europe, brussels)

[–] retrolasered@lemmy.zip 7 points 2 weeks ago

Like what? I find that if its not in apt repo's then there is normally a deb package available from the developer or it can be built from source. I know its not AUR but I find debian to be the best supported in most instances, with rpm based second. I dont use snap or flatpak really, but ive been able to install everything I would have wanted to.

[–] retrolasered@lemmy.zip 3 points 3 weeks ago* (last edited 3 weeks ago)

Im not getting it on f droid

Edit: oh wait, there it is

[–] retrolasered@lemmy.zip 2 points 1 month ago

You might be able to find a flirc heatsink case for it they are pretty tidy

[–] retrolasered@lemmy.zip 3 points 2 months ago

Awesome. Funny as hell. Wish I'd seen it in person!

[–] retrolasered@lemmy.zip 3 points 3 months ago (1 children)

Ooh right. I looked at a few of those apps. They seemed a little invasive on the permissions and data collection to me

[–] retrolasered@lemmy.zip 8 points 3 months ago (3 children)

So to use Teams for my workplace, there's a shit load of security OS shite that needs to be installed on your phone in order for it to work, I'm not doing that on my personal phone. They give out work phones, but my role differs enough from most peoples that having a work phone is a waste of time and pocket space. But I can join a meeting from a chromium type browser without issue. Also screen sharing can be useful in meetings. But yeah, you're right, 90%+ of the time, a phone is the better option

[–] retrolasered@lemmy.zip 4 points 3 months ago

Looking in terminal, it doesn't look like it can put out more than 30fps. It defaults to 1080, I have the camera 3 module. That said, there is some lag at both 720 and 1080, although it doesn't seem worse at 1080 than 720. Still, plenty good enough for it's purpose, which is just to put my face in the teams call.

 

I remember the last time I tried to find a cheap webcam that works on linux, I gave up pretty quickly and just used my laptop for video calls. Saw this guide to build one with a zero 2, had a spare board in my parts drawer so thought why not. I'm surprised by the quality of it. I've been using it for work meetings.

[–] retrolasered@lemmy.zip 1 points 3 months ago

It used to be 'chelmsford average' when I was a kid

[–] retrolasered@lemmy.zip 5 points 3 months ago* (last edited 3 months ago) (1 children)

From working in a youth centre, it seems like sterotypes arent as big a thing as they used to be and have all kind of blended together. The only term I ever hear along those kind of lines is road man which the kids use as a general term for anyone who breaks the law or is in a gang (im in london, the definitions could probably alter slightly outside of the city). Nowadays they seem to find identity and categorisation in their sexual orientation, skin colour or cultural heritage, and nuerodivergence instead of stereotypes.

[–] retrolasered@lemmy.zip 1 points 4 months ago

Just sounds like the typical food courier in london to me

 

Can anyone suggest a plug and play USB mic for my raspberry pi (that you've used and know it works). I've managed to avoid work meetings on teams for a long time but there's one I can't get out of and my laptop broke so I'm computing only on my pi for the time being. Don't really care for webcam, noone needs to see me, but I need to be able to speak to them.

[–] retrolasered@lemmy.zip 1 points 5 months ago

I havent used sd cards for a while, but I found balena etcher to be more reliable the pi's sd writer outside of pi OS or debian

 

Currently showing

 

Pi4 1gb, posters on left with feh, info board on right which is a html file running on chromium

14
submitted 8 months ago* (last edited 8 months ago) by retrolasered@lemmy.zip to c/raspberrypi@lemmy.ml
 

Instructables sucks and my github's a mess, so I'm just going to post this here, so Lemmy exclusive I guess..

Before starting you will need an rpi 4b, after monitoring over ssh I'm pretty sure a 2gb model will be enough, the RAM usage didn't really get much past 1.7gb, I used an old 4gb that used to be my projects centre. Cooling is advised, you can overclock and get the performance boost that way too which helps a lot with 1080p, although still don't expect to get near that with youtube, go with piped instead. Ethernet and an overclock will get the best performance, although 720p on most sites seems to run okay over wifi. You will want to run from USB storage too, I'm using the M.2 SSD base with the argon ONE case, but I tested on a USB 3.0 thumbdrive and results were pretty similar.

Start by flashing the latest 64-bit raspi lite OS to a usb device. You may need to update the EEPROM if you haven't already in order to boot from USB. Take advantage of the rpi imager settings here to enable SSH and change the hostname so you can tell it apart from the 6 other pi's you have running around your house, if using a different imager then don't forget to include the SSH file you may need it on the next step.

After initial boot, the screen may black out, using the same image I had this happen with the USB SSD, but not the USB thumb drive. If it blacks out then ssh in and vi or nano into /boot/firmware/config.txt and comment out and add the following lines:

#dtoverlay=vc4-kms-v3d
dtoverlay=vc4-fkms-v3d

Now that the screen is working you can log into the session, and make the usual prayer sudo apt update && sudo apt upgrade -y followed by a sudo reboot for luck. And next install KDE Plasma; I originally went for kde-plasma-desktop as its the lighter install, but it kept hanging at boot, you might have more luck, but expect to start again if it fails.

sudo apt install kde-standard

After that another reboot for luck. Then we need to activate the sddm login manager service, and tell raspi OS that we want it to boot into GUI on the next boot:

sudo systemctl enable sddm
sudo systemctl set-default graphical.target

And reboot again. It should now boot into plasma, and the first thing you should do is disable all the desktop effects; older KDE plasma guides suggest to disable compositor, but the session defaults to wayland unless you tell it not to, and wayland can't run without the compositor - I've noticed no major differences between X11 and wayland myself in this use case (don't believe the hype). [edit: have found that disabling compositor in X causes screen tearing on video, so just disable desktop effects but leave compositor on]

Now the effects are disabled, and if you have your cooling set up, now is a good time to overclock, so back into /boot/firmware/config.txt. I just went with the following:

# Overclock
over_voltage=6
arm_freq=2000
gpu_freq=700

Next we can install the other bits we need:

sudo apt install chromium-browser rpi-chromium-mods plasma-bigscreen

If you want to watch DRM services like netflix you will need another package thats not included in lite:

sudo apt install libwidevinecdm0

KDE connect and an android phone make the perfect remote control, connect should already be included in the KDE install. But firewall suggested, with connect and ssh rules:

sudo apt install ufw
sudo ufw allow 1714:1764/udp
sudo ufw allow 1714:1764/tcp
sudo ufw allow 22/tcp
sudo ufw enable

Next open chromium, add the extensions you want, and "install" your "web apps".

Now open up KDE settings again, select Startup and Shutdown > Login Screen (SDDM), and then click the behaviour button at the bottom and set plasma to log in automatically and change the session to bigscreen, password to confirm, and it should prompt you to set a password for the keychain, I set a blank password because I want other people to be able to use the tv. Also disable power saving, or at least getting sent back to the login screen after sleep.

Done! Reboot and enjoy!

Some optional polish:

plasma bigscreen is designed to work one window at a time, so if you minus a window without a keyboard you've essentially lost it, so in settings you can remove the titlebar buttons for max/min and hide and just leave the one to close the window with.

Xscreensaver has a pretty cool analog tv effect screensaver that will cycle through images in a folder and display them with various tv static effects:

sudo apt install xscreensaver xscreensaver-data-extra

[edit: it looks like this version of bigscreen doesn't suport KDE login scripts so xscreensaver for now is a non-starter. Hopefully debian gets plasma 5.26 soon and this will then work]

[added:] Not quite full screen: KDE's window management isn't quite perfect, and full screen often falls short by 1 pixel on the right and bottom borders (despite any window rules you might add), this can be an irritant when a bright wallpaper sits behind whatever you're watching. Easiest fix is to set a dark-edged wallpaper. The newer bigscreen lets you use the kde settings which is nice as you can set the wallpaper to plain colour black, but the debian version you have to use the built in wallpaper settings app found in the settings menu on the home screen. It will only show you the wallpapers that are installed, so download your dark wallpaper, then move it to the wallpaper folder and it will show up in the wallpaper changer application:

sudo mv ~/Downloads/<wallpaper> /usr/share/wallpaper/
 

Had been waiting for my pi 5 argon case which got lost in the post before I could set this up. Ive been tinkering with an old SFF PC running arch over the last few months to get a "smart tv" set up going that im happy with, now ive condensed it down into a little debian box that uses a fraction of the electricity. Happy days.

12
submitted 8 months ago* (last edited 8 months ago) by retrolasered@lemmy.zip to c/cyberpunk@lemmy.zip
 

Neuromancer meets Alice in Wonderland, set in Manchester, UK.

Ive read Vurt and Pollen they are both great! About to start Automated Alice now and I am completely invested in the world Noon has created. Highly reccommend these, I dont think books 2-4 aren't currently in print so you might have to look around, but Vurt can be picked up pretty easily :)

Destined for cult status, cyberpunk at the cutting edge.

 

Title. Whats going on? aur, not bin

 

Went there for a week last week. My first time. Very nostalgic, the trains are old undergound trains, they have retired TFL buses in service in Newport, the police wear the old bobby hats that ive not seen in London for years.

 

Now im hungover as f**k and i have to ride back 😭

 

My second tour. Tent is staying at home for this one, i have a cabin on the ferry and a hotel in 'dam. Plenty of space in the pannier for ahem, "souvenirs"

view more: next ›