• 0 Posts
  • 128 Comments
Joined 3 years ago
cake
Cake day: July 5th, 2023

help-circle

  • Frieren (Sousou no Furiren, "Frieren and the Funeral). It’s about what happens after the quest is finished. The elven mage Frieren was part of a band of adventurers that defeated the big bad many years ago. Before the party splits up and she goes off to travel the world studying magic, the group all agree to meet again in the future, after many years.

    This is where the main story starts. Due to her elven heritage, Frieren has hardly aged at all. When she comes back, she’s just in time to see the human leader of the old party one last time before he dies, and she attends his funeral. She goes searching for the other old party members, and along the way she accidentally picks up some new friends and becomes the leader of a new party, having various adventures and run-ins with new bad guys.





  • I would also go with a Wii. Just know that you will probably need a Y-cable to use an external drive (even an SSD), since the Wii’s USB ports max out at a pretty low current.

    I think that only a small number of Wiis were produced that don’t support GCN games. It should be easy to tell by looking for the 4 GCN controller ports under a side flap.

    SATA modded Sony network adapter (it must be an original Sony unit) with a 1TB or less SSD (for compatibility reasons)

    Is that 1TB compatibility issue with SSDs or with PSBBN? I’m using FHDB (basically FMCB on internal storage) and OPL with a 2TB SATA HDD without any issues. My understanding is that 2TB is the limit with this setup.



  • Is the main issue really tracking and consolidating microdonations, or is it transferring credit between these donation systems and traditional finance entities like banks and credit card networks?

    From what I’ve seen, efforts to develop microtransaction/microdonation systems generally seem to have trouble with regulatory compliance, either through legitimate legal requirements that force them to do things that seem nonsensical to their users (My guess is that the registered servers issue OP mentioned with Flattr came down to this), or due to greedy intermediaries stalling and witholding under false pretences while they hold out for a bigger share of the money, without appreciating the already extremely thin margins involved.




  • the cross platform is a pain.

    It doesn’t have to be with libraries like SDL. Years ago I got stuck fighting all-in-one game engines that didn’t fit my design choices, precisely because I thought it would be worth it for platform independence. Then I found out about SDL, which was what I actually wanted.

    If someone thinks that not using a pre-rolled engine with a full editing suite included is a waste of time, I can respect that. But there are options if you’d rather make your own but still don’t want to have to learn the ins and outs of multiple hardware architectures and operating systems.


  • Only if what you are printing onto is regular paper. My contention is that since printing itself has become a somewhat niche act for individuals printing at home, they’re more likely to be printing for specific reasons, which means that they’re more likely to want to print things like transfers or other specialized substrates that may not work well with laser printing.

    Yes, I believe that laser printer toner lasts longer than fluid ink, although ink can last for years when stored in a properly sealed bottle rather than in a cartridge inside the printer, which is possible with a user-fillable cartridge.


  • Thanks to the proliferation of portable devices, a lot of people no longer need a printer for “regular” printing at all in 2026, and some of the more interesting printing substrates either don’t accept toner well or won’t survive the heat of a laser printer’s toner setting stage.

    Also, while the technology is theoretically simpler, it may be harder for an individual to source or make the physical components like rotating drums and high-res LED arrays.






  • Private members aren’t actively blocked from external access; they’re passively marked “Access prohibited”.

    That means that rather than being unable to find the members of a class, C programmers simply can’t pick up on the signals telling them that they’re not wanted.

    (Fellow C programmers: I’m joking. :D)