• Joined on 2023-05-24
gg pushed to main at gg/WeatherNews.jl 2024-04-25 08:09:48 +00:00
6428bae369 Add Plots as a dependency
gg commented on pull request gg/WeatherNews.jl#10 2024-04-25 07:33:27 +00:00
Mention yt-dlp in README and start recording view counts

Please bear with me as I am a beginner when it comes to data visualization.

I tried doing 2) using Plots.jl. I had to read documentati…

gg pushed to main at gg/WeatherNews.jl 2024-04-24 01:05:42 +00:00
f3429e0101 Filter out view_count == 0
gg commented on pull request gg/WeatherNews.jl#10 2024-04-24 00:52:35 +00:00
Mention yt-dlp in README and start recording view counts

@pta - Heads up! I just added DataFramesMeta as a new dependency. There isn't any deployed code that uses it yet, but I wanted to have it so that I could explore the data with Julia instead of…

gg pushed to main at gg/WeatherNews.jl 2024-04-24 00:46:10 +00:00
9815bc259d Add DB.load_schedule_joined(db)
2bf95ca33a Add some queries that explore schedule.view_count
172c25be6c Add DataFramesMeta as a dependency
Compare 3 commits »
gg commented on pull request gg/WeatherNews.jl#10 2024-04-23 23:03:59 +00:00
Mention yt-dlp in README and start recording view counts

For some reason it's not finding the functions in WeatherNews.jl.

I didn't export any functions. When you're not inside the defining module:

  • You either have to fully qualify the function…
gg commented on pull request gg/WeatherNews.jl#10 2024-04-23 22:58:40 +00:00
Mention yt-dlp in README and start recording view counts

Here are a few queries you can play with. Maybe you've already written something similar.

-- Average views for casters
SELECT c.n AS name,
       AVG(s.view_count) AS avg_views,
   
gg commented on pull request gg/WeatherNews.jl#10 2024-04-23 22:24:21 +00:00
Mention yt-dlp in README and start recording view counts

I've started running the script on the live database.

gg pushed to main at gg/WeatherNews.jl 2024-04-23 14:55:52 +00:00
2eccd4a454 Align views column to the right
gg commented on issue gg/WeatherNews.jl#6 2024-04-23 13:07:36 +00:00
Should I implement a web site in Julia?

I had to run home-manager init first, but then it worked. Thanks for teaching me.

gg commented on pull request gg/WeatherNews.jl#10 2024-04-23 12:49:02 +00:00
Mention yt-dlp in README and start recording view counts

And it's pointing to the future stream because staff fucked up the stream title again.

Staffさん!!!!!

I have the retroactive views script ready too.

Nice.

The only…

gg commented on pull request gg/WeatherNews.jl#10 2024-04-23 10:42:52 +00:00
Mention yt-dlp in README and start recording view counts

I added a view column to the schedule display, and I think there might be a little bug. Notice uozumi on the 2024-04-23 having 0 views. The link is also going to her future show on the…

gg pushed to main at gg/WeatherNews.jl 2024-04-23 09:18:14 +00:00
d29801585a Add a `views` column to the schedule display
gg commented on issue gg/WeatherNews.jl#6 2024-04-23 03:05:18 +00:00
Should I implement a web site in Julia?

@pta - I still haven't learned how to use home-manager. Did you get home-manager + julia to work on the vern.cc server? I've only tried using juliaup to install julia on vern.cc, and it has…

gg pushed to main at gg/WeatherNews.jl 2024-04-23 02:51:27 +00:00
4fe3e10656 Merge pull request 'Mention yt-dlp in README and start recording view counts' (#10) from pta/WeatherNews.jl:main into main
2d1c05baa4 Start recording view counts in schedule table
d352ebbc17 Document yt-dlp dependency and update docstring
Compare 3 commits »
gg merged pull request gg/WeatherNews.jl#10 2024-04-23 02:51:26 +00:00
Mention yt-dlp in README and start recording view counts
gg commented on pull request gg/WeatherNews.jl#8 2024-04-18 00:25:23 +00:00
Get video ids from youtube with yt-dlp

Looks good!
image

gg pushed to main at gg/WeatherNews.jl 2024-04-17 23:18:51 +00:00
b4fbc705ed Merge pull request 'Get video ids from youtube with yt-dlp' (#8) from pta/WeatherNews.jl:yt-dlp into main
63b1f54515 Get video ids from youtube with yt-dlp
Compare 2 commits »
gg merged pull request gg/WeatherNews.jl#8 2024-04-17 23:18:50 +00:00
Get video ids from youtube with yt-dlp
gg commented on pull request gg/WeatherNews.jl#8 2024-04-17 23:18:39 +00:00
Get video ids from youtube with yt-dlp

This is very cool. I'm OK with having yt-dlp as a dependency. I'll try to get this deployed in a few hours after I do some unrelated errands.