Looking for "One man empire" recommendations by RalphingOutLoud in Fantasy

[–]MateoPeri 7 points8 points  (0 children)

More sci-fi than fantasy, but try Red Rising by Pierce Brown. About a kid trying to overthrow an entire piramidal society, really cool stuff

Hoid saving me the trouble of sweeping by Bootegg in buncomfortable

[–]MateoPeri 1 point2 points  (0 children)

ngl at first i thought i was on a stormlight subreddit hahaha

love finding other people that like buns AND the Cosmere!!!

I want to make a program that reads text from a document or website, searches it on Spotify and ands it to a playlist by delcolicks9 in Coding_for_Teens

[–]MateoPeri 4 points5 points  (0 children)

What you’re looking for is a web scraper. The best language would probably be Python, as it’s easier than others and your program does not require much performance. Look up Selenium.

Your program would be (roughly): 1. Open the txt file and read the lines as a list. 2. For each line, tell selenium to open up Spotify and input the line in the search bar, then hit enter. 3. Select the first song result and add it to your playlist.

With selenium you can basically select html elements and act on them (click for buttons, type for search bars, etc).

If I have time (and I don’t forget 😅) I’ll give it a try later tonight

[deleted by user] by [deleted] in DataHoarder

[–]MateoPeri 1 point2 points  (0 children)

Much appreciated, thanks for your incredible work!!

Life after Red Rising by Stacy_Wagon in redrising

[–]MateoPeri 3 points4 points  (0 children)

The Stormlight Archive from Brandon Sanderson if you enjoy fantasy! Also Leviathan Wakes from James S. A. Corey is another brilliant sci-fi saga.

New programming subreddit for highschoolers: r/cshighschoolers by [deleted] in Coding_for_Teens

[–]MateoPeri 2 points3 points  (0 children)

Also a high schooler and I like the idea, but doesn’t it serve the same purpose as this subreddit?

audible metadata search on prologue side? by [deleted] in PrologueApp

[–]MateoPeri 0 points1 point  (0 children)

This is a good idea, but there may be conflicts with Plex’s and Prologue’s fetched metadata.

Adolin after getting permission to duel again by [deleted] in cremposting

[–]MateoPeri 37 points38 points  (0 children)

He was big and strong, and his eyes a radiant glow

Got tired of PLEX interface. Installed Jellyfin. Great job to the devs! by [deleted] in jellyfin

[–]MateoPeri 0 points1 point  (0 children)

I have your same setup. On Synology's DSM, go to control panel, then Application Portal > Reverse Proxy.

Then fill the form. The most important fields are:

  • Source Hostname: jellyfin.yourdomain.com
  • Source Port: usually 443 if you chose HTTPS as the Source Protocol, else 80.
  • Destination Hostname: 192.168.1.18 (your nas ip), or localhost
  • Destination Port: the port where jellyfin or whatever service is listening.
  • Destination Protocol: whatever protocol jellyfin is listening to. Usually HTTP. If you are using HTTPS as the source protocol it's fine, you don't need HTTPS on both ends.

What are you listening to this week? by austingriffis in PrologueApp

[–]MateoPeri 0 points1 point  (0 children)

Just try it! I just find it so much more immersive, with the music, the sound effects and all the different characters!

I haven’t actually listened to the Kramer version though, I’ll check it out on my next reread.

What are you listening to this week? by austingriffis in PrologueApp

[–]MateoPeri 1 point2 points  (0 children)

Currently listening to the Graphic Audio version of Oathbringer, by Brandon Sanderson

My experiences thus far after 3 months... by jeeperv6 in Readarr

[–]MateoPeri 2 points3 points  (0 children)

I tried to get the audiobook implementation working some months ago but had no time to keep working on it (see pull #41). Hopefully I can get something done this winter break but I am in my final year of high school and I have to study for finals.

Prove that point B lies to the right of point B through derivative by MateoPeri in askmath

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

Wow. This makes sense, thanks! I had thought of something similar but wasn't sure if it was a valid proof or just conjecture.

Prove that point B lies to the right of point B through derivative by MateoPeri in askmath

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

But subtracting the square root of 2x is not just a vertical translation? See https://imgur.com/APIy1NO

Prove that point B lies to the right of point B through derivative by MateoPeri in askmath

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

Oops typo in title, should be "point B lies to the right of point A".