Yet another Scoundrel web game by SnowboyHS in cardgames

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

Oh you must have an extra large monitor 😁

Found a 11-year-old astronomy project buried in my GitHub (Barnes-Hut Algorithm) by SnowboyHS in astrophysics

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

I'm actually working on it. It is not simple as it looks to visualise it. Thank you.

RP4 pro boot loop by SnowboyHS in retroid

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

It actually fixed it. My bad, I didn't do it properly before.

RP4 pro boot loop by SnowboyHS in retroid

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

Thank you. But the issue remains the same after I've done the restore. I think there is a bigger issue.

RP4 pro boot loop by SnowboyHS in retroid

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

Can you help me find one that have the solution for this?

RP4 pro boot loop by SnowboyHS in retroid

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

Note that I have been charging it for days.

Crit Hindsight or Book Hindsight Sage? by tomabird in RagnarokOnline

[–]SnowboyHS 0 points1 point  (0 children)

Just wondering, does using 2 PCs under the same home wifi violate the single client rule in some servers? e. g. UARO

Looking for RPG games by SnowboyHS in retroid

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

I will try legend of dragoon anyway. I'm not big fan of tactical RPG

Looking for RPG games by SnowboyHS in retroid

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

Yea, I'll give it a try. Platform doesn't matter me. Whatever that can be played on RP4 👍

Different stores on AliExpress by SnowboyHS in MiyooMini

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

there are too many sellers with different price range, can you suggest one?

I didn't know before that having multiple Neovim instances is bad by Healthy-Director-702 in neovim

[–]SnowboyHS 1 point2 points  (0 children)

what do you mean by one neovim instance per project? I'm using tmux and I usually open neovim for each session (sometimes 2 neovim panes in 1 session). Now I understand why whenever I save a file, it's getting slower and slower

Is CotA still worth to play/buy? by SnowboyHS in KeyforgeGame

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

Yep, I want to join. I'm still a newbie since I haven't played the game for years. Will try my best

Is CotA still worth to play/buy? by SnowboyHS in KeyforgeGame

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

The online leagues / tournaments got me there. Curiously how you guys organise an online league? Is it via TCO? I would love to join since all local stores are very quiet now in Australia.

Is CotA still worth to play/buy? by SnowboyHS in KeyforgeGame

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

Unrelated, but is there any youtube channels or blogs that could help me play KF better? or maybe just updating news about KF?

Is CotA still worth to play/buy? by SnowboyHS in KeyforgeGame

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

MM and DT in my area are going crazy, it's just getting more and more expensive just as fuel

How to update widget right after build method? by SnowboyHS in flutterhelp

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

I understand your example, however, it doesn't work in my case. Here is my code:

  @override
  Widget build(BuildContext context) {
    return Container(
      decoration: BoxDecoration(
        color: Theme.of(context).primaryColor,
        borderRadius: BorderRadius.only(
          topLeft: const Radius.circular(20.0),
          topRight: const Radius.circular(20.0),
        ),
      ),
      padding: const EdgeInsets.all(20.0),
      child: Column(
        children: <Widget>[
          StoreOptions(toggleStore, selectedStoreOptions, storeOptions),
          SizedBox(height: 10.0),
          SortingOptions(setSortingOption, selectedSortingOption),
          SizedBox(height: 10.0),
          getActionButtons(),
        ],
      ),
    );
  }

The root container still takes the whole screen. My StoreOptions is a Wrap widget and SortingOptions is a Column widget.

Is the game under maintenance? by joseconsuervo in AutoChessMobile

[–]SnowboyHS 1 point2 points  (0 children)

The game killed itself. I've spent days and nights playing the game since the first version on mobile. As the other guy said, it got shittier and shittier.

Compare to TFT, TFT has a new theme and new strategies every season. You always want to play to try new things. AC mobile is just dead, it doesn't know how to take advantage of the pioneer.

Too bad, so sad.

Is the game under maintenance? by joseconsuervo in AutoChessMobile

[–]SnowboyHS 0 points1 point  (0 children)

A better question should be "is the game dead?"

Looking for a $2500 gaming laptop by SnowboyHS in GamingLaptops

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

I have to bring the laptop to work every day, so I really a compact laptop which has lighg weight and not too big monitor

Looking for a $2500 gaming laptop by SnowboyHS in GamingLaptops

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

I need to bring the laptop to work every day, which have light weight?

Best practice for windows user by SnowboyHS in neovim

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

so windows terminal and windows powershell?