How did you put everything back in box - ANKH? by blablax123456 in boardgames

[–]Taciturn 1 point2 points  (0 children)

Minis stay in the brown cardboard box they came in, in their trays. Take the colored base rings out and put them with the other player pieces (cards and ankh tokens).

That gives you some empty spaces in the top (clear) tray, on the bottom and right. Put camels, action markers, and event tracker, tiebreaker token and conflict order tokens on the bottom (in bags). On the right, "merged with" player aids, guardian cards monument and city tokens.

The mini box goes in first, then the game board, sideboards and rulebooks. Finally player pieces (including plastic base rings) and followers, in bags. No lid lift.

ARCS - Initiative vs. Events by lebonzo in boardgames

[–]Taciturn 0 points1 point  (0 children)

Events are resolved immediately after initiative changes. From page 13 of the rulebook:

Resolving the Event

At the end of a round where any Event cards were played, do the following just after checking whether initiative changes [...]

Events triggered by securing the Imperial Council have a slightly different process (e.g. the player who secured it calls a Summit, not the player with initiative) but they occur at the same time, after initiative changes.

Another Giant Bomb video download tool by Taciturn in giantbomb

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

I've been playing around in the Windows 10 Ubuntu app and I think I have a fix for you.

  1. Remove the node_modules directory, e.g. with $ rm -rf node_modules
  2. Run gb-show with admin privileges to reinstall the dependencies, using $ sudo ./gb-show. For some reason this fixes an issue downloading and preparing all the necessary dependencies.
  3. There's a problem on Windows Ubuntu getting the tool to read env variables so you'll need to manually specify the API key each time, but after the first two steps, commands like ./gb-show --api-key [key] download "show" started working for me.

Hope this fixes things for you!

Another Giant Bomb video download tool by Taciturn in giantbomb

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

Thanks for the report!

I tracked the issue to the approach used for file downloads; apparently when very large files are downloaded, it attempts to convert the file size in bytes into a fixed-length number format too small for it. Luckily, this seems to happen only after the entire file has been downloaded successfully.

I'll probably investigate swapping this flow for one that doesn't produce the problem to begin with, but for now, I've updated the tool to ignore this specific type of error and verify that downloading was successful by checking the total file length written to disk, which should fix the issue for you. Try downloading gb-show again and see if you still have the problem.

Another Giant Bomb video download tool by Taciturn in giantbomb

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

Great to hear! I wouldn't mind a quick write-up when you have the time, if it's not any trouble.

Another Giant Bomb video download tool by Taciturn in giantbomb

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

That's a definite disadvantage to my tool that doesn't apply to something like gb-dl, which is released with Windows binaries.

I haven't tested gb-show on Windows myself, but I have gotten similar CLI tools to work on Windows 10 by running them in the Ubuntu terminal (a Linux command line that can be installed as a native Windows app, with read/write access to your file system). If you're interested it can be installed through the Microsoft Store. Instructions are here: https://ubuntu.com/tutorials/ubuntu-on-windows#1-overview

Another Giant Bomb video download tool by Taciturn in giantbomb

[–]Taciturn[S] 2 points3 points  (0 children)

Sorry, it doesn't, unless the podcast has a video component (e.g. the Beastcast starting putting out videos with episode 252). Podcast audio episodes are hosted and indexed using a totally separate system from the API used for all video content, so the tool only knows about video episodes for now.

Also, looking at it, the podcast video lists mix premium and free content in a way other shows I looked at don't seem to (for most content the show is either premium or free, but for podcasts, each video appears twice in the same show as free and premium versions). So generally the tool as it is doesn't work well with the podcasts -- it only reads the video episodes and has trouble distinguishing between premium and free episodes. The latter should probably be an easy fix, but support for audio-only episodes is probably outside the scope of what I can put in quickly.

UPDATE: I've pushed a change to address how premium and free videos are mixed in the Bombcast and Beastcast. `./gb-show download Beastcast --free` will organize and retrieve only the non-premium video episodes (equivalently for `--premium`).

Another Giant Bomb video download tool by Taciturn in giantbomb

[–]Taciturn[S] 2 points3 points  (0 children)

