retrolasered

joined 1 year ago
[โ€“] retrolasered 7 points 4 weeks ago (1 children)

Speak to them about putting the rent up just enough to pay for a cleaner to come in once or twice a week? I used to rent out rooms and it was an unpleasant situation for me too

[โ€“] retrolasered 5 points 4 weeks ago

Id need a healthy amount of beer to sleep so close to the insects myself ๐Ÿ˜†

[โ€“] retrolasered 2 points 1 month ago

It looked fun, we didnt actually join though wer just happened to be skating at clapham common

[โ€“] retrolasered 8 points 1 month ago

Thats a joke right? fighting urge to answer this literally in case of a woosh

[โ€“] retrolasered 2 points 1 month ago (2 children)
[โ€“] retrolasered 1 points 1 month ago

Just sounds like the typical food courier in london to me

[โ€“] retrolasered 5 points 1 month ago (1 children)

There is research into moderate protein and reduced gluten and casein diets to help with autism by universities and autism organisations. Googling autism diet protein or autism diet gluten should bring a couple of those up. But this seems to be a well rounded compilation of the ones ive seen:

https://www.apexaba.com/blog/food-list-for-autism

[โ€“] retrolasered 8 points 1 month ago (2 children)

Protein. Your brain has to work harder than most peoples and protein is good at repairing the tissue. I ate a lot of meat but its expensive now so lots of eggs, beans and chickpeas in my diet, and tinned fish, but you can get plenty of protein without meat

[โ€“] retrolasered 11 points 1 month ago (4 children)

As someone else suggested, I do also reccommend exercise, as counter intuitive as it may seem. What hours are you working? Morning shifts can be a bit harder to recover from if you dont find some way to get yourself out of the slump. I used to give myself an hour in front of the tv back when I worked mornings, then force myself to do some housework which would often jolt me back to life by breaking up the day. When I work later shifts, I try to claim as much of my morning for myself as I can, be it chores or exercise, so when I get home, if I have energy left for hobbies then that is a bonus, but I stay strict on my bedtimes so I can keep getting the mornings

[โ€“] retrolasered 2 points 1 month ago

I was so focused on the motorbike having a bicycle pannier bag that I didnt even notice the sword

[โ€“] retrolasered 1 points 1 month ago (1 children)

Thanks a lot this looks perfect, ordered :)

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

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.

20
submitted 6 months ago* (last edited 5 months ago) by retrolasered to c/cyberpunk
 

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.

 

Da balloons

 
 

I'm 35, I do okay. I mumble when I'm shy, and when I'm not into it, i.e. the pleasantries over the counter in a shop. I had the 'you talk like a robot' comments all through school. I know I speak a certain way and I'm mostly okay with it.

I bought a coffee this morning before getting the train into work. I did my usual awkward mumbling, I ordered the flat white with all the elocution I could muster so as to avoid repeating myself - I hate repeating myself - but the rest was mumbled and just audible enough for them to know that I asked to pay by card and that I was thanking them as I left.

There were two clerks, a small independent shop. The male clerk, upon me saying thanks and turning to walk to the door, gave an exaggerated mumble, which made the girl working with him laugh. I ignored it and left, but afterwards it really griped on me.

The only way to communicate with the establishment is by instagram, so I set up an account and messaged the business account (they own 3 shops in my local area). The person followed it up; naturally the pair working there said that it never happened. The owner has invited me back tomorrow, when he will be working with the male clerk, to receive an apology. I don't think I want to go. Should I go? I'm not sure what outcome I wanted, I think I just wanted to speak out about it.

I appreciate that the quiet hours in the shop are boring, and they need to make their own entertainment, but he could have just waited for me to leave the shop before he made his joke - although I do understand that to impress the girl it must done to me brazenly, for the shock factor required to make such a witless joke funny.

I'm not quite sure why this has aggravated me so much today, but it has. I can normally roll my eyes at this kind of stuff or laugh it off, but it really wound me up. Maybe because I am a paying customer and expect that in engaging in this process I am not going to encounter this kind of playground mentality.

 

Radish

 

They're portable-O mushrooms

 

Title. Whats going on? aur, not bin

1
OSMand+ TFL London (self.fossdroid)
 

OSMand+ is fekking amazing, im using the brouter and cycloroute plugins for cycling and I have zero complaints there. However, it often falls short on routing public transport for me in the London suburb and I often have to use magicearth to get any route at all. I dont mind using two apps in different circumstances, however it would be nice..

Anyone know how to yield better results for London PT by way of either settings tweaks or plugins?

view more: โ€น prev next โ€บ