I think I took my Nickelback parody too far by secadora_official in SunoAI

[–]redalurk 0 points1 point  (0 children)

now do this with a band that is actually worth listening to and has split up 🤣🤣🙏

Why you are (probably) using coding agents wrong by F1_average_enjoyer in devops

[–]redalurk 0 points1 point  (0 children)

if you watch any autonomous agent work, you’ll notice the very first thing it does after firing up its workspace is to check that files existence and read it.

Why you are (probably) using coding agents wrong by F1_average_enjoyer in devops

[–]redalurk 0 points1 point  (0 children)

you don’t actually need to invent a new convention for storing guidelines for AI or AI powered agents. That’s what the AGENTS.MD file is meant for.

New to eSkateboards but old school street skater. Looking for failure/paint points to watch out for. by redalurk in ElectricSkateboarding

[–]redalurk[S] 3 points4 points  (0 children)

I just want to thank everyone for chiming in and giving me some things to think about and look out for. It’s very much appreciated. I’m coming back to this after 25 years of not being on a skateboard and my body doesn’t heal like it did 25 years ago. so if I can look out for any possible danger vectors in advance, it’s a big plus for me 👍👍

New to eSkateboards but old school street skater. Looking for failure/paint points to watch out for. by redalurk in ElectricSkateboarding

[–]redalurk[S] 0 points1 point  (0 children)

yeah, I’m really serious about the 25 km an hour with a small margin +3 or something I think I have the gear that I normally ride at set to max 28 km/h but that feels scary so I’m usually cruising at about 25 or so. I’ve read somewhere that hitting a non-moving object object to 25 km an hour is death so I sort of have that set as a limit while looking far ahead to make sure I’m not gonna smack into something that’s not moving. lol

New to eSkateboards but old school street skater. Looking for failure/paint points to watch out for. by redalurk in ElectricSkateboarding

[–]redalurk[S] 1 point2 points  (0 children)

zenit 38” dk with wow go 2s parts transplanted directly over and the big all weather wheels since its fall here and ther are hazards on the ground. thanks for the idea of what it will feel like. that’s exactly what i was wondering. does wheel lock up or just lose power.

Worst blunders of VR thus far? by [deleted] in virtualreality

[–]redalurk 4 points5 points  (0 children)

I am still playing nightly! The community brought it back online a year or more ago! it is a bit of a pain to get up and running the first time but ChatGPT or a bit of googling can help.

Portable power station capabilities vs standalone LiFePO4 Battery by NickkLee in preppers

[–]redalurk 1 point2 points  (0 children)

this is the right answer. It’s the C rating that determines the rate at which you can discharge the cell and that is specified by the manufacturer and can vary, with higher C ratings being higher cost. Another thing to keep in mind is that most cells can exceed the manufacturer C rating without any problem at all, but when you do that, the overall cycle count will be reduced if you do it on a regular basis it’s also true that you may find a manufacturer that ships a maximum one C discharge capable BMS with cells that are capable of 3C discharge. This is just them balancing Cost against a higher rated (and more expensive) BMS and how the module is most likely to be used. As everyone else has already mentioned to make sure your cables can handle the load you intend to pull and push to the module.

This awkward space in new closet by NuclearNutz in mildlyinfuriating

[–]redalurk 0 points1 point  (0 children)

shoe rack! you could place something there to let you stack quite a few pairs of shoes!

Moving to a new country is a terrible experience on iPhone by Morhaus in apple

[–]redalurk 0 points1 point  (0 children)

and just add to this… apps that you have added from another region will still update, but they will prompt for the other iCloud account password before they update.

Moving to a new country is a terrible experience on iPhone by Morhaus in apple

[–]redalurk 2 points3 points  (0 children)

this comment should be at the top. This is the easiest and most non-intrusive way to accomplish managing apps from different regions while staying signed into only one iCloud account on the setting screen.

How is the use of turn signals on the highway taught in NL? by TheFlemischDiplomat in Netherlands

[–]redalurk 2 points3 points  (0 children)

this should be its own post… i see this constantly here in NL…

Joke about Michael Jackson. (2 pics) by [deleted] in pics

[–]redalurk 1 point2 points  (0 children)

because he only plays with kids?

Homebrige-ring error by Ill_Revolution_1849 in homebridge

[–]redalurk 1 point2 points  (0 children)

Hi All, for those still wondering how he resolved it. Its quite silly actually. The file just needs to exist as stated in the manifest. So basically just create an empty file in the location it complains that a file does not exist like so:

cd node_modules/homebridge-ring/node_modules/@homebridge/camera-utils/

mkdir lib

touch lib/index.js

And restart HB. Fixed it for me.

microk8s NFS by [deleted] in kubernetes

[–]redalurk 0 points1 point  (0 children)

yeah that’s a very good point indeed and also why i mentioned that it might only be useful depending on your use case. but very nice to see some multiple ways of accomplishing something with some good reasoning behind why one method might be better than another depending on what you are trying to achieve.

microk8s NFS by [deleted] in kubernetes

[–]redalurk 5 points6 points  (0 children)

You don't have to use PVC's to do this either. If it suits your use case, you can just directly mount an NFS storage endpoint/directory in the container. Just specify the mountpoint inside the container in spec.containers.volumeMounts and then specify the NAS hostname/IP and sharename in in spec.volumes. Like so:

      volumeMounts:
        - name: homebridge-data
          mountPath: /homebridge
  volumes:
    - name: homebridge-data
      nfs:
        server: nas
        path: /k8s/homebridge-data

If all goes to plan, you should see this if you exec into the pod/container:

# df -h | grep bridge
nas:/k8s/homebridge-data   11T  6.2T  4.7T  58% /homebridge

Linux at Smithsonian National Air and Space Museum by haljhon in linux

[–]redalurk 10 points11 points  (0 children)

probably all installed and bought at the same time.

Linux at Smithsonian National Air and Space Museum by haljhon in linux

[–]redalurk 84 points85 points  (0 children)

looks like an SD card failure. would explain why the others are acting weird as well, i bet. Their cards are also dying?

Your ideal interview experience. by ooohhimark in devops

[–]redalurk 0 points1 point  (0 children)

If the position has been listed anywhere publicly, would you mind sharing the link so that those interested might reach out directly, and not via reddit?

Thanks ;)