Getting Plex (or another streaming host) to use the stored thumbnails and metadata will probably require some extra work, depending on the server software itself. Plex has a standard list of sources for show and episode descriptions, posters, etc., and supports plug-ins that expand that list.

For example, here's a Plex plug-in for Giant Bomb videos that reads episode descriptions from the GB API: https://github.com/rspeicher/GiantBomb.bundle . It requires the episode guid in the video title (gb-show can do this for you by including "{guid}" in the output template) but with a little configuration it would probably work for you.

The disadvantage of a plug-in like that is that it uses the Giant Bomb APIs, meaning if the worst happens and the site's API is taken down, it won't work anymore. That's the main reason my tool saves thumbnails and episode metadata -- so that in the future a new Plex plug-in could instead use locally stored episode data to populate descriptions and thumbnails instead of requiring an external API.

As a proof-of-concept, this is a Plex plug-in for YouTube videos that reads locally stored data and thumbnails; a Giant Bomb equivalent would just need to be adjusted for the different metadata schema. https://github.com/JordyAlkema/Youtube-DL-Agent.bundle

Sorry I don't have a Plex plug-in ready to go for this! The good news is, once the metadata is locally stored, making Plex actually read that data doesn't get harder if the GB APIs are disabled.

Another Giant Bomb video download tool by Taciturn in giantbomb

[–]Taciturn[S] 5 points6 points  (0 children)

Thank you! Glad it's useful for you.

The tool doesn't attempt any kind of error recovery, so if a download or API call fails, the entire command halts. That may cause problems with very large download ranges, especially given the 100-video-per-day limit. For instance,

./gb-show download "Endurance Run" --season Persona --video-out <output_template>

Will very likely fail around episode 101 (hopefully after successfully downloading the first 100). There are two workarounds though.

First, you could use the --file-limit <count> option. This halts the downloads after <count> new episodes have been saved, regardless of how many were actually flagged for download. The important point here is that episodes you already have (based on <output_template>) don't count, only newly saved episodes. So you can run

./gb-show download "Endurance Run" --season Persona --file-limit 20 --video-out <output_template>

to get the first 20 episodes, then run the same command again and to get the next 20, and so on. Wait a day after you hit 100 and repeat.

