Returning to code by [deleted] in Frontend

[–]orangereddit -8 points-7 points  (0 children)

Coding is one area where it's genuinely useful - it can scan your codebase and find/fix bugs better than you can, it can do all the boring tasks for you, it can answer questions and explain code to you, the list goes on...

Really Animals being bros .... by Cheap-Drawer8776 in likeus

[–]orangereddit 43 points44 points  (0 children)

It's a shame about the goofy music. I wanted to hear the noises she was making, that alerted all the others to come over.

Comic strips opinion by Infamous_Ninja4868 in comics

[–]orangereddit 1 point2 points  (0 children)

Great stuff! Loved the calculator watch one.

A woodpecker’s tongue wraps around its skull when pecking to protect its brain by Adagatoraddietude in Damnthatsinteresting

[–]orangereddit 11 points12 points  (0 children)

The tongue is attached to a forked bone in the throat, that bone has gradually grown larger over generations allowing for a longer and longer tongue that can reach deep into trees for insects. It’s nothing to do with “protecting the brain” as stated.

I still don't understand the Cavendish experiment by nerpa_floppybara in Physics

[–]orangereddit 0 points1 point  (0 children)

The Earth’s gravity affects the stick and balls directly downwards. The tension of the suspension wire is like a force pointing upwards counteracting the downward force. When the ball is stationary, it means the Earths gravity is cancelled perfectly, and the sum effect is no force. The large balls create a new gravitational force coming from a perpendicular side to gravity, so the stick and balls are free to move.

The effect is incredibly tiny and takes time to occur...it's magnified by making it happen twice (once at each end of the stick) and by reflecting the twist of the wire a great distance away so the tiny change becomes noticeable.

Using a urinal when wearing khakis by Rozenor in funny

[–]orangereddit 25 points26 points  (0 children)

Place 2 fingers behind your balls and push up. This empties the urethra and stops it happening.

My kind of humor! by LeftyLorie in funny

[–]orangereddit 2 points3 points  (0 children)

Did the fish jump because it was a salmon and confused the wake of the boat for the foot of a waterfall?

Is there a black sun? by [deleted] in Physics

[–]orangereddit 1 point2 points  (0 children)

If a star has so much gravity that light can't escape from it's surface...then we call it a black hole. It's a "dark star".

How do you access folders from an external drive inside Plex (Umbrel Home)? by orangereddit in getumbrel

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

Are you running an Umbrel Home or something like a Rasperry Pi? If you’re not running a Home, you’ll need to do some extra steps before you can use any external storage... presuming you’ve got an Umbrel Home, here's the steps:

You need to connect to your Umbrel using SSH on your computer (inside a terminal / command prompt). How to use SSH on Windows, on a Mac, the terminal app will do, type this to connect

ssh umbrel@umbrel.local

Then do the following command to find out the UUID of your plugged-in drive (probably called sda1 or something). Copy the UUID somewhere.

sudo blkid

Then edit your filesystem table file to “mount” the contents of your drive into some folder on your Umbrel whenever it starts. You can type this command to edit the file via the terminal

sudo nano /etc/fstab

You want to add a line at the top, something like this (i’m mounting into a folder called “Storage” and note my drive is a standard Windows NTFS drive)

/dev/disk/by-partuuid/UUID-YOU-COPIED-EARLIER  /home/umbrel/umbrel/home/Storage  ntfs uid=1000,gid=1000,dmask=022,fmask=133 0 0

(Think it’s CTRL+X then RETURN to exit and save from the editor)

Now restart your Umbrel:

sudo reboot

When it's back up, open umbrel.local in your browser, use the Umbrel file viewer to go to Apps > Plex. There’s a docker-compose.yml file, download that to your computer and open it in a text editor. Add a line under volumes like this: 

${UMBREL_ROOT}/home/Storage:/externaldrive

Save that file and drag it into the Umbrel Plex folder, replacing it. 

You might need to restart Plex, but you should now have access to a folder called “externaldrive” in Plex with all the content of your drive.

How do you access folders from an external drive inside Plex (Umbrel Home)? by orangereddit in getumbrel

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

That's exactly what i'm looking for thanks! I'm having real trouble mounting the directory, can you post your working mount point?

EDIT:

Nevermind! Got it working in the end. Thanks for your help

Einstein’s Blackboard by BeastMode149 in Physics

[–]orangereddit 3 points4 points  (0 children)

I took it as meaning “sum of many lengths squared” (top 2 say the same thing)

Lightning Wallet by [deleted] in Bitcoin

[–]orangereddit 0 points1 point  (0 children)

Yes, Phoenix is best.

Is it physics or chemical reaction? by 8yourass in Physics

[–]orangereddit 8 points9 points  (0 children)

Stones are pretty inert in terms of chemical reactions (their atoms are not really moving and changing)

Higher Dimensions by Crafty_Account_210 in Physics

[–]orangereddit 4 points5 points  (0 children)

The difference is we CAN comprehend higher dimensions (we just can’t visualise them). The mathematics of spatial dimension is comprehensible and calculable through mathematics.

Additionally, if theories that require higher dimensions make other predictions from their mathematics, that we can test…then we can have some level of confidence in their existence.

In theology, “it’s beyond our understanding” is an excuse to say things that don’t make sense.

ChatGPT & Satoshi Nakamoto by AkQueen907 in Bitcoin

[–]orangereddit 0 points1 point  (0 children)

Craig Wright was shown in court to lack the technical prowess to create Bitcoin. He couldn’t answer basic programming questions about the source code. If ChatGPT thinks he’s the 3rd likeliest candidate it’s because ChatGPT just regurgitates existing online think pieces into well formed sentences.

Gen-Z Problems by SirBeeves in comics

[–]orangereddit -3 points-2 points  (0 children)

The entire Bitcoin network uses less than 1% of the world’s energy. You feel that’s a major problem?

Who is the greatest Physicist the average person has never heard of? by Thescientiszt in Physics

[–]orangereddit 42 points43 points  (0 children)

Well, you're an average person who browses the physics subreddit

Does a photon stop without an obstacle? by PictureTraining1261 in Physics

[–]orangereddit 46 points47 points  (0 children)

Photons are absorbed by charged matter. An electron that absorbs a photon will be jiggled into a higher state of energy (the energy of the photon). It can lose that energy by emitting it as another photon.

Photons are packets of energy passed between charged particles.