• 0 Posts
  • 66 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle
  • Kill -9 is a command on Unix and Linux to send signal 9 (SIGKILL) to a process. That’s the version of kill that is the most reliable and has immediate effect.

    Taskkill is a Windows command line program. I believe that taskkill /f uses the TerminateProcess() API. This is more forceful than the End Task button on the Task Manager. There is a different End Process button on the Task Manager that does use TerminateProcess().








  • mkwt@lemmy.worldtoMemes@lemmy.mlEnd Monopoly & Restart
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    25 days ago

    Most games I’ve seen, nobody ever horse trades for color groups.

    Complex deals and negotiations, land swaps, leveraged buyouts, and free rent passes, are all supposed to be part of the game. Getting a color group solely by landing on the spaces first and buying them for list price is indeed rare, by design.

    This leads to my other pet peeve… You’re not supposed to have enough money to go around the board the first time and buy every space you land on at the list price. You’re supposed to be forced to make strategic decisions from the beginning of the game about what you go for, and what you bid in the auctions.

    Most of the made up “house rules” are really about circulating more money into the game than is supposed to be there.


  • You should also know that because of jail and various other teleports, the orange group is the most popular group on the board. It’s something like 1.8 times the average to land on those spaces, because two of them are 6 and 8 spaces from jail. Jail is a very popular space because Go To Jail also counts as Jail.

    Boardwalk has very high rents, but it’s also pretty unpopular to land on.

    The worst rent-to-popularity values are yellow and green.




  • The Linux software you can get as a regular user from your typical Linux distributions is absolutely not any more secure on average than your typical Windows software.

    I say this as someone who writes application programs on both systems.

    I think it’s really debatable whether the Linux kernel is really any more secure than the Windows NT kernel. Linux advocates have pushed the “many eyes, shallow bugs” line for a long time, but high profile lapses seem to really have put the lie to that.