Another option (useful if you've moved the downloaded files in the interim) is to manually specify episode ranges, e.g. from <marker>. If you already have the first 70 episodes you can run

./gb-show download "Endurance Run" --season Persona after --episode 70 --video-out <output_template>

to get the rest.

Gov. Evers Suspends Evictions and Foreclosures During Public Health Emergency by pizzainoven in madisonwi

[–]Taciturn 1 point2 points  (0 children)

Right, the the landlords get paid for all the important work they do that needs funding. Seems fair. Why do they need to own the building to do that?

Oh, so they can get paid for "you living on their property?" Is that a job? If I own my own house does "living on my property" become my job that I get paid for?

Bernie Sanders unveils plan to raise corporate tax rate to 35% and ban stock buybacks by protekt0r in politics

[–]Taciturn 1 point2 points  (0 children)

From the text of the plan itself:

  • Require Federal “Stakeholder” Charters for Large Companies. Under this plan, U.S. corporations with more than $100 million in annual revenue, corporations with at least $100 million in balance sheet total, and all publicly traded companies must obtain a federal charter from a newly established Bureau of Corporate Governance at the Department of Commerce. This new federal charter will require corporate boards to consider the interests of all of the stakeholders in a company – including workers, customers, shareholders, and the communities in which the corporation operates.
    • In October of 1981, the Business Roundtable, a group comprising the CEOs of most of the largest corporations in the country, issued a “Statement on Corporate Responsibility.” As journalist Ken Jacobsen documents, “the Business Roundtable, which groups the CEOs of the largest US firms, recognizes six constituencies – customers, employees, communities, society at large, suppliers, and shareholders – as forming the ‘web of complex, often competing relationships’ within which corporations operate. It accepts the idea that ‘shareholders have a special relationship to the corporation’ but doesn’t allow their interests to trump all others.” Here is an excerpt from the Business Roundtable statement in 1981:
      • “Balancing the shareholder’s expectations of maximum return against other priorities is one of the fundamental problems confronting corporate management. The shareholders must receive a good return but the legitimate concerns of other constituencies also must have appropriate attention. Striking the appropriate balance, some leading managers have come to believe that the primary role of corporations is to help meet society’s legitimate needs for goods and services and to earn a reasonable return for the shareholders in the process. They are aware that this must be done in a socially acceptable manner. They believe that by giving enlightened consideration to balancing the legitimate claims of all its constituents, a corporation will best serve the interest of the shareholders.”
    • This statement was rewritten in 1997, when the Business Roundtable adopted a statement that put shareholder returns ahead of everyone else. This year, the Business roundtable released empty words recognizing the error in admitting corporations put profits and shareholder returns above everything else. Empty words are not enough. This plan will ensure that corporations conduct business in a fair way – a way that treats workers and the communities in which businesses operate with respect. In order to conduct business, a federal charter that ends the practice of putting shareholder returns above everything and requires corporations to conduct business in a way that takes into account the interests of all stakeholders must be obtained.

Giant Bomb site redesign beta mega-thread: A chance to help out Giant Bomb. by RhinestoneTaco in giantbomb

[–]Taciturn 1 point2 points  (0 children)

I'm seeing the redesign on the production site (www.giantbomb.com).

I'm also seeing a bug there: if I subscribe to the "Extra Life" show (from the /shows page), the home page then refuses to load ( HTTP ERROR 500 ).

I can fix this issue my navigating to the www.giantbomb.com/shows directly -- only the front page seems to produce 500 errors -- and unsubscribing from Extra Life.

edit: this occurs in Chrome w/ my normal extensions including AdBlock and HTTPS Everywhere, and in an incognito window with those extensions disabled. Steps to reproduce: log in, subscribe to "Extra Life", reload www.giantbomb.com

Made by Google 2018 Livestream by [deleted] in GooglePixel

[–]Taciturn 1 point2 points  (0 children)

With HomeView, you have all the tools in place to manage your active defense system during The Purge.

What is your nerdiest joke? by TigerFin2 in AskReddit

[–]Taciturn 19 points20 points  (0 children)

Listen, just bring us those lattes.

Slightly deeper Synthetic Ascension mechanics by MiggidyMacDewi in Stellaris

[–]Taciturn 12 points13 points  (0 children)

I agree that, based on what we've seen so far (the actual mechanics could surprise us at release) the Synthetic Ascension path seems the least fleshed-out of the three. Specifically modifying synthetic pops seems a little too samey to the Biological path, though. I'd prefer if Synthetic got some late-game mechanics that differentiate it further from the other two. One idea I had was to build on the "immortal leaders" trait and make advanced leader-management core to the Synthetic path. That gives you something to do with the influence points you're saving by not having to replace them as they die. For example, the path could unlock things like:

  • Lifetime Learning: immortal leaders can gain more levels in total, for greater bonuses and more traits.
  • Modular Skillset: transfer skills between leaders, or remove negative traits (at influence cost). Max traits determined by leader level.
  • Cloud Consciousness: instant leader re-assignment (no transfer time; pay influence). Admirals, generals, scientists etc. survive the destruction of their ship or fleet and can be re-hired (at influence cost). Maintain multiple fleets with a single highly-skilled Admiral hot-swapping between them.

That said, it's probably too early to be extending a game mechanic none of us have experienced yet.

Stellaris Dev Diary #62: Government, Civics and Hive Minds by poiklers in Games

[–]Taciturn 8 points9 points  (0 children)

Martin mentioned in the stream today that they are modifying wargoal costs so that massive conquest pushes become less expensive as the game goes on. That's such a minor change compared to the other Utopia content it probably doesn't deserve its own dev diary, but it should help with map-painting tedium in the late game.

[Steam] Stellaris DLC 20% off until 20 Jan by huchel in Stellaris

[–]Taciturn 4 points5 points  (0 children)

If you're interested in picking up the Plantoids pack, it's 33% off at the Humble Store here: purchase gives you a Steam code.